Class AzureReachabilityReportItem
java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportItem
Azure reachability report details for a given provider location.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Azure region.Get list of latency details for each of the time series.provider()
Get the Internet service provider.withAzureLocation
(String azureLocation) Set the Azure region.withLatencies
(List<AzureReachabilityReportLatencyInfo> latencies) Set list of latency details for each of the time series.withProvider
(String provider) Set the Internet service provider.
-
Constructor Details
-
AzureReachabilityReportItem
public AzureReachabilityReportItem()
-
-
Method Details
-
provider
Get the Internet service provider.- Returns:
- the provider value
-
withProvider
Set the Internet service provider.- Parameters:
provider
- the provider value to set- Returns:
- the AzureReachabilityReportItem object itself.
-
azureLocation
Get the Azure region.- Returns:
- the azureLocation value
-
withAzureLocation
Set the Azure region.- Parameters:
azureLocation
- the azureLocation value to set- Returns:
- the AzureReachabilityReportItem object itself.
-
latencies
Get list of latency details for each of the time series.- Returns:
- the latencies value
-
withLatencies
public AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies) Set list of latency details for each of the time series.- Parameters:
latencies
- the latencies value to set- Returns:
- the AzureReachabilityReportItem object itself.
-