Uses of Class
com.oracle.bmc.bds.model.Node.LifecycleState
-
Packages that use Node.LifecycleState Package Description com.oracle.bmc.bds.model -
-
Uses of Node.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.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.bds.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.bds.model with parameters of type Node.LifecycleState Constructor Description Node(String instanceId, String displayName, Node.LifecycleState lifecycleState, Node.NodeType nodeType, String shape, List<VolumeAttachmentDetail> attachedBlockVolumes, String subnetId, String ipAddress, String hostname, String imageId, String sshFingerprint, String availabilityDomain, String faultDomain, Date timeCreated, Date timeUpdated, Integer ocpus, Integer memoryInGBs, Integer nvmes, Double localDisksTotalSizeInGBs, Date timeMaintenanceRebootDue, String osVersion, Boolean isRebootRequired, String odhVersion, Date timeReplaced, String nodeBackupId)
Deprecated.
-