VchaClusterDeploySpec
The Cluster.DeploySpec structure contains the deploy specification for the three nodes of a VCHA cluster.
Properties
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: AUTO , MANUAL
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"
}
}
}