|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Snapshot | |
|---|---|
| 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.domain |
|---|
| Methods in org.jclouds.openstack.cinder.v1.domain that return Snapshot | |
|---|---|
Snapshot |
Snapshot.Builder.build()
|
| Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type Snapshot | |
|---|---|
T |
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||