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.RegionStatusStorageService.RegionStatus. fromValue(String text)abstract StorageService.RegionStatusStorageService.StorageServiceProperties. statusOfPrimary()The status of primary endpointsabstract StorageService.RegionStatusStorageService.StorageServiceProperties. statusOfSecondary()The secondary status of the storage account.static StorageService.RegionStatusStorageService.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.StorageServicePropertiesStorageService.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.BuilderStorageService.StorageServiceProperties.Builder. statusOfPrimary(StorageService.RegionStatus statusOfPrimary)abstract StorageService.StorageServiceProperties.BuilderStorageService.StorageServiceProperties.Builder. statusOfSecondary(StorageService.RegionStatus statusOfSecondary)
-