Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalCluster.LifecycleState
-
Packages that use ExternalCluster.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalCluster.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ExternalCluster.LifecycleState Modifier and Type Method Description Waiter<GetExternalClusterRequest,GetExternalClusterResponse>
DbManagementWaiters. forExternalCluster(GetExternalClusterRequest request, ExternalCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExternalClusterRequest,GetExternalClusterResponse>
DbManagementWaiters. forExternalCluster(GetExternalClusterRequest request, ExternalCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExternalClusterRequest,GetExternalClusterResponse>
DbManagementWaiters. forExternalCluster(GetExternalClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ExternalCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ExternalCluster.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalCluster.LifecycleState Modifier and Type Method Description static ExternalCluster.LifecycleState
ExternalCluster.LifecycleState. create(String key)
ExternalCluster.LifecycleState
ExternalCluster. getLifecycleState()
The current lifecycle state of the external cluster.ExternalCluster.LifecycleState
ExternalClusterSummary. getLifecycleState()
The current lifecycle state of the external cluster.static ExternalCluster.LifecycleState
ExternalCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalCluster.LifecycleState[]
ExternalCluster.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 ExternalCluster.LifecycleState Modifier and Type Method Description ExternalCluster.Builder
ExternalCluster.Builder. lifecycleState(ExternalCluster.LifecycleState lifecycleState)
The current lifecycle state of the external cluster.ExternalClusterSummary.Builder
ExternalClusterSummary.Builder. lifecycleState(ExternalCluster.LifecycleState lifecycleState)
The current lifecycle state of the external cluster.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalCluster.LifecycleState Constructor Description ExternalCluster(String id, String displayName, String componentName, String compartmentId, String externalDbSystemId, String externalConnectorId, String gridHome, Boolean isFlexCluster, Map<String,String> additionalDetails, ExternalCluster.LifecycleState lifecycleState, String lifecycleDetails, List<ExternalClusterNetworkConfiguration> networkConfigurations, List<ExternalClusterVipConfiguration> vipConfigurations, List<ExternalClusterScanListenerConfiguration> 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.ExternalClusterSummary(String id, String displayName, String componentName, String compartmentId, String externalDbSystemId, String externalConnectorId, ExternalCluster.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.
-