Class AzureReachabilityReportItem
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AzureReachabilityReportItem
-
public final 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 property: The Azure region.List<AzureReachabilityReportLatencyInfo>latencies()Get the latencies property: List of latency details for each of the time series.Stringprovider()Get the provider property: The Internet service provider.voidvalidate()Validates the instance.AzureReachabilityReportItemwithAzureLocation(String azureLocation)Set the azureLocation property: The Azure region.AzureReachabilityReportItemwithLatencies(List<AzureReachabilityReportLatencyInfo> latencies)Set the latencies property: List of latency details for each of the time series.AzureReachabilityReportItemwithProvider(String provider)Set the provider property: The Internet service provider.
-
-
-
Method Detail
-
provider
public String provider()
Get the provider property: The Internet service provider.- Returns:
- the provider value.
-
withProvider
public AzureReachabilityReportItem withProvider(String provider)
Set the provider property: The Internet service provider.- Parameters:
provider- the provider value to set.- Returns:
- the AzureReachabilityReportItem object itself.
-
azureLocation
public String azureLocation()
Get the azureLocation property: The Azure region.- Returns:
- the azureLocation value.
-
withAzureLocation
public AzureReachabilityReportItem withAzureLocation(String azureLocation)
Set the azureLocation property: The Azure region.- Parameters:
azureLocation- the azureLocation value to set.- Returns:
- the AzureReachabilityReportItem object itself.
-
latencies
public List<AzureReachabilityReportLatencyInfo> latencies()
Get the latencies property: List of latency details for each of the time series.- Returns:
- the latencies value.
-
withLatencies
public AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set the latencies property: List of latency details for each of the time series.- Parameters:
latencies- the latencies value to set.- Returns:
- the AzureReachabilityReportItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-