Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.GsmDetails
-
Packages that use GsmDetails Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of GsmDetails in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return GsmDetails Modifier and Type Method Description GsmDetails
GsmDetails.Builder. build()
Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type GsmDetails Modifier and Type Method Description List<GsmDetails>
DedicatedShardedDatabase. getGsms()
Details of GSM instances for the sharded database.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type GsmDetails Modifier and Type Method Description GsmDetails.Builder
GsmDetails.Builder. copy(GsmDetails model)
Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type GsmDetails Modifier and Type Method Description DedicatedShardedDatabase.Builder
DedicatedShardedDatabase.Builder. gsms(List<GsmDetails> gsms)
Details of GSM instances for the sharded database.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type GsmDetails Constructor Description DedicatedShardedDatabase(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, ShardedDatabase.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DedicatedShardedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, String clusterCertificateCommonName, String characterSet, String ncharacterSet, Integer chunks, DedicatedShardedDatabase.DbWorkload dbWorkload, DedicatedShardedDatabase.ShardingMethod shardingMethod, String dbVersion, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, String prefix, String privateEndpoint, ConnectionString connectionStrings, String timeZone, List<GsmDetails> gsms, List<DedicatedShardDetails> shardDetails, List<DedicatedCatalogDetails> catalogDetails)
Deprecated.
-