Package com.vmware.vim25
Class CpuIncompatible1ECX
- 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 TypeMethodDescriptiongetAes()booleanisOther()booleanbooleanisSse3()booleanisSse41()booleanisSse42()booleanisSsse3()voidvoidsetOther(boolean other) voidsetOtherOnly(boolean otherOnly) voidsetPclmulqdq(Boolean pclmulqdq) voidsetSse3(boolean sse3) voidsetSse41(boolean sse41) voidsetSse42(boolean sse42) voidsetSsse3(boolean ssse3) 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
-
sse3
public boolean sse3 -
pclmulqdq
-
ssse3
public boolean ssse3 -
sse41
public boolean sse41 -
sse42
public boolean sse42 -
aes
-
other
public boolean other -
otherOnly
public boolean otherOnly
-
-
Constructor Details
-
CpuIncompatible1ECX
public CpuIncompatible1ECX()
-
-
Method Details
-
isSse3
public boolean isSse3() -
getPclmulqdq
-
isSsse3
public boolean isSsse3() -
isSse41
public boolean isSse41() -
isSse42
public boolean isSse42() -
getAes
-
isOther
public boolean isOther() -
isOtherOnly
public boolean isOtherOnly() -
setSse3
public void setSse3(boolean sse3) -
setPclmulqdq
-
setSsse3
public void setSsse3(boolean ssse3) -
setSse41
public void setSse41(boolean sse41) -
setSse42
public void setSse42(boolean sse42) -
setAes
-
setOther
public void setOther(boolean other) -
setOtherOnly
public void setOtherOnly(boolean otherOnly)
-