Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabase.LifecycleState
-
Packages that use DistributedDatabase.LifecycleState Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of DistributedDatabase.LifecycleState in com.oracle.bmc.distributeddatabase
-
Uses of DistributedDatabase.LifecycleState in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabase.LifecycleState Modifier and Type Method Description static DistributedDatabase.LifecycleState
DistributedDatabase.LifecycleState. create(String key)
DistributedDatabase.LifecycleState
DistributedDatabase. getLifecycleState()
Lifecycle states for the Globally distributed database.DistributedDatabase.LifecycleState
DistributedDatabaseSummary. getLifecycleState()
Lifecycle state of sharded database.static DistributedDatabase.LifecycleState
DistributedDatabase.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDatabase.LifecycleState[]
DistributedDatabase.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabase.LifecycleState Modifier and Type Method Description DistributedDatabase.Builder
DistributedDatabase.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)
Lifecycle states for the Globally distributed database.DistributedDatabaseSummary.Builder
DistributedDatabaseSummary.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)
Lifecycle state of sharded database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabase.LifecycleState 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. -
Uses of DistributedDatabase.LifecycleState in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return DistributedDatabase.LifecycleState Modifier and Type Method Description DistributedDatabase.LifecycleState
ListDistributedDatabasesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type DistributedDatabase.LifecycleState Modifier and Type Method Description ListDistributedDatabasesRequest.Builder
ListDistributedDatabasesRequest.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-