Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.attachedBlockVolumes(List<VolumeAttachmentDetail> attachedBlockVolumes)
The list of block volumes attached to a given node.
|
Node.Builder |
Node.Builder.availabilityDomain(String availabilityDomain)
The name of the availability domain in which the node is running.
|
static Node.Builder |
Node.builder()
Create a new builder.
|
Node.Builder |
Node.Builder.copy(Node model) |
Node.Builder |
Node.Builder.displayName(String displayName)
The name of the node.
|
Node.Builder |
Node.Builder.faultDomain(String faultDomain)
The name of the fault domain in which the node is running.
|
Node.Builder |
Node.Builder.hostname(String hostname)
The fully-qualified hostname (FQDN) of the node.
|
Node.Builder |
Node.Builder.imageId(String imageId)
The OCID of the image from which the node was created.
|
Node.Builder |
Node.Builder.instanceId(String instanceId)
The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
|
Node.Builder |
Node.Builder.ipAddress(String ipAddress)
IP address of the node.
|
Node.Builder |
Node.Builder.isRebootRequired(Boolean isRebootRequired)
Indicates if the node requires a reboot to either reflect the latest os kernel or take
actions for maintenance reboot.
|
Node.Builder |
Node.Builder.lifecycleState(Node.LifecycleState lifecycleState)
The state of the node.
|
Node.Builder |
Node.Builder.localDisksTotalSizeInGBs(Double localDisksTotalSizeInGBs)
The aggregate size of all local disks, in gigabytes.
|
Node.Builder |
Node.Builder.memoryInGBs(Integer memoryInGBs)
The total amount of memory available to the node, in gigabytes.
|
Node.Builder |
Node.Builder.nodeBackupId(String nodeBackupId)
The node back id that was used for replacing the node.
|
Node.Builder |
Node.Builder.nodeType(Node.NodeType nodeType)
Cluster node type.
|
Node.Builder |
Node.Builder.nvmes(Integer nvmes)
The number of NVMe drives to be used for storage.
|
Node.Builder |
Node.Builder.ocpus(Integer ocpus)
The total number of OCPUs available to the node.
|
Node.Builder |
Node.Builder.odhVersion(String odhVersion)
Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
|
Node.Builder |
Node.Builder.osVersion(String osVersion)
BDS-assigned Operating System version for the node.
|
Node.Builder |
Node.Builder.shape(String shape)
Shape of the node.
|
Node.Builder |
Node.Builder.sshFingerprint(String sshFingerprint)
The fingerprint of the SSH key used for node access.
|
Node.Builder |
Node.Builder.subnetId(String subnetId)
The OCID of the subnet in which the node is to be created.
|
Node.Builder |
Node.Builder.timeCreated(Date timeCreated)
The time the node was created, shown as an RFC 3339 formatted datetime string.
|
Node.Builder |
Node.Builder.timeMaintenanceRebootDue(Date timeMaintenanceRebootDue)
The date and time the instance is expected to be stopped / started, in the format defined
by RFC3339.
|
Node.Builder |
Node.Builder.timeReplaced(Date timeReplaced)
The date and time the instance was replaced by a new vm with a node backup.
|
Node.Builder |
Node.Builder.timeUpdated(Date timeUpdated)
The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
|
Node.Builder |
Node.toBuilder() |
Copyright © 2016–2024. All rights reserved.