VsanVdsPgMigrationHostInfo

VsanVdsPgMigrationHostInfo
VsanVdsPgMigrationHostInfo

Detailed migration information for an individual host and the consumers of the portgroup on this host.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hostname": "string",
    "vmknicDevices": [
        "string"
    ],
    "vmVnics": [
        {
            "_typeName": "string",
            "vm": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "vnicLabel": [
                "string"
            ]
        }
    ]
}
host
Required

Host reference of the host that is being migrated.

string
hostname
Required

Hostname of the host that is being migrated.

array of string
vmknicDevices
Optional

List of vmknic device names which are current consumer of the VSS portgroup that will be migrated.

vmVnics
Optional

List of VMs and their vNics which are current consumer of the VSS portgroup that will be migrated.