stackit-postgresflex 1.3.0__py3-none-any.whl → 1.4.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. stackit/postgresflex/__init__.py +6 -7
  2. stackit/postgresflex/api/default_api.py +6 -6
  3. stackit/postgresflex/api_client.py +6 -7
  4. stackit/postgresflex/api_response.py +0 -1
  5. stackit/postgresflex/configuration.py +6 -7
  6. stackit/postgresflex/exceptions.py +6 -6
  7. stackit/postgresflex/models/__init__.py +6 -6
  8. stackit/postgresflex/models/acl.py +6 -6
  9. stackit/postgresflex/models/api_configuration.py +6 -6
  10. stackit/postgresflex/models/api_extension_config_load_response.py +6 -6
  11. stackit/postgresflex/models/api_extension_configure_response.py +6 -6
  12. stackit/postgresflex/models/api_extension_delete_response.py +6 -6
  13. stackit/postgresflex/models/api_extension_list.py +6 -6
  14. stackit/postgresflex/models/api_extension_load_response.py +6 -6
  15. stackit/postgresflex/models/api_install_response.py +6 -6
  16. stackit/postgresflex/models/api_installed_list_response.py +6 -6
  17. stackit/postgresflex/models/backup.py +6 -6
  18. stackit/postgresflex/models/clone_instance_payload.py +6 -6
  19. stackit/postgresflex/models/clone_instance_response.py +6 -6
  20. stackit/postgresflex/models/create_database_payload.py +6 -6
  21. stackit/postgresflex/models/create_instance_payload.py +6 -6
  22. stackit/postgresflex/models/create_instance_response.py +6 -6
  23. stackit/postgresflex/models/create_user_payload.py +6 -6
  24. stackit/postgresflex/models/create_user_response.py +6 -6
  25. stackit/postgresflex/models/error.py +6 -6
  26. stackit/postgresflex/models/extensions_configuration.py +6 -6
  27. stackit/postgresflex/models/extensions_extension_list_response.py +6 -6
  28. stackit/postgresflex/models/extensions_new_config.py +6 -6
  29. stackit/postgresflex/models/flavor.py +6 -6
  30. stackit/postgresflex/models/get_backup_response.py +6 -6
  31. stackit/postgresflex/models/get_user_response.py +6 -6
  32. stackit/postgresflex/models/instance.py +6 -6
  33. stackit/postgresflex/models/instance_create_database_response.py +6 -6
  34. stackit/postgresflex/models/instance_data_point.py +6 -6
  35. stackit/postgresflex/models/instance_database.py +6 -6
  36. stackit/postgresflex/models/instance_host.py +6 -6
  37. stackit/postgresflex/models/instance_host_metric.py +6 -6
  38. stackit/postgresflex/models/instance_list_databases_response.py +6 -6
  39. stackit/postgresflex/models/instance_list_instance.py +6 -6
  40. stackit/postgresflex/models/instance_metrics_response.py +6 -6
  41. stackit/postgresflex/models/instance_response.py +6 -6
  42. stackit/postgresflex/models/list_backups_response.py +6 -6
  43. stackit/postgresflex/models/list_flavors_response.py +6 -6
  44. stackit/postgresflex/models/list_instances_response.py +6 -6
  45. stackit/postgresflex/models/list_storages_response.py +6 -6
  46. stackit/postgresflex/models/list_users_response.py +6 -6
  47. stackit/postgresflex/models/list_users_response_item.py +6 -6
  48. stackit/postgresflex/models/list_versions_response.py +6 -6
  49. stackit/postgresflex/models/partial_update_instance_payload.py +6 -6
  50. stackit/postgresflex/models/partial_update_instance_response.py +6 -6
  51. stackit/postgresflex/models/partial_update_user_payload.py +6 -6
  52. stackit/postgresflex/models/postgres_database_parameter.py +6 -6
  53. stackit/postgresflex/models/postgres_database_parameter_response.py +6 -6
  54. stackit/postgresflex/models/reset_user_response.py +6 -6
  55. stackit/postgresflex/models/storage.py +6 -6
  56. stackit/postgresflex/models/storage_range.py +6 -6
  57. stackit/postgresflex/models/storage_update.py +6 -6
  58. stackit/postgresflex/models/update_backup_schedule_payload.py +6 -6
  59. stackit/postgresflex/models/update_instance_payload.py +6 -6
  60. stackit/postgresflex/models/update_user_payload.py +6 -6
  61. stackit/postgresflex/models/user.py +6 -6
  62. stackit/postgresflex/models/user_response.py +6 -6
  63. stackit/postgresflex/rest.py +6 -7
  64. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/METADATA +3 -4
  65. stackit_postgresflex-1.4.0.dist-info/RECORD +70 -0
  66. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/WHEEL +1 -1
  67. stackit_postgresflex-1.3.0.dist-info/RECORD +0 -70
  68. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/LICENSE.md +0 -0
  69. {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/NOTICE.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT PostgreSQL Flex API
4
+ STACKIT PostgreSQL Flex API
5
5
 
6
- This is the documentation for the STACKIT postgres service
6
+ This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 2.0.0
9
- Contact: support@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 2.0.0
9
+ Contact: support@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations