Interface RouteFilter
- All Superinterfaces:
GroupableResource<NetworkManager, RouteFilterInner>, HasId, HasInnerModel<RouteFilterInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<RouteFilter>, Resource, Updatable<RouteFilter.Update>
public interface RouteFilter
extends GroupableResource<NetworkManager, RouteFilterInner>, Refreshable<RouteFilter>, Updatable<RouteFilter.Update>
Route filter.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the aroute filter definition.static interfaceGrouping of route filter definition stages.static interfaceThe template for an update operation, containing all the settings that can be modified.static interfaceGrouping of route filter update stages.Nested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T> -
Field Summary
-
Method Summary
Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, type
-
Method Details
-
rules
Map<String, RouteFilterRule> rules()Gets rules associated with this route filter.- Returns:
- rules associated with this route filter, indexed by their names
-
peerings
Map<String, ExpressRouteCircuitPeering> peerings()Gets express route circuit peerings associated with this route filter.- Returns:
- express route circuit peerings associated with this route filter, indexed by their names
-
provisioningState
String provisioningState()Gets the provisioning state of the route filter resource.- Returns:
- the provisioning state of the route filter resource
-