VsanQueryResultHostInfo

VsanQueryResultHostInfo
VsanQueryResultHostInfo

Various basic pieces of information about a vSAN host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "hostnameInCmmds": "string",
    "vsanIpv4Addresses": [
        "string"
    ]
}
string
uuid
Optional

vSAN Host UUID

string
hostnameInCmmds
Optional

Hostname tracked in CMMDS.

Note that this hostname is not guaranteed to always match the real hostname used by the host or vCenter. But it should usually be helpful in identifying a host.

array of string
vsanIpv4Addresses
Optional

vSAN IPs advertised in CMMDS by the host in question.