Package com.vmware.vim25
Class CpuIncompatible
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CpuCompatibilityUnknown,CpuIncompatible1ECX,CpuIncompatible81EDX,FaultToleranceCpuIncompatible
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields 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 TypeMethodDescriptiongetHost()intgetLevel()voidsetDesiredBits(String desiredBits) voidvoidsetLevel(int level) voidsetRegisterBits(String registerBits) voidsetRegisterName(String registerName) Methods 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
-
level
public int level -
registerName
-
registerBits
-
desiredBits
-
host
-
-
Constructor Details
-
CpuIncompatible
public CpuIncompatible()
-
-
Method Details
-
getLevel
public int getLevel() -
getRegisterName
-
getRegisterBits
-
getDesiredBits
-
getHost
-
setLevel
public void setLevel(int level) -
setRegisterName
-
setRegisterBits
-
setDesiredBits
-
setHost
-