Package com.woorea.openstack.nova.model
Class HostAggregates
- java.lang.Object
-
- com.woorea.openstack.nova.model.HostAggregates
-
- All Implemented Interfaces:
Serializable,Iterable<HostAggregate>
public class HostAggregates extends Object implements Iterable<HostAggregate>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostAggregates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAggregate>getList()Iterator<HostAggregate>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<HostAggregate> getList()
- Returns:
- the list
-
iterator
public Iterator<HostAggregate> iterator()
- Specified by:
iteratorin interfaceIterable<HostAggregate>
-
-