Interface RouteFilterRule.DefinitionStages.WithBgpCommunities<ParentT>

    • Method Detail

      • withBgpCommunities

        RouteFilterRule.DefinitionStages.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
      • 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