FaultToleranceCpuIncompatible
FaultToleranceCpuIncompatible
Convenience subclass for calling out some named features among the incompatibilities found in CPUID level 1 register ecx for FT vms.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"level": 0,
"registerName": "string",
"registerBits": "string",
"desiredBits": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"model": false,
"family": false,
"stepping": false
}
boolean
model
Required
Flag to indicate CPU model is incompatible.
boolean
family
Required
Flag to indicate CPU family is incompatible.
boolean
stepping
Required
Flag to indicate CPU stepping is incompatible.