Interface RouteFilterRule.UpdateDefinitionStages.WithBgpCommunities<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
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 Details

    • withBgpCommunities

      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

      RouteFilterRule.Update withoutBgpCommunity(String community)
      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