Uses of Class
com.oracle.bmc.datascience.model.NodeGroupLifecycleState
-
Packages that use NodeGroupLifecycleState Package Description com.oracle.bmc.datascience.model -
-
Uses of NodeGroupLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return NodeGroupLifecycleState Modifier and Type Method Description static NodeGroupLifecycleState
NodeGroupLifecycleState. create(String key)
NodeGroupLifecycleState
NodeGroupDetails. getLifecycleState()
The state of the node group.static NodeGroupLifecycleState
NodeGroupLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeGroupLifecycleState[]
NodeGroupLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type NodeGroupLifecycleState Modifier and Type Method Description NodeGroupDetails.Builder
NodeGroupDetails.Builder. lifecycleState(NodeGroupLifecycleState lifecycleState)
The state of the node group.Constructors in com.oracle.bmc.datascience.model with parameters of type NodeGroupLifecycleState Constructor Description NodeGroupDetails(String name, NodeGroupLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-