NetworkingInterfacesIpv6Address
The Ipv6.Address structure provides the structure used to name an IPv6 address.
Properties
string
address
Required
The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.
integer as int64
prefix
Required
The IPv6 CIDR prefix, for example, 64.
JSON Example
{
"address": "string",
"prefix": 0
}