Interface RouteFilterRule.UpdateDefinitionStages.WithBgpCommunities<ParentT>
- All Known Subinterfaces:
RouteFilterRule.UpdateDefinition<ParentT>,RouteFilterRule.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- RouteFilterRule.UpdateDefinitionStages
public static interface RouteFilterRule.UpdateDefinitionStages.WithBgpCommunities<ParentT>
The stage of the route filter rule definition allowing bgp service communities to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithBgpCommunities(String... communities) Set the collection for bgp community values to filter on.withBgpCommunity(String community) Set bgp community value to filter on.withoutBgpCommunity(String community) Remove the bgp community value to filter on.
-
Method Details
-
withBgpCommunities
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT> withBgpCommunities(String... communities) Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].- Parameters:
communities- service communities- Returns:
- the next stage of the definition
-
withBgpCommunity
Set bgp community value to filter on. e.g. '12076:5020'.- Parameters:
community- service community- Returns:
- the next stage of the definition
-
withoutBgpCommunity
Remove the bgp community value to filter on. e.g. '12076:5010'- Parameters:
community- the bgp community value- Returns:
- the next stage of the update
-