public class EVCModeIllegalByVendor extends EVCConfigFault
Java class for EVCModeIllegalByVendor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EVCModeIllegalByVendor">
<complexContent>
<extension base="{urn:vim25}EVCConfigFault">
<sequence>
<element name="clusterCPUVendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modeCPUVendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clusterCPUVendor |
protected String |
modeCPUVendor |
faultsfaultCause, faultMessage| Constructor and Description |
|---|
EVCModeIllegalByVendor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterCPUVendor()
Gets the value of the clusterCPUVendor property.
|
String |
getModeCPUVendor()
Gets the value of the modeCPUVendor property.
|
void |
setClusterCPUVendor(String value)
Sets the value of the clusterCPUVendor property.
|
void |
setModeCPUVendor(String value)
Sets the value of the modeCPUVendor property.
|
getFaultsgetFaultCause, getFaultMessage, setFaultCauseprotected String clusterCPUVendor
protected String modeCPUVendor
public String getClusterCPUVendor()
Stringpublic void setClusterCPUVendor(String value)
value - allowed object is
Stringpublic String getModeCPUVendor()
StringCopyright © 2018. All rights reserved.