Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
static StorageService.RegionStatus |
StorageService.RegionStatus.fromValue(String text) |
abstract StorageService.RegionStatus |
StorageService.StorageServiceProperties.statusOfPrimary()
The status of primary endpoints
|
abstract 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.
|
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.statusOfPrimary(StorageService.RegionStatus statusOfPrimary) |
abstract StorageService.StorageServiceProperties.Builder |
StorageService.StorageServiceProperties.Builder.statusOfSecondary(StorageService.RegionStatus statusOfSecondary) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.