Uses of Class
com.oracle.bmc.bds.model.VolumeAttachmentDetail
-
Packages that use VolumeAttachmentDetail Package Description com.oracle.bmc.bds.model -
-
Uses of VolumeAttachmentDetail in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return VolumeAttachmentDetail Modifier and Type Method Description VolumeAttachmentDetail
VolumeAttachmentDetail.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type VolumeAttachmentDetail Modifier and Type Method Description List<VolumeAttachmentDetail>
Node. getAttachedBlockVolumes()
The list of block volumes attached to a given node.Methods in com.oracle.bmc.bds.model with parameters of type VolumeAttachmentDetail Modifier and Type Method Description VolumeAttachmentDetail.Builder
VolumeAttachmentDetail.Builder. copy(VolumeAttachmentDetail model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type VolumeAttachmentDetail Modifier and Type Method Description Node.Builder
Node.Builder. attachedBlockVolumes(List<VolumeAttachmentDetail> attachedBlockVolumes)
The list of block volumes attached to a given node.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type VolumeAttachmentDetail 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.
-