Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentDetail |
VolumeAttachmentDetail.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachmentDetail> |
Node.getAttachedBlockVolumes()
The list of block volumes attached to a given node.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentDetail.Builder |
VolumeAttachmentDetail.Builder.copy(VolumeAttachmentDetail 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.
|
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.