Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbNode.LifecycleState
-
Packages that use CloudDbNode.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbNode.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CloudDbNode.LifecycleState Modifier and Type Method Description Waiter<GetCloudDbNodeRequest,GetCloudDbNodeResponse>
DbManagementWaiters. forCloudDbNode(GetCloudDbNodeRequest request, CloudDbNode.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudDbNodeRequest,GetCloudDbNodeResponse>
DbManagementWaiters. forCloudDbNode(GetCloudDbNodeRequest request, CloudDbNode.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudDbNodeRequest,GetCloudDbNodeResponse>
DbManagementWaiters. forCloudDbNode(GetCloudDbNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudDbNode.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CloudDbNode.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbNode.LifecycleState Modifier and Type Method Description static CloudDbNode.LifecycleState
CloudDbNode.LifecycleState. create(String key)
CloudDbNode.LifecycleState
CloudDbNode. getLifecycleState()
The current lifecycle state of the cloud DB node.CloudDbNode.LifecycleState
CloudDbNodeSummary. getLifecycleState()
The current lifecycle state of the cloud DB node.static CloudDbNode.LifecycleState
CloudDbNode.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDbNode.LifecycleState[]
CloudDbNode.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 CloudDbNode.LifecycleState Modifier and Type Method Description CloudDbNode.Builder
CloudDbNode.Builder. lifecycleState(CloudDbNode.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB node.CloudDbNodeSummary.Builder
CloudDbNodeSummary.Builder. lifecycleState(CloudDbNode.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB node.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbNode.LifecycleState Constructor Description CloudDbNode(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, String hostName, Float cpuCoreCount, Float memorySizeInGBs, Map<String,String> additionalDetails, CloudDbNode.LifecycleState lifecycleState, String lifecycleDetails, String domainName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CloudDbNodeSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String cloudConnectorId, String hostName, CloudDbNode.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.
-