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
# ScalewayBaremetalV1ServerInstall

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**os_id** | Option<**String**> | ID of the OS | [optional]
**hostname** | Option<**String**> | Host defined in the server install | [optional]
**ssh_key_ids** | Option<**Vec<String>**> | SSH public key IDs defined in the server install | [optional]
**status** | Option<**String**> | Status of the server install | [optional][default to Unknown]
**user** | Option<**String**> | User defined in the server install or the default one if none were specified | [optional]
**service_user** | Option<**String**> | Service user defined in the server install or the default one if none were specified | [optional]
**service_url** | Option<**String**> | The address of the installed service | [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)