Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static StorageService.Status |
StorageService.Status.fromValue(String text) |
abstract StorageService.Status |
StorageService.StorageServiceProperties.provisioningState()
provisioningState for the storage group
|
static 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.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.