NSX-T Data Center REST API

L2VPNSessionTransportTunnelStatus (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Transport tunnel status.",
  "id": "L2VPNSessionTransportTunnelStatus",
  "module_id": "PolicyVpnStats",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "IPSecVpnTransportStatus"
      ],
      "required": true,
      "type": "string"
    },
    "transport_tunnel_path": {
      "description": "Policy path referencing Transport Tunnel.",
      "readonly": true,
      "title": "Policy path referencing Transport Tunnel",
      "type": "string"
    }
  },
  "title": "Transport tunnel status",
  "type": "object"
}