HostVMotionCompatibility

HostVMotionCompatibility
HostVMotionCompatibility

The object type for the array returned by queryVMotionCompatibility; specifies the VMotion compatibility types for a host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "compatibility": [
        "string"
    ]
}
host
Required

Reference to an instance of the HostSystem managed object.

array of string
compatibility
Optional

Ways in which the host is compatible with the designated virtual machine that is a candidate for VMotion.

This array will be a subset of the set of VMotionCompatibilityType strings that were input to queryVMotionCompatibility.