Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static DedicatedShardedDatabase.DbWorkload |
DedicatedShardedDatabase.DbWorkload.create(String key) |
DedicatedShardedDatabase.DbWorkload |
DedicatedShardedDatabase.getDbWorkload()
Possible workload types.
|
static DedicatedShardedDatabase.DbWorkload |
DedicatedShardedDatabase.DbWorkload.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedShardedDatabase.DbWorkload[] |
DedicatedShardedDatabase.DbWorkload.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DedicatedShardedDatabase.Builder |
DedicatedShardedDatabase.Builder.dbWorkload(DedicatedShardedDatabase.DbWorkload dbWorkload)
Possible workload types.
|
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.