Uses of Class
com.oracle.bmc.bds.model.NodeReplaceConfiguration.LifecycleState
-
Packages that use NodeReplaceConfiguration.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of NodeReplaceConfiguration.LifecycleState in com.oracle.bmc.bds
-
Uses of NodeReplaceConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return NodeReplaceConfiguration.LifecycleState Modifier and Type Method Description static NodeReplaceConfiguration.LifecycleState
NodeReplaceConfiguration.LifecycleState. create(String key)
NodeReplaceConfiguration.LifecycleState
NodeReplaceConfiguration. getLifecycleState()
The state of the NodeReplaceConfiguration.NodeReplaceConfiguration.LifecycleState
NodeReplaceConfigurationSummary. getLifecycleState()
The state of the NodeReplaceConfiguration.static NodeReplaceConfiguration.LifecycleState
NodeReplaceConfiguration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeReplaceConfiguration.LifecycleState[]
NodeReplaceConfiguration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type NodeReplaceConfiguration.LifecycleState Modifier and Type Method Description NodeReplaceConfiguration.Builder
NodeReplaceConfiguration.Builder. lifecycleState(NodeReplaceConfiguration.LifecycleState lifecycleState)
The state of the NodeReplaceConfiguration.NodeReplaceConfigurationSummary.Builder
NodeReplaceConfigurationSummary.Builder. lifecycleState(NodeReplaceConfiguration.LifecycleState lifecycleState)
The state of the NodeReplaceConfiguration.Constructors in com.oracle.bmc.bds.model with parameters of type NodeReplaceConfiguration.LifecycleState Constructor Description NodeReplaceConfiguration(String id, String bdsInstanceId, String displayName, LevelTypeDetails levelTypeDetails, NodeReplaceConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, NodeReplaceConfiguration.MetricType metricType, Integer durationInMinutes)
Deprecated.NodeReplaceConfigurationSummary(String id, String bdsInstanceId, String displayName, LevelTypeDetails levelTypeDetails, NodeReplaceConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of NodeReplaceConfiguration.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return NodeReplaceConfiguration.LifecycleState Modifier and Type Method Description NodeReplaceConfiguration.LifecycleState
ListNodeReplaceConfigurationsRequest. getLifecycleState()
The state of the NodeReplaceConfiguration.Methods in com.oracle.bmc.bds.requests with parameters of type NodeReplaceConfiguration.LifecycleState Modifier and Type Method Description ListNodeReplaceConfigurationsRequest.Builder
ListNodeReplaceConfigurationsRequest.Builder. lifecycleState(NodeReplaceConfiguration.LifecycleState lifecycleState)
The state of the NodeReplaceConfiguration.
-