CpuCompatibilityUnknown

CpuCompatibilityUnknown
CpuCompatibilityUnknown

Deprecated as of VI API 2.5, use CpuIncompatible and its other subclasses, not this one.

Compatibility between the virtual machine's host and its CPU feature requirements cannot be determined, because not enough information is available about the CPU features of the host.

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"
    }
}