You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1097
+
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.
1098
1098
:param link_id: ID of the link to set a routing policy from.
1099
1099
:param routing_policy_id: ID of the routing policy to be set.
1100
1100
:param region: Region to target. If none is passed will use default region from the config.
Copy file name to clipboardExpand all lines: scaleway/scaleway/interlink/v1beta1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1092,7 +1092,7 @@ def set_routing_policy(
1092
1092
) ->Link:
1093
1093
"""
1094
1094
Set a routing policy.
1095
-
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.
1095
+
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.
1096
1096
:param link_id: ID of the link to set a routing policy from.
1097
1097
:param routing_policy_id: ID of the routing policy to be set.
1098
1098
:param region: Region to target. If none is passed will use default region from the config.
0 commit comments