Uses of Enum Class
org.jclouds.azurecompute.arm.domain.StorageService.Status
Packages that use StorageService.Status
-
Uses of StorageService.Status in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.StatusModifier and TypeMethodDescriptionstatic StorageService.Status
abstract StorageService.Status
StorageService.StorageServiceProperties.provisioningState()
provisioningState for the storage groupstatic StorageService.Status
Returns the enum constant of this class with the specified name.static StorageService.Status[]
StorageService.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageService.StatusModifier and TypeMethodDescriptionStorageService.StorageServiceProperties.create
(StorageService.AccountType accountType, Date creationTime, Map<String, String> primaryEndpoints, String primaryLocation, StorageService.Status provisioningState, Map<String, String> secondaryEndpoints, String secondaryLocation, StorageService.RegionStatus statusOfPrimary, StorageService.RegionStatus statusOfSecondary) StorageService.StorageServiceProperties.Builder.provisioningState
(StorageService.Status provisioningState)