public class NumVirtualCpusIncompatible extends VmConfigFault
Java class for NumVirtualCpusIncompatible complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumVirtualCpusIncompatible">
<complexContent>
<extension base="{urn:vim25}VmConfigFault">
<sequence>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numCpu" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numCpu |
protected String |
reason |
faultCause, faultMessage| Constructor and Description |
|---|
NumVirtualCpusIncompatible() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumCpu()
Gets the value of the numCpu property.
|
String |
getReason()
Gets the value of the reason property.
|
void |
setNumCpu(int value)
Sets the value of the numCpu property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String reason
protected int numCpu
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic int getNumCpu()
public void setNumCpu(int value)
Copyright © 2018. All rights reserved.