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