appliance networking interfaces ipv6: info

The info structure provides the structure that defines an existing IPv6 configuration on a particular interface. This structure is read only. This structure was added in vSphere API 6.7

Representation:

{
    "addresses"[
        {
            "address""string",
            "origin""DHCP",
            "prefix"1,
            "status""TENTATIVE"
        },
        {
            "address""string",
            "origin""DHCP",
            "prefix"1,
            "status""TENTATIVE"
        }
    ],
    "autoconf"true,
    "configurable"true,
    "default_gateway""string",
    "dhcp"true
}

Attributes:

Name Type Description
Required
dhcp boolean DHCP is on. This attribute was added in vSphere API 6.7

autoconf boolean Stateless Address Autoconfiguration (SLAAC) is on. This attribute was added in vSphere API 6.7

addresses address_info[] List of addresses with their origins and statuses. This attribute was added in vSphere API 6.7

default_gateway string The default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces. This attribute was added in vSphere API 6.7

configurable boolean Is NIC configurable or not. This attribute was added in vSphere API 6.7