Vcha_Cluster_Witness_RedeploySpec

Vcha_Cluster_Witness_RedeploySpec
Vcha_Cluster_Witness_RedeploySpec

The Witness.RedeploySpec structure contains the redeploy specification.

JSON Example
{
    "vc_spec": {
        "active_location": {
            "hostname": "string",
            "port": 0,
            "ssl_thumbprint": "string",
            "username": "string",
            "password": "string"
        }
    },
    "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"
        ]
    }
}
vc_spec
Optional

The CredentialsSpec structure contains information to connect to the vCenter server managing the VCHA nodes.

placement
Required

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

ha_ip
Optional

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