TunnelTrafficStatistics (type)

{
  "description": "Tunnel Traffic Statistics parent object", 
  "id": "TunnelTrafficStatistics", 
  "module_id": "PolicyConnectivityStatistics", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "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"
    }
  }, 
  "title": "Tunnel Traffic Statistics parent object", 
  "type": "object"
}