Uses of Class
org.jclouds.openstack.cinder.v1.domain.Snapshot
Packages that use Snapshot
Package
Description
-
Uses of Snapshot in org.jclouds.openstack.cinder.v1.config
Methods in org.jclouds.openstack.cinder.v1.config that return SnapshotModifier and TypeMethodDescriptionCinderParserModule.SnapshotAdapter.deserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) Methods in org.jclouds.openstack.cinder.v1.config with parameters of type Snapshot -
Uses of Snapshot in org.jclouds.openstack.cinder.v1.domain
Methods in org.jclouds.openstack.cinder.v1.domain that return SnapshotMethods in org.jclouds.openstack.cinder.v1.domain with parameters of type Snapshot -
Uses of Snapshot in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features that return SnapshotModifier and TypeMethodDescriptionSnapshotApi.create
(String volumeId, CreateSnapshotOptions... options) Creates a new Snapshot.Return data about the given Snapshot.Methods in org.jclouds.openstack.cinder.v1.features that return types with arguments of type SnapshotModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<? extends Snapshot> SnapshotApi.list()
Returns a summary list of Snapshots.com.google.common.collect.FluentIterable
<? extends Snapshot> SnapshotApi.listInDetail()
Returns a detailed list of Snapshots. -
Uses of Snapshot in org.jclouds.openstack.cinder.v1.predicates
Methods in org.jclouds.openstack.cinder.v1.predicates that return types with arguments of type SnapshotModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Snapshot> SnapshotPredicates.awaitAvailable
(SnapshotApi snapshotApi) Wait until a Snapshot is Available.static com.google.common.base.Predicate
<Snapshot> SnapshotPredicates.awaitDeleted
(SnapshotApi snapshotApi) Wait until a Snapshot no longer exists.static com.google.common.base.Predicate
<Snapshot> SnapshotPredicates.awaitStatus
(SnapshotApi snapshotApi, Volume.Status status, long maxWaitInSec, long periodInSec)