Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.DedicatedShardedDatabase.ReplicationMethod
-
Packages that use DedicatedShardedDatabase.ReplicationMethod Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of DedicatedShardedDatabase.ReplicationMethod in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return DedicatedShardedDatabase.ReplicationMethod Modifier and Type Method Description static DedicatedShardedDatabase.ReplicationMethod
DedicatedShardedDatabase.ReplicationMethod. create(String key)
DedicatedShardedDatabase.ReplicationMethod
CreateDedicatedShardedDatabase. getReplicationMethod()
The Replication method for sharded database.DedicatedShardedDatabase.ReplicationMethod
DedicatedShardedDatabase. 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.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type DedicatedShardedDatabase.ReplicationMethod Modifier and Type Method Description CreateDedicatedShardedDatabase.Builder
CreateDedicatedShardedDatabase.Builder. replicationMethod(DedicatedShardedDatabase.ReplicationMethod replicationMethod)
The Replication method for sharded database.DedicatedShardedDatabase.Builder
DedicatedShardedDatabase.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.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type DedicatedShardedDatabase.ReplicationMethod Constructor 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.
-