VchaClusterActiveSpec
The Cluster.ActiveSpec structure contains the deploy specification for the Active Node of the VCHA cluster.
Properties
The identifier of the Network object used for the HA network. If the Cluster.ActiveSpec.ha-network field is set, then the Cluster.ActiveSpec.ha-network-type field must be set. If the Cluster.ActiveSpec.ha-network field is unset, then the Cluster.ActiveSpec.ha-network-type field is ignored. If unset and the Cluster.ActiveSpec.ha-network-type field is unset, then the second NIC is assumed to be already configured. If unset and the Cluster.ActiveSpec.ha-network field is set, then an error is reported. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network:VCenter.
The NetworkType enumerated type defines the type of a vCenter Server network.
STANDARD_PORTGROUP : vSphere standard portgroup network.
DISTRIBUTED_PORTGROUP : Distributed virtual switch.
Possible values are: STANDARD_PORTGROUP , DISTRIBUTED_PORTGROUP
JSON Example
{
"ha_ip": {
"ip_family": "IPV4"
}
}