AzureReachabilityReportItem Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureReachabilityReportItem
- com.
Implements
public final class AzureReachabilityReportItem
implements JsonSerializable<AzureReachabilityReportItem>
Azure reachability report details for a given provider location.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
azureLocation()
Get the azure |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
List<Azure |
latencies()
Get the latencies property: List of latency details for each of the time series. |
| String |
provider()
Get the provider property: The Internet service provider. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
azureLocation
public String azureLocation()
Get the azureLocation property: The Azure region.
Returns:
fromJson
public static AzureReachabilityReportItem fromJson(JsonReader jsonReader)
Reads an instance of AzureReachabilityReportItem from the JsonReader.
Parameters:
Returns:
Throws:
latencies
public List<AzureReachabilityReportLatencyInfo> latencies()
Get the latencies property: List of latency details for each of the time series.
Returns:
provider
public String provider()
Get the provider property: The Internet service provider.
Returns:
toJson
validate
public void validate()
Validates the instance.