NSX-T Data Center REST API

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

GatewayReallocationRequestParameters (schema)

Gateway reallocation or re-balance request parameters

Name Description Type Notes
gateway_path Policy path of the gateway to be reallocated or re-balanced

Gateway path can be VPC, tier-1 or CTGW.
string Required
number_of_edge_nodes Number of edge nodes for CTGW stateless active-active

Supported only for CTGW stateless active-active gateways. Provide a minimum count of two and a maximum of eight to achieve scale-out or scale-in.
int Minimum: 2
Maximum: 8
preferred_edge_paths Policy path of edge node or VNA in cluster to do manual placement

Preferred edge node or VNA policy paths must belong to the same edge or VNA cluster on which the gateway currently exists.
For an active-standby gateway, you must provide two preferred nodes path to maintain high availability.
For active-active CTGW, provide a minimum of two and a maximum of eight edge node paths to achieve scale-out or scale-in.
array of string Minimum items: 2
Maximum items: 8