Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabase.LifecycleState
-
Packages that use DistributedDatabase.LifecycleState Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.model com.oracle.bmc.distributeddatabasev26.requests -
-
Uses of DistributedDatabase.LifecycleState in com.oracle.bmc.distributeddatabasev26
-
Uses of DistributedDatabase.LifecycleState in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabase.LifecycleState Modifier and Type Method Description static DistributedDatabase.LifecycleStateDistributedDatabase.LifecycleState. create(String key)DistributedDatabase.LifecycleStateDistributedDatabase. getLifecycleState()Lifecycle states for the Globally distributed database.DistributedDatabase.LifecycleStateDistributedDatabaseSummary. getLifecycleState()Lifecycle state of sharded database.static DistributedDatabase.LifecycleStateDistributedDatabase.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.distributeddatabasev26.model with parameters of type DistributedDatabase.LifecycleState Modifier and Type Method Description DistributedDatabase.BuilderDistributedDatabase.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)Lifecycle states for the Globally distributed database.DistributedDatabaseSummary.BuilderDistributedDatabaseSummary.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)Lifecycle state of sharded database.Constructors in com.oracle.bmc.distributeddatabasev26.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, DistributedDatabase.ShardingMethod shardingMethod, DistributedDatabase.ReplicationMethod replicationMethod, DistributedDatabase.DbDeploymentType dbDeploymentType, String lifecycleDetails, DistributedDbConnectionString connectionStrings, String prefix, List<String> privateEndpointIds, List<String> notificationTopicIds, DistributedDbGsmImage latestGsmImageDetails, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer scanListenerPort, Integer systemChunkCount, Integer systemRaftReplicationUnitCount, List<CompositeRaftShardSpace> compositeRaftShardSpaces, List<CompositeDataGuardShardSpace> compositeDataGuardShardSpaces, List<SystemRaftCluster> systemRaftClusters, SystemDataGuardDatabase systemDataGuardDatabases, List<UserShardSpace> userShardSpaces, List<DistributedDatabaseCatalog> catalogDetails, List<DistributedDatabaseGsm> gsmDetails, List<DistributedDatabaseGdsControlNode> gdsControlNodeDetails, DistributedDbBackupConfig dbBackupConfig, AutoResourceManagementConfigurationDetails autoResourceManagementConfig, String gsmSshPublicKey, List<VcnNsgIdsDetails> vcnNsgIds, 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, String prefix, List<String> privateEndpointIds, List<String> notificationTopicIds, String characterSet, String ncharacterSet, Integer listenerPort, Integer listenerPortTls, Integer onsPortLocal, Integer onsPortRemote, Integer systemChunkCount, AutoResourceManagementConfigurationDetails autoResourceManagementConfig, Integer systemRaftReplicationUnitCount, DistributedDbMetadata metadata, DistributedDatabaseSummary.ShardingMethod shardingMethod, DistributedDatabaseSummary.ReplicationMethod replicationMethod, DistributedDatabaseSummary.DbDeploymentType dbDeploymentType, 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.distributeddatabasev26.requests
Methods in com.oracle.bmc.distributeddatabasev26.requests that return DistributedDatabase.LifecycleState Modifier and Type Method Description DistributedDatabase.LifecycleStateListDistributedDatabasesRequest. getLifecycleState()A filter to return only resources whose lifecycleState matches the specified value.Methods in com.oracle.bmc.distributeddatabasev26.requests with parameters of type DistributedDatabase.LifecycleState Modifier and Type Method Description ListDistributedDatabasesRequest.BuilderListDistributedDatabasesRequest.Builder. lifecycleState(DistributedDatabase.LifecycleState lifecycleState)A filter to return only resources whose lifecycleState matches the specified value.
-