Ipv6PeeringConfig.UpdateDefinitionStages.WithRouteFilter<ParentT> Interface

Type Parameters

ParentT

public static interface Ipv6PeeringConfig.UpdateDefinitionStages.WithRouteFilter

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRouteFilter(String routeFilterId)

Sets route filter id.

abstract WithAttach<ParentT> withoutRouteFilter()

Remove route filter from IPv6 configuration.

Method Details

withRouteFilter

public abstract Ipv6PeeringConfig.UpdateDefinitionStages.WithAttach withRouteFilter(String routeFilterId)

Sets route filter id.

Parameters:

routeFilterId - route filter id

Returns:

the next stage of the definition

withoutRouteFilter

public abstract Ipv6PeeringConfig.UpdateDefinitionStages.WithAttach withoutRouteFilter()

Remove route filter from IPv6 configuration.

Returns:

the next stage of the definition

Applies to