public interface VolumeApi
VolumeAttachmentApi
,
VolumeAsyncApi
,
API DocModifier and Type | Method and Description |
---|---|
Volume |
create(int sizeGB,
CreateVolumeOptions... options)
Creates a new Volume
|
boolean |
delete(String volumeId)
Delete a Volume.
|
Volume |
get(String volumeId)
Return data about the given Volume.
|
com.google.common.collect.FluentIterable<? extends Volume> |
list()
Returns a summary list of Volumes.
|
com.google.common.collect.FluentIterable<? extends Volume> |
listInDetail()
Returns a detailed list of Volumes.
|
com.google.common.collect.FluentIterable<? extends Volume> list()
com.google.common.collect.FluentIterable<? extends Volume> listInDetail()
Volume get(String volumeId)
volumeId
- Id of the VolumeVolume create(int sizeGB, CreateVolumeOptions... options)
volumeId
- Id of the Volumeoptions
- See CreateVolumeOptionsboolean delete(String volumeId)
volumeId
- Id of the VolumeCopyright © 2009-2013 jclouds. All Rights Reserved.