Package com.woorea.openstack.nova.model
Class Host.ResourceWrapper.Resource
- java.lang.Object
-
- com.woorea.openstack.nova.model.Host.ResourceWrapper.Resource
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Host.ResourceWrapper
public static final class Host.ResourceWrapper.Resource extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCpu()
java.lang.Integer
getDiskGb()
java.lang.String
getHost()
java.lang.Integer
getMemoryMb()
java.lang.String
getProject()
java.lang.String
toString()
-
-
-
Method Detail
-
getProject
public java.lang.String getProject()
- Returns:
- the project
-
getMemoryMb
public java.lang.Integer getMemoryMb()
- Returns:
- the memoryMb
-
getHost
public java.lang.String getHost()
- Returns:
- the host
-
getCpu
public java.lang.Integer getCpu()
- Returns:
- the cpu
-
getDiskGb
public java.lang.Integer getDiskGb()
- Returns:
- the diskGb
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-