public class NumVirtualCpusNotSupported extends VirtualHardwareCompatibilityIssue
Java class for NumVirtualCpusNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumVirtualCpusNotSupported">
<complexContent>
<extension base="{urn:vim25}VirtualHardwareCompatibilityIssue">
<sequence>
<element name="maxSupportedVcpusDest" 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 |
maxSupportedVcpusDest |
protected int |
numCpuVm |
faultCause, faultMessage| Constructor and Description |
|---|
NumVirtualCpusNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSupportedVcpusDest()
Gets the value of the maxSupportedVcpusDest property.
|
int |
getNumCpuVm()
Gets the value of the numCpuVm property.
|
void |
setMaxSupportedVcpusDest(int value)
Sets the value of the maxSupportedVcpusDest property.
|
void |
setNumCpuVm(int value)
Sets the value of the numCpuVm property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected int maxSupportedVcpusDest
protected int numCpuVm
public int getMaxSupportedVcpusDest()
public void setMaxSupportedVcpusDest(int value)
public int getNumCpuVm()
public void setNumCpuVm(int value)
Copyright © 2018. All rights reserved.