Package com.woorea.openstack.nova.model
Class Host
- java.lang.Object
-
- com.woorea.openstack.nova.model.Host
-
- All Implemented Interfaces:
java.io.Serializable
public class Host extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHost.ResourceWrapper
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Host.ResourceWrapper>host
-
Constructor Summary
Constructors Constructor Description Host()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Host.ResourceWrapper>getHost()java.lang.StringtoString()
-
-
-
Field Detail
-
host
private java.util.List<Host.ResourceWrapper> host
-
-
Method Detail
-
getHost
public java.util.List<Host.ResourceWrapper> getHost()
- Returns:
- the host
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-