Uses of Enum Class
org.jclouds.azurecompute.arm.domain.StorageService.RegionStatus
Packages that use StorageService.RegionStatus
-
Uses of StorageService.RegionStatus in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.RegionStatusModifier and TypeMethodDescriptionstatic StorageService.RegionStatus
abstract StorageService.RegionStatus
StorageService.StorageServiceProperties.statusOfPrimary()
The status of primary endpointsabstract StorageService.RegionStatus
StorageService.StorageServiceProperties.statusOfSecondary()
The secondary status of the storage account.static StorageService.RegionStatus
Returns the enum constant of this class with the specified name.static StorageService.RegionStatus[]
StorageService.RegionStatus.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.RegionStatusModifier 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.statusOfPrimary
(StorageService.RegionStatus statusOfPrimary) StorageService.StorageServiceProperties.Builder.statusOfSecondary
(StorageService.RegionStatus statusOfSecondary)