stackit-postgresflex 1.3.0__tar.gz → 1.4.0__tar.gz

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 (71) hide show
  1. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/PKG-INFO +3 -4
  2. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/pyproject.toml +7 -7
  3. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/__init__.py +6 -7
  4. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/api/default_api.py +6 -6
  5. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/api_client.py +6 -7
  6. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/api_response.py +0 -1
  7. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/configuration.py +6 -7
  8. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/exceptions.py +6 -6
  9. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/__init__.py +6 -6
  10. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/acl.py +6 -6
  11. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_configuration.py +6 -6
  12. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_extension_config_load_response.py +6 -6
  13. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_extension_configure_response.py +6 -6
  14. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_extension_delete_response.py +6 -6
  15. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_extension_list.py +6 -6
  16. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_extension_load_response.py +6 -6
  17. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_install_response.py +6 -6
  18. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/api_installed_list_response.py +6 -6
  19. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/backup.py +6 -6
  20. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/clone_instance_payload.py +6 -6
  21. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/clone_instance_response.py +6 -6
  22. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/create_database_payload.py +6 -6
  23. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/create_instance_payload.py +6 -6
  24. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/create_instance_response.py +6 -6
  25. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/create_user_payload.py +6 -6
  26. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/create_user_response.py +6 -6
  27. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/error.py +6 -6
  28. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/extensions_configuration.py +6 -6
  29. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/extensions_extension_list_response.py +6 -6
  30. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/extensions_new_config.py +6 -6
  31. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/flavor.py +6 -6
  32. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/get_backup_response.py +6 -6
  33. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/get_user_response.py +6 -6
  34. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance.py +6 -6
  35. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_create_database_response.py +6 -6
  36. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_data_point.py +6 -6
  37. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_database.py +6 -6
  38. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_host.py +6 -6
  39. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_host_metric.py +6 -6
  40. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_list_databases_response.py +6 -6
  41. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_list_instance.py +6 -6
  42. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_metrics_response.py +6 -6
  43. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/instance_response.py +6 -6
  44. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_backups_response.py +6 -6
  45. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_flavors_response.py +6 -6
  46. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_instances_response.py +6 -6
  47. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_storages_response.py +6 -6
  48. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_users_response.py +6 -6
  49. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_users_response_item.py +6 -6
  50. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/list_versions_response.py +6 -6
  51. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/partial_update_instance_payload.py +6 -6
  52. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/partial_update_instance_response.py +6 -6
  53. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/partial_update_user_payload.py +6 -6
  54. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/postgres_database_parameter.py +6 -6
  55. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/postgres_database_parameter_response.py +6 -6
  56. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/reset_user_response.py +6 -6
  57. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/storage.py +6 -6
  58. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/storage_range.py +6 -6
  59. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/storage_update.py +6 -6
  60. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/update_backup_schedule_payload.py +6 -6
  61. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/update_instance_payload.py +6 -6
  62. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/update_user_payload.py +6 -6
  63. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/user.py +6 -6
  64. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/models/user_response.py +6 -6
  65. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/rest.py +6 -7
  66. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/.gitignore +0 -0
  67. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/LICENSE.md +0 -0
  68. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/NOTICE.txt +0 -0
  69. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/README.md +0 -0
  70. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/api/__init__.py +0 -0
  71. {stackit_postgresflex-1.3.0 → stackit_postgresflex-1.4.0}/src/stackit/postgresflex/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackit-postgresflex
3
- Version: 1.3.0
3
+ Version: 1.4.0
4
4
  Summary: STACKIT PostgreSQL Flex API
5
5
  Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
6
6
  Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
@@ -10,16 +10,15 @@ License-File: NOTICE.txt
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
19
- Requires-Python: <4.0,>=3.9
18
+ Requires-Python: <4.0,>=3.10
20
19
  Requires-Dist: pydantic>=2.9.2
21
20
  Requires-Dist: python-dateutil>=2.9.0.post0
22
- Requires-Dist: requests>=2.32.3
21
+ Requires-Dist: requests>=2.33.0
23
22
  Requires-Dist: stackit-core>=0.0.1a
24
23
  Description-Content-Type: text/markdown
25
24
 
@@ -1,15 +1,14 @@
1
1
  [project]
2
2
  name = "stackit-postgresflex"
