GreTunnelTrafficStatistics (type)

{
  "extends": {
    "$ref": "TunnelTrafficStatistics
  }, 
  "id": "GreTunnelTrafficStatistics", 
  "module_id": "PolicyConnectivityStatistics", 
  "polymorphic-type-descriptor": {
    "type-identifier": "GreTunnelTrafficStatistics"
  }, 
  "properties": {
    "destination": {
      "$ref": "IPAddress, 
      "description": "GreTunnelTrafficStatistics - Resource type as GreTunnelTrafficStatistics will be used to populate P2P GRE Tunnel traffic statistics", 
      "readonly": true, 
      "title": "Indicates Resource type of tunnel"
    }, 
    "per_edge_node_statistics": {
      "description": "Set of Tunnel statistics per edge node", 
      "items": {
        "$ref": "TunnelPortStatisticsPerNode
      }, 
      "maxItems": 8, 
      "minItems": 1, 
      "readonly": true, 
      "title": "Per Edge Node Statistics", 
      "type": "array"
    }, 
    "resource_type": {
      "description": "GreTunnelTrafficStatistics - Resource type as GreTunnelTrafficStatistics will be used to populate P2P GRE Tunnel traffic statistics", 
      "enum": [
        "GreTunnelTrafficStatistics"
      ], 
      "required": true, 
      "title": "Indicates Resource type of tunnel", 
      "type": "string"
    }
  }, 
  "type": "object"
}