Class AzureReachabilityReportItem

java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportItem

public class AzureReachabilityReportItem extends Object
Azure reachability report details for a given provider location.
  • Constructor Details

    • AzureReachabilityReportItem

      public AzureReachabilityReportItem()
  • Method Details

    • provider

      public String provider()
      Get the Internet service provider.
      Returns:
      the provider value
    • withProvider

      public AzureReachabilityReportItem withProvider(String provider)
      Set the Internet service provider.
      Parameters:
      provider - the provider value to set
      Returns:
      the AzureReachabilityReportItem object itself.
    • azureLocation

      public String azureLocation()
      Get the Azure region.
      Returns:
      the azureLocation value
    • withAzureLocation

      public AzureReachabilityReportItem withAzureLocation(String azureLocation)
      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

      Set list of latency details for each of the time series.
      Parameters:
      latencies - the latencies value to set
      Returns:
      the AzureReachabilityReportItem object itself.