Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
DedicatedShardDetails |
DedicatedShardDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DedicatedShardDetails> |
DedicatedShardedDatabase.getShardDetails()
Details of ATP-D based shards.
|
Modifier and Type | Method and Description |
---|---|
DedicatedShardDetails.Builder |
DedicatedShardDetails.Builder.copy(DedicatedShardDetails model) |
Modifier and Type | Method and Description |
---|---|
DedicatedShardedDatabase.Builder |
DedicatedShardedDatabase.Builder.shardDetails(List<DedicatedShardDetails> shardDetails)
Details of ATP-D based shards.
|
Constructor and Description |
---|
DedicatedShardedDatabase(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
ShardedDatabase.LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DedicatedShardedDatabase.ReplicationMethod replicationMethod,
Integer replicationFactor,
Integer replicationUnit,
String clusterCertificateCommonName,
String characterSet,
String ncharacterSet,
Integer chunks,
DedicatedShardedDatabase.DbWorkload dbWorkload,
DedicatedShardedDatabase.ShardingMethod shardingMethod,
String dbVersion,
Integer listenerPort,
Integer listenerPortTls,
Integer onsPortLocal,
Integer onsPortRemote,
String prefix,
String privateEndpoint,
ConnectionString connectionStrings,
String timeZone,
List<GsmDetails> gsms,
List<DedicatedShardDetails> shardDetails,
List<DedicatedCatalogDetails> catalogDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.