IPSecVpnIkeTrafficStatistics
IPSecVpnIkeTrafficStatistics
Traffic statistics for IPSec VPN Ike session. Note - Not supported in this release.
JSON Example
{
"bytes_in": 0,
"bytes_out": 0,
"fail_count": 0,
"packets_in": 0,
"packets_out": 0
}
integer As int64 As int64
bytes_in
Optional
Number of bytes in.
integer As int64 As int64
bytes_out
Optional
Number of bytes out.
integer As int64 As int64
fail_count
Optional
Fail count.
integer As int64 As int64
packets_in
Optional
Number of packets in.
integer As int64 As int64
packets_out
Optional
Number of packets out.