public class ClusterResourceUsageSummary extends DynamicData
Java class for ClusterResourceUsageSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterResourceUsageSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="cpuUsedMHz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cpuCapacityMHz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memUsedMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memCapacityMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="storageUsedMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="storageCapacityMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
cpuCapacityMHz |
protected int |
cpuUsedMHz |
protected int |
memCapacityMB |
protected int |
memUsedMB |
protected long |
storageCapacityMB |
protected long |
storageUsedMB |
| Constructor and Description |
|---|
ClusterResourceUsageSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCapacityMHz()
Gets the value of the cpuCapacityMHz property.
|
int |
getCpuUsedMHz()
Gets the value of the cpuUsedMHz property.
|
int |
getMemCapacityMB()
Gets the value of the memCapacityMB property.
|
int |
getMemUsedMB()
Gets the value of the memUsedMB property.
|
long |
getStorageCapacityMB()
Gets the value of the storageCapacityMB property.
|
long |
getStorageUsedMB()
Gets the value of the storageUsedMB property.
|
void |
setCpuCapacityMHz(int value)
Sets the value of the cpuCapacityMHz property.
|
void |
setCpuUsedMHz(int value)
Sets the value of the cpuUsedMHz property.
|
void |
setMemCapacityMB(int value)
Sets the value of the memCapacityMB property.
|
void |
setMemUsedMB(int value)
Sets the value of the memUsedMB property.
|
void |
setStorageCapacityMB(long value)
Sets the value of the storageCapacityMB property.
|
void |
setStorageUsedMB(long value)
Sets the value of the storageUsedMB property.
|
protected int cpuUsedMHz
protected int cpuCapacityMHz
protected int memUsedMB
protected int memCapacityMB
protected long storageUsedMB
protected long storageCapacityMB
public int getCpuUsedMHz()
public void setCpuUsedMHz(int value)
public int getCpuCapacityMHz()
public void setCpuCapacityMHz(int value)
public int getMemUsedMB()
public void setMemUsedMB(int value)
public int getMemCapacityMB()
public void setMemCapacityMB(int value)
public long getStorageUsedMB()
public void setStorageUsedMB(long value)
public long getStorageCapacityMB()
public void setStorageCapacityMB(long value)
Copyright © 2018. All rights reserved.