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
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/lb/v1/api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ async def create_lb(
331
331
One-Of ('project_identifier'): at most one of 'project_id', 'organization_id' could be set.
332
332
:param name: Name for the Load Balancer.
333
333
:param ip_id: ID of an existing flexible IP address to attach to the Load Balancer.
334
-
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
334
+
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to the Load Balancer. Default value is `true` (assign).
335
335
:param assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
336
336
:param ip_ids: List of IP IDs to attach to the Load Balancer.
337
337
:param tags: List of tags for the Load Balancer.
@@ -3345,7 +3345,7 @@ async def create_lb(
3345
3345
One-Of ('project_identifier'): at most one of 'project_id', 'organization_id' could be set.
3346
3346
:param name: Name for the Load Balancer.
3347
3347
:param ip_id: ID of an existing flexible IP address to attach to the Load Balancer.
3348
-
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
3348
+
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to the Load Balancer. Default value is `true` (assign).
3349
3349
:param assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
3350
3350
:param ip_ids: List of IP IDs to attach to the Load Balancer.
Copy file name to clipboardExpand all lines: scaleway/scaleway/lb/v1/api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ def create_lb(
331
331
One-Of ('project_identifier'): at most one of 'project_id', 'organization_id' could be set.
332
332
:param name: Name for the Load Balancer.
333
333
:param ip_id: ID of an existing flexible IP address to attach to the Load Balancer.
334
-
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
334
+
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to the Load Balancer. Default value is `true` (assign).
335
335
:param assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
336
336
:param ip_ids: List of IP IDs to attach to the Load Balancer.
337
337
:param tags: List of tags for the Load Balancer.
@@ -3343,7 +3343,7 @@ def create_lb(
3343
3343
One-Of ('project_identifier'): at most one of 'project_id', 'organization_id' could be set.
3344
3344
:param name: Name for the Load Balancer.
3345
3345
:param ip_id: ID of an existing flexible IP address to attach to the Load Balancer.
3346
-
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
3346
+
:param assign_flexible_ip: Defines whether to automatically assign a flexible public IP to the Load Balancer. Default value is `true` (assign).
3347
3347
:param assign_flexible_ipv6: Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
3348
3348
:param ip_ids: List of IP IDs to attach to the Load Balancer.
0 commit comments