Class HostResourceUsage
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.HostResourceUsage
Class HostResourceUsage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
HostResourceUsage.Builder<T extends HostResourceUsage.Builder<T>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HostResourceUsage
(String host, String project, int memoryMb, int cpu, int diskGb) -
Method Summary
-
Constructor Details
-
HostResourceUsage
@ConstructorProperties({"host","project","memory_mb","cpu","disk_gb"}) protected HostResourceUsage(String host, @Nullable String project, int memoryMb, int cpu, int diskGb)
-
-
Method Details
-
builder
-
toBuilder
-
getHost
-
getProject
-
getMemoryMb
public int getMemoryMb() -
getCpu
public int getCpu() -
getDiskGb
public int getDiskGb() -
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-