Vcha_Cluster_PassiveSpec

Vcha_Cluster_PassiveSpec
Vcha_Cluster_PassiveSpec

The Cluster.PassiveSpec structure contains the deploy specification for the Passive Node of the VCHA cluster.

JSON Example
{
    "placement": {
        "name": "string",
        "folder": "string",
        "host": "string",
        "resource_pool": "string",
        "ha_network_type": "string",
        "ha_network": "string",
        "management_network_type": "string",
        "management_network": "string",
        "storage": {
            "datastore": "string"
        }
    },
    "ha_ip": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    },
    "failover_ip": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    }
}
placement
Optional

The PlacementSpec structure contains information to describe the inventory placement of a single node of a VCHA cluster.

ha_ip
Required

The IpSpec structure contains IP information used to configure a network interface.

failover_ip
Optional

The IpSpec structure contains IP information used to configure a network interface.