public class MksConnectionLimitReached extends InvalidState
Java class for MksConnectionLimitReached complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MksConnectionLimitReached">
<complexContent>
<extension base="{urn:vim25}InvalidState">
<sequence>
<element name="connectionLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
connectionLimit |
faultCause, faultMessage| Constructor and Description |
|---|
MksConnectionLimitReached() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionLimit()
Gets the value of the connectionLimit property.
|
void |
setConnectionLimit(int value)
Sets the value of the connectionLimit property.
|
getFaultCause, getFaultMessage, setFaultCauseCopyright © 2018. All rights reserved.