VchaClusterIpv6Info
The Cluster.Ipv6Info structure contains fields to describe IPV6 information of the configured network interface.
Properties
string
address
Required
IP address of the configured network interface.
integer as int64
prefix
Required
The CIDR prefix of the interface.
JSON Example
{
"address": "string",
"prefix": 0
}