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 PostgresDatabaseParameter(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
PostgresDatabaseParameter
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
context: Optional[StrictStr] = Field(default=None, description="Context of the parameter.")
|
|
31
31
|
data_type: Optional[StrictStr] = Field(
|
|
@@ -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.postgres_database_parameter import (
|
|
|
29
29
|
class PostgresDatabaseParameterResponse(BaseModel):
|
|
30
30
|
"""
|
|
31
31
|
PostgresDatabaseParameterResponse
|
|
32
|
-
"""
|
|
32
|
+
""" # noqa: E501
|
|
33
33
|
|
|
34
34
|
parameter: Optional[List[PostgresDatabaseParameter]] = Field(default=None, description="List of the parameter")
|
|
35
35
|
__properties: ClassVar[List[str]] = ["parameter"]
|
|
@@ -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 import User
|
|
|
27
27
|
class ResetUserResponse(BaseModel):
|
|
28
28
|
"""
|
|
29
29
|
ResetUserResponse
|
|
30
|
-
"""
|
|
30
|
+
""" # noqa: E501
|
|
31
31
|
|
|
32
32
|
item: Optional[User] = 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 Storage(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
Storage
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
var_class: Optional[StrictStr] = Field(default=None, alias="class")
|
|
31
31
|
size: Optional[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 StorageRange(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
StorageRange
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
max: Optional[StrictInt] = None
|
|
31
31
|
min: Optional[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 UpdateBackupSchedulePayload(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
UpdateBackupSchedulePayload
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
backup_schedule: StrictStr = Field(alias="backupSchedule")
|
|
31
31
|
__properties: ClassVar[List[str]] = ["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
|
|
|
@@ -28,7 +28,7 @@ from stackit.postgresflex.models.storage import Storage
|
|
|
28
28
|
class UpdateInstancePayload(BaseModel):
|
|
29
29
|
"""
|
|
30
30
|
UpdateInstancePayload
|
|
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
|
|
|
@@ -25,7 +25,7 @@ from typing_extensions import Self
|
|
|
25
25
|
class UpdateUserPayload(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
UpdateUserPayload
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
database: Optional[StrictStr] = None
|
|
31
31
|
roles: Optional[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 User(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
User
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
database: Optional[StrictStr] = None
|
|
31
31
|
host: 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 UserResponse(BaseModel):
|
|
26
26
|
"""
|
|
27
27
|
UserResponse
|
|
28
|
-
"""
|
|
28
|
+
""" # noqa: E501
|
|
29
29
|
|
|
30
30
|
host: Optional[StrictStr] = None
|
|
31
31
|
id: Optional[StrictStr] = None
|
stackit/postgresflex/rest.py
CHANGED
|
@@ -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
|
import io
|
|
16
16
|
import json
|
|
@@ -125,7 +125,7 @@ class RESTClientObject:
|
|
|
125
125
|
data=body,
|
|
126
126
|
headers=headers,
|
|
127
127
|
)
|
|
128
|
-
elif headers["Content-Type"]
|
|
128
|
+
elif headers["Content-Type"].startswith("text/") and isinstance(body, bool):
|
|
129
129
|
request_body = "true" if body else "false"
|
|
130
130
|
r = self.session.request(method, url, data=request_body, headers=headers)
|
|
131
131
|
else:
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
stackit/postgresflex/__init__.py,sha256=8LOF61tQ26yxjClswkpgAbG6u3vN5hvj_We9anNyR-M,8987
|
|
2
|
+
stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
|
|
3
|
+
stackit/postgresflex/api/default_api.py,sha256=uKbO0E72NfnijDg04ASrhgr62cAkUG0xx8mPVQ9QXFw,326877
|
|
4
|
+
stackit/postgresflex/api_client.py,sha256=SRnZpFjdo4TWj5nDEnbuGdewvPk9ViTLvnTQhl4bwnQ,23368
|
|
5
|
+
stackit/postgresflex/api_response.py,sha256=HRYkVqMNIlfODacTQPTbiVj2YdcnutpQrKJdeAoCSpM,642
|
|
6
|
+
stackit/postgresflex/configuration.py,sha256=zsrENzCv9XNcJXnqzKbPkYzq_j39dRdenDcrpV1alBE,5727
|
|
7
|
+
stackit/postgresflex/exceptions.py,sha256=RnOVa-R2uLIgSSl3-rMgTduTrIhx9qHv_TSjWKsMqb4,6429
|
|
8
|
+
stackit/postgresflex/models/__init__.py,sha256=oBp-6m5SJb8vIyBJuwDFtOwR-mjVjZ9dLDcnpABxjoA,4940
|
|
9
|
+
stackit/postgresflex/models/acl.py,sha256=VMNlqiVOsQNH1o6zOJ08EpOJ9Z-4G3bpkoPxchHRXzo,2389
|
|
10
|
+
stackit/postgresflex/models/api_configuration.py,sha256=kcfW_iCHJfwu6KYONrzurkmOz2VTJwWgjgXN0_OfOfg,2513
|
|
11
|
+
stackit/postgresflex/models/api_extension_config_load_response.py,sha256=RiARFfirNrzAiWluvOv5YpsM6wnYeymuSaVULXbhDTo,3289
|
|
12
|
+
stackit/postgresflex/models/api_extension_configure_response.py,sha256=WOG-nGFmXFjykwOg7KNrKdfqOxXWdzkLDbiWcRL7WNk,3285
|
|
13
|
+
stackit/postgresflex/models/api_extension_delete_response.py,sha256=sk-aBWkjWNWGPEPqG_oKCa5cwShCPo4hGa9h4Kc6ur8,2540
|
|
14
|
+
stackit/postgresflex/models/api_extension_list.py,sha256=By2r9WOefSN2NJRf6kI7VuEsIrblRD5dHa1RdErlDGA,2636
|
|
15
|
+
stackit/postgresflex/models/api_extension_load_response.py,sha256=f4-R2kRS9dGou-GFObFP1k7AH6hhlBq4qVFWWWgPunA,2821
|
|
16
|
+
stackit/postgresflex/models/api_install_response.py,sha256=RvZuJwoBkSZtoNkk3p7rKmcqvao98XkECA3sQKenPRo,2797
|
|
17
|
+
stackit/postgresflex/models/api_installed_list_response.py,sha256=MtkqzjmBIr26CPC0F1ROt0mxCmWHbgUvwCFvEPPr5Og,3098
|
|
18
|
+
stackit/postgresflex/models/backup.py,sha256=IbDi5GfoZYX5Fufh1CVxTDRtM484lvJHgvvkL27enmE,3197
|
|
19
|
+
stackit/postgresflex/models/clone_instance_payload.py,sha256=E7CgsUn2XlwEUJ8BSj8FuuWKejLyuio4Cl3BFDAj8Dc,2830
|
|
20
|
+
stackit/postgresflex/models/clone_instance_response.py,sha256=h2KnTxcmAUl0H4W4TBxGjzWsXShJJ6tUphtWAoItJU8,2518
|
|
21
|
+
stackit/postgresflex/models/create_database_payload.py,sha256=s9TpM5Dp8PbNCyzndmmqGrlObbk2bHYESgRXElzAF-k,2607
|
|
22
|
+
stackit/postgresflex/models/create_instance_payload.py,sha256=BSUz1kpMwFdD70SFWTOHxoMJ5GiC8jd6zUI64FiwuRM,3932
|
|
23
|
+
stackit/postgresflex/models/create_instance_response.py,sha256=6ZnnxPKr_ckrWxwzRNgOC3SmWi0Co1UGdT0cdjUA79c,2447
|
|
24
|
+
stackit/postgresflex/models/create_user_payload.py,sha256=0h-257fraY-V1ZSteY_p3PU2TRbCu2CEA9wERe_MwWY,2531
|
|
25
|
+
stackit/postgresflex/models/create_user_response.py,sha256=DN63jE-Xsn3g1fmEMDZANSJyxkk1eF3xbyqjpbpyYKE,2680
|
|
26
|
+
stackit/postgresflex/models/error.py,sha256=4ttuCN1FR5DBpDSma6-WQTGFjuUsk3tBffkg-h4ZFBk,2746
|
|
27
|
+
stackit/postgresflex/models/extensions_configuration.py,sha256=cgh8PTDyWdAecmrkH7uUKQsYWrtmrD1MyOxeebefYuI,2541
|
|
28
|
+
stackit/postgresflex/models/extensions_extension_list_response.py,sha256=9SUCKMg1v6drOYeP9LUloM_FxeMY_J7X_6BhewhYkkY,3081
|
|
29
|
+
stackit/postgresflex/models/extensions_new_config.py,sha256=1SaZma90FS5kMShIqfR-I_O-b6aGNbnV1pogXttuWP8,3141
|
|
30
|
+
stackit/postgresflex/models/flavor.py,sha256=Ekl3cEKkY4s-coBgWuYEV-KCZ89bBqNBn_BS_mUf3Vg,2737
|
|
31
|
+
stackit/postgresflex/models/get_backup_response.py,sha256=GkjM51Y06qTqFAXzvBpRqlOLHX8Rm5B5SJox05V5uZs,2684
|
|
32
|
+
stackit/postgresflex/models/get_user_response.py,sha256=sJDbGrb5bevbCOthQxEUrrtl3ZVRbvxQq_8XlQN85zQ,2723
|
|
33
|
+
stackit/postgresflex/models/instance.py,sha256=HFLjdjr78yktO6ZUIGzI8SSbVklLKGQHT8ysd921qCM,4268
|
|
34
|
+
stackit/postgresflex/models/instance_create_database_response.py,sha256=RSU_KDtLkUfaUCau-h8PHayh3F2GAxIsaBX0eHWZxcM,2479
|
|
35
|
+
stackit/postgresflex/models/instance_data_point.py,sha256=4PD-XDt7uGGJ6zOpoxogu6LmfnK9B2xolzowIgN1cjY,2580
|
|
36
|
+
stackit/postgresflex/models/instance_database.py,sha256=WBexroR97k56QpHTtp0_mvoLt0clzST3iRtdG6WHyV4,2643
|
|
37
|
+
stackit/postgresflex/models/instance_host.py,sha256=n-QiwQ2VgvtCnFzYqSwlXbGSa8plxjsu2ZOa7Ip3GPM,3213
|
|
38
|
+
stackit/postgresflex/models/instance_host_metric.py,sha256=MLRO1N3-vfLOXtnPYTH4LNyjdUqJgzlr5i8DGYER_rk,3275
|
|
39
|
+
stackit/postgresflex/models/instance_list_databases_response.py,sha256=SP5Y1oqPSagITzvIZuJEixqwiKLRCEU_US9STIzg1k4,3117
|
|
40
|
+
stackit/postgresflex/models/instance_list_instance.py,sha256=BjL28VdTIRycTK96umTaeVsHokYj6RTLqrCIVFnDqS4,2587
|
|
41
|
+
stackit/postgresflex/models/instance_metrics_response.py,sha256=40ipXjcr39_ZxTff-KHyPTHWJQKMS-wsG2BOuRTKmy8,3001
|
|
42
|
+
stackit/postgresflex/models/instance_response.py,sha256=O5BPZvpcWb8lWuD-OBaLkcVAwGNSm4ZUFTjdFMfuX3Q,2688
|
|
43
|
+
stackit/postgresflex/models/list_backups_response.py,sha256=66FFoB2YG8Ho43OkXD54uQMh9XplbxmomxXyiPlSv4w,3022
|
|
44
|
+
stackit/postgresflex/models/list_flavors_response.py,sha256=PmqL2H530FsDgSMGbkxZPOYgunt8wiMiHEd992bF9TY,2978
|
|
45
|
+
stackit/postgresflex/models/list_instances_response.py,sha256=aHnRpGklHxwUwJiRuDYBK9kFfjEMb7gW3EXzqpA9F2w,3168
|
|
46
|
+
stackit/postgresflex/models/list_storages_response.py,sha256=SKDggdi8kq2cWvMUcWRGcaT5fRxUlYuX67qfvtYd3hg,3117
|
|
47
|
+
stackit/postgresflex/models/list_users_response.py,sha256=cbGtIR6HIJRouWFtSD2DzyE-cnSryQfN7ovIYH5AdC8,3157
|
|
48
|
+
stackit/postgresflex/models/list_users_response_item.py,sha256=YxBZu1fHIFAoqIUopnZmjK9PBat5K0k2htMEgkKpdXc,2529
|
|
49
|
+
stackit/postgresflex/models/list_versions_response.py,sha256=XwhocZU7wRILhDqobX144q7_WrEtg_GJRXAbpEiF4GM,2469
|
|
50
|
+
stackit/postgresflex/models/partial_update_instance_payload.py,sha256=CZ3L8NL3lRJ97z1eAQVVvS9X7ODJnPZCfzC3T18P1Ho,4110
|
|
51
|
+
stackit/postgresflex/models/partial_update_instance_response.py,sha256=8DH8msuD1ScR8H4a5ygzM5A8slkN6Vk-FulMx4uVm90,2740
|
|
52
|
+
stackit/postgresflex/models/partial_update_user_payload.py,sha256=GiZbQJFJEQbh8RaY5JXKuVrd70C7mB-ChtW3wZPg5jk,2559
|
|
53
|
+
stackit/postgresflex/models/postgres_database_parameter.py,sha256=tRLOx638HEu_lwolKPP45HtRUW6kP30xyLut_rMirYg,4935
|
|
54
|
+
stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=Vvj8ZvsLFe50ZI1MhyNgW-RArH9utTEcTUFbJM_I0CA,3238
|
|
55
|
+
stackit/postgresflex/models/reset_user_response.py,sha256=M3ygGTgntGahWQJ70T62fntUlPn_Qcbl5rbfAVZsg-A,2676
|
|
56
|
+
stackit/postgresflex/models/storage.py,sha256=_L2q-TeB3UwLHUf_rELldKjZ6MiV2zoLvu4nDtwO5Ao,2521
|
|
57
|
+
stackit/postgresflex/models/storage_range.py,sha256=YY-Avr2EqB7tMIctaIR5cxqhe-QiZ8BVvl5Q3Aw_PVo,2477
|
|
58
|
+
stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=jOv5BkCgRZSHeLkH4_8l4D1HtlBiKvKR7X1Tv0e9bVI,2538
|
|
59
|
+
stackit/postgresflex/models/update_instance_payload.py,sha256=lYN-uFoQ7gZpyEKX-HFADtaRNJXezr-cD5YQEYl-WIU,4082
|
|
60
|
+
stackit/postgresflex/models/update_user_payload.py,sha256=QkcvJ9jsAX57SxpfDw8LjtjQDqmbPpTUVdEX05GcSPI,2531
|
|
61
|
+
stackit/postgresflex/models/user.py,sha256=odyvmpwuMJZ6tHcuO1gwoYyWiJiWBITc1S8oOmtGWmA,3095
|
|
62
|
+
stackit/postgresflex/models/user_response.py,sha256=gnyYLdU-Nuy9Z3wKlDKkgMjC49dhZvT-KaZ4g3CiW0I,2841
|
|
63
|
+
stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
+
stackit/postgresflex/rest.py,sha256=xuGxlzMEu5RvBFlH2JsbL6b7W3J-qzde7XmlvZP7hkU,5817
|
|
65
|
+
stackit_postgresflex-1.0.2.dist-info/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
|
|
66
|
+
stackit_postgresflex-1.0.2.dist-info/METADATA,sha256=i4dcIpcSuoX2Fw4QFAwOoKCvnCCuqoM2rV8FuV6VIeI,1620
|
|
67
|
+
stackit_postgresflex-1.0.2.dist-info/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
|
|
68
|
+
stackit_postgresflex-1.0.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
69
|
+
stackit_postgresflex-1.0.2.dist-info/RECORD,,
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
stackit/postgresflex/__init__.py,sha256=sgC36333ZzQOgfDH0E8BBe7QJ-wHSQONOL7BaT0GTUc,5444
|
|
2
|
-
stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
|
|
3
|
-
stackit/postgresflex/api/default_api.py,sha256=MP20tP7Uiqd8K7a8T-G3y84MW7_c-a4P8oXOHcy1L7U,305428
|
|
4
|
-
stackit/postgresflex/api_client.py,sha256=yLk2TUBNmwIRPrxPum8gYm73lpESfWtv2E49U9SLsbs,22747
|
|
5
|
-
stackit/postgresflex/api_response.py,sha256=HRYkVqMNIlfODacTQPTbiVj2YdcnutpQrKJdeAoCSpM,642
|
|
6
|
-
stackit/postgresflex/configuration.py,sha256=-5roiM-_HJShkc28rKOWgCNayWi8hNRHbfZkL6qQXHg,5251
|
|
7
|
-
stackit/postgresflex/exceptions.py,sha256=yXv-AlWSGyOQN7weaYmyvtPp3phOCrg_hNLqXq_2hHg,5956
|
|
8
|
-
stackit/postgresflex/models/__init__.py,sha256=euUErwGFnq4LTITJWeohEtsBpfzQQjbZtqZ2yjRbPi4,4968
|
|
9
|
-
stackit/postgresflex/models/acl.py,sha256=hMTxIXKtTzmpkDvyjqgK3NCwUWpYdor8q-hlQzIXXeo,2403
|
|
10
|
-
stackit/postgresflex/models/api_configuration.py,sha256=DxVkHCDIePuiS9cODcpMzVoh_X8omoeDNVORKHLBP58,2527
|
|
11
|
-
stackit/postgresflex/models/api_extension_config_load_response.py,sha256=M-807X4LTYIEYy-uHzmp5COdKR15hTQtaYfwEl6YYVI,3303
|
|
12
|
-
stackit/postgresflex/models/api_extension_configure_response.py,sha256=32JyADNpW3BEcH9PcGIeSUaws2oS84aONk4SRkxSFGA,3299
|
|
13
|
-
stackit/postgresflex/models/api_extension_delete_response.py,sha256=_C7L4bO8n4tUczOwW171oWpRuiUtXgN1Bx2w4qTK8Ho,2554
|
|
14
|
-
stackit/postgresflex/models/api_extension_list.py,sha256=vcMsMKsG4XOAjwM-dZfHmqEfsBzbni5tCWsYBEMH1ts,2650
|
|
15
|
-
stackit/postgresflex/models/api_extension_load_response.py,sha256=Scixw2Hg2Mi1M5XQWa5qwfMibRz-18J09n1HP9iQaIk,2835
|
|
16
|
-
stackit/postgresflex/models/api_install_response.py,sha256=kLnf-JAsPlleQwFzPKyf2RrvKyRiWIypXZ4lLVF85-U,2811
|
|
17
|
-
stackit/postgresflex/models/api_installed_list_response.py,sha256=mVWOBNHVQKlypQO_T43O7or2UCQFXepcZGrVBNyrYwI,3112
|
|
18
|
-
stackit/postgresflex/models/backup.py,sha256=EczRpcBa6U5G6Xxj04SX3Pu0fn8ZJ0SrHjALY3lw1BE,3211
|
|
19
|
-
stackit/postgresflex/models/clone_instance_payload.py,sha256=Y86BIuDDKd0VQDM1herVk97YrodUGk6QMelBKaxHlFc,2844
|
|
20
|
-
stackit/postgresflex/models/clone_instance_response.py,sha256=-pHW49cVyX1d8HARUcn7nuFVMLaueeErOSTWSn23Des,2532
|
|
21
|
-
stackit/postgresflex/models/create_database_payload.py,sha256=1peV_9K5qv8NeqAI0pfXPguRdzSFipfh1TgMW282D00,2621
|
|
22
|
-
stackit/postgresflex/models/create_instance_payload.py,sha256=zaJz4g0QhloYoO19JLZ76GcxqlEWRtRyxVOcZUEsLJ4,3946
|
|
23
|
-
stackit/postgresflex/models/create_instance_response.py,sha256=-LcoWyf3VH_KNuKp25wVPrwGSL6fVA-WIn3QYiDFnzw,2461
|
|
24
|
-
stackit/postgresflex/models/create_user_payload.py,sha256=viP7j9WfYemFUAwdro_02p9QZ_gstXTGHcfk-JBDzjY,2545
|
|
25
|
-
stackit/postgresflex/models/create_user_response.py,sha256=6cxV5F9Y77Ee8qNaGK2kuMcsH4NACfM9pSYTSUNupYk,2694
|
|
26
|
-
stackit/postgresflex/models/error.py,sha256=fmBMwiHMR5ubIW64_H_g5EJTZybGs4P62LKIbESzOsA,2760
|
|
27
|
-
stackit/postgresflex/models/extensions_configuration.py,sha256=LO9zRfndX8MjFFu869f5LF2te6ELKinwgTi5IaRZ2zg,2555
|
|
28
|
-
stackit/postgresflex/models/extensions_extension_list_response.py,sha256=vOSF8_qqi1oTEFdB9tOawx81AZXDt25wD-u191Utp60,3095
|
|
29
|
-
stackit/postgresflex/models/extensions_new_config.py,sha256=-24FLEsYmV96OYIYCz629HEhlm22OYoqUIx49r1xRok,3155
|
|
30
|
-
stackit/postgresflex/models/flavor.py,sha256=nFnbtAX5n3of-YtRd65EsNYEf9bW1PXqKquuFzPcHCE,2751
|
|
31
|
-
stackit/postgresflex/models/get_backup_response.py,sha256=HZBymwIPU5zBS0gMf2n63FgY01s72rPt6zzaUv_89zM,2698
|
|
32
|
-
stackit/postgresflex/models/get_user_response.py,sha256=HQpNTS_1uQyeEU2kTkaTh7oyXJIMkMTZCLTKqOILOpc,2737
|
|
33
|
-
stackit/postgresflex/models/instance.py,sha256=Ck147eeSCVQLz-kVT-bgKfHHm_HoewjStFDV2SsZBCc,4282
|
|
34
|
-
stackit/postgresflex/models/instance_create_database_response.py,sha256=21mbp1m6KEe0jdsJXMUbGoeNgsKyVNl9qGEhL0DTBQQ,2493
|
|
35
|
-
stackit/postgresflex/models/instance_data_point.py,sha256=pWXsrh3QjylLyJoL1VZNRM0t5s9FZKjStAVqxY4KY08,2594
|
|
36
|
-
stackit/postgresflex/models/instance_database.py,sha256=fXlLo-WYN5UROT2OGAVSASH4dS-WPMs4DGZLDXnBNB4,2657
|
|
37
|
-
stackit/postgresflex/models/instance_host.py,sha256=fb7_nTT6uO6CSLlcR8n4vypFjCbYstoGcZVTNbomL5Q,3227
|
|
38
|
-
stackit/postgresflex/models/instance_host_metric.py,sha256=PvrqVoe4J0qI6v5YA1OcHQQVn5fcHTASnK0lhO_ZyxE,3289
|
|
39
|
-
stackit/postgresflex/models/instance_list_databases_response.py,sha256=TIPJe44S_O9zA49-9rj5u-CyjdQ646VAHxDm5qV5swY,3131
|
|
40
|
-
stackit/postgresflex/models/instance_list_instance.py,sha256=VS_oCAA4m7mQJnGCNRNuSj6ZFsrts0ET5G3dVIoMDQo,2601
|
|
41
|
-
stackit/postgresflex/models/instance_metrics_response.py,sha256=v3MvlzfGsERJWLuZaLN7NZRcsGWcHS5s6pbRiOMwbYs,3015
|
|
42
|
-
stackit/postgresflex/models/instance_response.py,sha256=79hQemcPsKuSK7KeJvfKz95yOg0qqgoY0iHcoqycWYU,2702
|
|
43
|
-
stackit/postgresflex/models/list_backups_response.py,sha256=Z5LbP0ZJvqUD6iW25zEoQ68-wUE92I1V96khcdkqk24,3036
|
|
44
|
-
stackit/postgresflex/models/list_flavors_response.py,sha256=wrMQvr2h2fGLR2utTE9W65NsW44mXACLzHxV2CiQZK0,2992
|
|
45
|
-
stackit/postgresflex/models/list_instances_response.py,sha256=qojE6xPKlvscyrBPzRtHUvwVNZdWl2wqsgYlA2NQBhw,3182
|
|
46
|
-
stackit/postgresflex/models/list_storages_response.py,sha256=btlTFl8J3ocb0uC3jcPtqQZPNKmJkYGb6pyvPkgri-s,3131
|
|
47
|
-
stackit/postgresflex/models/list_users_response.py,sha256=D-CK9W5wcZu6bijYrZ2vhck3i8hjaDIMivsQ9TcBhQo,3171
|
|
48
|
-
stackit/postgresflex/models/list_users_response_item.py,sha256=TO3lJZntC1krZ2Uc6fx1P3XSyAJ1TYmJc-i7QRLQOe4,2543
|
|
49
|
-
stackit/postgresflex/models/list_versions_response.py,sha256=5pF5vSGjvhh2Ag41gIjJ1fqaKWhtCXf8Y0KjsezlrpI,2483
|
|
50
|
-
stackit/postgresflex/models/partial_update_instance_payload.py,sha256=os_iyudezynqqW3b2BfMB014R3GCVyLvf9ZdLzj3E_s,4124
|
|
51
|
-
stackit/postgresflex/models/partial_update_instance_response.py,sha256=-8MioYkOjVilUhXqFz6XtTqaZhcCmluEMceXmadDdU4,2754
|
|
52
|
-
stackit/postgresflex/models/partial_update_user_payload.py,sha256=N_qlD1tMieoMzxJml-lCEQ4uutCliYc5v_pqK3aAehg,2573
|
|
53
|
-
stackit/postgresflex/models/postgres_database_parameter.py,sha256=aGGnqH_zWlBmqU9kbrGEbPaB7fJFmeE6mpXRpnhMXzk,4949
|
|
54
|
-
stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=1lnINQjKfo0hJRHzZptEw898suTPcxQPILVn_7ID5yw,3252
|
|
55
|
-
stackit/postgresflex/models/reset_user_response.py,sha256=OeueOtOf4P-QpdjFwn6o7ryWky76spcCSVNIaEblz5Y,2690
|
|
56
|
-
stackit/postgresflex/models/storage.py,sha256=TuV_a0gOROYBGKDlzynQGMAu_qTVCVt9rU2eAa5WZfY,2535
|
|
57
|
-
stackit/postgresflex/models/storage_range.py,sha256=vzfVTtt-cBwlmMAeC76nsYXfejZNc3AGwjCUfojQGXs,2491
|
|
58
|
-
stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=j6JkVPe-CogaLpJQtZulTa_OWVGhUPGUCmx7KJTuSpE,2552
|
|
59
|
-
stackit/postgresflex/models/update_instance_payload.py,sha256=5YR97GpnzDZiumIGW81878VAOdzcVgKeYxv0BGkyTuc,4096
|
|
60
|
-
stackit/postgresflex/models/update_user_payload.py,sha256=1DgEQpOzmEcN2hXyynBu1oJe616mI3j78FmgnB5RKOs,2545
|
|
61
|
-
stackit/postgresflex/models/user.py,sha256=vaG90-dxinO9Rz576O2OtlBiVFlSUxAq94Z0_bd-aDk,3109
|
|
62
|
-
stackit/postgresflex/models/user_response.py,sha256=5g-HMSP-Kh9hBM1Sf5LVl8irQRP6U5_lR0ZkDrHLZzM,2855
|
|
63
|
-
stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
-
stackit/postgresflex/rest.py,sha256=NxPlTct-__5AsE_wJCprOKr-PqevXft5Mo8EEbxR2ok,5841
|
|
65
|
-
stackit_postgresflex-0.3.0.dist-info/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
|
|
66
|
-
stackit_postgresflex-0.3.0.dist-info/METADATA,sha256=CBletWAwFtEsMisT60hj8D4AfrZgD_1oH63tpmGBDBw,1620
|
|
67
|
-
stackit_postgresflex-0.3.0.dist-info/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
|
|
68
|
-
stackit_postgresflex-0.3.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
69
|
-
stackit_postgresflex-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|