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.StatusStorageService.Status. fromValue(String text)abstract StorageService.StatusStorageService.StorageServiceProperties. provisioningState()provisioningState for the storage groupstatic StorageService.StatusStorageService.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.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. provisioningState(StorageService.Status provisioningState)
-