AzureReachabilityReportInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.AzureReachabilityReportInner

Implements

public final class AzureReachabilityReportInner
implements JsonSerializable<AzureReachabilityReportInner>

Azure reachability report details.

Method Summary

Modifier and Type Method and Description
String aggregationLevel()

Get the aggregationLevel property: The aggregation level of Azure reachability report.

static AzureReachabilityReportInner fromJson(JsonReader jsonReader)

Reads an instance of AzureReachabilityReportInner from the JsonReader.

AzureReachabilityReportLocation providerLocation()

Get the providerLocation property: Parameters that define a geographic location.

List<AzureReachabilityReportItem> reachabilityReport()

Get the reachabilityReport property: List of Azure reachability report items.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

aggregationLevel

public String aggregationLevel()

Get the aggregationLevel property: The aggregation level of Azure reachability report. Can be Country, State or City.

Returns:

the aggregationLevel value.

fromJson

public static AzureReachabilityReportInner fromJson(JsonReader jsonReader)

Reads an instance of AzureReachabilityReportInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AzureReachabilityReportInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

providerLocation

public AzureReachabilityReportLocation providerLocation()

Get the providerLocation property: Parameters that define a geographic location.

Returns:

the providerLocation value.

reachabilityReport

public List<AzureReachabilityReportItem> reachabilityReport()

Get the reachabilityReport property: List of Azure reachability report items.

Returns:

the reachabilityReport value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to