public abstract static class StorageService.StorageServiceProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageService.StorageServiceProperties.Builder |
Constructor and Description |
---|
StorageService.StorageServiceProperties() |
Modifier and Type | Method and Description |
---|---|
abstract StorageService.AccountType |
accountType()
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant
storage, or read access geo-redundant storage.
|
static StorageService.StorageServiceProperties.Builder |
builder() |
static 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 Date |
creationTime()
Specifies the time that the storage account was created.
|
abstract Map<String,String> |
primaryEndpoints()
Specifies the endpoints of the storage account.
|
abstract String |
primaryLocation()
A primaryLocation for the storage account.
|
abstract StorageService.Status |
provisioningState()
provisioningState for the storage group
|
abstract Map<String,String> |
secondaryEndpoints()
Specifies the secondary endpoints of the storage account.
|
abstract String |
secondaryLocation()
Secondary location for the storage group
|
abstract StorageService.RegionStatus |
statusOfPrimary()
The status of primary endpoints
|
abstract StorageService.RegionStatus |
statusOfSecondary()
The secondary status of the storage account.
|
abstract StorageService.StorageServiceProperties.Builder |
toBuilder() |
public StorageService.StorageServiceProperties()
public abstract StorageService.AccountType accountType()
@Nullable public abstract Date creationTime()
@Nullable public abstract Map<String,String> primaryEndpoints()
@Nullable public abstract String primaryLocation()
@Nullable public abstract StorageService.Status provisioningState()
@Nullable public abstract Map<String,String> secondaryEndpoints()
@Nullable public abstract String secondaryLocation()
@Nullable public abstract StorageService.RegionStatus statusOfPrimary()
@Nullable public abstract StorageService.RegionStatus statusOfSecondary()
public static 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)
public abstract StorageService.StorageServiceProperties.Builder toBuilder()
public static StorageService.StorageServiceProperties.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.