Vcha_Cluster_IpInfo

Vcha_Cluster_IpInfo
Vcha_Cluster_IpInfo

The Cluster.IpInfo structure contains fields related to an ip.

JSON Example
{
    "ip_family": "string",
    "ipv4": {
        "address": "string",
        "subnet_mask": "string",
        "prefix": 0
    },
    "ipv6": {
        "address": "string",
        "prefix": 0
    },
    "gateway_ip": "string"
}
ip_family
Required

The Cluster.IpFamily enumerated type defines the IP address family.
IPV4 : IPV4 address family.
IPV6 : IPV6 address family.

ipv4
Optional

The Cluster.Ipv4Info structure contains fields to describe IPV4 information of the configured network interface.

ipv6
Optional

The Cluster.Ipv6Info structure contains fields to describe IPV6 information of the configured network interface.

string
gateway_ip
Optional

Gateway IP address. If unset, no gateway is specified.