Uses of Class
com.oracle.bmc.cloudbridge.model.VolumeAttachment
-
Packages that use VolumeAttachment Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of VolumeAttachment in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return VolumeAttachment Modifier and Type Method Description VolumeAttachment
VolumeAttachment.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>
AwsEbsProperties. getAttachments()
Information about the volume attachments.Methods in com.oracle.bmc.cloudbridge.model with parameters of type VolumeAttachment Modifier and Type Method Description VolumeAttachment.Builder
VolumeAttachment.Builder. copy(VolumeAttachment model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type VolumeAttachment Modifier and Type Method Description AwsEbsProperties.Builder
AwsEbsProperties.Builder. attachments(List<VolumeAttachment> attachments)
Information about the volume attachments.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type VolumeAttachment Constructor 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.
-