HostNetworkSpec

HostNetworkSpec
HostNetworkSpec

This specification contains network details required when adding a vSphere host to a cluster

JSON Example
{
    "vmNics": [
        {
            "id": "string",
            "vdsName": "string",
            "moveToNvds": false,
            "uplink": "string"
        }
    ],
    "networkProfileName": "string"
}
array of VmNic
vmNics
Optional

List of the vSphere host vmNics

string As ^(?!\s*$).+
networkProfileName
Optional

Network profile name

Property Of