Interface RouteFilter.UpdateStages.WithRule

  • All Known Subinterfaces:
    RouteFilter.Update
    Enclosing interface:
    RouteFilter.UpdateStages

    public static interface RouteFilter.UpdateStages.WithRule
    The stage of the resource update allowing to add or remove route filter rules.
    • Method Detail

      • withoutRule

        RouteFilter.Update withoutRule​(String name)
        Removes an route filter rule.
        Parameters:
        name - the name of the route filter rule to remove
        Returns:
        the next stage of the route filter update
      • updateRule

        RouteFilterRule.Update updateRule​(String name)
        Begins the description of an update of an existing route filter rule of this route filter.
        Parameters:
        name - the name of an existing route filter rule
        Returns:
        the first stage of the route filter rule update description