Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseDetails.ReplicationMethod
-
Packages that use CreateDistributedDatabaseDetails.ReplicationMethod Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of CreateDistributedDatabaseDetails.ReplicationMethod in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabaseDetails.ReplicationMethod Modifier and Type Method Description static CreateDistributedDatabaseDetails.ReplicationMethod
CreateDistributedDatabaseDetails.ReplicationMethod. create(String key)
CreateDistributedDatabaseDetails.ReplicationMethod
CreateDistributedDatabaseDetails. getReplicationMethod()
The Replication method for Globally distributed database.static CreateDistributedDatabaseDetails.ReplicationMethod
CreateDistributedDatabaseDetails.ReplicationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDistributedDatabaseDetails.ReplicationMethod[]
CreateDistributedDatabaseDetails.ReplicationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails.ReplicationMethod Modifier and Type Method Description CreateDistributedDatabaseDetails.Builder
CreateDistributedDatabaseDetails.Builder. replicationMethod(CreateDistributedDatabaseDetails.ReplicationMethod replicationMethod)
The Replication method for Globally distributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails.ReplicationMethod Constructor Description CreateDistributedDatabaseDetails(String compartmentId, String displayName, String databaseVersion, String prefix, List<String> privateEndpointIds, CreateDistributedDatabaseDetails.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, CreateDistributedDatabaseDetails.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, CreateDistributedDatabaseDetails.DbDeploymentType dbDeploymentType, List<CreateDistributedDatabaseShardDetails> shardDetails, List<CreateDistributedDatabaseCatalogDetails> catalogDetails, String gsmSshPublicKey, DistributedDbBackupConfig dbBackupConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-