Class AzureReachabilityReportParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureReachabilityReportParameters
-
public class AzureReachabilityReportParameters extends Object
Geographic and time constraints for Azure reachability report.
-
-
Constructor Summary
Constructors Constructor Description AzureReachabilityReportParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>azureLocations()Get the azureLocations value.org.joda.time.DateTimeendTime()Get the endTime value.AzureReachabilityReportLocationproviderLocation()Get the providerLocation value.List<String>providers()Get the providers value.org.joda.time.DateTimestartTime()Get the startTime value.AzureReachabilityReportParameterswithAzureLocations(List<String> azureLocations)Set the azureLocations value.AzureReachabilityReportParameterswithEndTime(org.joda.time.DateTime endTime)Set the endTime value.AzureReachabilityReportParameterswithProviderLocation(AzureReachabilityReportLocation providerLocation)Set the providerLocation value.AzureReachabilityReportParameterswithProviders(List<String> providers)Set the providers value.AzureReachabilityReportParameterswithStartTime(org.joda.time.DateTime startTime)Set the startTime value.
-
-
-
Method Detail
-
providerLocation
public AzureReachabilityReportLocation providerLocation()
Get the providerLocation value.- Returns:
- the providerLocation value
-
withProviderLocation
public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation value.- Parameters:
providerLocation- the providerLocation value to set- Returns:
- the AzureReachabilityReportParameters object itself.
-
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.
-
-