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 poolProviderId)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. -
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)
-