Vcha_Cluster_Active_Info

Vcha_Cluster_Active_Info
Vcha_Cluster_Active_Info

The Active.Info structure contains the network and placement information of the active node of a VCHA Cluster.

JSON Example
{
    "management": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    },
    "ha": {
        "ip_family": "string",
        "ipv4": {
            "address": "string",
            "subnet_mask": "string",
            "prefix": 0
        },
        "ipv6": {
            "address": "string",
            "prefix": 0
        },
        "default_gateway": "string",
        "dns_servers": [
            "string"
        ]
    },
    "placement": {
        "management_vcenter_name": "string",
        "management_vcenter_server_guid": "string",
        "vm_name": "string",
        "datacenter": "string",
        "datacenter_name": "string",
        "host": "string",
        "host_name": "string",
        "cluster": "string",
        "cluster_name": "string",
        "ha_network": "string",
        "ha_network_name": "string",
        "ha_network_type": "string",
        "management_network": "string",
        "management_network_name": "string",
        "management_network_type": "string",
        "storage": {
            "datastore": "string",
            "datastore_name": "string"
        },
        "bios_uuid": "string"
    }
}
management
Required

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

ha
Optional

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

placement
Optional

The PlacementInfo structure contains information to describe the inventory placement of a single node of a VCHA cluster. The active node's management vCenter server credentials are required to populate all fields except biosUuid.