VchaClusterDeploySpec

The Cluster.DeploySpec structure contains the deploy specification for the three nodes of a VCHA cluster.


Properties

active Required

Contains the active node’s network configuration.


deployment Required

The Cluster.Type enumerated type defines the possible deployment types for a VCHA Cluster.
AUTO : Passive and witness nodes are cloned automatically.
MANUAL : Passive and witness nodes are not cloned automatically. After deployment, the customer should clone the passive and witness virtual machines.

Possible values are: AUTOMANUAL


passive Required

Contains the passive node’s placement configuration.


witness Required

Contains the witness node’s placement configuration.


vc_spec Optional

Contains the active node’s management vCenter server credentials. If unset, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance.

JSON Example

{
	"active": {
		"ha_ip": {
			"ip_family": "IPV4"
		}
	},
	"deployment": "AUTO",
	"passive": {
		"ha_ip": {
			"ip_family": "IPV4"
		}
	},
	"witness": {
		"ha_ip": {
			"ip_family": "IPV4"
		}
	}
}
Parameter To

Deploy Cluster Task

Feedback

Was this page helpful?