Uses of Class
com.woorea.openstack.nova.model.VolumeAttachment
-
Packages that use VolumeAttachment Package Description com.woorea.openstack.nova.api com.woorea.openstack.nova.model -
-
Uses of VolumeAttachment in com.woorea.openstack.nova.api
Constructors in com.woorea.openstack.nova.api with parameters of type VolumeAttachment Constructor Description AttachVolume(java.lang.String serverId, VolumeAttachment volumeAttachment)
-
Uses of VolumeAttachment in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type VolumeAttachment Modifier and Type Field Description private java.util.List<VolumeAttachment>
VolumeAttachments. list
Methods in com.woorea.openstack.nova.model that return types with arguments of type VolumeAttachment Modifier and Type Method Description java.util.List<VolumeAttachment>
VolumeAttachments. getList()
java.util.Iterator<VolumeAttachment>
VolumeAttachments. iterator()
-