Name | Type | Description | Notes |
---|---|---|---|
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> | 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] |