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 |
---|---|
int |
Volume.compareTo(Volume volume) |
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeClient.getVolume(long id)
Get volume by id
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(long id) |
Set<Volume> |
VolumeClient.listVolumes(ListVolumesOptions... options)
List volumes
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes(ListVolumesOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.