IPSecVpnSessionStatisticsPerEP (type)

{
  "abstract": true, 
  "description": "IPSec VPN Session Statistics Per Enforcement Point.", 
  "extends": {
    "$ref": "PolicyRuntimeInfoPerEP
  }, 
  "id": "IPSecVpnSessionStatisticsPerEP", 
  "module_id": "PolicyVpnStats", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "resource_type"
  }, 
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm, 
      "description": "Alarm information details.", 
      "readonly": true, 
      "title": "Alarm Information Details"
    }, 
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.", 
      "readonly": true, 
      "title": "Enforcement point Path", 
      "type": "string"
    }, 
    "resource_type": {
      "enum": [
        "IPSecVpnSessionStatisticsNsxT"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "IPSec VPN Session Statistics Per Enforcement Point", 
  "type": "object"
}