Uses of Class
com.abiquo.ssm.model.Volume
-
Packages that use Volume Package Description com.abiquo.ssm.plugin com.abiquo.ssm.plugin.iscsi -
-
Uses of Volume in com.abiquo.ssm.plugin
Methods in com.abiquo.ssm.plugin that return Volume Modifier and Type Method Description VolumeStorage. createVolume(C device, Pool pool, Volume volume)Creates a new volume.VolumeStorage. getVolume(C device, Pool pool, String uuid)Gets the information of the given volume.VolumeStorage. resizeVolume(C device, Pool pool, Volume volume)Updates an existing volume.Methods in com.abiquo.ssm.plugin that return types with arguments of type Volume Modifier and Type Method Description List<Volume>Storage. listVolumes(C device, Pool pool)Gets all the volumes in the given pool.Methods in com.abiquo.ssm.plugin with parameters of type Volume Modifier and Type Method Description VolumeStorage. createVolume(C device, Pool pool, Volume volume)Creates a new volume.VolumeStorage. resizeVolume(C device, Pool pool, Volume volume)Updates an existing volume. -
Uses of Volume in com.abiquo.ssm.plugin.iscsi
Methods in com.abiquo.ssm.plugin.iscsi that return Volume Modifier and Type Method Description VolumeGenericISCSIPlugin. createVolume(Device device, Pool pool, Volume volume)VolumeGenericISCSIPlugin. getVolume(Device device, Pool pool, String uuid)VolumeGenericISCSIPlugin. resizeVolume(Device device, Pool pool, Volume volume)Methods in com.abiquo.ssm.plugin.iscsi that return types with arguments of type Volume Modifier and Type Method Description List<Volume>GenericISCSIPlugin. listVolumes(Device device, Pool pool)Methods in com.abiquo.ssm.plugin.iscsi with parameters of type Volume Modifier and Type Method Description VolumeGenericISCSIPlugin. createVolume(Device device, Pool pool, Volume volume)VolumeGenericISCSIPlugin. resizeVolume(Device device, Pool pool, Volume volume)
-