GuestIpv6Address
The Ipv6Address structure specifies the the settings for a Static IPv6 configuration.
Properties
string
ip_address
Required
Static IPv6 Address.
integer as int64
prefix
Required
The CIDR prefix for the interface.
JSON Example
{
"ip_address": "string",
"prefix": 0
}