NetworkingInterfacesIpv6AddressInfo
The Ipv6.AddressInfo structure provides the structure that you can use to get information about an IPv6 address along with its origin and status.
Properties
string
address
Required
The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.
origin
Required
The Origin of the IPv6 address. For more information, see RFC 4293.
integer
prefix
Required
The IPv6 CIDR prefix, for example, 64.
status
Required
The Status of the IPv6 address. For more information, see RFC 4293.
JSON Example
{
"address": "string",
"origin": "enum",
"prefix": 0,
"status": "enum"
}