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.
175
-
Get more information in the [Technical Information](#technical-information) section of the introduction.
176
-
:param zone: Zone to target. If none is passed will use default zone from the config.
177
-
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
178
-
:param name: Instance name.
179
-
: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).
180
-
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
181
-
:param image: Instance image ID or label.
182
-
:param volumes: Volumes attached to the server.
183
-
:param enable_ipv6: True if IPv6 is enabled on the server (deprecated and always `False` when `routed_ip_enabled` is `True`).
184
-
:param protected: True to activate server protection option.
185
-
:param public_ip: ID of the reserved IP to attach to the Instance.
186
-
:param public_ips: A list of reserved IP IDs to attach to the Instance.
187
-
:param boot_type: Boot type to use.
188
-
:param organization: Instance Organization ID.
189
-
One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
190
-
:param project: Instance Project ID.
191
-
One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
192
-
:param tags: Instance tags.
193
-
:param security_group: Security group ID.
194
-
:param placement_group: Placement group ID if Instance must be part of a placement group.
195
-
:param admin_password_encryption_ssh_key_id: The public_key value of this key is used to encrypt the admin password.
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.
180
+
Get more information in the [Technical Information](#technical-information) section of the introduction.
181
+
:param zone: Zone to target. If none is passed will use default zone from the config.
182
+
:param commercial_type: Define the Instance commercial type (i.e. GP1-S).
183
+
:param name: Instance name.
184
+
: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).
185
+
:param routed_ip_enabled: If true, configure the Instance so it uses the new routed IP mode.
186
+
:param image: Instance image ID or label.
187
+
:param volumes: Volumes attached to the server.
188
+
:param enable_ipv6: True if IPv6 is enabled on the server (deprecated and always `False` when `routed_ip_enabled` is `True`).
189
+
:param protected: True to activate server protection option.
190
+
:param public_ip: ID of the reserved IP to attach to the Instance.
191
+
:param public_ips: A list of reserved IP IDs to attach to the Instance.
192
+
:param boot_type: Boot type to use.
193
+
:param organization: Instance Organization ID.
194
+
One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
195
+
:param project: Instance Project ID.
196
+
One-Of ('project_identifier'): at most one of 'project', 'organization' could be set.
197
+
:param tags: Instance tags.
198
+
:param security_group: Security group ID.
199
+
:param placement_group: Placement group ID if Instance must be part of a placement group.
200
+
:param admin_password_encryption_ssh_key_id: The public_key value of this key is used to encrypt the admin password.
0 commit comments