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