Uses of Class
eu.cloudnetservice.driver.service.ServiceCreateResult
Packages that use ServiceCreateResult
Package
Description
-
Uses of ServiceCreateResult in eu.cloudnetservice.driver.event.events.service
Fields in eu.cloudnetservice.driver.event.events.service declared as ServiceCreateResultModifier and TypeFieldDescriptionprivate final ServiceCreateResultCloudServiceDeferredStateEvent.createResultMethods in eu.cloudnetservice.driver.event.events.service that return ServiceCreateResultModifier and TypeMethodDescriptionCloudServiceDeferredStateEvent.serviceCreateResult()Get the raw underlying create result.Constructors in eu.cloudnetservice.driver.event.events.service with parameters of type ServiceCreateResultModifierConstructorDescriptionCloudServiceDeferredStateEvent(@NonNull UUID creationId, @NonNull ServiceCreateResult createResult) Constructs a new deferred state event instance. -
Uses of ServiceCreateResult in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider that return ServiceCreateResultModifier and TypeMethodDescriptionCloudServiceFactory.createCloudService(@NonNull ServiceConfiguration serviceConfiguration) Creates and prepares a new cloud service based on the given configuration.Methods in eu.cloudnetservice.driver.provider that return types with arguments of type ServiceCreateResultModifier and TypeMethodDescriptionCloudServiceFactory.createCloudServiceAsync(@NonNull ServiceConfiguration configuration) Creates and prepares a new cloud service based on the given configuration. -
Uses of ServiceCreateResult in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service declared as ServiceCreateResultModifier and TypeFieldDescriptionstatic final ServiceCreateResultServiceCreateResult.FAILEDA static create result indicating that the service creation failed.Methods in eu.cloudnetservice.driver.service that return ServiceCreateResultModifier and TypeMethodDescriptionstatic @NonNull ServiceCreateResultServiceCreateResult.created(@NonNull ServiceInfoSnapshot serviceInfo) Creates a new result with the state set to created and using the given service info.ServiceConfiguration.createNewService()Creates and prepares a service based on this configuration using the default cloud service factory.static @NonNull ServiceCreateResultCreates a new result with the state set to deferred and using the given creation id.Methods in eu.cloudnetservice.driver.service that return types with arguments of type ServiceCreateResultModifier and TypeMethodDescriptionServiceConfiguration.createNewServiceAsync()Creates and prepares a service based on this configuration using the default cloud service factory.