Name | Type | Description | Notes |
---|---|---|---|
offer_id | String | Offer ID of the new server | |
organization_id | Option<String> | Organization ID with which the server will be created | [optional] |
project_id | Option<String> | Project ID with which the server will be created | [optional] |
name | String | Name of the server (≠hostname) | |
description | String | Description associated to the server, max 255 characters | |
tags | Option<Vec> | Tags to associate to the server | [optional] |
install | Option<crate::models::CreateServerRequestInstall> | [optional] | |
option_ids | Option<Vec> | IDs of options to enable on server | [optional] |