Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.CreateDedicatedShardedDatabase.DbWorkload
-
Packages that use CreateDedicatedShardedDatabase.DbWorkload Package Description com.oracle.bmc.globallydistributeddatabase.model -
-
Uses of CreateDedicatedShardedDatabase.DbWorkload in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return CreateDedicatedShardedDatabase.DbWorkload Modifier and Type Method Description static CreateDedicatedShardedDatabase.DbWorkload
CreateDedicatedShardedDatabase.DbWorkload. create(String key)
CreateDedicatedShardedDatabase.DbWorkload
CreateDedicatedShardedDatabase. getDbWorkload()
Possible workload types.static CreateDedicatedShardedDatabase.DbWorkload
CreateDedicatedShardedDatabase.DbWorkload. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDedicatedShardedDatabase.DbWorkload[]
CreateDedicatedShardedDatabase.DbWorkload. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreateDedicatedShardedDatabase.DbWorkload Modifier and Type Method Description CreateDedicatedShardedDatabase.Builder
CreateDedicatedShardedDatabase.Builder. dbWorkload(CreateDedicatedShardedDatabase.DbWorkload dbWorkload)
Possible workload types.Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreateDedicatedShardedDatabase.DbWorkload 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.
-