VsanHostClientClusterUnicastInfo
VsanHostClientClusterUnicastInfo
Unicast information for a client cluster.
It is used for remote unicast agent operations. It includes client cluster UUID to which server host connects and lists of unicast address information for all hosts within the 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",
"clusterUuid": "string",
"unicastInfo": [
{
"_typeName": "string",
"hostUuid": "string",
"unicastSpec": [
{
"_typeName": "string",
"address": "string",
"port": 0,
"nicType": "string"
}
],
"thumbprintList": [
{
"_typeName": "string",
"thumbprint": "string",
"hashAlgorithm": "string"
}
]
}
]
}
string
clusterUuid
Required
The client cluster UUID that server host uses to add client hosts as their unicast agents.
array of
VsanHostClientHostUnicastInfo
unicastInfo
Optional
The list of client hosts' unicast information.