IpSecVpnPolicyTrafficStatistics (type)

{
  "additionalProperties": false, 
  "description": "IPSec VPN policy traffic statistics", 
  "id": "IpSecVpnPolicyTrafficStatistics", 
  "module_id": "PolicyVpnStats", 
  "properties": {
    "aggregate_traffic_counters": {
      "$ref": "IPSecVpnTrafficCounters, 
      "description": "Aggregate traffic statistics across all IPSec tunnels.", 
      "readonly": true, 
      "title": "Traffic summary"
    }, 
    "rule_path": {
      "description": "Policy path referencing the IPSec VPN Rule.", 
      "readonly": true, 
      "title": "IPSec VPN Rule path", 
      "type": "string"
    }, 
    "tunnel_interface_path": {
      "description": "Policy path referencing the IPSec VPN Tunnel Interface.", 
      "readonly": true, 
      "title": "IPSec VPN Tunnel Interface path", 
      "type": "string"
    }, 
    "tunnel_statistics": {
      "description": "Tunnel statistics.", 
      "items": {
        "$ref": "IpSecVpnTunnelTrafficStatistics
      }, 
      "readonly": true, 
      "title": "Tunnel statistics", 
      "type": "array"
    }
  }, 
  "title": "IPSec VPN policy traffic statistics", 
  "type": "object"
}