AzureReachabilityReportParameters Class

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

public class AzureReachabilityReportParameters

Geographic and time constraints for Azure reachability report.

Constructor Summary

Constructor Description
AzureReachabilityReportParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> azureLocations()

Get optional Azure regions to scope the query to.

org.joda.time.DateTime endTime()

Get the end time for the Azure reachability report.

AzureReachabilityReportLocation providerLocation()

Get parameters that define a geographic location.

java.util.List<java.lang.String> providers()

Get list of Internet service providers.

org.joda.time.DateTime startTime()

Get the start time for the Azure reachability report.

AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)

Set optional Azure regions to scope the query to.

AzureReachabilityReportParameters withEndTime(DateTime endTime)

Set the end time for the Azure reachability report.

AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)

Set parameters that define a geographic location.

AzureReachabilityReportParameters withProviders(List<String> providers)

Set list of Internet service providers.

AzureReachabilityReportParameters withStartTime(DateTime startTime)

Set the start time for the Azure reachability report.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AzureReachabilityReportParameters

public AzureReachabilityReportParameters()

Method Details

azureLocations

public List azureLocations()

Get optional Azure regions to scope the query to.

Returns:

the azureLocations value

endTime

public DateTime endTime()

Get the end time for the Azure reachability report.

Returns:

the endTime value

providerLocation

public AzureReachabilityReportLocation providerLocation()

Get parameters that define a geographic location.

Returns:

the providerLocation value

providers

public List providers()

Get list of Internet service providers.

Returns:

the providers value

startTime

public DateTime startTime()

Get the start time for the Azure reachability report.

Returns:

the startTime value

withAzureLocations

public AzureReachabilityReportParameters withAzureLocations(List azureLocations)

Set optional Azure regions to scope the query to.

Parameters:

azureLocations - the azureLocations value to set

Returns:

the AzureReachabilityReportParameters object itself.

withEndTime

public AzureReachabilityReportParameters withEndTime(DateTime endTime)

Set the end time for the Azure reachability report.

Parameters:

endTime - the endTime value to set

Returns:

the AzureReachabilityReportParameters object itself.

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.

withProviders

public AzureReachabilityReportParameters withProviders(List providers)

Set list of Internet service providers.

Parameters:

providers - the providers value to set

Returns:

the AzureReachabilityReportParameters object itself.

withStartTime

public AzureReachabilityReportParameters withStartTime(DateTime startTime)

Set the start time for the Azure reachability report.

Parameters:

startTime - the startTime value to set

Returns:

the AzureReachabilityReportParameters object itself.

Applies to