ClusterNetworkConfigSpec

ClusterNetworkConfigSpec
ClusterNetworkConfigSpec

The Cluster network config spec allows specification of the second network adapter is used for communication between the nodes of a VCHA cluster.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "networkPortGroup": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "ipSettings": {
        "_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"
    }
}
networkPortGroup
Required

The portgroup that is associated with the VCHA Cluster IP address for VCHA cluster traffic for the second adapter to be added to the Active vCenter.

ipSettings
Required

VCHA Cluster network configuration of the node.

All cluster communication (state replication, heartbeat, cluster messages) happens over this network. Only a single Gateway IPv4 Address is supported. IPAddress and NetMask must be specified or an InvalidArgument exception will be reported.