VsanHostIpConfig

VsanHostIpConfig
VsanHostIpConfig

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 VsanHostIpConfig is a pair of multicast IP addresses for use by the VSAN service.

For VSAN there is one such IpConfig pair per "virtual network" as represented by VsanHostConfigInfoNetworkInfoPortConfig.

See also VsanHostConfigInfoNetworkInfo, port, VsanHostConfigInfoNetworkInfoPortConfig, UpdateVsan_Task.

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

Agent-to-master multicast IP address.

string
downstreamIpAddress
Required

Master-to-agent multicast IP address.

Deprecated