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.
{
"interface_name": "string",
"dhcp": false,
"autoconf": false,
"addresses": [
{
"address": "string",
"prefix": 0,
"origin": "string",
"status": "string"
}
],
"default_gateway": "string",
"updateable": false
}
Network interface, for example, "nic0" queried.
Address assigned by a DHCP server.
Address is assigned by Stateless Address Autoconfiguration (SLAAC).
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.
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.
This indicates if the network configuration can be updated for the interface.