Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
VolumeAttachment.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
AwsEbsProperties.getAttachments()
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachment.Builder |
VolumeAttachment.Builder.copy(VolumeAttachment model) |
Modifier and Type | Method and Description |
---|---|
AwsEbsProperties.Builder |
AwsEbsProperties.Builder.attachments(List<VolumeAttachment> attachments)
Information about the volume attachments.
|
Constructor and Description |
---|
AwsEbsProperties(List<VolumeAttachment> attachments,
String availabilityZone,
Boolean isEncrypted,
Integer iops,
Boolean isMultiAttachEnabled,
Integer sizeInGiBs,
String status,
List<Tag> tags,
Integer throughput,
String volumeKey,
String volumeType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.