Uses of Class
com.oracle.bmc.databasemanagement.model.CloudCluster.LifecycleState
-
Packages that use CloudCluster.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudCluster.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CloudCluster.LifecycleState Modifier and Type Method Description Waiter<GetCloudClusterRequest,GetCloudClusterResponse>
DbManagementWaiters. forCloudCluster(GetCloudClusterRequest request, CloudCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudClusterRequest,GetCloudClusterResponse>
DbManagementWaiters. forCloudCluster(GetCloudClusterRequest request, CloudCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudClusterRequest,GetCloudClusterResponse>
DbManagementWaiters. forCloudCluster(GetCloudClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CloudCluster.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudCluster.LifecycleState Modifier and Type Method Description static CloudCluster.LifecycleState
CloudCluster.LifecycleState. create(String key)
CloudCluster.LifecycleState
CloudCluster. getLifecycleState()
The current lifecycle state of the cloud cluster.CloudCluster.LifecycleState
CloudClusterSummary. getLifecycleState()
The current lifecycle state of the cloud cluster.static CloudCluster.LifecycleState
CloudCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudCluster.LifecycleState[]
CloudCluster.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudCluster.LifecycleState Modifier and Type Method Description CloudCluster.Builder
CloudCluster.Builder. lifecycleState(CloudCluster.LifecycleState lifecycleState)
The current lifecycle state of the cloud cluster.CloudClusterSummary.Builder
CloudClusterSummary.Builder. lifecycleState(CloudCluster.LifecycleState lifecycleState)
The current lifecycle state of the cloud cluster.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudCluster.LifecycleState Constructor Description CloudCluster(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, String gridHome, Boolean isFlexCluster, Map<String,String> additionalDetails, CloudCluster.LifecycleState lifecycleState, String lifecycleDetails, List<CloudClusterNetworkConfiguration> networkConfigurations, List<CloudClusterVipConfiguration> vipConfigurations, List<CloudClusterScanListenerConfiguration> scanConfigurations, String ocrFileLocation, Date timeCreated, Date timeUpdated, String version, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CloudClusterSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, CloudCluster.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-