NetworkingInterfacesIpv6Info
The Ipv6.Info structure provides the structure that defines an existing IPv6 configuration on a particular interface. This structure is read only.
Properties
array of
NetworkingInterfacesIpv6AddressInfo
addresses
Required
List of addresses with their origins and statuses.
boolean
autoconf
Required
Stateless Address Autoconfiguration (SLAAC) is on.
boolean
configurable
Required
Is NIC configurable or not.
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.
boolean
dhcp
Required
DHCP is on.
JSON Example
{
"addresses": [
{
"address": "string",
"origin": "enum",
"prefix": 0,
"status": "enum"
}
],
"autoconf": false,
"configurable": false,
"default_gateway": "string",
"dhcp": false
}