Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.49 KB

CreateServer1Request.md

File metadata and controls

24 lines (19 loc) · 1.49 KB

CreateServer1Request

Properties

Name Type Description Notes
name String The server name
dynamic_ip_required Option<bool> Define if a dynamic IP is required for the instance [optional]
commercial_type String Define the server commercial type (i.e. GP1-S)
image Option<String> The server image ID [optional]
volumes Option<crate::models::CreateServer1RequestVolumes> [optional]
enable_ipv6 Option<bool> True if IPv6 is enabled on the server [optional]
public_ip Option<String> The ID of the reserved IP to attach to the server [optional]
boot_type Option<String> The boot type to use [optional][default to Local]
bootscript Option<String> The bootscript ID to use when boot_type is set to bootscript [optional]
organization Option<String> The server organization ID [optional]
project Option<String> The server project ID [optional]
tags Option<Vec> The server tags [optional]
security_group Option<String> The security group ID [optional]
placement_group Option<String> Placement group ID if server must be part of a placement group [optional]

[Back to Model list] [Back to API list] [Back to README]