Class PacketCounts (0.1.7)

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

Containing a collection of interface-related statistics objects.

Attributes

NameDescription
inbound_unicast int
The number of packets that are delivered.
inbound_errors int
The number of inbound packets that contained errors.
inbound_discards int
The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable.
outbound_unicast int
The total number of packets that are requested be transmitted.
outbound_errors int
The number of outbound packets that could not be transmitted because of errors.
outbound_discards int
The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted.