| Package | Description | 
|---|---|
| org.jclouds.openstack.cinder.v1.domain | |
| org.jclouds.openstack.cinder.v1.features | |
| org.jclouds.openstack.cinder.v1.predicates | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
Snapshot.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Snapshot.Builder.fromSnapshot(Snapshot in)  | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
SnapshotApi.create(String volumeId,
      CreateSnapshotOptions... options)
Creates a new Snapshot. 
 | 
Snapshot | 
SnapshotApi.get(String snapshotId)
Return data about the given Snapshot. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Snapshot> | 
SnapshotAsyncApi.create(String volumeId,
      CreateSnapshotOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<? extends Snapshot> | 
SnapshotAsyncApi.get(String snapshotId)  | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Snapshot>> | 
SnapshotAsyncApi.list()  | 
com.google.common.collect.FluentIterable<? extends Snapshot> | 
SnapshotApi.list()
Returns a summary list of Snapshots. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Snapshot>> | 
SnapshotAsyncApi.listInDetail()  | 
com.google.common.collect.FluentIterable<? extends Snapshot> | 
SnapshotApi.listInDetail()
Returns a detailed list of Snapshots. 
 | 
| Modifier and Type | Method and 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)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.