VsanHostIpConfigEx

VsanHostIpConfigEx
VsanHostIpConfigEx

Deprecated as of vSphere API 9.1, vSAN has been using unicast only configuration in all supported releases. The multicast configuration has been deprecated.

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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "upstreamIpAddress": "string",
    "downstreamIpAddress": "string",
    "upstreamIpV6Address": "string",
    "downstreamIpV6Address": "string"
}
string
upstreamIpV6Address
Optional

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.

string
downstreamIpV6Address
Optional

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.

Deprecated