Class AzureReachabilityReportParameters
java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportParameters
Geographic and time constraints for Azure reachability report.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet optional Azure regions to scope the query to.org.joda.time.DateTime
endTime()
Get the end time for the Azure reachability report.Get parameters that define a geographic location.Get list of Internet service providers.org.joda.time.DateTime
Get the start time for the Azure reachability report.withAzureLocations
(List<String> azureLocations) Set optional Azure regions to scope the query to.withEndTime
(org.joda.time.DateTime endTime) Set the end time for the Azure reachability report.withProviderLocation
(AzureReachabilityReportLocation providerLocation) Set parameters that define a geographic location.withProviders
(List<String> providers) Set list of Internet service providers.withStartTime
(org.joda.time.DateTime startTime) Set the start time for the Azure reachability report.
-
Constructor Details
-
AzureReachabilityReportParameters
public AzureReachabilityReportParameters()
-
-
Method Details
-
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
Get list of Internet service providers.- Returns:
- the providers value
-
withProviders
Set list of Internet service providers.- Parameters:
providers
- the providers value to set- Returns:
- the AzureReachabilityReportParameters object itself.
-
azureLocations
Get optional Azure regions to scope the query to.- Returns:
- the azureLocations value
-
withAzureLocations
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
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
Set the end time for the Azure reachability report.- Parameters:
endTime
- the endTime value to set- Returns:
- the AzureReachabilityReportParameters object itself.
-