VsanVmVdsMigrationSpec

VsanVmVdsMigrationSpec
VsanVmVdsMigrationSpec

Class provides a config spec for a single VM that migrates this VM to a VDS.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vmInstanceUuid": "string",
    "vnics": [
        {
            "_typeName": "string",
            "key": 0,
            "vdsBacking": {
                "_typeName": "string"
            }
        }
    ]
}
string
vmInstanceUuid
Required

Instance UUID of the VM to be migrated to VDS.

vnics
Required

vNIC migration specs.