Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/interlink/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ async def set_routing_policy(
) -> Link:
"""
Set a routing policy.
Replace a routing policy from an existing link. This is usefull when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
Replace a routing policy from an existing link. This is useful when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
:param link_id: ID of the link to set a routing policy from.
:param routing_policy_id: ID of the routing policy to be set.
:param region: Region to target. If none is passed will use default region from the config.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/interlink/v1beta1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def set_routing_policy(
) -> Link:
"""
Set a routing policy.
Replace a routing policy from an existing link. This is usefull when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
Replace a routing policy from an existing link. This is useful when route propagation is enabled because it changes the routing policy "in place", without blocking all routes like a attach / detach would do.
:param link_id: ID of the link to set a routing policy from.
:param routing_policy_id: ID of the routing policy to be set.
:param region: Region to target. If none is passed will use default region from the config.
Expand Down