AzureReachabilityReportInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. AzureReachabilityReportInner
- com.
Implements
public final class AzureReachabilityReportInner
implements JsonSerializable<AzureReachabilityReportInner>
Azure reachability report details.
Constructor Summary
Constructor | Description |
---|---|
AzureReachabilityReportInner() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
aggregationLevel()
Get the aggregation |
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
Azure |
providerLocation()
Get the provider |
List<Azure |
reachabilityReport()
Get the reachability |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Azure |
withAggregationLevel(String aggregationLevel)
Set the aggregation |
Azure |
withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the provider |
Azure |
withReachabilityReport(List<AzureReachabilityReportItem> reachabilityReport)
Set the reachability |
Methods inherited from java.lang.Object
Constructor Details
AzureReachabilityReportInner
public AzureReachabilityReportInner()
Creates an instance of AzureReachabilityReportInner class.
Method Details
aggregationLevel
public String aggregationLevel()
Get the aggregationLevel property: The aggregation level of Azure reachability report. Can be Country, State or City.
Returns:
fromJson
public static AzureReachabilityReportInner fromJson(JsonReader jsonReader)
Reads an instance of AzureReachabilityReportInner from the JsonReader.
Parameters:
Returns:
Throws:
providerLocation
public AzureReachabilityReportLocation providerLocation()
Get the providerLocation property: Parameters that define a geographic location.
Returns:
reachabilityReport
public List
Get the reachabilityReport property: List of Azure reachability report items.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAggregationLevel
public AzureReachabilityReportInner withAggregationLevel(String aggregationLevel)
Set the aggregationLevel property: The aggregation level of Azure reachability report. Can be Country, State or City.
Parameters:
Returns:
withProviderLocation
public AzureReachabilityReportInner withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation property: Parameters that define a geographic location.
Parameters:
Returns:
withReachabilityReport
public AzureReachabilityReportInner withReachabilityReport(List
Set the reachabilityReport property: List of Azure reachability report items.
Parameters:
Returns:
Applies to
Azure SDK for Java