Techpreview_Networking_Ipv6_IPv6ConfigReadOnly

Techpreview_Networking_Ipv6_IPv6ConfigReadOnly
Techpreview_Networking_Ipv6_IPv6ConfigReadOnly

Ipv6.IPv6ConfigReadOnly structure Structure that defines an existing IPv6 configuration on a particular interface. This structure is read only. Note: This structure is restricted for VMware internal use only.

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

Network interface, for example, "nic0" queried.

boolean
dhcp
Required

Address assigned by a DHCP server.

boolean
autoconf
Required

Address is assigned by Stateless Address Autoconfiguration (SLAAC).

addresses
Required

A list of all addresses assigned to this interface. The origin field of each address determines how the address was assigned, for example, statically, by DHCP, SLAAC.

string
default_gateway
Required

Default gateway. 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.

boolean
updateable
Required

This indicates if the network configuration can be updated for the interface.