Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static DedicatedShardDetails.Status |
DedicatedShardDetails.Status.create(String key) |
DedicatedShardDetails.Status |
DedicatedShardDetails.getStatus()
Status of shard or catalog or gsm for the sharded database.
|
static DedicatedShardDetails.Status |
DedicatedShardDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedShardDetails.Status[] |
DedicatedShardDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DedicatedShardDetails.Builder |
DedicatedShardDetails.Builder.status(DedicatedShardDetails.Status status)
Status of shard or catalog or gsm for the sharded database.
|
Constructor and Description |
---|
DedicatedShardDetails(DedicatedShardOrCatalogEncryptionKeyDetails encryptionKeyDetails,
String name,
Float computeCount,
Double dataStorageSizeInGbs,
String shardGroup,
Date timeCreated,
Date timeUpdated,
Date timeSslCertificateExpires,
DedicatedShardDetails.Status status,
String shardSpace,
String supportingResourceId,
String containerDatabaseId,
String containerDatabaseParentId,
Boolean isAutoScalingEnabled,
String cloudAutonomousVmClusterId,
String peerCloudAutonomousVmClusterId,
Map<String,Object> metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.