NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
Endpoint (schema)
Tunnel endpoint configuration
An Endpoint object is part of HostSwitch configuration in TransportNode
| Name | Description | Type | Notes |
|---|---|---|---|
| default_gateway | Gateway IP | IPAddress | Readonly |
| device_name | Name of the virtual tunnel endpoint | string | Readonly |
| ip | IP Address of this virtual tunnel endpoint Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated either from DHCP (default) or from Static IP Pool. |
IPAddress | Readonly |
| ipv6 | IPv6 endpoint | IPv6EndPoint | Readonly |
| label | Unique label for this Endpoint | int | Readonly |
| mac | MAC address | MACAddress | Readonly |
| net_stack_instance_key | Name of the netstack where the vtep was realized This field captures the name of the netstack where the vtep was realized. It may change based on where the vmk is currently connected to and when the next TN realization happens. |
string | Readonly |
| subnet_mask | Subnet mask | IPAddress | Readonly |