Package com.ibm.cloud.is.vpc.v1.model
Class VolumeAttachmentCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeAttachmentCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeAttachmentCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeAttachmentCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VolumeAttachment>
getVolumeAttachments()
Gets the volumeAttachments.
-
-
-
Method Detail
-
getVolumeAttachments
public List<VolumeAttachment> getVolumeAttachments()
Gets the volumeAttachments. The volume attachments for the instance.- Returns:
- the volumeAttachments
-
-