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