VcenterSettingsV1ConfigComponentsInventoryClusterHaHeartBeatDataStores
The HeartBeatDataStores structure contains fields describing the HeartBeatDataStores It contains cluster-wide configurations for vsphere HA.
Properties
The policy to determine the candidates from which vCenter Server can choose heartbeat datastores.
USER_SELECTED_DS : vCenter Server chooses heartbeat datastores from the set specified by the user (see #heartbeatDatastore). More specifically, datastores not included in the set will not be chosen. Note that if #heartbeatDatastore is empty, datastore heartbeating will be disabled for HA.
ALL_FEASIBLE_DS : vCenter Server chooses heartbeat datastores from all the feasible ones, i.e., the datastores that are accessible to more than one host in the cluster. The choice will be made without giving preference to those specified by the user (see #heartbeatDatastore).
ALL_FEASIBLE_DS_WITH_USER_PREFERENCE : vCenter Server chooses heartbeat datastores from all the feasible ones while giving preference to those specified by the user (see #heartbeatDatastore). More specifically, the datastores not included in #heartbeatDatastore will be chosen if and only if the specified ones are not sufficient.
Possible values are: USER_SELECTED_DS , ALL_FEASIBLE_DS , ALL_FEASIBLE_DS_WITH_USER_PREFERENCE
JSON Example
{
"heartbeat_datastore_policy": "USER_SELECTED_DS"
}