java.lang.Object
org.jclouds.azurecompute.arm.domain.StorageService.StorageServiceProperties
- Enclosing class:
StorageService
public abstract static class StorageService.StorageServiceProperties
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant
storage, or read access geo-redundant storage.
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)
Specifies the time that the storage account was created.
Specifies the endpoints of the storage account.
A primaryLocation for the storage account.
provisioningState for the storage group
Specifies the secondary endpoints of the storage account.
Secondary location for the storage group
The status of primary endpoints
The secondary status of the storage account.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StorageServiceProperties
public StorageServiceProperties()
-
Method Details
-
accountType
Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant
storage, or read access geo-redundant storage.
-
creationTime
Specifies the time that the storage account was created.
-
primaryEndpoints
Specifies the endpoints of the storage account.
-
primaryLocation
A primaryLocation for the storage account.
-
provisioningState
provisioningState for the storage group
-
secondaryEndpoints
Specifies the secondary endpoints of the storage account.
-
secondaryLocation
Secondary location for the storage group
-
statusOfPrimary
The status of primary endpoints
-
statusOfSecondary
The secondary status of the storage account.
-
create
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)
-
-