Uses of Class
org.jclouds.openstack.nova.v2_0.domain.FloatingIPPool
- 
Packages that use FloatingIPPool Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.extensions  - 
- 
Uses of FloatingIPPool in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return FloatingIPPool Modifier and Type Method Description FloatingIPPoolFloatingIPPool.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type FloatingIPPool Modifier and Type Method Description intFloatingIPPool. compareTo(FloatingIPPool o)FloatingIPPool.BuilderFloatingIPPool.Builder. fromFloatingIPPool(FloatingIPPool in) - 
Uses of FloatingIPPool in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type FloatingIPPool Modifier and Type Method Description com.google.common.collect.FluentIterable<? extends FloatingIPPool>FloatingIPPoolApi. list()Lists all Floating IP Pools 
 -