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