QueryVMotionCompatibilityRequestType

QueryVMotionCompatibilityRequestType
QueryVMotionCompatibilityRequestType

The parameters of QueryVMotionCompatibility.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "host": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "compatibility": [
        "string"
    ]
}
vm
Required

The virtual machine that is the designated VMotion candidate.

host
Required

The group of hosts to analyze for compatibility.

array of string
compatibility
Optional

The set of compatibility types to investigate. Each is a string chosen from VMotionCompatibilityType. If this argument is not set, then all compatibility types are investigated.