VchaClusterActiveSpec

The Cluster.ActiveSpec structure contains the deploy specification for the Active Node of the VCHA cluster.


Properties

ha_ip Required

IP specification for the HA network.


string
ha_network Optional

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.


ha_network_type Optional

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_PORTGROUPDISTRIBUTED_PORTGROUP

JSON Example

{
	"ha_ip": {
		"ip_family": "IPV4"
	}
}
Property Of

VchaClusterDeploySpec

Feedback

Was this page helpful?