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/instance/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -545,7 +545,7 @@ async def _create_server(
545
545
:param zone: Zone to target. If none is passed will use default zone from the config.
546
546
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
547
547
:param name: Instance name.
548
-
:param dynamic_ip_required: Define if a dynamic IPv4 is required for the Instance.
548
+
:param dynamic_ip_required: By default, `dynamic_ip_required` is true, a dynamic ip is attached to the instance (if no flexible ip is already attached).
549
549
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
Copy file name to clipboardExpand all lines: scaleway/scaleway/instance/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -545,7 +545,7 @@ def _create_server(
545
545
:param zone: Zone to target. If none is passed will use default zone from the config.
546
546
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
547
547
:param name: Instance name.
548
-
:param dynamic_ip_required: Define if a dynamic IPv4 is required for the Instance.
548
+
:param dynamic_ip_required: By default, `dynamic_ip_required` is true, a dynamic ip is attached to the instance (if no flexible ip is already attached).
549
549
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
0 commit comments