L2VPNPerLSTrafficStatistics (type)

{
  "additionalProperties": false, 
  "description": "Traffic statistics for a logical switch.", 
  "id": "L2VPNPerLSTrafficStatistics", 
  "module_id": "L2VPNStatistics", 
  "properties": {
    "bum_bytes_in": {
      "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes in", 
      "type": "integer"
    }, 
    "bum_bytes_out": {
      "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) bytes out", 
      "type": "integer"
    }, 
    "bum_packets_in": {
      "description": "Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) packets in", 
      "type": "integer"
    }, 
    "bum_packets_out": {
      "description": "Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets.", 
      "readonly": true, 
      "title": "Broadcast, Unknown unicast and Multicast (BUM) packets out", 
      "type": "integer"
    }, 
    "bytes_in": {
      "description": "Total number of incoming bytes.", 
      "readonly": true, 
      "title": "Bytes in", 
      "type": "integer"
    }, 
    "bytes_out": {
      "description": "Total number of outgoing bytes.", 
      "readonly": true, 
      "title": "Bytes out", 
      "type": "integer"
    }, 
    "logical_switch": {
      "$ref": "ResourceReference, 
      "description": "Logical switch", 
      "readonly": true, 
      "title": "Logical switch"
    }, 
    "packets_in": {
      "description": "Total number of incoming packets.", 
      "readonly": true, 
      "title": "Packets in", 
      "type": "integer"
    }, 
    "packets_out": {
      "description": "Total number of outgoing packets.", 
      "readonly": true, 
      "title": "Packets out", 
      "type": "integer"
    }, 
    "packets_receive_error": {
      "description": "Total number of incoming packets dropped.", 
      "readonly": true, 
      "title": "Packets recieved error", 
      "type": "integer"
    }, 
    "packets_sent_error": {
      "description": "Total number of packets dropped while sending for any reason.", 
      "readonly": true, 
      "title": "Packets sent error", 
      "type": "integer"
    }
  }, 
  "title": "Traffic statistics per logical switch", 
  "type": "object"
}