Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1009 Bytes

CreateServerRequest.md

File metadata and controls

18 lines (13 loc) · 1009 Bytes

CreateServerRequest

Properties

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]

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