Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.48 KB

EdgeL2VpnTunnelStatistics.md

File metadata and controls

20 lines (16 loc) · 1.48 KB

EdgeL2VpnTunnelStatistics

Properties

Name Type Description Notes
BumBytesIn int64 Broadcast, Unknown unicast, and Multicast (BUM) bytes in. [optional] [default to null]
BumBytesOut int64 Broadcast, Unknown unicast, and Multicast (BUM) bytes out. [optional] [default to null]
BumPacketsIn int64 Broadcast, Unknown unicast, and Multicast (BUM) packets in. [optional] [default to null]
BumPacketsOut int64 Broadcast, Unknown unicast, and Multicast (BUM) packets out. [optional] [default to null]
BytesIn int64 Total number of incoming bytes. [optional] [default to null]
BytesOut int64 Total number of outgoing bytes. [optional] [default to null]
PacketsIn int64 Total number of incoming packets. [optional] [default to null]
PacketsOut int64 Total number of outgoing packets. [optional] [default to null]
PacketsReceiveError int64 Total number of incoming packets dropped. [optional] [default to null]
PacketsSentError int64 Total number of packets dropped while sending for any reason. [optional] [default to null]
SegmentPath string Policy path referencing the segment on which stats are gathered. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]