Uses of Class
com.abiquo.ssm.model.Pool
-
Packages that use Pool Package Description com.abiquo.ssm.plugin com.abiquo.ssm.plugin.iscsi -
-
Uses of Pool in com.abiquo.ssm.plugin
Methods in com.abiquo.ssm.plugin that return Pool Modifier and Type Method Description PoolStorage. getPool(C device, String poolName)Get the information of the given pool.Methods in com.abiquo.ssm.plugin that return types with arguments of type Pool Modifier and Type Method Description List<Pool>Storage. listPools(C device)Get all the pools defined in the given device.Methods in com.abiquo.ssm.plugin with parameters of type Pool Modifier and Type Method Description VolumeStorage. createVolume(C device, Pool pool, Volume volume)Creates a new volume.voidStorage. deleteVolume(C device, Pool pool, String uuid)Deletes the given volume.VolumeStorage. getVolume(C device, Pool pool, String uuid)Gets the information of the given volume.AddressStorage. grantAccess(C device, Pool pool, String volumeUuid, ClientDetails clientDetails)Allow the provided client to access the given volume.List<Volume>Storage. listVolumes(C device, Pool pool)Gets all the volumes in the given pool.VolumeStorage. resizeVolume(C device, Pool pool, Volume volume)Updates an existing volume.voidStorage. revokeAccess(C device, Pool pool, String volumeUuid, ClientDetails clientDetails)Deny access for the provided client to the given volume. -
Uses of Pool in com.abiquo.ssm.plugin.iscsi
Methods in com.abiquo.ssm.plugin.iscsi that return Pool Modifier and Type Method Description PoolGenericISCSIPlugin. getPool(Device device, String poolName)Methods in com.abiquo.ssm.plugin.iscsi that return types with arguments of type Pool Modifier and Type Method Description List<Pool>GenericISCSIPlugin. listPools(Device device)Methods in com.abiquo.ssm.plugin.iscsi with parameters of type Pool Modifier and Type Method Description VolumeGenericISCSIPlugin. createVolume(Device device, Pool pool, Volume volume)voidGenericISCSIPlugin. deleteVolume(Device device, Pool pool, String uuid)VolumeGenericISCSIPlugin. getVolume(Device device, Pool pool, String uuid)AddressGenericISCSIPlugin. grantAccess(Device device, Pool pool, String volumeUuid, ClientDetails clientDetails)List<Volume>GenericISCSIPlugin. listVolumes(Device device, Pool pool)VolumeGenericISCSIPlugin. resizeVolume(Device device, Pool pool, Volume volume)voidGenericISCSIPlugin. revokeAccess(Device device, Pool pool, String volumeUuid, ClientDetails clientDetails)
-