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.
array of
VsanUnicastAddressInfo
unicastSpec
Optional
The list of unicast information for the host in a client cluster.
array of
VirtualMachineCertThumbprint
thumbprintList
Optional
A list of SSL certificate thumbprints with supported secure hashing algorithms.