NSX-T Data Center REST API

PolicyEdgeTransportNodeSwitchTunnelEndPoint (type)

{
  "id": "PolicyEdgeTransportNodeSwitchTunnelEndPoint",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "ip_assignment_specs": {
      "description": "IPs can come from either a static IPv6/Ipv4 pool, DHCPv4/v6 or an explicitly specified IP list. In case a list of IP is specified, the number of IPs provided should be sufficient as per teaming policy associated with host switch uplink profile. Valid ip_assignment_type values are StaticIpv4Pool, StaticIpv4List, StaticIpv6Pool, StaticIpv6List, Dhcpv4 and Dhcpv6.",
      "items": {
        "$ref": "PolicyIpAssignmentSpec"
      },
      "maxItems": 1,
      "minItems": 1,
      "readonly": false,
      "required": true,
      "title": "Specification for IPs to be used with edge TN switch virtual tunnel endpoints",
      "type": "array"
    },
    "vlan": {
      "$ref": "VlanID",
      "description": "VLAN used for tagging Overlay traffic of associated Edge TN Switch. Specified value will override the uplink profile vlan ID.",
      "nsx_feature": "SimplifyEdgeInstallAndOperation",
      "readonly": false,
      "required": false,
      "title": "VLAN id for tunnel endpoint"
    }
  },
  "title": "TunnelEndPoint configuration for single switch",
  "type": "object"
}