Uses of Class
com.oracle.bmc.ocvp.model.BlockVolumeAttachment
-
Packages that use BlockVolumeAttachment Package Description com.oracle.bmc.ocvp.model -
-
Uses of BlockVolumeAttachment in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return BlockVolumeAttachment Modifier and Type Method Description BlockVolumeAttachment
BlockVolumeAttachment.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type BlockVolumeAttachment Modifier and Type Method Description List<BlockVolumeAttachment>
BlockVolumeDetails. getAttachments()
List of BlockVolumeAttachment objects containing information about attachment detailsMethods in com.oracle.bmc.ocvp.model with parameters of type BlockVolumeAttachment Modifier and Type Method Description BlockVolumeAttachment.Builder
BlockVolumeAttachment.Builder. copy(BlockVolumeAttachment model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type BlockVolumeAttachment Modifier and Type Method Description BlockVolumeDetails.Builder
BlockVolumeDetails.Builder. attachments(List<BlockVolumeAttachment> attachments)
List of BlockVolumeAttachment objects containing information about attachment detailsConstructor parameters in com.oracle.bmc.ocvp.model with type arguments of type BlockVolumeAttachment Constructor Description BlockVolumeDetails(String id, String iqn, List<BlockVolumeAttachment> attachments)
Deprecated.
-