Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService.Status
-
Packages that use StorageService.Status Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of StorageService.Status in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.Status Modifier and Type Method Description static StorageService.Status
StorageService.Status. fromValue(String text)
abstract StorageService.Status
StorageService.StorageServiceProperties. provisioningState()
provisioningState for the storage groupstatic StorageService.Status
StorageService.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageService.Status[]
StorageService.Status. 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.Status 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. provisioningState(StorageService.Status provisioningState)
-