Ipv6PeeringConfig.UpdateStages.WithRouteFilter Interface

public static interface Ipv6PeeringConfig.UpdateStages.WithRouteFilter

The stage of Cross Connection Peering IPv6 configuration update allowing to specify route filter.

Method Summary

Modifier and Type Method and Description
abstract Update withRouteFilter(String routeFilterId)

Sets route filter id.

abstract Update withoutRouteFilter()

Remove route filter from IPv6 configuration.

Method Details

withRouteFilter

public abstract Ipv6PeeringConfig.Update withRouteFilter(String routeFilterId)

Sets route filter id.

Parameters:

routeFilterId - route filter id

Returns:

the next stage of the definition

withoutRouteFilter

public abstract Ipv6PeeringConfig.Update withoutRouteFilter()

Remove route filter from IPv6 configuration.

Returns:

the next stage of the definition

Applies to