VsanUnicastAddressInfo

VsanUnicastAddressInfo
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "address": "string",
    "port": 0,
    "nicType": "string"
}
string
address
Required

IP address of a cluster member.

It could be IPv4 or IPv6 address.

integer As int32 As int32
port
Optional

Port of a cluster member used for unicast traffic.

string
nicType
Optional

nictype of a cluster member for unicast traffic.