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.ModelConnectivityInformation
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
|
Average latency in milliseconds. |
min_latency_in_ms
|
Minimum latency in milliseconds. |
max_latency_in_ms
|
Maximum latency in milliseconds. |
probes_sent
|
Total number of probes sent. |
probes_failed
|
Number of failed probes. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python