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