Class AzureReachabilityReportParameters


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

      • AzureReachabilityReportParameters

        public AzureReachabilityReportParameters()
    • Method Detail

      • providers

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

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

        public List<String> azureLocations()
        Get the azureLocations value.
        Returns:
        the azureLocations value
      • withAzureLocations

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

        public org.joda.time.DateTime startTime()
        Get the startTime value.
        Returns:
        the startTime value
      • withStartTime

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

        public org.joda.time.DateTime endTime()
        Get the endTime value.
        Returns:
        the endTime value
      • withEndTime

        public AzureReachabilityReportParameters withEndTime​(org.joda.time.DateTime endTime)
        Set the endTime value.
        Parameters:
        endTime - the endTime value to set
        Returns:
        the AzureReachabilityReportParameters object itself.