Uses of Interface
org.openstack4j.model.compute.VolumeAttachment
-
Packages that use VolumeAttachment Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of VolumeAttachment in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return VolumeAttachment Modifier and Type Method Description VolumeAttachmentServerService. attachVolume(String serverId, String volumeId, String device)attach the volume to the given server -
Uses of VolumeAttachment in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement VolumeAttachment Modifier and Type Class Description classNovaVolumeAttachmentreturn a description for this volume attachment job -
Uses of VolumeAttachment in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return VolumeAttachment Modifier and Type Method Description VolumeAttachmentServerServiceImpl. attachVolume(String serverId, String volumeId, String device)attach the volume to the given server
-