FailoverNodeInfo

FailoverNodeInfo
FailoverNodeInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterIpSettings": {
        "_typeName": "string",
        "ip": {
            "_typeName": "string"
        },
        "subnetMask": "string",
        "gateway": [
            "string"
        ],
        "ipV6Spec": {
            "_typeName": "string",
            "ip": [
                {
                    "_typeName": "string"
                }
            ],
            "gateway": [
                "string"
            ]
        },
        "dnsServerList": [
            "string"
        ],
        "dnsDomain": "string",
        "primaryWINS": "string",
        "secondaryWINS": "string",
        "netBIOS": "string"
    },
    "failoverIp": {
        "_typeName": "string",
        "ip": {
            "_typeName": "string"
        },
        "subnetMask": "string",
        "gateway": [
            "string"
        ],
        "ipV6Spec": {
            "_typeName": "string",
            "ip": [
                {
                    "_typeName": "string"
                }
            ],
            "gateway": [
                "string"
            ]
        },
        "dnsServerList": [
            "string"
        ],
        "dnsDomain": "string",
        "primaryWINS": "string",
        "secondaryWINS": "string",
        "netBIOS": "string"
    },
    "biosUuid": "string"
}
clusterIpSettings
Required

VCHA Cluster network configuration of the node.

All cluster communication (state replication, heartbeat, cluster messages) happens over this network.

failoverIp
Optional

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.

string
biosUuid
Optional

BIOS UUID for the node.

It is set only if the VCHA Cluster was formed using automatic provisioning by the deploy API.