Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.CreateDedicatedShardDetail
-
Packages that use CreateDedicatedShardDetail Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of CreateDedicatedShardDetail in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return CreateDedicatedShardDetail Modifier and Type Method Description CreateDedicatedShardDetail
CreateDedicatedShardDetail.Builder. build()
Methods in com.oracle.bmc.globallydistributeddatabase.model that return types with arguments of type CreateDedicatedShardDetail Modifier and Type Method Description List<CreateDedicatedShardDetail>
CreateDedicatedShardedDatabase. getShardDetails()
Collection of ATP-Dedicated shards that needs to be created.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreateDedicatedShardDetail Modifier and Type Method Description CreateDedicatedShardDetail.Builder
CreateDedicatedShardDetail.Builder. copy(CreateDedicatedShardDetail model)
Method parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type CreateDedicatedShardDetail Modifier and Type Method Description CreateDedicatedShardedDatabase.Builder
CreateDedicatedShardedDatabase.Builder. shardDetails(List<CreateDedicatedShardDetail> shardDetails)
Collection of ATP-Dedicated shards that needs to be created.Constructor parameters in com.oracle.bmc.globallydistributeddatabase.model with type arguments of type CreateDedicatedShardDetail Constructor Description CreateDedicatedShardedDatabase(String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DedicatedShardedDatabase.ReplicationMethod replicationMethod, Integer replicationFactor, Integer replicationUnit, String clusterCertificateCommonName, Integer chunks, CreateDedicatedShardedDatabase.DbWorkload dbWorkload, CreateDedicatedShardedDatabase.ShardingMethod shardingMethod, String dbVersion, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, String prefix, List<CreateDedicatedShardDetail> shardDetails, List<CreateDedicatedCatalogDetail> catalogDetails)
Deprecated.
-