| 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.collect.FluentIterable<VolumeSnapshot> |
VolumeApi.listSnapshots()
Returns a summary list of snapshots.
|
com.google.common.collect.FluentIterable<VolumeSnapshot> |
VolumeApi.listSnapshotsInDetail()
Returns a summary list of snapshots.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.