AzureReachabilityReportItem Class

Azure reachability report details for a given provider location.

Inheritance
AzureReachabilityReportItem

Constructor

AzureReachabilityReportItem(*, provider: typing.Union[str, NoneType] = None, azure_location: typing.Union[str, NoneType] = None, latencies: typing.Union[typing.List[_ForwardRef('AzureReachabilityReportLatencyInfo')], NoneType] = None, **kwargs)

Parameters

provider
str

The Internet service provider.

azure_location
str

The Azure region.

latencies
list[AzureReachabilityReportLatencyInfo]

List of latency details for each of the time series.