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(String serverId, VolumeAttachment volumeAttachment) -
Uses of VolumeAttachment in com.woorea.openstack.nova.model
Methods in com.woorea.openstack.nova.model that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<VolumeAttachment>VolumeAttachments. getList()Iterator<VolumeAttachment>VolumeAttachments. iterator()
-