| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| id | str, | str, | [optional] | |
| slug | str, | str, | [optional] | |
| display_name | str, | str, | [optional] | |
| hostname | str, | str, | [optional] | |
| configuration | ManageVpsConfiguration | ManageVpsConfiguration | [optional] | |
| status | str, | str, | [optional] must be one of ["UNKNOWN", "CREATING", "RUNNING", "STOPPING", "RESTARTING", "REMOVING", "REMOVED", "STOPPED", "STARTING", "RECONFIGURING", "REINSTALLING", ] | |
| ssh_keys | list, tuple, | tuple, | [optional] | |
| has_password | bool, | BoolClass, | [optional] | |
| manage_enabled | bool, | BoolClass, | [optional] | |
| description | str, | str, | [optional] | |
| date_create | str, | str, | [optional] | |
| ip_address | str, | str, | [optional] | |
| rescue_mode | bool, | BoolClass, | [optional] | |
| migrating | bool, | BoolClass, | [optional] | |
| host_unavailable | bool, | BoolClass, | [optional] | |
| unblocking | bool, | BoolClass, | [optional] | |
| restoring | bool, | BoolClass, | [optional] | |
| disk_used | str, | str, | [optional] | |
| disk_left | str, | str, | [optional] | |
| additional_ip_address | list, tuple, | tuple, | [optional] | |
| beget_ssh_access_allowed | bool, | BoolClass, | [optional] | |
| archived | bool, | BoolClass, | [optional] | |
| unarchiving | bool, | BoolClass, | [optional] | |
| private_network | list, tuple, | tuple, | [optional] | |
| technical_domain | str, | str, | [optional] | |
| software_domain | str, | str, | [optional] | |
| software | StructuresInstalledSoftwareInfo | StructuresInstalledSoftwareInfo | [optional] | |
| link_slug | str, | str, | [optional] | |
| region | str, | str, | [optional] | |
| ui_pinned | bool, | BoolClass, | [optional] | |
| ui_pin_changed_at | str, | str, | [optional] | |
| project_id | str, | str, | [optional] | |
| software_id | str, | str, | [optional] | |
| snapshot_id | str, | str, | [optional] | |
| image_id | str, | str, | [optional] | |
| display_rank | str, | str, | [optional] | |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| StructuresSshKeyInfo | StructuresSshKeyInfo | StructuresSshKeyInfo |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | str, | str, |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| StructuresAttachedPrivateNetwork | StructuresAttachedPrivateNetwork | StructuresAttachedPrivateNetwork |