Class AzureReachabilityReportParameters

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

public class AzureReachabilityReportParameters extends Object
Geographic and time constraints for Azure reachability report.
  • Constructor Details

    • AzureReachabilityReportParameters

      public AzureReachabilityReportParameters()
  • Method Details

    • providerLocation

      public AzureReachabilityReportLocation providerLocation()
      Get parameters that define a geographic location.
      Returns:
      the providerLocation value
    • withProviderLocation

      public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)
      Set parameters that define a geographic location.
      Parameters:
      providerLocation - the providerLocation value to set
      Returns:
      the AzureReachabilityReportParameters object itself.
    • providers

      public List<String> providers()
      Get list of Internet service providers.
      Returns:
      the providers value
    • withProviders

      public AzureReachabilityReportParameters withProviders(List<String> providers)
      Set list of Internet service providers.
      Parameters:
      providers - the providers value to set
      Returns:
      the AzureReachabilityReportParameters object itself.
    • azureLocations

      public List<String> azureLocations()
      Get optional Azure regions to scope the query to.
      Returns:
      the azureLocations value
    • withAzureLocations

      public AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)
      Set optional Azure regions to scope the query to.
      Parameters:
      azureLocations - the azureLocations value to set
      Returns:
      the AzureReachabilityReportParameters object itself.
    • startTime

      public org.joda.time.DateTime startTime()
      Get the start time for the Azure reachability report.
      Returns:
      the startTime value
    • withStartTime

      public AzureReachabilityReportParameters withStartTime(org.joda.time.DateTime startTime)
      Set the start time for the Azure reachability report.
      Parameters:
      startTime - the startTime value to set
      Returns:
      the AzureReachabilityReportParameters object itself.
    • endTime

      public org.joda.time.DateTime endTime()
      Get the end time for the Azure reachability report.
      Returns:
      the endTime value
    • withEndTime

      public AzureReachabilityReportParameters withEndTime(org.joda.time.DateTime endTime)
      Set the end time for the Azure reachability report.
      Parameters:
      endTime - the endTime value to set
      Returns:
      the AzureReachabilityReportParameters object itself.