L2VPNTransportTunnelStatus (type)

{
  "abstract": true, 
  "additionalProperties": false, 
  "description": "Transport tunnel status.", 
  "id": "L2VPNTransportTunnelStatus", 
  "module_id": "L2VPNStatistics", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "resource_type": {
      "$ref": "TransportTunnelResourceType, 
      "required": true
    }, 
    "tunnel_id": {
      "$ref": "ResourceReference, 
      "description": "Transport tunnel id.", 
      "readonly": true, 
      "title": "Transport tunnel id"
    }
  }, 
  "title": "Transport tunnel status", 
  "type": "object"
}