ConnectionStateSnapshot Class
Connection state snapshot.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionStateSnapshot
Constructor
ConnectionStateSnapshot(*, connection_state: str | _models.ConnectionState | None = None, start_time: datetime | None = None, end_time: datetime | None = None, evaluation_state: str | _models.EvaluationState | None = None, avg_latency_in_ms: int | None = None, min_latency_in_ms: int | None = None, max_latency_in_ms: int | None = None, probes_sent: int | None = None, probes_failed: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
connection_state
|
The connection state. Known values are: "Reachable", "Unreachable", and "Unknown". |
start_time
|
The start time of the connection snapshot. |
end_time
|
The end time of the connection snapshot. |
evaluation_state
|
Connectivity analysis evaluation state. Known values are: "NotStarted", "InProgress", and "Completed". |
avg_latency_in_ms
|
Average latency in ms. |
min_latency_in_ms
|
Minimum latency in ms. |
max_latency_in_ms
|
Maximum latency in ms. |
probes_sent
|
The number of sent probes. |
probes_failed
|
The number of failed probes. |
Variables
Name | Description |
---|---|
connection_state
|
The connection state. Known values are: "Reachable", "Unreachable", and "Unknown". |
start_time
|
The start time of the connection snapshot. |
end_time
|
The end time of the connection snapshot. |
evaluation_state
|
Connectivity analysis evaluation state. Known values are: "NotStarted", "InProgress", and "Completed". |
avg_latency_in_ms
|
Average latency in ms. |
min_latency_in_ms
|
Minimum latency in ms. |
max_latency_in_ms
|
Maximum latency in ms. |
probes_sent
|
The number of sent probes. |
probes_failed
|
The number of failed probes. |
hops
|
List of hops between the source and the destination. |
Azure SDK for Python