Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Volume.Builder.fromVolume(Volume in) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeClient.createVolume(int sizeGB,
CreateVolumeOptions... options)
Creates a new Snapshot
|
Volume |
VolumeClient.getVolume(String volumeId)
Return data about the given volume.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.createVolume(int sizeGB,
CreateVolumeOptions... options)
Creates a new volume
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(String volumeId)
Return data about the given volume.
|
Set<Volume> |
VolumeClient.listVolumes()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes()
Returns a summary list of volumes.
|
Set<Volume> |
VolumeClient.listVolumesInDetail()
Returns a detailed list of volumes.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumesInDetail()
Returns a detailed list of volumes.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.