Class NovaHostResourceBody
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaHostResourceBody
-
- All Implemented Interfaces:
HostResourceBody
public class NovaHostResourceBody extends Object implements HostResourceBody
Nova Host Resource Body contains Nova host resource- Author:
- Qin An
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NovaHostResourceBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostResourcegetHostResource()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHostResource
public HostResource getHostResource()
- Specified by:
getHostResourcein interfaceHostResourceBody- Returns:
- the Host Resource contained in the unamed body
-
-