Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<VolumeAttachment> |
ComputePaginators.listVolumeAttachmentsRecordIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the
VolumeAttachment objects contained in responses from the
listVolumeAttachments operation. |
Modifier and Type | Class and Description |
---|---|
class |
EmulatedVolumeAttachment
An Emulated volume attachment.
|
class |
IScsiVolumeAttachment
An ISCSI volume attachment.
|
class |
ParavirtualizedVolumeAttachment
A paravirtualized volume attachment.
|
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
UpdateVolumeAttachmentResponse.getVolumeAttachment()
The returned
VolumeAttachment instance. |
VolumeAttachment |
AttachVolumeResponse.getVolumeAttachment()
The returned
VolumeAttachment instance. |
VolumeAttachment |
GetVolumeAttachmentResponse.getVolumeAttachment()
The returned
VolumeAttachment instance. |
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
ListVolumeAttachmentsResponse.getItems()
A list of
com.oracle.bmc.core.model.VolumeAttachment instances. |
Modifier and Type | Method and Description |
---|---|
UpdateVolumeAttachmentResponse.Builder |
UpdateVolumeAttachmentResponse.Builder.volumeAttachment(VolumeAttachment volumeAttachment)
The returned
VolumeAttachment instance. |
AttachVolumeResponse.Builder |
AttachVolumeResponse.Builder.volumeAttachment(VolumeAttachment volumeAttachment)
The returned
VolumeAttachment instance. |
GetVolumeAttachmentResponse.Builder |
GetVolumeAttachmentResponse.Builder.volumeAttachment(VolumeAttachment volumeAttachment)
The returned
VolumeAttachment instance. |
Modifier and Type | Method and Description |
---|---|
ListVolumeAttachmentsResponse.Builder |
ListVolumeAttachmentsResponse.Builder.items(List<VolumeAttachment> items)
A list of
com.oracle.bmc.core.model.VolumeAttachment instances. |
Copyright © 2016–2024. All rights reserved.