Uses of Interface
org.jclouds.openstack.nova.v2_0.extensions.VolumeAttachmentApi
-
Packages that use VolumeAttachmentApi Package Description org.jclouds.openstack.nova.v2_0 -
-
Uses of VolumeAttachmentApi in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 that return types with arguments of type VolumeAttachmentApi Modifier and Type Method Description com.google.common.base.Optional<VolumeAttachmentApi>
NovaApi. getVolumeAttachmentApi(String region)
Provides access to Volume Attachment features.com.google.common.base.Optional<? extends VolumeAttachmentApi>
NovaApi. getVolumeAttachmentExtensionForZone(String zone)
Deprecated.Please useNovaApi.getVolumeAttachmentApi(String region)
instead.
-