VsanClientUnicastConfig
VsanClientUnicastConfig
Data type to present unicast configuration of client clusters.
This structure may be used only with operations rendered under /vsan.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"unicastInfo": [
{
"_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"
}
]
}
]
}
]
}
array of
VsanHostClientClusterUnicastInfo
unicastInfo
Optional
The list of client clusters' unicast information.