VchaClusterIpInfo
The Cluster.IpInfo structure contains fields related to an ip.
Properties
string
gateway_ip
Optional
Gateway IP address. If unset, no gateway is specified.
ipv4
Optional
If the type of the ip family is IPV4, then this will point to IPv4 address specification. This field is optional and it is only relevant when the value of Cluster.IpInfo.ip-family is IPV4.
ipv6
Optional
If the type of the ip family is IPV6, then this will point to IPv6 address specification. This field is optional and it is only relevant when the value of Cluster.IpInfo.ip-family is IPV6.
JSON Example
{
"ip_family": "enum"
}