{ "additionalProperties": false, "description": "Traffic statistics for IPSec VPN IKE session. Note - Not supported in this release.", "id": "IPSecVPNIKETrafficStatistics", "module_id": "VPNStatistics", "properties": { "bytes_in": { "description": "Number of bytes in.", "readonly": true, "title": "Bytes in", "type": "integer" }, "bytes_out": { "description": "Number of bytes out.", "readonly": true, "title": "Bytes out", "type": "integer" }, "fail_count": { "description": "Fail count.", "readonly": true, "title": "Fail count", "type": "integer" }, "packets_in": { "description": "Number of packets in.", "readonly": true, "title": "Packets in", "type": "integer" }, "packets_out": { "description": "Number of packets out.", "readonly": true, "title": "Packets out", "type": "integer" } }, "title": "IPSec VPN IKE traffic statistics", "type": "object" }