AzureReachabilityReport Class

Azure reachability report details.

Constructor

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

Variables

Name Description
aggregation_level
str

The aggregation level of Azure reachability report. Can be Country, State or City. Required.

provider_location

Parameters that define a geographic location. Required.

reachability_report

List of Azure reachability report items. Required.

Attributes

aggregation_level

The aggregation level of Azure reachability report. Can be Country, State or City. Required.

aggregation_level: str

provider_location

Parameters that define a geographic location. Required.

provider_location: _models.AzureReachabilityReportLocation

reachability_report

List of Azure reachability report items. Required.

reachability_report: list['_models.AzureReachabilityReportItem']