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