Class NovaHost
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<NovaHostResource>
-
- org.openstack4j.openstack.compute.domain.NovaHost
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
public class NovaHost extends ListResult<NovaHostResource>
Nova OS Host contains a list of Nova Host Resources- Author:
- Qin An
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NovaHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<NovaHostResource>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
protected List<NovaHostResource> value()
- Specified by:
valuein classListResult<NovaHostResource>
-
-