AzureReachabilityReportItem Class

Azure reachability report details for a given provider location.

Constructor

AzureReachabilityReportItem(*args: Any, **kwargs: Any)

Variables

Name Description
provider
str

The Internet service provider.

azure_location
str

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