vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHostIpConfigEx(vim.vsan.host.IpConfigEx)
- Extends
- VsanHostIpConfig
- Since
- vSphere API Release 6.5
Data Object Description
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.Properties
Name | Type | Description |
---|---|---|
downstreamIpV6Address* | xsd:string |
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.
|
upstreamIpV6Address* | xsd: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.
|
Properties inherited from VsanHostIpConfig | ||
downstreamIpAddress, upstreamIpAddress | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |