Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbBackupConfig
-
Packages that use DistributedDbBackupConfig Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbBackupConfig in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbBackupConfig Modifier and Type Method Description DistributedDbBackupConfigDistributedDbBackupConfig.Builder. build()DistributedDbBackupConfigChangeDistributedDbBackupConfigDetails. getDbBackupConfig()DistributedDbBackupConfigCreateDistributedDatabaseDetails. getDbBackupConfig()DistributedDbBackupConfigDistributedDatabase. getDbBackupConfig()Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupConfig Modifier and Type Method Description DistributedDbBackupConfig.BuilderDistributedDbBackupConfig.Builder. copy(DistributedDbBackupConfig model)ChangeDistributedDbBackupConfigDetails.BuilderChangeDistributedDbBackupConfigDetails.Builder. dbBackupConfig(DistributedDbBackupConfig dbBackupConfig)CreateDistributedDatabaseDetails.BuilderCreateDistributedDatabaseDetails.Builder. dbBackupConfig(DistributedDbBackupConfig dbBackupConfig)DistributedDatabase.BuilderDistributedDatabase.Builder. dbBackupConfig(DistributedDbBackupConfig dbBackupConfig)Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupConfig Constructor Description ChangeDistributedDbBackupConfigDetails(DistributedDbBackupConfig dbBackupConfig)Deprecated.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, Integer scanListenerPort, 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.DistributedDatabase(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDbGsmImage latestGsmImageDetails, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer scanListenerPort, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabase.DbDeploymentType dbDeploymentType, List<DistributedDatabaseShard> shardDetails, List<DistributedDatabaseCatalog> catalogDetails, List<DistributedDatabaseGsm> gsmDetails, DistributedDbBackupConfig dbBackupConfig, String gsmSshPublicKey, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-