NSX-T Data Center REST API

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

PolicyEdgeTransportNodeRtepConfig (schema)

Remote tunnel endpoint configuration

Name Description Type Notes
ip_assignment_specs Specification for IPs to be used with host switch remote tunnel endpoints

IPs can come from either a static IP pool or an explicitly specified IP
list. Therefore, specifying any other IP assignment type will result in
error. In case a list of IPs is specified, the number of IPs provided
should be sufficient as per the teaming policy associated with the host
switch uplink profile used by the remote tunnel endpoint.
valid ip_assignment_type values are StaticIpv4Pool and StaticIpv4List.
array of PolicyIpAssignmentSpec
(Abstract type: pass one of the following concrete types)
AutoConf
Dhcpv4
Dhcpv6
NoAssignment
StaticIpv4
StaticIpv4List
StaticIpv4MacList
StaticIpv4Pool
StaticIpv6
StaticIpv6List
StaticIpv6MacList
StaticIpv6Pool
named_teaming_policy The named teaming policy to be used by the remote tunnel endpoint

Specifying this field will override the default teaming policy of the host
switch and will be used by remote tunnel endpoint traffic.
if named_teaming_policy is given then device_name field should be not provided
string
vlan VLAN id for remote tunnel endpoint

The transport VLAN id used for tagging intersite overlay traffic between
remote tunnel endpoints.
VlanID Required