Uses of Class
org.jclouds.cloudstack.domain.Volume
-
Packages that use Volume Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features -
-
Uses of Volume in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return Volume Modifier and Type Method Description Volume
Volume.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Volume Modifier and Type Method Description T
Volume.Builder. fromVolume(Volume in)
-
Uses of Volume in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Volume Modifier and Type Method Description Volume
VolumeApi. getVolume(String id)
Get volume by idMethods in org.jclouds.cloudstack.features that return types with arguments of type Volume Modifier and Type Method Description Set<Volume>
VolumeApi. listVolumes(ListVolumesOptions... options)
List volumes
-