VchaClusterDeploySpec
The Cluster.DeploySpec structure contains the deploy specification for the three nodes of a VCHA cluster.
Properties
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": "enum"
}
},
"deployment": "enum",
"passive": {
"ha_ip": {
"ip_family": "enum"
}
},
"witness": {
"ha_ip": {
"ip_family": "enum"
}
}
}