Uses of Interface
org.openstack4j.model.storage.block.VolumeAttachment
-
Packages that use VolumeAttachment Package Description org.openstack4j.model.storage.block org.openstack4j.openstack.storage.block.domain -
-
Uses of VolumeAttachment in org.openstack4j.model.storage.block
Methods in org.openstack4j.model.storage.block that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<? extends VolumeAttachment>Volume. getAttachments() -
Uses of VolumeAttachment in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeAttachment Modifier and Type Class Description classCinderVolumeAttachmentreturn a description for this volume attachment jobMethods in org.openstack4j.openstack.storage.block.domain that return types with arguments of type VolumeAttachment Modifier and Type Method Description List<? extends VolumeAttachment>CinderVolume. getAttachments()
-