VsanHostIpConfigEx
An IpConfigEx is an extension of vim.vsan.host.IpConfig, it contains a pair of IPv4 multicast addresses and a pair of IPv6 multicast addresses, used by vSAN service.
For vSAN there is one such IpConfigEx per "virtual network" as represented by vim.vsan.host.ConfigInfo.NetworkInfo.PortConfigEx. On vSAN vmknic with both IPv4 and IPv6 addresses, vSAN attempts communication over both IP versions. Setting the IPv6 related configuration values here only if we want to change them from their defaults.
{
"_typeName": "string",
"upstreamIpAddress": "string",
"downstreamIpAddress": "string",
"upstreamIpV6Address": "string",
"downstreamIpV6Address": "string"
}
Agent-to-master multicast IPv6 address.
If this field is not set during vSAN update, FF19:0:0:0:0:1:2:3 will be taken.
Master-to-agent multicast IPv6 address.
If this field is not set during vSAN update, FF19:0:0:0:0:2:3:4 will be taken.