public class CpuIncompatible81EDX extends CpuIncompatible
Java class for CpuIncompatible81EDX complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CpuIncompatible81EDX">
<complexContent>
<extension base="{urn:vim25}CpuIncompatible">
<sequence>
<element name="nx" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ffxsr" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="rdtscp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lm" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="other" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="otherOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ffxsr |
protected boolean |
lm |
protected boolean |
nx |
protected boolean |
other |
protected boolean |
otherOnly |
protected boolean |
rdtscp |
desiredBits, host, level, registerBits, registerNamefaultCause, faultMessage| Constructor and Description |
|---|
CpuIncompatible81EDX() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFfxsr()
Gets the value of the ffxsr property.
|
boolean |
isLm()
Gets the value of the lm property.
|
boolean |
isNx()
Gets the value of the nx property.
|
boolean |
isOther()
Gets the value of the other property.
|
boolean |
isOtherOnly()
Gets the value of the otherOnly property.
|
boolean |
isRdtscp()
Gets the value of the rdtscp property.
|
void |
setFfxsr(boolean value)
Sets the value of the ffxsr property.
|
void |
setLm(boolean value)
Sets the value of the lm property.
|
void |
setNx(boolean value)
Sets the value of the nx property.
|
void |
setOther(boolean value)
Sets the value of the other property.
|
void |
setOtherOnly(boolean value)
Sets the value of the otherOnly property.
|
void |
setRdtscp(boolean value)
Sets the value of the rdtscp property.
|
getDesiredBits, getHost, getLevel, getRegisterBits, getRegisterName, setDesiredBits, setHost, setLevel, setRegisterBits, setRegisterNamegetFaultCause, getFaultMessage, setFaultCauseprotected boolean nx
protected boolean ffxsr
protected boolean rdtscp
protected boolean lm
protected boolean other
protected boolean otherOnly
public boolean isNx()
public void setNx(boolean value)
public boolean isFfxsr()
public void setFfxsr(boolean value)
public boolean isRdtscp()
public void setRdtscp(boolean value)
public boolean isLm()
public void setLm(boolean value)
public boolean isOther()
public void setOther(boolean value)
public boolean isOtherOnly()
public void setOtherOnly(boolean value)
Copyright © 2018. All rights reserved.