# CreateServerRequestInstall
## Properties
**os_id** | Option<**String**> | ID of the OS to install on the server | [optional]
**hostname** | Option<**String**> | Hostname of the server | [optional]
**ssh_key_ids** | Option<**Vec<String>**> | SSH key IDs authorized on the server | [optional]
**user** | Option<**String**> | User used for the installation | [optional]
**password** | Option<**String**> | Password used for the installation | [optional]
**service_user** | Option<**String**> | User used for the service to install | [optional]
**service_password** | Option<**String**> | Password used for the service to install | [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)