VsanHostClientHostUnicastInfo

VsanHostClientHostUnicastInfo
VsanHostClientHostUnicastInfo

Unicast information of a host in client cluster.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostUuid": "string",
    "unicastSpec": [
        {
            "_typeName": "string",
            "address": "string",
            "port": 0,
            "nicType": "string"
        }
    ],
    "thumbprintList": [
        {
            "_typeName": "string",
            "thumbprint": "string",
            "hashAlgorithm": "string"
        }
    ]
}
string
hostUuid
Required

Client host UUID.

unicastSpec
Optional

The list of unicast information for the host in a client cluster.

thumbprintList
Optional

A list of SSL certificate thumbprints with supported secure hashing algorithms.

See VirtualMachineCertThumbprint