Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.lifecycleState(Node.LifecycleState lifecycleState)
The state of the node.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.