Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv6

Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv6
Vcenter_Settings_V1_Config_Components_Applmgmt_Ipv6

The Ipv6 structure defines Ipv6 configuration. to perform Ipv6 network configuration for interfaces.

JSON Example
{
    "dhcp": false,
    "autoconf": false,
    "configurable": false,
    "addresses": [
        {
            "address": "string",
            "origin": "string",
            "prefix": 0,
            "status": "string"
        }
    ],
    "default_gateway": "string"
}
boolean
dhcp
Required

An address will be assigned by a DHCP server.

boolean
autoconf
Required

An address will be assigned by Stateless Address Autoconfiguration (SLAAC).

boolean
configurable
Required

The IPv6 is configured or not.

addresses
Optional

The list of addresses to be statically assigned. If set, the addresses were never set.

string
default_gateway
Required

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.