VsanUnicastAddressInfo
Unicast address information of a cluster member.
When unicast is used for vSAN clustering, we need to tell each host about the addresses information of all hosts in the cluster. These information includes the IP address, port and the vmknic. Host uses such information to communicate with others (through others' IP address). One such object represents one address information.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"address": "string",
"port": 0,
"nicType": "string"
}
IP address of a cluster member.
It could be IPv4 or IPv6 address.
Port of a cluster member used for unicast traffic.
nictype of a cluster member for unicast traffic.