public class ClusterFailoverLevelAdmissionControlPolicy extends ClusterDasAdmissionControlPolicy
Java class for ClusterFailoverLevelAdmissionControlPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterFailoverLevelAdmissionControlPolicy">
<complexContent>
<extension base="{urn:vim25}ClusterDasAdmissionControlPolicy">
<sequence>
<element name="failoverLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="slotPolicy" type="{urn:vim25}ClusterSlotPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
failoverLevel |
protected ClusterSlotPolicy |
slotPolicy |
resourceReductionToToleratePercent| Constructor and Description |
|---|
ClusterFailoverLevelAdmissionControlPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailoverLevel()
Gets the value of the failoverLevel property.
|
ClusterSlotPolicy |
getSlotPolicy()
Gets the value of the slotPolicy property.
|
void |
setFailoverLevel(int value)
Sets the value of the failoverLevel property.
|
void |
setSlotPolicy(ClusterSlotPolicy value)
Sets the value of the slotPolicy property.
|
getResourceReductionToToleratePercent, setResourceReductionToToleratePercentprotected int failoverLevel
protected ClusterSlotPolicy slotPolicy
public ClusterFailoverLevelAdmissionControlPolicy()
public int getFailoverLevel()
public void setFailoverLevel(int value)
public ClusterSlotPolicy getSlotPolicy()
ClusterSlotPolicypublic void setSlotPolicy(ClusterSlotPolicy value)
value - allowed object is
ClusterSlotPolicyCopyright © 2018. All rights reserved.