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.
Constructor Summary
Constructor | Description |
---|---|
AzureReachabilityReportItem() |
Creates an instance of Azure |
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. |
Azure |
withAzureLocation(String azureLocation)
Set the azure |
Azure |
withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set the latencies property: List of latency details for each of the time series. |
Azure |
withProvider(String provider)
Set the provider property: The Internet service provider. |
Methods inherited from java.lang.Object
Constructor Details
AzureReachabilityReportItem
public AzureReachabilityReportItem()
Creates an instance of AzureReachabilityReportItem class.
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
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.
withAzureLocation
public AzureReachabilityReportItem withAzureLocation(String azureLocation)
Set the azureLocation property: The Azure region.
Parameters:
Returns:
withLatencies
public AzureReachabilityReportItem withLatencies(List
Set the latencies property: List of latency details for each of the time series.
Parameters:
Returns:
withProvider
public AzureReachabilityReportItem withProvider(String provider)
Set the provider property: The Internet service provider.
Parameters:
Returns:
Applies to
Azure SDK for Java