Class BfdStatusPacketCounts (1.3.1)

BfdStatusPacketCounts(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
num_rx int
Number of packets received since the beginning of the current BFD session. This field is a member of `oneof`_ ``_num_rx``.
num_rx_rejected int
Number of packets received that were rejected because of errors since the beginning of the current BFD session. This field is a member of `oneof`_ ``_num_rx_rejected``.
num_rx_successful int
Number of packets received that were successfully processed since the beginning of the current BFD session. This field is a member of `oneof`_ ``_num_rx_successful``.
num_tx int
Number of packets transmitted since the beginning of the current BFD session. This field is a member of `oneof`_ ``_num_tx``.

Inheritance

builtins.object > proto.message.Message > BfdStatusPacketCounts