VchaClusterWitnessSpec

The Cluster.WitnessSpec structure contains the deploy specification for the Witness Node of the VCHA cluster.


Properties

ha_ip Required

IP specification for the HA network.


placement Optional

Contains the placement configuration of the node. If unset, then 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"
	}
}
Property Of

VchaClusterDeploySpec

Feedback

Was this page helpful?