public class LimitExceeded extends VimFault
Java class for LimitExceeded complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitExceeded">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="property" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
limit |
protected String |
property |
faultCause, faultMessage| Constructor and Description |
|---|
LimitExceeded() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit()
Gets the value of the limit property.
|
String |
getProperty()
Gets the value of the property property.
|
void |
setLimit(Integer value)
Sets the value of the limit property.
|
void |
setProperty(String value)
Sets the value of the property property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getProperty()
Stringpublic void setProperty(String value)
value - allowed object is
Stringpublic Integer getLimit()
IntegerCopyright © 2018. All rights reserved.