Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService.RegionStatus
-
Packages that use StorageService.RegionStatus Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of StorageService.RegionStatus in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.RegionStatus Modifier and Type Method Description static StorageService.RegionStatus
StorageService.RegionStatus. fromValue(String text)
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
StorageService.RegionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageService.RegionStatus[]
StorageService.RegionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageService.RegionStatus Modifier and Type Method Description static StorageService.StorageServiceProperties
StorageService.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)
abstract StorageService.StorageServiceProperties.Builder
StorageService.StorageServiceProperties.Builder. statusOfPrimary(StorageService.RegionStatus statusOfPrimary)
abstract StorageService.StorageServiceProperties.Builder
StorageService.StorageServiceProperties.Builder. statusOfSecondary(StorageService.RegionStatus statusOfSecondary)
-