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
Create a new Instance of the specified commercial type in the specified zone. Pay attention to the volumes parameter, which takes an object which can be used in different ways to achieve different behaviors.
531
531
Get more information in the [Technical Information](#technical-information) section of the introduction.
532
532
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
533
-
:param image: Instance image ID or label.
534
533
:param zone: Zone to target. If none is passed will use default zone from the config.
535
534
:param name: Instance name.
536
535
:param dynamic_ip_required: Define if a dynamic IPv4 is required for the Instance.
537
536
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
537
+
:param image: Instance image ID or label.
538
538
:param volumes: Volumes attached to the server.
539
539
:param enable_ipv6: True if IPv6 is enabled on the server (deprecated and always `False` when `routed_ip_enabled` is `True`).
540
540
:param public_ip: ID of the reserved IP to attach to the Instance.
Create a new Instance of the specified commercial type in the specified zone. Pay attention to the volumes parameter, which takes an object which can be used in different ways to achieve different behaviors.
531
531
Get more information in the [Technical Information](#technical-information) section of the introduction.
532
532
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
533
-
:param image: Instance image ID or label.
534
533
:param zone: Zone to target. If none is passed will use default zone from the config.
535
534
:param name: Instance name.
536
535
:param dynamic_ip_required: Define if a dynamic IPv4 is required for the Instance.
537
536
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
537
+
:param image: Instance image ID or label.
538
538
:param volumes: Volumes attached to the server.
539
539
:param enable_ipv6: True if IPv6 is enabled on the server (deprecated and always `False` when `routed_ip_enabled` is `True`).
540
540
:param public_ip: ID of the reserved IP to attach to the Instance.
0 commit comments