public class ClusterComputeResourceSummary extends ComputeResourceSummary
Java class for ClusterComputeResourceSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterComputeResourceSummary">
<complexContent>
<extension base="{urn:vim25}ComputeResourceSummary">
<sequence>
<element name="currentFailoverLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="admissionControlInfo" type="{urn:vim25}ClusterDasAdmissionControlInfo" minOccurs="0"/>
<element name="numVmotions" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="targetBalance" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="currentBalance" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="usageSummary" type="{urn:vim25}ClusterUsageSummary" minOccurs="0"/>
<element name="currentEVCModeKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dasData" type="{urn:vim25}ClusterDasData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasAdmissionControlInfo |
admissionControlInfo |
protected Integer |
currentBalance |
protected String |
currentEVCModeKey |
protected int |
currentFailoverLevel |
protected ClusterDasData |
dasData |
protected int |
numVmotions |
protected Integer |
targetBalance |
protected ClusterUsageSummary |
usageSummary |
effectiveCpu, effectiveMemory, numCpuCores, numCpuThreads, numEffectiveHosts, numHosts, overallStatus, totalCpu, totalMemory| Constructor and Description |
|---|
ClusterComputeResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasAdmissionControlInfo |
getAdmissionControlInfo()
Gets the value of the admissionControlInfo property.
|
Integer |
getCurrentBalance()
Gets the value of the currentBalance property.
|
String |
getCurrentEVCModeKey()
Gets the value of the currentEVCModeKey property.
|
int |
getCurrentFailoverLevel()
Gets the value of the currentFailoverLevel property.
|
ClusterDasData |
getDasData()
Gets the value of the dasData property.
|
int |
getNumVmotions()
Gets the value of the numVmotions property.
|
Integer |
getTargetBalance()
Gets the value of the targetBalance property.
|
ClusterUsageSummary |
getUsageSummary()
Gets the value of the usageSummary property.
|
void |
setAdmissionControlInfo(ClusterDasAdmissionControlInfo value)
Sets the value of the admissionControlInfo property.
|
void |
setCurrentBalance(Integer value)
Sets the value of the currentBalance property.
|
void |
setCurrentEVCModeKey(String value)
Sets the value of the currentEVCModeKey property.
|
void |
setCurrentFailoverLevel(int value)
Sets the value of the currentFailoverLevel property.
|
void |
setDasData(ClusterDasData value)
Sets the value of the dasData property.
|
void |
setNumVmotions(int value)
Sets the value of the numVmotions property.
|
void |
setTargetBalance(Integer value)
Sets the value of the targetBalance property.
|
void |
setUsageSummary(ClusterUsageSummary value)
Sets the value of the usageSummary property.
|
getEffectiveCpu, getEffectiveMemory, getNumCpuCores, getNumCpuThreads, getNumEffectiveHosts, getNumHosts, getOverallStatus, getTotalCpu, getTotalMemory, setEffectiveCpu, setEffectiveMemory, setNumCpuCores, setNumCpuThreads, setNumEffectiveHosts, setNumHosts, setOverallStatus, setTotalCpu, setTotalMemoryprotected int currentFailoverLevel
protected ClusterDasAdmissionControlInfo admissionControlInfo
protected int numVmotions
protected Integer targetBalance
protected Integer currentBalance
protected ClusterUsageSummary usageSummary
protected String currentEVCModeKey
protected ClusterDasData dasData
public int getCurrentFailoverLevel()
public void setCurrentFailoverLevel(int value)
public ClusterDasAdmissionControlInfo getAdmissionControlInfo()
ClusterDasAdmissionControlInfopublic void setAdmissionControlInfo(ClusterDasAdmissionControlInfo value)
value - allowed object is
ClusterDasAdmissionControlInfopublic int getNumVmotions()
public void setNumVmotions(int value)
public Integer getTargetBalance()
Integerpublic void setTargetBalance(Integer value)
value - allowed object is
Integerpublic Integer getCurrentBalance()
Integerpublic void setCurrentBalance(Integer value)
value - allowed object is
Integerpublic ClusterUsageSummary getUsageSummary()
ClusterUsageSummarypublic void setUsageSummary(ClusterUsageSummary value)
value - allowed object is
ClusterUsageSummarypublic String getCurrentEVCModeKey()
Stringpublic void setCurrentEVCModeKey(String value)
value - allowed object is
Stringpublic ClusterDasData getDasData()
ClusterDasDatapublic void setDasData(ClusterDasData value)
value - allowed object is
ClusterDasDataCopyright © 2018. All rights reserved.