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 |
VolumeApi.createVolume(int sizeGB,
CreateVolumeOptions... options)
Creates a new Snapshot
|
Volume |
VolumeApi.getVolume(String volumeId)
Return data about the given volume.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncApi.createVolume(int sizeGB,
CreateVolumeOptions... options)
Creates a new volume
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncApi.getVolume(String volumeId)
Return data about the given volume.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncApi.listVolumes()
Returns a summary list of volumes.
|
Set<Volume> |
VolumeApi.listVolumes()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncApi.listVolumesInDetail()
Returns a detailed list of volumes.
|
Set<Volume> |
VolumeApi.listVolumesInDetail()
Returns a detailed list of volumes.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.