Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDbBackupConfig
-
Packages that use DistributedDbBackupConfig Package Description com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDbBackupConfig in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDbBackupConfig Modifier and Type Method Description DistributedDbBackupConfigDistributedDbBackupConfig.Builder. build()DistributedDbBackupConfigChangeDistributedDbBackupConfigDetails. getDbBackupConfig()DistributedDbBackupConfigCreateDistributedDatabaseDetails. getDbBackupConfig()DistributedDbBackupConfigDistributedDatabase. getDbBackupConfig()Methods in com.oracle.bmc.distributeddatabasev26.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.distributeddatabasev26.model with parameters of type DistributedDbBackupConfig Constructor Description ChangeDistributedDbBackupConfigDetails(DistributedDbBackupConfig dbBackupConfig)Deprecated.CreateDistributedDatabaseDetails(String compartmentId, String displayName, String databaseVersion, String prefix, List<String> privateEndpointIds, List<String> notificationTopicIds, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer scanListenerPort, Integer systemChunkCount, Integer systemRaftReplicationUnitCount, List<CreateCompositeRaftShardSpaceDetails> compositeRaftShardSpaces, List<CreateCompositeDataGuardShardSpaceDetails> compositeDataGuardShardSpaces, List<CreateSystemRaftClusterDetails> systemRaftClusters, CreateSystemDataGuardDatabaseDetails systemDataGuardDatabases, List<CreateUserShardSpaceDetails> userShardSpaces, List<CreateDistributedDatabaseCatalogDetails> catalogDetails, String gsmSshPublicKey, DistributedDbBackupConfig dbBackupConfig, List<VcnNsgIdsDetails> vcnNsgIds, 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, 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.
-