VchaClusterNodeInfo
The Cluster.NodeInfo structure defines the configuration information for the active and passive nodes in the cluster.
Properties
Failover IP address that this node will assume after the failover to serve client requests. Each failover node can have a different failover IP address. The active node’s management vCenter server credentials are not required to populate Cluster.NodeInfo.failover-ip. If unset, then it will assume the public IP address of the Active vCenter Server.
VCHA Cluster network configuration of the node. All cluster communication (state replication, heartbeat, cluster messages) happens over this network. The active node’s management vCenter server credentials are not required to populate this Cluster.NodeInfo.ha-ip.
Runtime information for the node in the VCHA Cluster. The active node’s management vCenter server credentials are required to populate some fields of Cluster.NodeInfo.runtime. If unset, then the information is unavailable or the specified Active vCenter server management credentials are invalid or the node is not cloned yet.
JSON Example
{
"ha_ip": {
"ip_family": "IPV4"
}
}