Skip to content

Commit

Permalink
nightly API update (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Fruck <[email protected]>
  • Loading branch information
github-actions[bot] and p-fruck authored Oct 24, 2023
1 parent d4d6059 commit b3ccb2f
Show file tree
Hide file tree
Showing 39 changed files with 3,634 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ docs/AddOnRequest.md
docs/AddOnResponse.md
docs/AdditionalIp.md
docs/ApiPermissionsResponse.md
docs/ApplicationConfig.md
docs/ApplicationRequirements.md
docs/ApplicationRequirementsMinimum.md
docs/ApplicationRequirementsOptimal.md
docs/ApplicationResponse.md
docs/ApplicationResponseRequirements.md
docs/AssignInstancePrivateNetworkResponse.md
docs/AssignInstancePrivateNetworkResponseLinks.md
docs/AssignmentAuditResponse.md
Expand Down Expand Up @@ -134,6 +140,8 @@ docs/IpV6.md
docs/Links.md
docs/ListApiPermissionResponse.md
docs/ListApiPermissionResponseLinks.md
docs/ListApplicationsResponse.md
docs/ListApplicationsResponseLinks.md
docs/ListAssignmentAuditsResponse.md
docs/ListAssignmentAuditsResponseLinks.md
docs/ListAssignmentResponse.md
Expand Down Expand Up @@ -182,6 +190,7 @@ docs/ListUserAuditResponseLinks.md
docs/ListUserResponse.md
docs/ListUserResponseLinks.md
docs/ListUserResponsePagination.md
docs/MinimumRequirements.md
docs/ObjectStorageAuditResponse.md
docs/ObjectStorageResponse.md
docs/ObjectStorageResponseAutoScaling.md
Expand All @@ -190,6 +199,7 @@ docs/ObjectStoragesAuditsApi.md
docs/ObjectStoragesStatsResponse.md
docs/ObjectStoragesStatsResponseData.md
docs/ObjectStoragesStatsResponseLinks.md
docs/OptimalRequirements.md
docs/PaginationMeta.md
docs/PatchInstanceRequest.md
docs/PatchInstanceResponse.md
Expand Down Expand Up @@ -300,6 +310,12 @@ pfruck_contabo/model/add_on_request.py
pfruck_contabo/model/add_on_response.py
pfruck_contabo/model/additional_ip.py
pfruck_contabo/model/api_permissions_response.py
pfruck_contabo/model/application_config.py
pfruck_contabo/model/application_requirements.py
pfruck_contabo/model/application_requirements_minimum.py
pfruck_contabo/model/application_requirements_optimal.py
pfruck_contabo/model/application_response.py
pfruck_contabo/model/application_response_requirements.py
pfruck_contabo/model/assign_instance_private_network_response.py
pfruck_contabo/model/assign_instance_private_network_response_links.py
pfruck_contabo/model/assignment_audit_response.py
Expand Down Expand Up @@ -420,6 +436,8 @@ pfruck_contabo/model/ip_v6.py
pfruck_contabo/model/links.py
pfruck_contabo/model/list_api_permission_response.py
pfruck_contabo/model/list_api_permission_response_links.py
pfruck_contabo/model/list_applications_response.py
pfruck_contabo/model/list_applications_response_links.py
pfruck_contabo/model/list_assignment_audits_response.py
pfruck_contabo/model/list_assignment_audits_response_links.py
pfruck_contabo/model/list_assignment_response.py
Expand Down Expand Up @@ -468,12 +486,14 @@ pfruck_contabo/model/list_user_audit_response_links.py
pfruck_contabo/model/list_user_response.py
pfruck_contabo/model/list_user_response_links.py
pfruck_contabo/model/list_user_response_pagination.py
pfruck_contabo/model/minimum_requirements.py
pfruck_contabo/model/object_storage_audit_response.py
pfruck_contabo/model/object_storage_response.py
pfruck_contabo/model/object_storage_response_auto_scaling.py
pfruck_contabo/model/object_storages_stats_response.py
pfruck_contabo/model/object_storages_stats_response_data.py
pfruck_contabo/model/object_storages_stats_response_links.py
pfruck_contabo/model/optimal_requirements.py
pfruck_contabo/model/pagination_meta.py
pfruck_contabo/model/patch_instance_request.py
pfruck_contabo/model/patch_instance_response.py
Expand Down Expand Up @@ -548,6 +568,12 @@ test/test_add_on_request.py
test/test_add_on_response.py
test/test_additional_ip.py
test/test_api_permissions_response.py
test/test_application_config.py
test/test_application_requirements.py
test/test_application_requirements_minimum.py
test/test_application_requirements_optimal.py
test/test_application_response.py
test/test_application_response_requirements.py
test/test_assign_instance_private_network_response.py
test/test_assign_instance_private_network_response_links.py
test/test_assignment_audit_response.py
Expand Down Expand Up @@ -675,6 +701,8 @@ test/test_ip_v6.py
test/test_links.py
test/test_list_api_permission_response.py
test/test_list_api_permission_response_links.py
test/test_list_applications_response.py
test/test_list_applications_response_links.py
test/test_list_assignment_audits_response.py
test/test_list_assignment_audits_response_links.py
test/test_list_assignment_response.py
Expand Down Expand Up @@ -723,6 +751,7 @@ test/test_list_user_audit_response_links.py
test/test_list_user_response.py
test/test_list_user_response_links.py
test/test_list_user_response_pagination.py
test/test_minimum_requirements.py
test/test_object_storage_audit_response.py
test/test_object_storage_response.py
test/test_object_storage_response_auto_scaling.py
Expand All @@ -731,6 +760,7 @@ test/test_object_storages_audits_api.py
test/test_object_storages_stats_response.py
test/test_object_storages_stats_response_data.py
test/test_object_storages_stats_response_links.py
test/test_optimal_requirements.py
test/test_pagination_meta.py
test/test_patch_instance_request.py
test/test_patch_instance_response.py
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ Class | Method | HTTP request | Description
- [AddOnResponse](docs/AddOnResponse.md)
- [AdditionalIp](docs/AdditionalIp.md)
- [ApiPermissionsResponse](docs/ApiPermissionsResponse.md)
- [ApplicationConfig](docs/ApplicationConfig.md)
- [ApplicationRequirements](docs/ApplicationRequirements.md)
- [ApplicationRequirementsMinimum](docs/ApplicationRequirementsMinimum.md)
- [ApplicationRequirementsOptimal](docs/ApplicationRequirementsOptimal.md)
- [ApplicationResponse](docs/ApplicationResponse.md)
- [ApplicationResponseRequirements](docs/ApplicationResponseRequirements.md)
- [AssignInstancePrivateNetworkResponse](docs/AssignInstancePrivateNetworkResponse.md)
- [AssignInstancePrivateNetworkResponseLinks](docs/AssignInstancePrivateNetworkResponseLinks.md)
- [AssignmentAuditResponse](docs/AssignmentAuditResponse.md)
Expand Down Expand Up @@ -321,6 +327,8 @@ Class | Method | HTTP request | Description
- [Links](docs/Links.md)
- [ListApiPermissionResponse](docs/ListApiPermissionResponse.md)
- [ListApiPermissionResponseLinks](docs/ListApiPermissionResponseLinks.md)
- [ListApplicationsResponse](docs/ListApplicationsResponse.md)
- [ListApplicationsResponseLinks](docs/ListApplicationsResponseLinks.md)
- [ListAssignmentAuditsResponse](docs/ListAssignmentAuditsResponse.md)
- [ListAssignmentAuditsResponseLinks](docs/ListAssignmentAuditsResponseLinks.md)
- [ListAssignmentResponse](docs/ListAssignmentResponse.md)
Expand Down Expand Up @@ -369,12 +377,14 @@ Class | Method | HTTP request | Description
- [ListUserResponse](docs/ListUserResponse.md)
- [ListUserResponseLinks](docs/ListUserResponseLinks.md)
- [ListUserResponsePagination](docs/ListUserResponsePagination.md)
- [MinimumRequirements](docs/MinimumRequirements.md)
- [ObjectStorageAuditResponse](docs/ObjectStorageAuditResponse.md)
- [ObjectStorageResponse](docs/ObjectStorageResponse.md)
- [ObjectStorageResponseAutoScaling](docs/ObjectStorageResponseAutoScaling.md)
- [ObjectStoragesStatsResponse](docs/ObjectStoragesStatsResponse.md)
- [ObjectStoragesStatsResponseData](docs/ObjectStoragesStatsResponseData.md)
- [ObjectStoragesStatsResponseLinks](docs/ObjectStoragesStatsResponseLinks.md)
- [OptimalRequirements](docs/OptimalRequirements.md)
- [PaginationMeta](docs/PaginationMeta.md)
- [PatchInstanceRequest](docs/PatchInstanceRequest.md)
- [PatchInstanceResponse](docs/PatchInstanceResponse.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/ApplicationConfig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ApplicationConfig


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**image_id** | **str** | Image ID |
**user_data_id** | **str** | User Data ID |
**user_data** | **str** | [Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance. |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


13 changes: 13 additions & 0 deletions docs/ApplicationRequirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ApplicationRequirements


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**minimum** | [**ApplicationRequirementsMinimum**](ApplicationRequirementsMinimum.md) | | [optional]
**optimal** | [**ApplicationRequirementsOptimal**](ApplicationRequirementsOptimal.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


15 changes: 15 additions & 0 deletions docs/ApplicationRequirementsMinimum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ApplicationRequirementsMinimum

Application minimum requirements

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | **float** | CPU Cores Requirement | [optional]
**ram_mb** | **float** | Memory Requirement in MB | [optional]
**disk_mb** | **float** | Storage Requirement in MB | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


15 changes: 15 additions & 0 deletions docs/ApplicationRequirementsOptimal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ApplicationRequirementsOptimal

Application optimal requirements

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | **float** | CPU Cores Requirement | [optional]
**ram_mb** | **float** | Memory Requirement in MB | [optional]
**disk_mb** | **float** | Storage Requirement in MB | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


19 changes: 19 additions & 0 deletions docs/ApplicationResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# ApplicationResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | **str** | Application ID |
**tenant_id** | **str** | Tenant ID |
**customer_id** | **str** | Customer ID |
**name** | **str** | Application Name |
**description** | **str** | Application Description |
**type** | **str** | Application type |
**application_config** | [**[ApplicationConfig]**](ApplicationConfig.md) | Application Config |
**requirements** | [**ApplicationResponseRequirements**](ApplicationResponseRequirements.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


14 changes: 14 additions & 0 deletions docs/ApplicationResponseRequirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ApplicationResponseRequirements

Application Requirements

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**minimum** | [**ApplicationRequirementsMinimum**](ApplicationRequirementsMinimum.md) | | [optional]
**optimal** | [**ApplicationRequirementsOptimal**](ApplicationRequirementsOptimal.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


1 change: 1 addition & 0 deletions docs/CreateInstanceRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name | Type | Description | Notes
**display_name** | **str** | The display name of the instance | [optional]
**default_user** | **str** | Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are &#x60;admin&#x60; (use sudo to apply administrative privileges like root) or &#x60;root&#x60;. Allowed values for Windows are &#x60;admin&#x60; (has administrative privileges like administrator) or &#x60;administrator&#x60;. | [optional] if omitted the server will use the default value of "admin"
**add_ons** | [**CreateInstanceRequestAddOns**](CreateInstanceRequestAddOns.md) | | [optional]
**application_id** | **str** | Application ID | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)
Expand Down
2 changes: 2 additions & 0 deletions docs/InstancesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ chpasswd:
display_name="VPS",
default_user="root",
add_ons=CreateInstanceRequestAddOns(None),
application_id="3f184ab8-a600-4e7c-8c9b-3413e21a3752",
) # CreateInstanceRequest |
x_trace_id = "x-trace-id_example" # str | Identifier to trace group of requests. (optional)

Expand Down Expand Up @@ -360,6 +361,7 @@ timezone: Europe/Berlin
chpasswd:
expire: False''',
default_user="root",
application_id="3f184ab8-a600-4e7c-8c9b-3413e21a3752",
) # ReinstallInstanceRequest |
x_trace_id = "x-trace-id_example" # str | Identifier to trace group of requests. (optional)

Expand Down
14 changes: 14 additions & 0 deletions docs/ListApplicationsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ListApplicationsResponse


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pagination** | [**ListUserResponsePagination**](ListUserResponsePagination.md) | |
**data** | [**[ApplicationResponse]**](ApplicationResponse.md) | |
**links** | [**ListApplicationsResponseLinks**](ListApplicationsResponseLinks.md) | |
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


16 changes: 16 additions & 0 deletions docs/ListApplicationsResponseLinks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ListApplicationsResponseLinks


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_self** | **str** | Link to current resource. |
**first** | **str** | Link to first page, if applicable. |
**last** | **str** | Link to last page, if applicable. |
**previous** | **str** | Link to previous page, if applicable. | [optional]
**next** | **str** | Link to next page, if applicable. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


14 changes: 14 additions & 0 deletions docs/MinimumRequirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# MinimumRequirements


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | **float** | CPU Cores Requirement | [optional]
**ram_mb** | **float** | Memory Requirement in MB | [optional]
**disk_mb** | **float** | Storage Requirement in MB | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


14 changes: 14 additions & 0 deletions docs/OptimalRequirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OptimalRequirements


## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | **float** | CPU Cores Requirement | [optional]
**ram_mb** | **float** | Memory Requirement in MB | [optional]
**disk_mb** | **float** | Storage Requirement in MB | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)


1 change: 1 addition & 0 deletions docs/ReinstallInstanceRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**root_password** | **int** | &#x60;secretId&#x60; of the password for the &#x60;defaultUser&#x60; with administrator/root privileges. For Linux/BSD please use SSH, for Windows RDP. Please refer to Secrets Management API. | [optional]
**user_data** | **str** | [Cloud-Init](https://cloud-init.io/) Config in order to customize during start of compute instance. | [optional]
**default_user** | **str** | Default user name created for login during (re-)installation with administrative privileges. Allowed values for Linux/BSD are &#x60;admin&#x60; (use sudo to apply administrative privileges like root) or &#x60;root&#x60;. Allowed values for Windows are &#x60;admin&#x60; (has administrative privileges like administrator) or &#x60;administrator&#x60;. | [optional] if omitted the server will use the default value of "admin"
**application_id** | **str** | Application ID | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)
Expand Down
Loading

0 comments on commit b3ccb2f

Please sign in to comment.