Vcha_Cluster_NodeInfo

Vcha_Cluster_NodeInfo
Vcha_Cluster_NodeInfo

The Cluster.NodeInfo structure defines the configuration information for the active and passive nodes in the cluster.

JSON Example
{
    "failover_ip": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "gateway_ip": "string"
    },
    "ha_ip": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "gateway_ip": "string"
    },
    "runtime": {
        "state": "string",
        "role": "string",
        "placement": {
            "management_vcenter_name": "string",
            "management_vcenter_server_guid": "string",
            "vm_name": "string",
            "datacenter": "string",
            "datacenter_name": "string",
            "host": "string",
            "host_name": "string",
            "cluster": "string",
            "cluster_name": "string",
            "ha_network": "string",
            "ha_network_name": "string",
            "ha_network_type": "string",
            "management_network": "string",
            "management_network_name": "string",
            "management_network_type": "string",
            "storage": {
                "datastore": "string",
                "datastore_name": "string"
            },
            "bios_uuid": "string"
        }
    }
}
failover_ip
Optional

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

ha_ip
Required

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

runtime
Optional

The Cluster.NodeRuntimeInfo structure describes a node's runtime information in a VCHA Cluster.