[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

PolicyNATRuleCounters

Gives the statistics count of a NAT rule.


Properties

integer as int64
active_sessions Optional

Gives the total number of active sessions.


integer as int64
total_bytes Optional

Gives the total number of bytes.


integer as int64
total_packets Optional

Gives the total number of packets.

JSON Example

{
	"active_sessions": 0,
	"total_bytes": 0,
	"total_packets": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyNAT
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

PolicyNatRuleStatisticsPerLogicalRouter
Used By

PolicyNatRuleStatisticsPerTransportNode
PolicyNatRuleStatistics

Feedback

Was this page helpful?