public class NamespaceLimitReached extends VimFault
Java class for NamespaceLimitReached complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceLimitReached">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<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 |
faultCause, faultMessage| Constructor and Description |
|---|
NamespaceLimitReached() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit()
Gets the value of the limit property.
|
void |
setLimit(Integer value)
Sets the value of the limit property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected Integer limit
Copyright © 2018. All rights reserved.