Package | Description |
---|---|
com.oracle.bmc.globallydistributeddatabase.model |
Modifier and Type | Method and Description |
---|---|
static DedicatedShardedDatabase.ReplicationMethod |
DedicatedShardedDatabase.ReplicationMethod.create(String key) |
DedicatedShardedDatabase.ReplicationMethod |
DedicatedShardedDatabase.getReplicationMethod()
The Replication method for sharded database.
|
DedicatedShardedDatabase.ReplicationMethod |
CreateDedicatedShardedDatabase.getReplicationMethod()
The Replication method for sharded database.
|
DedicatedShardedDatabase.ReplicationMethod |
DedicatedShardedDatabaseSummary.getReplicationMethod()
The Replication method for sharded database.
|
static DedicatedShardedDatabase.ReplicationMethod |
DedicatedShardedDatabase.ReplicationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DedicatedShardedDatabase.ReplicationMethod[] |
DedicatedShardedDatabase.ReplicationMethod.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.replicationMethod(DedicatedShardedDatabase.ReplicationMethod replicationMethod)
The Replication method for sharded database.
|
CreateDedicatedShardedDatabase.Builder |
CreateDedicatedShardedDatabase.Builder.replicationMethod(DedicatedShardedDatabase.ReplicationMethod replicationMethod)
The Replication method for sharded database.
|
DedicatedShardedDatabaseSummary.Builder |
DedicatedShardedDatabaseSummary.Builder.replicationMethod(DedicatedShardedDatabase.ReplicationMethod replicationMethod)
The Replication method for sharded database.
|
Constructor and Description |
---|
CreateDedicatedShardedDatabase(String compartmentId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
DedicatedShardedDatabase.ReplicationMethod replicationMethod,
Integer replicationFactor,
Integer replicationUnit,
String clusterCertificateCommonName,
Integer chunks,
CreateDedicatedShardedDatabase.DbWorkload dbWorkload,
CreateDedicatedShardedDatabase.ShardingMethod shardingMethod,
String dbVersion,
String characterSet,
String ncharacterSet,
Integer listenerPort,
Integer listenerPortTls,
Integer onsPortLocal,
Integer onsPortRemote,
String prefix,
List<CreateDedicatedShardDetail> shardDetails,
List<CreateDedicatedCatalogDetail> catalogDetails)
Deprecated.
|
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.
|
DedicatedShardedDatabaseSummary(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,
DedicatedShardedDatabaseSummary.DbWorkload dbWorkload,
DedicatedShardedDatabaseSummary.ShardingMethod shardingMethod,
String characterSet,
String ncharacterSet,
Integer chunks,
String dbVersion,
Integer listenerPort,
Integer listenerPortTls,
Integer onsPortLocal,
Integer onsPortRemote,
String prefix,
Integer totalCpuCount,
Double totalDataStorageSizeInGbs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.