Uses of Class
org.jclouds.openstack.cinder.v1.domain.Snapshot
-
Packages that use Snapshot Package Description org.jclouds.openstack.cinder.v1.config org.jclouds.openstack.cinder.v1.domain org.jclouds.openstack.cinder.v1.features org.jclouds.openstack.cinder.v1.predicates -
-
Uses of Snapshot in org.jclouds.openstack.cinder.v1.config
Methods in org.jclouds.openstack.cinder.v1.config that return Snapshot Modifier and Type Method Description Snapshot
CinderParserModule.SnapshotAdapter. apply(Snapshot in)
Snapshot
CinderParserModule.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 Modifier and Type Method Description Snapshot
CinderParserModule.SnapshotAdapter. apply(Snapshot in)
-
Uses of Snapshot in org.jclouds.openstack.cinder.v1.domain
Methods in org.jclouds.openstack.cinder.v1.domain that return Snapshot Modifier and Type Method Description Snapshot
Snapshot.Builder. build()
Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type Snapshot Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. fromSnapshot(Snapshot in)
-
Uses of Snapshot in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features that return Snapshot Modifier and Type Method Description Snapshot
SnapshotApi. create(String volumeId, CreateSnapshotOptions... options)
Creates a new Snapshot.Snapshot
SnapshotApi. get(String snapshotId)
Return data about the given Snapshot.Methods in org.jclouds.openstack.cinder.v1.features that return types with arguments of type Snapshot Modifier and Type Method Description com.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 Snapshot Modifier and Type Method Description static 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)
-