PolicyNATRuleCounters
Gives the statistics count of a NAT rule.
Properties
integer
active_sessions
Optional
Gives the total number of active sessions.
integer
total_bytes
Optional
Gives the total number of bytes.
integer
total_packets
Optional
Gives the total number of packets.
Property Of
PolicyNatRuleStatisticsPerLogicalRouter
Extended By
PolicyNatRuleStatistics
PolicyNatRuleStatisticsPerTransportNode
JSON Example
{
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0
}