Uses of Class
com.woorea.openstack.cinder.model.Pool
-
Packages that use Pool Package Description com.woorea.openstack.cinder.model -
-
Uses of Pool in com.woorea.openstack.cinder.model
Fields in com.woorea.openstack.cinder.model with type parameters of type Pool Modifier and Type Field Description private java.util.List<Pool>
Pools. list
Methods in com.woorea.openstack.cinder.model that return types with arguments of type Pool Modifier and Type Method Description java.util.List<Pool>
Pools. getList()
java.util.Iterator<Pool>
Pools. iterator()
Method parameters in com.woorea.openstack.cinder.model with type arguments of type Pool Modifier and Type Method Description void
Pools. setList(java.util.List<Pool> list)
-