NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

EdgeFailoverChecksConfig (schema)

Name Description Type Notes
disable_checks_for_edge_clusters Mentions list of edge cluster policy paths

To disable the pre-checks on selective edge clusters.
array of string
disable_checks_for_unpinned_edges Toggle pre-checks between pinned or all edges

true: Default behavior for upgrades from 9.0 onwards. Disables the pre-checks for edges
that are not pinned. This will perform the checks only for the edges which have
"edge_host_affinity_config" set in the intent.
We will assume an edge to be pinned only when "edge_host_affinity_config" set in the intent.
Otherwise, the pre-checks will be skipped.
false: During host/edge upgrade, perform the checks for all edges, pinned or unpinned alike.
boolean Required
enabled Enable or disable edge failover pre-checks

true: Execute all pre-checks. Default behavior for upgrades from 9.0 onwards.
false: To disable all pre-checks.
boolean Required