Package com.woorea.openstack.nova.model
Class FloatingIpPools
- java.lang.Object
-
- com.woorea.openstack.nova.model.FloatingIpPools
-
- All Implemented Interfaces:
Serializable,Iterable<FloatingIpPools.FloatingIpPool>
public class FloatingIpPools extends Object implements Iterable<FloatingIpPools.FloatingIpPool>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFloatingIpPools.FloatingIpPool
-
Constructor Summary
Constructors Constructor Description FloatingIpPools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FloatingIpPools.FloatingIpPool>getList()Iterator<FloatingIpPools.FloatingIpPool>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getList
public List<FloatingIpPools.FloatingIpPool> getList()
- Returns:
- the list
-
iterator
public Iterator<FloatingIpPools.FloatingIpPool> iterator()
- Specified by:
iteratorin interfaceIterable<FloatingIpPools.FloatingIpPool>
-
-