NSX-T Data Center REST API

EdgeTnRemoteTunnelEndpointState (type)

{
  "additionalProperties": false,
  "description": "States of remote Tunnel state.",
  "id": "EdgeTnRemoteTunnelEndpointState",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "device_name": {
      "readonly": true,
      "title": "Name of the remote tunnel endpoint",
      "type": "string"
    },
    "label": {
      "readonly": true,
      "required": false,
      "title": "Unique label for this remote tunnel 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"
    },
    "vlan": {
      "$ref": "VlanID",
      "readonly": true,
      "title": "Vlan id"
    }
  },
  "title": "Edge Transport Node remote tunnel endpoint state",
  "type": "object"
}