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.
ip_family
Required
The Cluster.IpFamily enumerated type defines the IP address family.
IPV4 : IPV4 address family.
IPV6 : IPV6 address family.
Possible values are: IPV4 , IPV6
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": "IPV4"
}