Uses of Class
org.jclouds.openstack.nova.v2_0.domain.VolumeSnapshot
Packages that use VolumeSnapshot
Package
Description
-
Uses of VolumeSnapshot in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return VolumeSnapshotMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VolumeSnapshot -
Uses of VolumeSnapshot in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return VolumeSnapshotModifier and TypeMethodDescriptionVolumeApi.createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options) Deprecated.VolumeApi.getSnapshot(String snapshotId) Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#get(String)instead.Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type VolumeSnapshotModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable<VolumeSnapshot>VolumeApi.listSnapshots()Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#list()instead.com.google.common.collect.FluentIterable<VolumeSnapshot>VolumeApi.listSnapshotsInDetail()Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#listInDetail()instead.
org.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)instead.