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 |
VolumeClient.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
VolumeSnapshot |
VolumeClient.getSnapshot(String snapshotId)
Return data about the given snapshot.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> |
VolumeAsyncClient.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> |
VolumeAsyncClient.getSnapshot(String snapshotId)
Return data about the given snapshot.
|
Set<VolumeSnapshot> |
VolumeClient.listSnapshots()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncClient.listSnapshots()
Returns a summary list of snapshots.
|
Set<VolumeSnapshot> |
VolumeClient.listSnapshotsInDetail()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncClient.listSnapshotsInDetail()
Returns a summary list of snapshots.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.