Init
This commit is contained in:
22
scp_core/docs/ServerImageSetup.md
Normal file
22
scp_core/docs/ServerImageSetup.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ServerImageSetup
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**image_flavour_id** | Option<**i32**> | | [optional]
|
||||
**disk_name** | Option<**String**> | | [optional]
|
||||
**root_partition_full_disk_size** | Option<**bool**> | | [optional]
|
||||
**hostname** | Option<**String**> | | [optional]
|
||||
**locale** | Option<**String**> | | [optional]
|
||||
**timezone** | Option<**String**> | | [optional]
|
||||
**additional_user_username** | Option<**String**> | | [optional]
|
||||
**additional_user_password** | Option<**String**> | | [optional]
|
||||
**ssh_key_ids** | Option<**Vec<i32>**> | | [optional]
|
||||
**ssh_password_authentication** | Option<**bool**> | | [optional]
|
||||
**custom_script** | Option<**String**> | | [optional]
|
||||
**email_to_executing_user** | Option<**bool**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user