public class CpuIncompatible extends VirtualHardwareCompatibilityIssue
Java class for CpuIncompatible complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CpuIncompatible">
<complexContent>
<extension base="{urn:vim25}VirtualHardwareCompatibilityIssue">
<sequence>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="registerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="registerBits" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="desiredBits" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
desiredBits |
protected ManagedObjectReference |
host |
protected int |
level |
protected String |
registerBits |
protected String |
registerName |
faultCause, faultMessage| Constructor and Description |
|---|
CpuIncompatible() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesiredBits()
Gets the value of the desiredBits property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
int |
getLevel()
Gets the value of the level property.
|
String |
getRegisterBits()
Gets the value of the registerBits property.
|
String |
getRegisterName()
Gets the value of the registerName property.
|
void |
setDesiredBits(String value)
Sets the value of the desiredBits property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setLevel(int value)
Sets the value of the level property.
|
void |
setRegisterBits(String value)
Sets the value of the registerBits property.
|
void |
setRegisterName(String value)
Sets the value of the registerName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected int level
protected String registerName
protected String registerBits
protected String desiredBits
protected ManagedObjectReference host
public int getLevel()
public void setLevel(int value)
public String getRegisterName()
Stringpublic void setRegisterName(String value)
value - allowed object is
Stringpublic String getRegisterBits()
Stringpublic void setRegisterBits(String value)
value - allowed object is
Stringpublic String getDesiredBits()
Stringpublic void setDesiredBits(String value)
value - allowed object is
Stringpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.