NSX-T Data Center REST API
EdgeTnTunnelEndpointState (type)
{ "additionalProperties": false, "description": "States of Tunnel state.", "id": "EdgeTnTunnelEndpointState", "module_id": "PolicyEdgeTransportNode", "properties": { "datapath_network_id": { "readonly": true, "required": false, "title": "Data path network associated with this virtual\ntunnel endpoint.\n", "type": "string" }, "device_name": { "readonly": true, "title": "Name of the virtual tunnel endpoint", "type": "string" }, "label": { "readonly": true, "required": false, "title": "Unique label for this Endpoint", "type": "int" }, "mac": { "$ref": "MACAddress", "readonly": true, "title": "MAC address" }, "realized_ips": { "description": "Tunnel Configured Ip state", "items": { "$ref": "RealizedIp" }, "title": "Tunnel Endpoints configured ip", "type": "array" }, "tep_group_label": { "readonly": true, "title": "Represent the status of tep group label", "type": "int" } }, "title": "EdgeTnTunnelEndpointState state", "type": "object" }