| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| Snapshot | CinderParserModule.SnapshotAdapter. apply(Snapshot in) | 
| Snapshot | CinderParserModule.SnapshotAdapter. deserialize(com.google.gson.JsonElement jsonElement,
           Type type,
           com.google.gson.JsonDeserializationContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| Snapshot | CinderParserModule.SnapshotAdapter. apply(Snapshot in) | 
| Modifier and Type | Method and Description | 
|---|---|
| Snapshot | Snapshot.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| Snapshot.Builder | 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.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. | 
| 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-2016 The Apache Software Foundation. All Rights Reserved.