3
- version = "v1.3.0"
3
+ version = "v1.4.0"
4
4
  description = "STACKIT PostgreSQL Flex API"
5
5
  authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
6
- requires-python = ">=3.9,<4.0"
6
+ requires-python = ">=3.10,<4.0"
7
7
  readme = "README.md"
8
8
  classifiers = [
9
9
  "Programming Language :: Python :: 3",
10
10
  "License :: OSI Approved :: Apache Software License",
11
11
  "Operating System :: OS Independent",
12
- "Programming Language :: Python :: 3.9",
13
12
  "Programming Language :: Python :: 3.10",
14
13
  "Programming Language :: Python :: 3.11",
15
14
  "Programming Language :: Python :: 3.12",
@@ -18,7 +17,7 @@ classifiers = [
18
17
  ]
19
18
  dependencies = [
20
19
  "stackit-core>=0.0.1a",
21
- "requests>=2.32.3",
20
+ "requests>=2.33.0",
22
21
  "pydantic>=2.9.2",
23
22
  "python-dateutil>=2.9.0.post0",
24
23
  ]
@@ -29,8 +28,8 @@ Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"
29
28
 
30
29
  [dependency-groups]
31
30
  dev = [
32
- "black>=24.8.0",
33
- "pytest>=8.3.3",
31
+ "black>=26.3.1",
32
+ "pytest>=9.1.1",
34
33
  "flake8>=5.0.3 ; python_full_version < '3.12'",
35
34
  "flake8>=6.0.1 ; python_full_version >= '3.12'",
36
35
  "flake8-black>=0.3.6",
@@ -102,7 +101,8 @@ show-source = false
102
101
  max-line-length = 120
103
102
  # E203,W503 and E704 are incompatible with the formatter black
104
103
  # W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
105
- ignore = ["E203", "W503", "E704", "W291"]
104
+ # fixing B042 in upstream exceptions.mustache would be a breaking change
105
+ ignore = ["E203", "W503", "E704", "W291", "B042"]
106
106
  inline-quotes = '"'
107
107
  docstring-quotes = '"""'
108
108
  multiline-quotes = '"""'
@@ -3,18 +3,17 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- STACKIT PostgreSQL Flex API
6
+ STACKIT PostgreSQL Flex API
7
7
 
8
- This is the documentation for the STACKIT postgres service
8
+ This is the documentation for the STACKIT postgres service
9
9
 
10
- The version of the OpenAPI document: 2.0.0
11
- Contact: support@stackit.cloud
12
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+ The version of the OpenAPI document: 2.0.0
11
+ Contact: support@stackit.cloud
12
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
14
- Do not edit the class manually.
14
+ Do not edit the class manually.
15
15
  """ # noqa: E501
16
16
 
17
-
18
17
  __version__ = "1.0.0"
19
18
 
20
19
  # Define package exports
@@ -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 typing import Any, Dict, List, Optional, Tuple, Union
@@ -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
  import datetime
@@ -37,7 +37,6 @@ from stackit.postgresflex.exceptions import (
37
37
  ApiException,
38
38
  )
39
39
 
40
-
41
40
  RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
42
41
 
43
42
 
@@ -6,7 +6,6 @@ from typing import Generic, Mapping, Optional, TypeVar
6
6
 
7
7
  from pydantic import BaseModel, Field, StrictBytes, StrictInt
8
8
 
9
-
10
9
  T = TypeVar("T")
11
10
 
12
11
 
@@ -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
  import sys
@@ -19,7 +19,6 @@ from typing_extensions import NotRequired
19
19
 
20
20
  import os
21
21
 
22
-
23
22
  ServerVariablesT = Dict[str, str]
24
23
 
25
24
 
@@ -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 typing import Any, Optional
@@ -2,15 +2,15 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- STACKIT PostgreSQL Flex API
5
+ STACKIT PostgreSQL Flex API
6
6
 
7
- This is the documentation for the STACKIT postgres service
7
+ This is the documentation for the STACKIT postgres service
8
8
 
9
- The version of the OpenAPI document: 2.0.0
10
- Contact: support@stackit.cloud
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
9
+ The version of the OpenAPI document: 2.0.0
10
+ Contact: support@stackit.cloud
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
- Do not edit the class manually.
13
+ Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
16
  # import models into model package
@@ -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