Uses of Class
com.oracle.bmc.containerengine.model.Node.LifecycleState
-
Packages that use Node.LifecycleState Package Description com.oracle.bmc.containerengine.model -
-
Uses of Node.LifecycleState in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return Node.LifecycleState Modifier and Type Method Description static Node.LifecycleState
Node.LifecycleState. create(String key)
Node.LifecycleState
Node. getLifecycleState()
The state of the node.static Node.LifecycleState
Node.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Node.LifecycleState[]
Node.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type Node.LifecycleState Modifier and Type Method Description Node.Builder
Node.Builder. lifecycleState(Node.LifecycleState lifecycleState)
The state of the node.Constructors in com.oracle.bmc.containerengine.model with parameters of type Node.LifecycleState Constructor Description Node(String id, String name, String kubernetesVersion, String availabilityDomain, String subnetId, String nodePoolId, String faultDomain, String privateIp, String publicIp, NodeError nodeError, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Node.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-