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