HostReference

HostReference
HostReference

Represents an ESXi host reference

JSON Example
{
    "azName": "string",
    "fqdn": "string",
    "id": "string",
    "ipAddress": "string",
    "vmNics": [
        {
            "isActive": false,
            "isAutoNegotiateSupported": false,
            "isInUse": false,
            "linkSpeedMB": 0,
            "name": "string"
        }
    ]
}
string
azName
Optional

Fault domain name of the host

string
fqdn
Optional

FQDN of the host

string
id
Optional

ID of the host

string
ipAddress
Optional

IP address of the host

array of VMNicInfo
vmNics
Optional

VM NICs of the host