Compartilhar via


ConnectivityInformation Class

Information on the connectivity status.

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

Inheritance
azure.mgmt.network._serialization.Model
ConnectivityInformation

Constructor

ConnectivityInformation(**kwargs: Any)

Variables

Name Description
hops

List of hops between the source and the destination.

connection_status

The connection status. Known values are: "Unknown", "Connected", "Disconnected", and "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.