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.
- stackit/postgresflex/__init__.py +194 -70
- stackit/postgresflex/api/default_api.py +619 -142
- stackit/postgresflex/api_client.py +20 -7
- stackit/postgresflex/configuration.py +36 -11
- stackit/postgresflex/exceptions.py +21 -2
- stackit/postgresflex/models/__init__.py +2 -2
- stackit/postgresflex/models/acl.py +3 -3
- stackit/postgresflex/models/api_configuration.py +3 -3
- stackit/postgresflex/models/api_extension_config_load_response.py +3 -3
- stackit/postgresflex/models/api_extension_configure_response.py +3 -3
- stackit/postgresflex/models/api_extension_delete_response.py +3 -3
- stackit/postgresflex/models/api_extension_list.py +3 -3
- stackit/postgresflex/models/api_extension_load_response.py +3 -3
- stackit/postgresflex/models/api_install_response.py +3 -3
- stackit/postgresflex/models/api_installed_list_response.py +3 -3
- stackit/postgresflex/models/backup.py +3 -3
- stackit/postgresflex/models/clone_instance_payload.py +3 -3
- stackit/postgresflex/models/clone_instance_response.py +3 -3
- stackit/postgresflex/models/create_database_payload.py +3 -3
- stackit/postgresflex/models/create_instance_payload.py +3 -3
- stackit/postgresflex/models/create_instance_response.py +3 -3
- stackit/postgresflex/models/create_user_payload.py +3 -3
- stackit/postgresflex/models/create_user_response.py +3 -3
- stackit/postgresflex/models/error.py +3 -3
- stackit/postgresflex/models/extensions_configuration.py +3 -3
- stackit/postgresflex/models/extensions_extension_list_response.py +3 -3
- stackit/postgresflex/models/extensions_new_config.py +3 -3
- stackit/postgresflex/models/flavor.py +3 -3
- stackit/postgresflex/models/get_backup_response.py +3 -3
- stackit/postgresflex/models/get_user_response.py +3 -3
- stackit/postgresflex/models/instance.py +3 -3
- stackit/postgresflex/models/instance_create_database_response.py +3 -3
- stackit/postgresflex/models/instance_data_point.py +3 -3
- stackit/postgresflex/models/instance_database.py +3 -3
- stackit/postgresflex/models/instance_host.py +3 -3
- stackit/postgresflex/models/instance_host_metric.py +3 -3
- stackit/postgresflex/models/instance_list_databases_response.py +3 -3
- stackit/postgresflex/models/instance_list_instance.py +3 -3
- stackit/postgresflex/models/instance_metrics_response.py +3 -3
- stackit/postgresflex/models/instance_response.py +3 -3
- stackit/postgresflex/models/list_backups_response.py +3 -3
- stackit/postgresflex/models/list_flavors_response.py +3 -3
- stackit/postgresflex/models/list_instances_response.py +3 -3
- stackit/postgresflex/models/list_storages_response.py +3 -3
- stackit/postgresflex/models/list_users_response.py +3 -3
- stackit/postgresflex/models/list_users_response_item.py +3 -3
- stackit/postgresflex/models/list_versions_response.py +3 -3
- stackit/postgresflex/models/partial_update_instance_payload.py +3 -3
- stackit/postgresflex/models/partial_update_instance_response.py +3 -3
- stackit/postgresflex/models/partial_update_user_payload.py +3 -3
- stackit/postgresflex/models/postgres_database_parameter.py +3 -3
- stackit/postgresflex/models/postgres_database_parameter_response.py +3 -3
- stackit/postgresflex/models/reset_user_response.py +3 -3
- stackit/postgresflex/models/storage.py +3 -3
- stackit/postgresflex/models/storage_range.py +3 -3
- stackit/postgresflex/models/update_backup_schedule_payload.py +3 -3
- stackit/postgresflex/models/update_instance_payload.py +3 -3
- stackit/postgresflex/models/update_user_payload.py +3 -3
- stackit/postgresflex/models/user.py +3 -3
- stackit/postgresflex/models/user_response.py +3 -3
- stackit/postgresflex/rest.py +3 -3
- {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/METADATA +1 -1
- stackit_postgresflex-1.0.2.dist-info/RECORD +69 -0
- stackit_postgresflex-0.3.0.dist-info/RECORD +0 -69
- {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/LICENSE.md +0 -0
- {stackit_postgresflex-0.3.0.dist-info → stackit_postgresflex-1.0.2.dist-info}/NOTICE.txt +0 -0
- {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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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:
|
|
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
|
|
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
|