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

Reference to an instance of the Network managed object.

ipSettings
Required

IP settings for a virtual network adapter.