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 theVolumeAttachmentobjects 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 classEmulatedVolumeAttachmentAn Emulated volume attachment.classIScsiVolumeAttachmentAn ISCSI volume attachment.classParavirtualizedVolumeAttachmentA 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 VolumeAttachmentAttachVolumeResponse. getVolumeAttachment()The returned VolumeAttachment instance.VolumeAttachmentGetVolumeAttachmentResponse. getVolumeAttachment()The returned VolumeAttachment instance.VolumeAttachmentUpdateVolumeAttachmentResponse. 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.BuilderAttachVolumeResponse.Builder. volumeAttachment(VolumeAttachment volumeAttachment)The returned VolumeAttachment instance.GetVolumeAttachmentResponse.BuilderGetVolumeAttachmentResponse.Builder. volumeAttachment(VolumeAttachment volumeAttachment)The returned VolumeAttachment instance.UpdateVolumeAttachmentResponse.BuilderUpdateVolumeAttachmentResponse.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.BuilderListVolumeAttachmentsResponse.Builder. items(List<VolumeAttachment> items)A list of com.oracle.bmc.core.model.VolumeAttachment instances.
-