Package com.woorea.openstack.nova.model
Class Hosts
- java.lang.Object
-
- com.woorea.openstack.nova.model.Hosts
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<Hosts.Host>
public class Hosts extends java.lang.Object implements java.lang.Iterable<Hosts.Host>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Hosts.Host
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Hosts.Host>
list
-
Constructor Summary
Constructors Constructor Description Hosts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Hosts.Host>
getList()
java.util.Iterator<Hosts.Host>
iterator()
java.lang.String
toString()
-
-
-
Field Detail
-
list
private java.util.List<Hosts.Host> list
-
-
Method Detail
-
getList
public java.util.List<Hosts.Host> getList()
- Returns:
- the list
-
iterator
public java.util.Iterator<Hosts.Host> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<Hosts.Host>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-