Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabase.ReplicationMethod
-
Packages that use DistributedDatabase.ReplicationMethod Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabase.ReplicationMethod in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabase.ReplicationMethod Modifier and Type Method Description static DistributedDatabase.ReplicationMethodDistributedDatabase.ReplicationMethod. create(String key)DistributedDatabase.ReplicationMethodDistributedDatabase. getReplicationMethod()The Replication method for Globally distributed database.static DistributedDatabase.ReplicationMethodDistributedDatabase.ReplicationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDatabase.ReplicationMethod[]DistributedDatabase.ReplicationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabase.ReplicationMethod Modifier and Type Method Description DistributedDatabase.BuilderDistributedDatabase.Builder. replicationMethod(DistributedDatabase.ReplicationMethod replicationMethod)The Replication method for Globally distributed database.Constructors in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabase.ReplicationMethod Constructor Description DistributedDatabase(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, DistributedDatabase.ShardingMethod shardingMethod, DistributedDatabase.ReplicationMethod replicationMethod, DistributedDatabase.DbDeploymentType dbDeploymentType, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, List<String> notificationTopicIds, DistributedDbGsmImage latestGsmImageDetails, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer scanListenerPort, Integer systemChunkCount, Integer systemRaftReplicationUnitCount, List<CompositeRaftShardSpace> compositeRaftShardSpaces, List<CompositeDataGuardShardSpace> compositeDataGuardShardSpaces, List<SystemRaftCluster> systemRaftClusters, SystemDataGuardDatabase systemDataGuardDatabases, List<UserShardSpace> userShardSpaces, List<DistributedDatabaseCatalog> catalogDetails, List<DistributedDatabaseGsm> gsmDetails, List<DistributedDatabaseGdsControlNode> gdsControlNodeDetails, DistributedDbBackupConfig dbBackupConfig, AutoResourceManagementConfigurationDetails autoResourceManagementConfig, String gsmSshPublicKey, List<VcnNsgIdsDetails> vcnNsgIds, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-