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