RouteFilter.UpdateStages.WithRule Interface

public static interface RouteFilter.UpdateStages.WithRule

The stage of the resource update allowing to add or remove route filter rules.

Method Summary

Modifier and Type Method and Description
abstract Blank<Update> defineRule(String name)

Begins the definition of a new route filter rule to be added to this route filter.

abstract Update updateRule(String name)

Begins the description of an update of an existing route filter rule of this route filter.

abstract Update withoutRule(String name)

Removes an route filter rule.

Method Details

defineRule

public abstract RouteFilterRule.UpdateDefinitionStages.Blank defineRule(String name)

Begins the definition of a new route filter rule to be added to this route filter.

Parameters:

name - the name of the route filter rule

Returns:

the first stage of the new route filter rule definition

updateRule

public abstract 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

withoutRule

public abstract 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

Applies to