Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
GsmDetails |
GsmDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GsmDetails> |
DedicatedShardedDatabase.getGsms()
Details of GSM instances for the sharded database.
|
Modifier and Type | Method and Description |
---|---|
GsmDetails.Builder |
GsmDetails.Builder.copy(GsmDetails model) |
Modifier and Type | Method and Description |
---|---|
DedicatedShardedDatabase.Builder |
DedicatedShardedDatabase.Builder.gsms(List<GsmDetails> gsms)
Details of GSM instances for the sharded database.
|
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.