AzureReachabilityReportItem Class
Azure reachability report details for a given provider location.
Constructor
AzureReachabilityReportItem(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
The Internet service provider. |
|
azure_location
|
The Azure region. |
|
latencies
|
List of latency details for each of the time series. |
Attributes
azure_location
The Azure region.
azure_location: str | None
latencies
List of latency details for each of the time series.
latencies: list['_models.AzureReachabilityReportLatencyInfo'] | None
provider
The Internet service provider.
provider: str | None