public class AzureReachabilityReportParameters extends Object
| Constructor and Description |
|---|
AzureReachabilityReportParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<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.
|
List<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(org.joda.time.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(org.joda.time.DateTime startTime)
Set the start time for the Azure reachability report.
|
public AzureReachabilityReportLocation providerLocation()
public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)
providerLocation - the providerLocation value to setpublic List<String> providers()
public AzureReachabilityReportParameters withProviders(List<String> providers)
providers - the providers value to setpublic List<String> azureLocations()
public AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)
azureLocations - the azureLocations value to setpublic org.joda.time.DateTime startTime()
public AzureReachabilityReportParameters withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic org.joda.time.DateTime endTime()
public AzureReachabilityReportParameters withEndTime(org.joda.time.DateTime endTime)
endTime - the endTime value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/