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

IPSecVpnTrafficCounters

Traffic counters for IPSec VPN session.


Properties

integer as int64
bytes_in Optional

Total number of bytes recevied.


integer as int64
bytes_out Optional

Total number of bytes sent.


integer as int64
dropped_packets_in Optional

Total number of incoming packets dropped on inbound security association.


integer as int64
dropped_packets_out Optional

Total number of outgoing packets dropped on outbound security association.


integer as int64
packets_in Optional

Total number of packets received.


integer as int64
packets_out Optional

Total number of packets sent.

JSON Example

{
	"bytes_in": 0,
	"bytes_out": 0,
	"dropped_packets_in": 0,
	"dropped_packets_out": 0,
	"packets_in": 0,
	"packets_out": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyVPNStatistics

Feedback

Was this page helpful?