Uses of Class
com.oracle.bmc.core.model.VolumeAttachment
-
Packages that use VolumeAttachment Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of VolumeAttachment in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type VolumeAttachment Modifier and Type Method Description Iterable<VolumeAttachment>
ComputePaginators. listVolumeAttachmentsRecordIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theVolumeAttachment
objects contained in responses from the listVolumeAttachments operation. -
Uses of VolumeAttachment in com.oracle.bmc.core.model
Subclasses of VolumeAttachment in com.oracle.bmc.core.model Modifier and Type Class Description class
EmulatedVolumeAttachment
An Emulated volume attachment.class
IScsiVolumeAttachment
An ISCSI volume attachment.class
ParavirtualizedVolumeAttachment
A paravirtualized volume attachment. -
Uses of VolumeAttachment in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return VolumeAttachment Modifier and Type Method Description VolumeAttachment
AttachVolumeResponse. getVolumeAttachment()
The returned VolumeAttachment instance.VolumeAttachment
GetVolumeAttachmentResponse. getVolumeAttachment()
The returned VolumeAttachment instance.VolumeAttachment
UpdateVolumeAttachmentResponse. getVolumeAttachment()
The returned VolumeAttachment instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>
ListVolumeAttachmentsResponse. getItems()
A list of com.oracle.bmc.core.model.VolumeAttachment instances.Methods in com.oracle.bmc.core.responses with parameters of type VolumeAttachment Modifier and Type Method Description AttachVolumeResponse.Builder
AttachVolumeResponse.Builder. volumeAttachment(VolumeAttachment volumeAttachment)
The returned VolumeAttachment instance.GetVolumeAttachmentResponse.Builder
GetVolumeAttachmentResponse.Builder. volumeAttachment(VolumeAttachment volumeAttachment)
The returned VolumeAttachment instance.UpdateVolumeAttachmentResponse.Builder
UpdateVolumeAttachmentResponse.Builder. volumeAttachment(VolumeAttachment volumeAttachment)
The returned VolumeAttachment instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type VolumeAttachment Modifier and Type Method Description ListVolumeAttachmentsResponse.Builder
ListVolumeAttachmentsResponse.Builder. items(List<VolumeAttachment> items)
A list of com.oracle.bmc.core.model.VolumeAttachment instances.
-