Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
static VolumeAttachment.Builder |
VolumeAttachment.builder()
Create a new builder.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.copy(VolumeAttachment model) |
VolumeAttachment.Builder |
VolumeAttachment.Builder.device(String device)
The device name.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.instanceKey(String instanceKey)
The ID of the instance.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.isDeleteOnTermination(Boolean isDeleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
VolumeAttachment.Builder |
VolumeAttachment.Builder.status(String status)
The attachment state of the volume.
|
VolumeAttachment.Builder |
VolumeAttachment.toBuilder() |
VolumeAttachment.Builder |
VolumeAttachment.Builder.volumeKey(String volumeKey)
The ID of the volume.
|
Copyright © 2016–2024. All rights reserved.