Uses of Class
com.azure.resourcemanager.network.fluent.models.RouteFilterRulePropertiesFormat
Packages that use RouteFilterRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of RouteFilterRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type RouteFilterRulePropertiesFormatModifier and TypeClassDescriptionfinal classRoute Filter Rule Resource.Methods in com.azure.resourcemanager.network.fluent.models that return RouteFilterRulePropertiesFormatModifier and TypeMethodDescriptionRouteFilterRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteFilterRulePropertiesFormat from the JsonReader.RouteFilterRulePropertiesFormat.withAccess(Access access) Set the access property: The access type of the rule.RouteFilterRulePropertiesFormat.withCommunities(List<String> communities) Set the communities property: The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].RouteFilterRulePropertiesFormat.withRouteFilterRuleType(RouteFilterRuleType routeFilterRuleType) Set the routeFilterRuleType property: The rule type of the rule.