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.
- stackit/postgresflex/__init__.py +6 -7
- stackit/postgresflex/api/default_api.py +6 -6
- stackit/postgresflex/api_client.py +6 -7
- stackit/postgresflex/api_response.py +0 -1
- stackit/postgresflex/configuration.py +6 -7
- stackit/postgresflex/exceptions.py +6 -6
- stackit/postgresflex/models/__init__.py +6 -6
- stackit/postgresflex/models/acl.py +6 -6
- stackit/postgresflex/models/api_configuration.py +6 -6
- stackit/postgresflex/models/api_extension_config_load_response.py +6 -6
- stackit/postgresflex/models/api_extension_configure_response.py +6 -6
- stackit/postgresflex/models/api_extension_delete_response.py +6 -6
- stackit/postgresflex/models/api_extension_list.py +6 -6
- stackit/postgresflex/models/api_extension_load_response.py +6 -6
- stackit/postgresflex/models/api_install_response.py +6 -6
- stackit/postgresflex/models/api_installed_list_response.py +6 -6
- stackit/postgresflex/models/backup.py +6 -6
- stackit/postgresflex/models/clone_instance_payload.py +6 -6
- stackit/postgresflex/models/clone_instance_response.py +6 -6
- stackit/postgresflex/models/create_database_payload.py +6 -6
- stackit/postgresflex/models/create_instance_payload.py +6 -6
- stackit/postgresflex/models/create_instance_response.py +6 -6
- stackit/postgresflex/models/create_user_payload.py +6 -6
- stackit/postgresflex/models/create_user_response.py +6 -6
- stackit/postgresflex/models/error.py +6 -6
- stackit/postgresflex/models/extensions_configuration.py +6 -6
- stackit/postgresflex/models/extensions_extension_list_response.py +6 -6
- stackit/postgresflex/models/extensions_new_config.py +6 -6
- stackit/postgresflex/models/flavor.py +6 -6
- stackit/postgresflex/models/get_backup_response.py +6 -6
- stackit/postgresflex/models/get_user_response.py +6 -6
- stackit/postgresflex/models/instance.py +6 -6
- stackit/postgresflex/models/instance_create_database_response.py +6 -6
- stackit/postgresflex/models/instance_data_point.py +6 -6
- stackit/postgresflex/models/instance_database.py +6 -6
- stackit/postgresflex/models/instance_host.py +6 -6
- stackit/postgresflex/models/instance_host_metric.py +6 -6
- stackit/postgresflex/models/instance_list_databases_response.py +6 -6
- stackit/postgresflex/models/instance_list_instance.py +6 -6
- stackit/postgresflex/models/instance_metrics_response.py +6 -6
- stackit/postgresflex/models/instance_response.py +6 -6
- stackit/postgresflex/models/list_backups_response.py +6 -6
- stackit/postgresflex/models/list_flavors_response.py +6 -6
- stackit/postgresflex/models/list_instances_response.py +6 -6
- stackit/postgresflex/models/list_storages_response.py +6 -6
- stackit/postgresflex/models/list_users_response.py +6 -6
- stackit/postgresflex/models/list_users_response_item.py +6 -6
- stackit/postgresflex/models/list_versions_response.py +6 -6
- stackit/postgresflex/models/partial_update_instance_payload.py +6 -6
- stackit/postgresflex/models/partial_update_instance_response.py +6 -6
- stackit/postgresflex/models/partial_update_user_payload.py +6 -6
- stackit/postgresflex/models/postgres_database_parameter.py +6 -6
- stackit/postgresflex/models/postgres_database_parameter_response.py +6 -6
- stackit/postgresflex/models/reset_user_response.py +6 -6
- stackit/postgresflex/models/storage.py +6 -6
- stackit/postgresflex/models/storage_range.py +6 -6
- stackit/postgresflex/models/storage_update.py +6 -6
- stackit/postgresflex/models/update_backup_schedule_payload.py +6 -6
- stackit/postgresflex/models/update_instance_payload.py +6 -6
- stackit/postgresflex/models/update_user_payload.py +6 -6
- stackit/postgresflex/models/user.py +6 -6
- stackit/postgresflex/models/user_response.py +6 -6
- stackit/postgresflex/rest.py +6 -7
- {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/METADATA +3 -4
- stackit_postgresflex-1.4.0.dist-info/RECORD +70 -0
- {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/WHEEL +1 -1
- stackit_postgresflex-1.3.0.dist-info/RECORD +0 -70
- {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/LICENSE.md +0 -0
- {stackit_postgresflex-1.3.0.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/NOTICE.txt +0 -0
stackit/postgresflex/__init__.py
CHANGED
|
@@ -3,18 +3,17 @@
|
|
|
3
3
|
# flake8: noqa
|
|
4
4
|
|
|
5
5
|
"""
|
|
6
|
-
|
|
6
|
+
STACKIT PostgreSQL Flex API
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
This is the documentation for the STACKIT postgres service
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
5
|
+
STACKIT PostgreSQL Flex API
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
This is the documentation for the STACKIT postgres service
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
12
|
+
Do not edit the class manually.
|
|
13
13
|
""" # noqa: E501
|
|
14
14
|
|
|
15
15
|
from __future__ import annotations
|