InterSitePortCounters (type)

{
  "extends": {
    "$ref": "LogicalRouterPortCounters
  }, 
  "id": "InterSitePortCounters", 
  "module_id": "AggSvcInterSite", 
  "properties": {
    "dropped_packets": {
      "required": false, 
      "title": "The number of dropped packets", 
      "type": "integer"
    }, 
    "total_bytes": {
      "required": false, 
      "title": "The total number of bytes", 
      "type": "integer"
    }, 
    "total_packets": {
      "required": false, 
      "title": "The total number of packets", 
      "type": "integer"
    }
  }, 
  "type": "object"
}