Class AzureReachabilityReportItem


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

      • AzureReachabilityReportItem

        public AzureReachabilityReportItem()
    • Method Detail

      • provider

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

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

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

        public AzureReachabilityReportItem withAzureLocation​(String azureLocation)
        Set the azureLocation value.
        Parameters:
        azureLocation - the azureLocation value to set
        Returns:
        the AzureReachabilityReportItem object itself.