public class ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo extends DynamicData
Java class for ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="numVcpus" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cpuMHz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memoryMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
cpuMHz |
protected int |
memoryMB |
protected int |
numVcpus |
| Constructor and Description |
|---|
ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuMHz()
Gets the value of the cpuMHz property.
|
int |
getMemoryMB()
Gets the value of the memoryMB property.
|
int |
getNumVcpus()
Gets the value of the numVcpus property.
|
void |
setCpuMHz(int value)
Sets the value of the cpuMHz property.
|
void |
setMemoryMB(int value)
Sets the value of the memoryMB property.
|
void |
setNumVcpus(int value)
Sets the value of the numVcpus property.
|
protected int numVcpus
protected int cpuMHz
protected int memoryMB
public ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo()
public int getNumVcpus()
public void setNumVcpus(int value)
public int getCpuMHz()
public void setCpuMHz(int value)
public int getMemoryMB()
public void setMemoryMB(int value)
Copyright © 2018. All rights reserved.