Interface Ipv6PeeringConfig.UpdateStages.WithRouteFilter
- All Known Subinterfaces:
Ipv6PeeringConfig.Update
- Enclosing interface:
Ipv6PeeringConfig.UpdateStages
public static interface Ipv6PeeringConfig.UpdateStages.WithRouteFilter
The stage of Cross Connection Peering IPv6 configuration update allowing to specify route filter.
-
Method Summary
Modifier and TypeMethodDescriptionRemove route filter from IPv6 configuration.withRouteFilter(String routeFilterId) Sets route filter id.
-
Method Details
-
withRouteFilter
Sets route filter id.- Parameters:
routeFilterId- route filter id- Returns:
- the next stage of the definition
-
withoutRouteFilter
Ipv6PeeringConfig.Update withoutRouteFilter()Remove route filter from IPv6 configuration.- Returns:
- the next stage of the definition
-