| Package | Description | 
|---|---|
| org.jclouds.openstack.nova.v2_0.domain | |
| org.jclouds.openstack.nova.v2_0.extensions | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeSnapshot | 
VolumeSnapshot.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
VolumeSnapshot.Builder.fromVolumeSnapshot(VolumeSnapshot in)  | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeSnapshot | 
VolumeApi.createSnapshot(String volumeId,
              CreateVolumeSnapshotOptions... options)
Creates a new Snapshot 
 | 
VolumeSnapshot | 
VolumeApi.getSnapshot(String snapshotId)
Return data about the given snapshot. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VolumeSnapshot> | 
VolumeAsyncApi.createSnapshot(String volumeId,
              CreateVolumeSnapshotOptions... options)
Creates a new Snapshot 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends VolumeSnapshot> | 
VolumeAsyncApi.getSnapshot(String snapshotId)
Return data about the given snapshot. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeSnapshot>> | 
VolumeAsyncApi.listSnapshots()
Returns a summary list of snapshots. 
 | 
com.google.common.collect.FluentIterable<? extends VolumeSnapshot> | 
VolumeApi.listSnapshots()
Returns a summary list of snapshots. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeSnapshot>> | 
VolumeAsyncApi.listSnapshotsInDetail()
Returns a summary list of snapshots. 
 | 
com.google.common.collect.FluentIterable<? extends VolumeSnapshot> | 
VolumeApi.listSnapshotsInDetail()
Returns a summary list of snapshots. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.