Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.ShardedDatabase.LifecycleState
-
-
Uses of ShardedDatabase.LifecycleState in com.oracle.bmc.globallydistributeddatabase
-
Uses of ShardedDatabase.LifecycleState in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return ShardedDatabase.LifecycleState Modifier and Type Method Description static ShardedDatabase.LifecycleState
ShardedDatabase.LifecycleState. create(String key)
ShardedDatabase.LifecycleState
ShardedDatabase. getLifecycleState()
Lifecycle states for sharded databases.ShardedDatabase.LifecycleState
ShardedDatabaseSummary. getLifecycleState()
Lifecycle state of sharded database.static ShardedDatabase.LifecycleState
ShardedDatabase.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardedDatabase.LifecycleState[]
ShardedDatabase.LifecycleState. 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 ShardedDatabase.LifecycleState Modifier and Type Method Description DedicatedShardedDatabase.Builder
DedicatedShardedDatabase.Builder. lifecycleState(ShardedDatabase.LifecycleState lifecycleState)
DedicatedShardedDatabaseSummary.Builder
DedicatedShardedDatabaseSummary.Builder. lifecycleState(ShardedDatabase.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.globallydistributeddatabase.model with parameters of type ShardedDatabase.LifecycleState 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.DedicatedShardedDatabaseSummary(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, DedicatedShardedDatabaseSummary.DbWorkload dbWorkload, DedicatedShardedDatabaseSummary.ShardingMethod shardingMethod, String characterSet, String ncharacterSet, Integer chunks, String dbVersion, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, String prefix, Integer totalCpuCount, Double totalDataStorageSizeInGbs)
Deprecated.ShardedDatabase(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)
Deprecated.ShardedDatabaseSummary(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)
Deprecated. -
Uses of ShardedDatabase.LifecycleState in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return ShardedDatabase.LifecycleState Modifier and Type Method Description ShardedDatabase.LifecycleState
ListShardedDatabasesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type ShardedDatabase.LifecycleState Modifier and Type Method Description ListShardedDatabasesRequest.Builder
ListShardedDatabasesRequest.Builder. lifecycleState(ShardedDatabase.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-