public class ClusterFailoverResourcesAdmissionControlPolicy extends ClusterDasAdmissionControlPolicy
Java class for ClusterFailoverResourcesAdmissionControlPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterFailoverResourcesAdmissionControlPolicy">
<complexContent>
<extension base="{urn:vim25}ClusterDasAdmissionControlPolicy">
<sequence>
<element name="cpuFailoverResourcesPercent" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memoryFailoverResourcesPercent" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="failoverLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="autoComputePercentages" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoComputePercentages |
protected int |
cpuFailoverResourcesPercent |
protected Integer |
failoverLevel |
protected int |
memoryFailoverResourcesPercent |
resourceReductionToToleratePercent| Constructor and Description |
|---|
ClusterFailoverResourcesAdmissionControlPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuFailoverResourcesPercent()
Gets the value of the cpuFailoverResourcesPercent property.
|
Integer |
getFailoverLevel()
Gets the value of the failoverLevel property.
|
int |
getMemoryFailoverResourcesPercent()
Gets the value of the memoryFailoverResourcesPercent property.
|
Boolean |
isAutoComputePercentages()
Gets the value of the autoComputePercentages property.
|
void |
setAutoComputePercentages(Boolean value)
Sets the value of the autoComputePercentages property.
|
void |
setCpuFailoverResourcesPercent(int value)
Sets the value of the cpuFailoverResourcesPercent property.
|
void |
setFailoverLevel(Integer value)
Sets the value of the failoverLevel property.
|
void |
setMemoryFailoverResourcesPercent(int value)
Sets the value of the memoryFailoverResourcesPercent property.
|
getResourceReductionToToleratePercent, setResourceReductionToToleratePercentprotected int cpuFailoverResourcesPercent
protected int memoryFailoverResourcesPercent
protected Integer failoverLevel
protected Boolean autoComputePercentages
public ClusterFailoverResourcesAdmissionControlPolicy()
public int getCpuFailoverResourcesPercent()
public void setCpuFailoverResourcesPercent(int value)
public int getMemoryFailoverResourcesPercent()
public void setMemoryFailoverResourcesPercent(int value)
public Integer getFailoverLevel()
Integerpublic void setFailoverLevel(Integer value)
value - allowed object is
Integerpublic Boolean isAutoComputePercentages()
BooleanCopyright © 2018. All rights reserved.