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, String poolProviderId, Volume volume)Creates a new volume.VolumeStorage. getVolume(C device, String poolProviderId, String uuid)Gets the information of the given volume.VolumeStorage. resizeVolume(C device, String poolProviderId, 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, String poolProviderId)Gets all the volumes in the given pool.List<Volume>Storage. listVolumesAllTiers(C device)Gets all the volumes from all tiers.Methods in com.abiquo.ssm.plugin with parameters of type Volume Modifier and Type Method Description VolumeStorage. createVolume(C device, String poolProviderId, Volume volume)Creates a new volume.VolumeStorage. resizeVolume(C device, String poolProviderId, 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, String poolProviderId, Volume volume)VolumeGenericISCSIPlugin. getVolume(Device device, String poolProviderId, String uuid)VolumeGenericISCSIPlugin. resizeVolume(Device device, String poolProviderId, 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, String poolProviderId)List<Volume>GenericISCSIPlugin. listVolumesAllTiers(Device device)Methods in com.abiquo.ssm.plugin.iscsi with parameters of type Volume Modifier and Type Method Description VolumeGenericISCSIPlugin. createVolume(Device device, String poolProviderId, Volume volume)VolumeGenericISCSIPlugin. resizeVolume(Device device, String poolProviderId, Volume volume)
-