Class AzureReachabilityReportItem
- java.lang.Object
-
- com.microsoft.azure.management.network.AzureReachabilityReportItem
-
public class AzureReachabilityReportItem extends Object
Azure reachability report details for a given provider location.
-
-
Constructor Summary
Constructors Constructor Description AzureReachabilityReportItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringazureLocation()Get the azureLocation value.List<AzureReachabilityReportLatencyInfo>latencies()Get the latencies value.Stringprovider()Get the provider value.AzureReachabilityReportItemwithAzureLocation(String azureLocation)Set the azureLocation value.AzureReachabilityReportItemwithLatencies(List<AzureReachabilityReportLatencyInfo> latencies)Set the latencies value.AzureReachabilityReportItemwithProvider(String provider)Set the provider value.
-
-
-
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.
-
latencies
public List<AzureReachabilityReportLatencyInfo> latencies()
Get the latencies value.- Returns:
- the latencies value
-
withLatencies
public AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set the latencies value.- Parameters:
latencies- the latencies value to set- Returns:
- the AzureReachabilityReportItem object itself.
-
-