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