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 |
GetVolumeAttachmentResponse.getVolumeAttachment()
The returned VolumeAttachment instance.
|
VolumeAttachment |
AttachVolumeResponse.getVolumeAttachment()
The returned VolumeAttachment instance.
|
VolumeAttachment |
UpdateVolumeAttachmentResponse.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 |
---|---|
GetVolumeAttachmentResponse.Builder |
GetVolumeAttachmentResponse.Builder.volumeAttachment(VolumeAttachment volumeAttachment)
The returned VolumeAttachment instance.
|
AttachVolumeResponse.Builder |
AttachVolumeResponse.Builder.volumeAttachment(VolumeAttachment volumeAttachment)
The returned VolumeAttachment instance.
|
UpdateVolumeAttachmentResponse.Builder |
UpdateVolumeAttachmentResponse.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–2022. All rights reserved.