Package com.vmware.vim25
Class FaultToleranceCpuIncompatible
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields 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 TypeMethodDescriptionbooleanisFamily()booleanisModel()booleanvoidsetFamily(boolean family) voidsetModel(boolean model) voidsetStepping(boolean stepping) 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
-
model
public boolean model -
family
public boolean family -
stepping
public boolean stepping
-
-
Constructor Details
-
FaultToleranceCpuIncompatible
public FaultToleranceCpuIncompatible()
-
-
Method Details
-
isModel
public boolean isModel() -
isFamily
public boolean isFamily() -
isStepping
public boolean isStepping() -
setModel
public void setModel(boolean model) -
setFamily
public void setFamily(boolean family) -
setStepping
public void setStepping(boolean stepping)
-