Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.41 KB

ReinstallInstanceRequest.md

File metadata and controls

14 lines (11 loc) · 1.41 KB

# ReinstallInstanceRequest

Properties

Name Type Description Notes
image_id string ImageId to be used to setup the compute instance.
ssh_keys int[] Array of `secretId`s of public SSH keys for logging into as `defaultUser` with administrator/root privileges. Applies to Linux/BSD systems. Please refer to Secrets Management API. [optional]
root_password int `secretId` of the password for the `defaultUser` with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API. [optional]
user_data string Cloud-Init Config in order to customize during start of compute instance. [optional]
default_user string Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are `admin` (use sudo to apply administrative privileges like root) or `root`. Allowed values for Windows are `admin` (has administrative privileges like administrator) or `administrator`. [optional] [default to 'admin']
application_id string Application ID [optional]

[Back to Model list] [Back to API list] [Back to README]