stackit-postgresflex 1.0.2__tar.gz → 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/PKG-INFO +8 -4
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/pyproject.toml +2 -2
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/__init__.py +2 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/__init__.py +1 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_data_point.py +7 -1
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/partial_update_instance_payload.py +3 -3
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/postgres_database_parameter.py +7 -1
- stackit_postgresflex-1.2.0/src/stackit/postgresflex/models/storage_update.py +87 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/update_instance_payload.py +3 -3
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/LICENSE.md +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/NOTICE.txt +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/README.md +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api/__init__.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api/default_api.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api_client.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/configuration.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/exceptions.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/acl.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_configuration.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_extension_config_load_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_extension_configure_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_extension_delete_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_extension_list.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_extension_load_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_install_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/api_installed_list_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/backup.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/clone_instance_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/clone_instance_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/create_database_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/create_instance_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/create_instance_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/create_user_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/create_user_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/error.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/extensions_configuration.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/extensions_extension_list_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/extensions_new_config.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/flavor.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/get_backup_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/get_user_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_create_database_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_database.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_host.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_host_metric.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_list_databases_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_list_instance.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_metrics_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/instance_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_backups_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_flavors_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_instances_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_storages_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_users_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_users_response_item.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/list_versions_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/partial_update_instance_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/partial_update_user_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/postgres_database_parameter_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/reset_user_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/storage.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/storage_range.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/update_backup_schedule_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/update_user_payload.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/user.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/user_response.py +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/py.typed +0 -0
- {stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/rest.py +0 -0
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: stackit-postgresflex
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: STACKIT PostgreSQL Flex API
|
|
5
|
+
License-File: LICENSE.md
|
|
6
|
+
License-File: NOTICE.txt
|
|
5
7
|
Author: STACKIT Developer Tools
|
|
6
8
|
Author-email: developer-tools@stackit.cloud
|
|
7
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.9,<4.0
|
|
8
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
9
11
|
Classifier: Operating System :: OS Independent
|
|
10
12
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
13
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
19
|
Requires-Dist: pydantic (>=2.9.2)
|
|
18
20
|
Requires-Dist: python-dateutil (>=2.9.0.post0)
|
|
19
21
|
Requires-Dist: requests (>=2.32.3)
|
|
20
22
|
Requires-Dist: stackit-core (>=0.0.1a)
|
|
23
|
+
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
|
|
24
|
+
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
|
|
21
25
|
Description-Content-Type: text/markdown
|
|
22
26
|
|
|
23
27
|
# stackit.postgresflex
|
|
@@ -3,7 +3,7 @@ name = "stackit-postgresflex"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "stackit-postgresflex"
|
|
6
|
-
version = "v1.0
|
|
6
|
+
version = "v1.2.0"
|
|
7
7
|
authors = [
|
|
8
8
|
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
|
|
9
9
|
]
|
|
@@ -20,7 +20,7 @@ packages = [
|
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
[tool.poetry.dependencies]
|
|
23
|
-
python = ">=3.
|
|
23
|
+
python = ">=3.9,<4.0"
|
|
24
24
|
stackit-core = ">=0.0.1a"
|
|
25
25
|
requests = ">=2.32.3"
|
|
26
26
|
pydantic = ">=2.9.2"
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/__init__.py
RENAMED
|
@@ -78,6 +78,7 @@ __all__ = [
|
|
|
78
78
|
"ResetUserResponse",
|
|
79
79
|
"Storage",
|
|
80
80
|
"StorageRange",
|
|
81
|
+
"StorageUpdate",
|
|
81
82
|
"UpdateBackupSchedulePayload",
|
|
82
83
|
"UpdateInstancePayload",
|
|
83
84
|
"UpdateUserPayload",
|
|
@@ -231,6 +232,7 @@ from stackit.postgresflex.models.reset_user_response import (
|
|
|
231
232
|
)
|
|
232
233
|
from stackit.postgresflex.models.storage import Storage as Storage
|
|
233
234
|
from stackit.postgresflex.models.storage_range import StorageRange as StorageRange
|
|
235
|
+
from stackit.postgresflex.models.storage_update import StorageUpdate as StorageUpdate
|
|
234
236
|
from stackit.postgresflex.models.update_backup_schedule_payload import (
|
|
235
237
|
UpdateBackupSchedulePayload as UpdateBackupSchedulePayload,
|
|
236
238
|
)
|
|
@@ -92,6 +92,7 @@ from stackit.postgresflex.models.postgres_database_parameter_response import (
|
|
|
92
92
|
from stackit.postgresflex.models.reset_user_response import ResetUserResponse
|
|
93
93
|
from stackit.postgresflex.models.storage import Storage
|
|
94
94
|
from stackit.postgresflex.models.storage_range import StorageRange
|
|
95
|
+
from stackit.postgresflex.models.storage_update import StorageUpdate
|
|
95
96
|
from stackit.postgresflex.models.update_backup_schedule_payload import (
|
|
96
97
|
UpdateBackupSchedulePayload,
|
|
97
98
|
)
|
|
@@ -18,7 +18,13 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set, Union
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
StrictFloat,
|
|
25
|
+
StrictInt,
|
|
26
|
+
StrictStr,
|
|
27
|
+
)
|
|
22
28
|
from typing_extensions import Self
|
|
23
29
|
|
|
24
30
|
|
|
@@ -22,7 +22,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
from stackit.postgresflex.models.acl import ACL
|
|
25
|
-
from stackit.postgresflex.models.
|
|
25
|
+
from stackit.postgresflex.models.storage_update import StorageUpdate
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class PartialUpdateInstancePayload(BaseModel):
|
|
@@ -37,7 +37,7 @@ class PartialUpdateInstancePayload(BaseModel):
|
|
|
37
37
|
name: Optional[StrictStr] = None
|
|
38
38
|
options: Optional[Dict[str, StrictStr]] = None
|
|
39
39
|
replicas: Optional[StrictInt] = None
|
|
40
|
-
storage: Optional[
|
|
40
|
+
storage: Optional[StorageUpdate] = None
|
|
41
41
|
version: Optional[StrictStr] = None
|
|
42
42
|
__properties: ClassVar[List[str]] = [
|
|
43
43
|
"acl",
|
|
@@ -114,7 +114,7 @@ class PartialUpdateInstancePayload(BaseModel):
|
|
|
114
114
|
"name": obj.get("name"),
|
|
115
115
|
"options": obj.get("options"),
|
|
116
116
|
"replicas": obj.get("replicas"),
|
|
117
|
-
"storage":
|
|
117
|
+
"storage": StorageUpdate.from_dict(obj["storage"]) if obj.get("storage") is not None else None,
|
|
118
118
|
"version": obj.get("version"),
|
|
119
119
|
}
|
|
120
120
|
)
|
|
@@ -18,7 +18,13 @@ import json
|
|
|
18
18
|
import pprint
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
|
-
from pydantic import
|
|
21
|
+
from pydantic import (
|
|
22
|
+
BaseModel,
|
|
23
|
+
ConfigDict,
|
|
24
|
+
Field,
|
|
25
|
+
StrictBool,
|
|
26
|
+
StrictStr,
|
|
27
|
+
)
|
|
22
28
|
from typing_extensions import Self
|
|
23
29
|
|
|
24
30
|
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
STACKIT PostgreSQL Flex API
|
|
5
|
+
|
|
6
|
+
This is the documentation for the STACKIT postgres service
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 2.0.0
|
|
9
|
+
Contact: support@stackit.cloud
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
|
|
17
|
+
import json
|
|
18
|
+
import pprint
|
|
19
|
+
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
22
|
+
from typing_extensions import Self
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class StorageUpdate(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
StorageUpdate
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
|
|
30
|
+
var_class: Optional[StrictStr] = Field(
|
|
31
|
+
default=None,
|
|
32
|
+
description=" ⚠️ **DEPRECATED AND NON-FUNCTIONAL:** Updating the performance class field is not possible. ",
|
|
33
|
+
alias="class",
|
|
34
|
+
)
|
|
35
|
+
size: Optional[StrictInt] = None
|
|
36
|
+
__properties: ClassVar[List[str]] = ["class", "size"]
|
|
37
|
+
|
|
38
|
+
model_config = ConfigDict(
|
|
39
|
+
populate_by_name=True,
|
|
40
|
+
validate_assignment=True,
|
|
41
|
+
protected_namespaces=(),
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
def to_str(self) -> str:
|
|
45
|
+
"""Returns the string representation of the model using alias"""
|
|
46
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
47
|
+
|
|
48
|
+
def to_json(self) -> str:
|
|
49
|
+
"""Returns the JSON representation of the model using alias"""
|
|
50
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
51
|
+
return json.dumps(self.to_dict())
|
|
52
|
+
|
|
53
|
+
@classmethod
|
|
54
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
55
|
+
"""Create an instance of StorageUpdate from a JSON string"""
|
|
56
|
+
return cls.from_dict(json.loads(json_str))
|
|
57
|
+
|
|
58
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
59
|
+
"""Return the dictionary representation of the model using alias.
|
|
60
|
+
|
|
61
|
+
This has the following differences from calling pydantic's
|
|
62
|
+
`self.model_dump(by_alias=True)`:
|
|
63
|
+
|
|
64
|
+
* `None` is only added to the output dict for nullable fields that
|
|
65
|
+
were set at model initialization. Other fields with value `None`
|
|
66
|
+
are ignored.
|
|
67
|
+
"""
|
|
68
|
+
excluded_fields: Set[str] = set([])
|
|
69
|
+
|
|
70
|
+
_dict = self.model_dump(
|
|
71
|
+
by_alias=True,
|
|
72
|
+
exclude=excluded_fields,
|
|
73
|
+
exclude_none=True,
|
|
74
|
+
)
|
|
75
|
+
return _dict
|
|
76
|
+
|
|
77
|
+
@classmethod
|
|
78
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
79
|
+
"""Create an instance of StorageUpdate from a dict"""
|
|
80
|
+
if obj is None:
|
|
81
|
+
return None
|
|
82
|
+
|
|
83
|
+
if not isinstance(obj, dict):
|
|
84
|
+
return cls.model_validate(obj)
|
|
85
|
+
|
|
86
|
+
_obj = cls.model_validate({"class": obj.get("class"), "size": obj.get("size")})
|
|
87
|
+
return _obj
|
|
@@ -22,7 +22,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
|
22
22
|
from typing_extensions import Self
|
|
23
23
|
|
|
24
24
|
from stackit.postgresflex.models.acl import ACL
|
|
25
|
-
from stackit.postgresflex.models.
|
|
25
|
+
from stackit.postgresflex.models.storage_update import StorageUpdate
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class UpdateInstancePayload(BaseModel):
|
|
@@ -37,7 +37,7 @@ class UpdateInstancePayload(BaseModel):
|
|
|
37
37
|
name: Optional[StrictStr] = None
|
|
38
38
|
options: Optional[Dict[str, StrictStr]] = None
|
|
39
39
|
replicas: Optional[StrictInt] = None
|
|
40
|
-
storage: Optional[
|
|
40
|
+
storage: Optional[StorageUpdate] = None
|
|
41
41
|
version: Optional[StrictStr] = None
|
|
42
42
|
__properties: ClassVar[List[str]] = [
|
|
43
43
|
"acl",
|
|
@@ -114,7 +114,7 @@ class UpdateInstancePayload(BaseModel):
|
|
|
114
114
|
"name": obj.get("name"),
|
|
115
115
|
"options": obj.get("options"),
|
|
116
116
|
"replicas": obj.get("replicas"),
|
|
117
|
-
"storage":
|
|
117
|
+
"storage": StorageUpdate.from_dict(obj["storage"]) if obj.get("storage") is not None else None,
|
|
118
118
|
"version": obj.get("version"),
|
|
119
119
|
}
|
|
120
120
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api_client.py
RENAMED
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/api_response.py
RENAMED
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/configuration.py
RENAMED
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/exceptions.py
RENAMED
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/acl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/backup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/flavor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_postgresflex-1.0.2 → stackit_postgresflex-1.2.0}/src/stackit/postgresflex/models/user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|