L2VPNSessionStatisticsNsxT (type)

{
  "additionalProperties": false, 
  "description": "L2VPN session statistics gives session status and traffic statistics per segment.", 
  "extends": {
    "$ref": "L2VPNSessionStatisticsPerEP
  }, 
  "id": "L2VPNSessionStatisticsNsxT", 
  "module_id": "PolicyVpnStats", 
  "polymorphic-type-descriptor": {
    "type-identifier": "L2VPNSessionStatisticsNsxT"
  }, 
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm, 
      "description": "Alarm information details.", 
      "readonly": true, 
      "title": "Alarm Information Details"
    }, 
    "display_name": {
      "description": "Display name of l2vpn session.", 
      "readonly": true, 
      "title": "Display name", 
      "type": "string"
    }, 
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.", 
      "readonly": true, 
      "title": "Enforcement point Path", 
      "type": "string"
    }, 
    "resource_type": {
      "enum": [
        "L2VPNSessionStatisticsNsxT"
      ], 
      "required": true, 
      "type": "string"
    }, 
    "tap_traffic_counters": {
      "description": "Tunnel port traffic counters.", 
      "items": {
        "$ref": "L2VPNTapStatistics
      }, 
      "readonly": true, 
      "title": "Tunnel port traffic counters", 
      "type": "array"
    }, 
    "traffic_statistics_per_segment": {
      "description": "Traffic statistics per segment.", 
      "items": {
        "$ref": "L2VPNTrafficStatisticsPerSegment
      }, 
      "readonly": true, 
      "title": "Traffic statistics per segment", 
      "type": "array"
    }
  }, 
  "title": "L2VPN session statistics", 
  "type": "object"
}