| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features |
| 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.getVolume(String id)
Get volume by id
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(String id) |
Set<Volume> |
VolumeClient.listVolumes(ListVolumesOptions... options)
List volumes
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes(ListVolumesOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.