Package com.woorea.openstack.nova.model
Class Servers
- java.lang.Object
-
- com.woorea.openstack.nova.model.Servers
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<Server>
public class Servers extends java.lang.Object implements java.lang.Iterable<Server>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Servers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Server>
getList()
java.util.Iterator<Server>
iterator()
java.lang.String
toString()
-
-
-
Field Detail
-
list
private java.util.List<Server> list
-
-