scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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<String>**> | Tags to associate to the server | [optional]
**install** | Option<[**crate::models::CreateServerRequestInstall**]CreateServer_request_install.md> |  | [optional]
**option_ids** | Option<**Vec<String>**> | IDs of options to enable on server | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)