stackit-postgresflex 0.3.0__py3-none-any.whl → 1.0.2__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 (67) hide show
  1. stackit/postgresflex/__init__.py +194 -70
  2. stackit/postgresflex/api/default_api.py +619 -142
  3. stackit/postgresflex/api_client.py +20 -7
  4. stackit/postgresflex/configuration.py +36 -11
  5. stackit/postgresflex/exceptions.py +21 -2
  6. stackit/postgresflex/models/__init__.py +2 -2
  7. stackit/postgresflex/models/acl.py +3 -3
  8. stackit/postgresflex/models/api_configuration.py +3 -3
  9. stackit/postgresflex/models/api_extension_config_load_response.py +3 -3
  10. stackit/postgresflex/models/api_extension_configure_response.py +3 -3
  11. stackit/postgresflex/models/api_extension_delete_response.py +3 -3
  12. stackit/postgresflex/models/api_extension_list.py +3 -3
  13. stackit/postgresflex/models/api_extension_load_response.py +3 -3
  14. stackit/postgresflex/models/api_install_response.py +3 -3
  15. stackit/postgresflex/models/api_installed_list_response.py +3 -3
  16. stackit/postgresflex/models/backup.py +3 -3
  17. stackit/postgresflex/models/clone_instance_payload.py +3 -3
  18. stackit/postgresflex/models/clone_instance_response.py +3 -3
  19. stackit/postgresflex/models/create_database_payload.py +3 -3
  20. stackit/postgresflex/models/create_instance_payload.py +3 -3
  21. stackit/postgresflex/models/create_instance_response.py +3 -3
  22. stackit/postgresflex/models/create_user_payload.py +3 -3
  23. stackit/postgresflex/models/create_user_response.py +3 -3
  24. stackit/postgresflex/models/error.py +3 -3
  25. stackit/postgresflex/models/extensions_configuration.py +3 -3
  26. stackit/postgresflex/models/extensions_extension_list_response.py +3 -3
  27. stackit/postgresflex/models/extensions_new_config.py +3 -3
  28. stackit/postgresflex/models/flavor.py +3 -3
  29. stackit/postgresflex/models/get_backup_response.py +3 -3
  30. stackit/postgresflex/models/get_user_response.py +3 -3
  31. stackit/postgresflex/models/instance.py +3 -3
  32. stackit/postgresflex/models/instance_create_database_response.py +3 -3
  33. stackit/postgresflex/models/instance_data_point.py +3 -3
  34. stackit/postgresflex/models/instance_database.py +3 -3
  35. stackit/postgresflex/models/instance_host.py +3 -3
  36. stackit/postgresflex/models/instance_host_metric.py +3 -3
  37. stackit/postgresflex/models/instance_list_databases_response.py +3 -3
  38. stackit/postgresflex/models/instance_list_instance.py +3 -3
  39. stackit/postgresflex/models/instance_metrics_response.py +3 -3
  40. stackit/postgresflex/models/instance_response.py +3 -3
  41. stackit/postgresflex/models/list_backups_response.py +3 -3
  42. stackit/postgresflex/models/list_flavors_response.py +3 -3
  43. stackit/postgresflex/models/list_instances_response.py +3 -3
  44. stackit/postgresflex/models/list_storages_response.py +3 -3
  45. stackit/postgresflex/models/list_users_response.py +3 -3
  46. stackit/postgresflex/models/list_users_response_item.py +3 -3
  47. stackit/postgresflex/models/list_versions_response.py +3 -3
  48. stackit/postgresflex/models/partial_update_instance_payload.py +3 -3
  49. stackit/postgresflex/models/partial_update_instance_response.py +3 -3
  50. stackit/postgresflex/models/partial_update_user_payload.py +3 -3
  51. stackit/postgresflex/models/postgres_database_parameter.py +3 -3
  52. stackit/postgresflex/models/postgres_database_parameter_response.py +3 -3
  53. stackit/postgresflex/models/reset_user_response.py +3 -3
  54. stackit/postgresflex/models/storage.py +3 -3
  55. stackit/postgresflex/models/storage_range.py +3 -3
  56. stackit/postgresflex/models/update_backup_schedule_payload.py +3 -3
  57. stackit/postgresflex/models/update_instance_payload.py +3 -3
  58. stackit/postgresflex/models/update_user_payload.py +3 -3
  59. stackit/postgresflex/models/user.py +3 -3
  60. stackit/postgresflex/models/user_response.py +3 -3
  61. stackit/postgresflex/rest.py +3 -3
  62. {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/METADATA +1 -1
  63. stackit_postgresflex-1.0.2.dist-info/RECORD +69 -0
  64. stackit_postgresflex-0.3.0.dist-info/RECORD +0 -69
  65. {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/LICENSE.md +0 -0
  66. {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/NOTICE.txt +0 -0
  67. {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/WHEEL +0 -0
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class Error(BaseModel):
26
26
  """
27
27
  Error
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  code: Optional[StrictInt] = None
31
31
  fields: Optional[Dict[str, List[StrictStr]]] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class ExtensionsConfiguration(BaseModel):
26
26
  """
27
27
  ExtensionsConfiguration
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  name: Optional[StrictStr] = None
31
31
  setting: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.api_extension_list import ApiExtensionList
27
27
  class ExtensionsExtensionListResponse(BaseModel):
28
28
  """
29
29
  ExtensionsExtensionListResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  list: Optional[List[ApiExtensionList]] = None
33
33
  __properties: ClassVar[List[str]] = ["list"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.extensions_configuration import ExtensionsConfi
27
27
  class ExtensionsNewConfig(BaseModel):
28
28
  """
29
29
  ExtensionsNewConfig
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  configuration: Optional[List[ExtensionsConfiguration]] = None
33
33
  __properties: ClassVar[List[str]] = ["configuration"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class Flavor(BaseModel):
26
26
  """
27
27
  Flavor
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  cpu: Optional[StrictInt] = None
31
31
  description: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.backup import Backup
27
27
  class GetBackupResponse(BaseModel):
28
28
  """
29
29
  GetBackupResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  item: Optional[Backup] = None
33
33
  __properties: ClassVar[List[str]] = ["item"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.user_response import UserResponse
27
27
  class GetUserResponse(BaseModel):
28
28
  """
29
29
  GetUserResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  item: Optional[UserResponse] = None
33
33
  __properties: ClassVar[List[str]] = ["item"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -29,7 +29,7 @@ from stackit.postgresflex.models.storage import Storage
29
29
  class Instance(BaseModel):
30
30
  """
31
31
  Instance
32
- """
32
+ """ # noqa: E501
33
33
 
34
34
  acl: Optional[ACL] = None
35
35
  backup_schedule: Optional[StrictStr] = Field(default=None, alias="backupSchedule")
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class InstanceCreateDatabaseResponse(BaseModel):
26
26
  """
27
27
  InstanceCreateDatabaseResponse
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  id: Optional[StrictStr] = None
31
31
  __properties: ClassVar[List[str]] = ["id"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class InstanceDataPoint(BaseModel):
26
26
  """
27
27
  InstanceDataPoint
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  timestamp: Optional[StrictStr] = None
31
31
  value: Optional[Union[StrictFloat, StrictInt]] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class InstanceDatabase(BaseModel):
26
26
  """
27
27
  InstanceDatabase
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  id: Optional[StrictStr] = None
31
31
  name: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance_host_metric import InstanceHostMetric
27
27
  class InstanceHost(BaseModel):
28
28
  """
29
29
  InstanceHost
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  host_metrics: Optional[List[InstanceHostMetric]] = Field(default=None, alias="hostMetrics")
33
33
  id: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance_data_point import InstanceDataPoint
27
27
  class InstanceHostMetric(BaseModel):
28
28
  """
29
29
  InstanceHostMetric
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  datapoints: Optional[List[InstanceDataPoint]] = None
33
33
  name: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance_database import InstanceDatabase
27
27
  class InstanceListDatabasesResponse(BaseModel):
28
28
  """
29
29
  InstanceListDatabasesResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  databases: Optional[List[InstanceDatabase]] = None
33
33
  __properties: ClassVar[List[str]] = ["databases"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class InstanceListInstance(BaseModel):
26
26
  """
27
27
  InstanceListInstance
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  id: Optional[StrictStr] = None
31
31
  name: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance_host import InstanceHost
27
27
  class InstanceMetricsResponse(BaseModel):
28
28
  """
29
29
  InstanceMetricsResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  hosts: Optional[List[InstanceHost]] = None
33
33
  __properties: ClassVar[List[str]] = ["hosts"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance import Instance
27
27
  class InstanceResponse(BaseModel):
28
28
  """
29
29
  InstanceResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  item: Optional[Instance] = None
33
33
  __properties: ClassVar[List[str]] = ["item"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.backup import Backup
27
27
  class ListBackupsResponse(BaseModel):
28
28
  """
29
29
  ListBackupsResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  count: Optional[StrictInt] = None
33
33
  items: Optional[List[Backup]] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.flavor import Flavor
27
27
  class ListFlavorsResponse(BaseModel):
28
28
  """
29
29
  ListFlavorsResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  flavors: Optional[List[Flavor]] = None
33
33
  __properties: ClassVar[List[str]] = ["flavors"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance_list_instance import InstanceListInsta
27
27
  class ListInstancesResponse(BaseModel):
28
28
  """
29
29
  ListInstancesResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  count: Optional[StrictInt] = None
33
33
  items: Optional[List[InstanceListInstance]] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.storage_range import StorageRange
27
27
  class ListStoragesResponse(BaseModel):
28
28
  """
29
29
  ListStoragesResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  storage_classes: Optional[List[StrictStr]] = Field(default=None, alias="storageClasses")
33
33
  storage_range: Optional[StorageRange] = Field(default=None, alias="storageRange")
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.list_users_response_item import ListUsersRespon
27
27
  class ListUsersResponse(BaseModel):
28
28
  """
29
29
  ListUsersResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  count: Optional[StrictInt] = None
33
33
  items: Optional[List[ListUsersResponseItem]] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class ListUsersResponseItem(BaseModel):
26
26
  """
27
27
  ListUsersResponseItem
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  id: Optional[StrictStr] = None
31
31
  username: Optional[StrictStr] = None
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class ListVersionsResponse(BaseModel):
26
26
  """
27
27
  ListVersionsResponse
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  versions: Optional[List[StrictStr]] = None
31
31
  __properties: ClassVar[List[str]] = ["versions"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -28,7 +28,7 @@ from stackit.postgresflex.models.storage import Storage
28
28
  class PartialUpdateInstancePayload(BaseModel):
29
29
  """
30
30
  PartialUpdateInstancePayload
31
- """
31
+ """ # noqa: E501
32
32
 
33
33
  acl: Optional[ACL] = None
34
34
  backup_schedule: Optional[StrictStr] = Field(default=None, alias="backupSchedule")
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -27,7 +27,7 @@ from stackit.postgresflex.models.instance import Instance
27
27
  class PartialUpdateInstanceResponse(BaseModel):
28
28
  """
29
29
  PartialUpdateInstanceResponse
30
- """
30
+ """ # noqa: E501
31
31
 
32
32
  item: Optional[Instance] = None
33
33
  __properties: ClassVar[List[str]] = ["item"]
@@ -5,12 +5,12 @@
5
5
 
6
6
  This is the documentation for the STACKIT postgres service
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 2.0.0
9
9
  Contact: support@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
13
- """ # noqa: E501 docstring might be too long
13
+ """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
16
16
 
@@ -25,7 +25,7 @@ from typing_extensions import Self
25
25
  class PartialUpdateUserPayload(BaseModel):
26
26
  """
27
27
  PartialUpdateUserPayload
28
- """
28
+ """ # noqa: E501
29
29
 
30
30
  database: Optional[StrictStr] = None
31
31
  roles: Optional[List[StrictStr]] = None