Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbConnectionString
-
Packages that use DistributedDbConnectionString Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbConnectionString in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbConnectionString Modifier and Type Method Description DistributedDbConnectionString
DistributedDbConnectionString.Builder. build()
DistributedDbConnectionString
DistributedDatabase. getConnectionStrings()
DistributedDbConnectionString
DistributedDatabaseSummary. getConnectionStrings()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbConnectionString Modifier and Type Method Description DistributedDatabase.Builder
DistributedDatabase.Builder. connectionStrings(DistributedDbConnectionString connectionStrings)
DistributedDatabaseSummary.Builder
DistributedDatabaseSummary.Builder. connectionStrings(DistributedDbConnectionString connectionStrings)
DistributedDbConnectionString.Builder
DistributedDbConnectionString.Builder. copy(DistributedDbConnectionString model)
Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbConnectionString Constructor Description 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, 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.DistributedDatabaseSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String databaseVersion, DistributedDatabase.LifecycleState lifecycleState, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, DistributedDatabase.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, DistributedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, DistributedDatabaseSummary.DbDeploymentType dbDeploymentType, DistributedDbMetadata metadata, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-