Class PacketIntervals (1.18.0)

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

Attributes

NameDescription
avg_ms int
Average observed inter-packet interval in milliseconds. This field is a member of oneof_ _avg_ms.
duration str
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values. This field is a member of oneof_ _duration.
max_ms int
Maximum observed inter-packet interval in milliseconds. This field is a member of oneof_ _max_ms.
min_ms int
Minimum observed inter-packet interval in milliseconds. This field is a member of oneof_ _min_ms.
num_intervals int
Number of inter-packet intervals from which these statistics were derived. This field is a member of oneof_ _num_intervals.
type_ str
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values. This field is a member of oneof_ _type.

Classes

Duration

Duration(value)

From how long ago in the past these intervals were observed.

Values: UNDEFINED_DURATION (0): A value indicating that the enum field is not set. DURATION_UNSPECIFIED (529071340): No description available. HOUR (2223588): No description available. MAX (76100): From BfdSession object creation time. MINUTE (126786068): No description available.

Type

Type(value)

The type of packets for which inter-packet intervals were computed.

Values: UNDEFINED_TYPE (0): A value indicating that the enum field is not set. LOOPBACK (356174219): Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. RECEIVE (189660867): Intervals between received packets. TRANSMIT (452903600): Intervals between transmitted packets. TYPE_UNSPECIFIED (437714322): No description available.