VchaClusterPassiveSpec
The Cluster.PassiveSpec structure contains the deploy specification for the Passive Node of the VCHA cluster.
Properties
failover_ip
Optional
IP specification for the management network. If unset, then it will assume the public IP address of the Active vCenter Server.
placement
Optional
Contains the placement configuration of the node. If unset, then the it is assumed that the clone will be done manually by the customer. In this case, the placement configuration for the witness node should also be omitted. Only the network configuration will be setup. Once the passive and witness nodes are cloned from the active node, the VCHA high availability is turned on.
JSON Example
{
"ha_ip": {
"ip_family": "IPV4"
}
}