Package com.vmware.vim25
Class CpuIncompatible81EDX
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanFields inherited from class com.vmware.vim25.CpuIncompatible
desiredBits, host, level, registerBits, registerNameFields inherited from class com.vmware.vim25.MethodFault
dynamicProperty, dynamicType, faultCause, faultMessageFields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFfxsr()booleanisLm()booleanisNx()booleanisOther()booleanbooleanisRdtscp()voidsetFfxsr(boolean ffxsr) voidsetLm(boolean lm) voidsetNx(boolean nx) voidsetOther(boolean other) voidsetOtherOnly(boolean otherOnly) voidsetRdtscp(boolean rdtscp) Methods inherited from class com.vmware.vim25.CpuIncompatible
getDesiredBits, getHost, getLevel, getRegisterBits, getRegisterName, setDesiredBits, setHost, setLevel, setRegisterBits, setRegisterNameMethods inherited from class com.vmware.vim25.MethodFault
getDynamicProperty, getDynamicType, getFaultCause, getFaultMessage, setDynamicProperty, setDynamicType, setFaultCause, setFaultMessageMethods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
nx
public boolean nx -
ffxsr
public boolean ffxsr -
rdtscp
public boolean rdtscp -
lm
public boolean lm -
other
public boolean other -
otherOnly
public boolean otherOnly
-
-
Constructor Details
-
CpuIncompatible81EDX
public CpuIncompatible81EDX()
-
-
Method Details
-
isNx
public boolean isNx() -
isFfxsr
public boolean isFfxsr() -
isRdtscp
public boolean isRdtscp() -
isLm
public boolean isLm() -
isOther
public boolean isOther() -
isOtherOnly
public boolean isOtherOnly() -
setNx
public void setNx(boolean nx) -
setFfxsr
public void setFfxsr(boolean ffxsr) -
setRdtscp
public void setRdtscp(boolean rdtscp) -
setLm
public void setLm(boolean lm) -
setOther
public void setOther(boolean other) -
setOtherOnly
public void setOtherOnly(boolean otherOnly)
-