ConnectivityInformation Class

Information on the connectivity status.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ConnectivityInformation

Constructor

ConnectivityInformation(**kwargs)

Variables

hops
list[ConnectivityHop]

List of hops between the source and the destination.

connection_status
str or ConnectionStatus

The connection status. Possible values include: "Unknown", "Connected", "Disconnected", "Degraded".

avg_latency_in_ms
int

Average latency in milliseconds.

min_latency_in_ms
int

Minimum latency in milliseconds.

max_latency_in_ms
int

Maximum latency in milliseconds.

probes_sent
int

Total number of probes sent.

probes_failed
int

Number of failed probes.