stackit-postgresflex 1.2.2__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 +21 -24
- 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 +10 -9
- stackit/postgresflex/models/api_configuration.py +10 -9
- stackit/postgresflex/models/api_extension_config_load_response.py +10 -9
- stackit/postgresflex/models/api_extension_configure_response.py +10 -9
- stackit/postgresflex/models/api_extension_delete_response.py +10 -9
- stackit/postgresflex/models/api_extension_list.py +10 -9
- stackit/postgresflex/models/api_extension_load_response.py +10 -9
- stackit/postgresflex/models/api_install_response.py +10 -9
- stackit/postgresflex/models/api_installed_list_response.py +10 -9
- stackit/postgresflex/models/backup.py +10 -9
- stackit/postgresflex/models/clone_instance_payload.py +10 -9
- stackit/postgresflex/models/clone_instance_response.py +10 -9
- stackit/postgresflex/models/create_database_payload.py +10 -9
- stackit/postgresflex/models/create_instance_payload.py +10 -9
- stackit/postgresflex/models/create_instance_response.py +10 -9
- stackit/postgresflex/models/create_user_payload.py +10 -9
- stackit/postgresflex/models/create_user_response.py +10 -9
- stackit/postgresflex/models/error.py +10 -9
- stackit/postgresflex/models/extensions_configuration.py +10 -9
- stackit/postgresflex/models/extensions_extension_list_response.py +10 -9
- stackit/postgresflex/models/extensions_new_config.py +10 -9
- stackit/postgresflex/models/flavor.py +10 -9
- stackit/postgresflex/models/get_backup_response.py +10 -9
- stackit/postgresflex/models/get_user_response.py +10 -9
- stackit/postgresflex/models/instance.py +10 -9
- stackit/postgresflex/models/instance_create_database_response.py +10 -9
- stackit/postgresflex/models/instance_data_point.py +10 -9
- stackit/postgresflex/models/instance_database.py +10 -9
- stackit/postgresflex/models/instance_host.py +10 -9
- stackit/postgresflex/models/instance_host_metric.py +10 -9
- stackit/postgresflex/models/instance_list_databases_response.py +10 -9
- stackit/postgresflex/models/instance_list_instance.py +10 -9
- stackit/postgresflex/models/instance_metrics_response.py +10 -9
- stackit/postgresflex/models/instance_response.py +10 -9
- stackit/postgresflex/models/list_backups_response.py +10 -9
- stackit/postgresflex/models/list_flavors_response.py +10 -9
- stackit/postgresflex/models/list_instances_response.py +10 -9
- stackit/postgresflex/models/list_storages_response.py +10 -9
- stackit/postgresflex/models/list_users_response.py +10 -9
- stackit/postgresflex/models/list_users_response_item.py +10 -9
- stackit/postgresflex/models/list_versions_response.py +10 -9
- stackit/postgresflex/models/partial_update_instance_payload.py +10 -9
- stackit/postgresflex/models/partial_update_instance_response.py +10 -9
- stackit/postgresflex/models/partial_update_user_payload.py +10 -9
- stackit/postgresflex/models/postgres_database_parameter.py +10 -9
- stackit/postgresflex/models/postgres_database_parameter_response.py +10 -9
- stackit/postgresflex/models/reset_user_response.py +10 -9
- stackit/postgresflex/models/storage.py +10 -9
- stackit/postgresflex/models/storage_range.py +10 -9
- stackit/postgresflex/models/storage_update.py +10 -9
- stackit/postgresflex/models/update_backup_schedule_payload.py +10 -9
- stackit/postgresflex/models/update_instance_payload.py +10 -9
- stackit/postgresflex/models/update_user_payload.py +10 -9
- stackit/postgresflex/models/user.py +10 -9
- stackit/postgresflex/models/user_response.py +10 -9
- stackit/postgresflex/rest.py +6 -7
- {stackit_postgresflex-1.2.2.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.2.2.dist-info → stackit_postgresflex-1.4.0.dist-info}/WHEEL +1 -1
- stackit_postgresflex-1.2.2.dist-info/RECORD +0 -70
- {stackit_postgresflex-1.2.2.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/LICENSE.md +0 -0
- {stackit_postgresflex-1.2.2.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/NOTICE.txt +0 -0
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -32,7 +33,8 @@ class StorageRange(BaseModel):
|
|
|
32
33
|
__properties: ClassVar[List[str]] = ["max", "min"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
|
-
|
|
36
|
+
validate_by_name=True,
|
|
37
|
+
validate_by_alias=True,
|
|
36
38
|
validate_assignment=True,
|
|
37
39
|
protected_namespaces=(),
|
|
38
40
|
)
|
|
@@ -43,8 +45,7 @@ class StorageRange(BaseModel):
|
|
|
43
45
|
|
|
44
46
|
def to_json(self) -> str:
|
|
45
47
|
"""Returns the JSON representation of the model using alias"""
|
|
46
|
-
|
|
47
|
-
return json.dumps(self.to_dict())
|
|
48
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
48
49
|
|
|
49
50
|
@classmethod
|
|
50
51
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -36,7 +37,8 @@ class StorageUpdate(BaseModel):
|
|
|
36
37
|
__properties: ClassVar[List[str]] = ["class", "size"]
|
|
37
38
|
|
|
38
39
|
model_config = ConfigDict(
|
|
39
|
-
|
|
40
|
+
validate_by_name=True,
|
|
41
|
+
validate_by_alias=True,
|
|
40
42
|
validate_assignment=True,
|
|
41
43
|
protected_namespaces=(),
|
|
42
44
|
)
|
|
@@ -47,8 +49,7 @@ class StorageUpdate(BaseModel):
|
|
|
47
49
|
|
|
48
50
|
def to_json(self) -> str:
|
|
49
51
|
"""Returns the JSON representation of the model using alias"""
|
|
50
|
-
|
|
51
|
-
return json.dumps(self.to_dict())
|
|
52
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
52
53
|
|
|
53
54
|
@classmethod
|
|
54
55
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -31,7 +32,8 @@ class UpdateBackupSchedulePayload(BaseModel):
|
|
|
31
32
|
__properties: ClassVar[List[str]] = ["backupSchedule"]
|
|
32
33
|
|
|
33
34
|
model_config = ConfigDict(
|
|
34
|
-
|
|
35
|
+
validate_by_name=True,
|
|
36
|
+
validate_by_alias=True,
|
|
35
37
|
validate_assignment=True,
|
|
36
38
|
protected_namespaces=(),
|
|
37
39
|
)
|
|
@@ -42,8 +44,7 @@ class UpdateBackupSchedulePayload(BaseModel):
|
|
|
42
44
|
|
|
43
45
|
def to_json(self) -> str:
|
|
44
46
|
"""Returns the JSON representation of the model using alias"""
|
|
45
|
-
|
|
46
|
-
return json.dumps(self.to_dict())
|
|
47
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
47
48
|
|
|
48
49
|
@classmethod
|
|
49
50
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
from stackit.postgresflex.models.acl import ACL
|
|
@@ -52,7 +53,8 @@ class UpdateInstancePayload(BaseModel):
|
|
|
52
53
|
]
|
|
53
54
|
|
|
54
55
|
model_config = ConfigDict(
|
|
55
|
-
|
|
56
|
+
validate_by_name=True,
|
|
57
|
+
validate_by_alias=True,
|
|
56
58
|
validate_assignment=True,
|
|
57
59
|
protected_namespaces=(),
|
|
58
60
|
)
|
|
@@ -63,8 +65,7 @@ class UpdateInstancePayload(BaseModel):
|
|
|
63
65
|
|
|
64
66
|
def to_json(self) -> str:
|
|
65
67
|
"""Returns the JSON representation of the model using alias"""
|
|
66
|
-
|
|
67
|
-
return json.dumps(self.to_dict())
|
|
68
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
68
69
|
|
|
69
70
|
@classmethod
|
|
70
71
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -32,7 +33,8 @@ class UpdateUserPayload(BaseModel):
|
|
|
32
33
|
__properties: ClassVar[List[str]] = ["database", "roles"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
|
-
|
|
36
|
+
validate_by_name=True,
|
|
37
|
+
validate_by_alias=True,
|
|
36
38
|
validate_assignment=True,
|
|
37
39
|
protected_namespaces=(),
|
|
38
40
|
)
|
|
@@ -43,8 +45,7 @@ class UpdateUserPayload(BaseModel):
|
|
|
43
45
|
|
|
44
46
|
def to_json(self) -> str:
|
|
45
47
|
"""Returns the JSON representation of the model using alias"""
|
|
46
|
-
|
|
47
|
-
return json.dumps(self.to_dict())
|
|
48
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
48
49
|
|
|
49
50
|
@classmethod
|
|
50
51
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -38,7 +39,8 @@ class User(BaseModel):
|
|
|
38
39
|
__properties: ClassVar[List[str]] = ["database", "host", "id", "password", "port", "roles", "uri", "username"]
|
|
39
40
|
|
|
40
41
|
model_config = ConfigDict(
|
|
41
|
-
|
|
42
|
+
validate_by_name=True,
|
|
43
|
+
validate_by_alias=True,
|
|
42
44
|
validate_assignment=True,
|
|
43
45
|
protected_namespaces=(),
|
|
44
46
|
)
|
|
@@ -49,8 +51,7 @@ class User(BaseModel):
|
|
|
49
51
|
|
|
50
52
|
def to_json(self) -> str:
|
|
51
53
|
"""Returns the JSON representation of the model using alias"""
|
|
52
|
-
|
|
53
|
-
return json.dumps(self.to_dict())
|
|
54
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
54
55
|
|
|
55
56
|
@classmethod
|
|
56
57
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
@@ -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
|
|
@@ -19,6 +19,7 @@ import pprint
|
|
|
19
19
|
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
|
+
from pydantic_core import to_jsonable_python
|
|
22
23
|
from typing_extensions import Self
|
|
23
24
|
|
|
24
25
|
|
|
@@ -35,7 +36,8 @@ class UserResponse(BaseModel):
|
|
|
35
36
|
__properties: ClassVar[List[str]] = ["host", "id", "port", "roles", "username"]
|
|
36
37
|
|
|
37
38
|
model_config = ConfigDict(
|
|
38
|
-
|
|
39
|
+
validate_by_name=True,
|
|
40
|
+
validate_by_alias=True,
|
|
39
41
|
validate_assignment=True,
|
|
40
42
|
protected_namespaces=(),
|
|
41
43
|
)
|
|
@@ -46,8 +48,7 @@ class UserResponse(BaseModel):
|
|
|
46
48
|
|
|
47
49
|
def to_json(self) -> str:
|
|
48
50
|
"""Returns the JSON representation of the model using alias"""
|
|
49
|
-
|
|
50
|
-
return json.dumps(self.to_dict())
|
|
51
|
+
return json.dumps(to_jsonable_python(self.to_dict()))
|
|
51
52
|
|
|
52
53
|
@classmethod
|
|
53
54
|
def from_json(cls, json_str: str) -> Optional[Self]:
|
stackit/postgresflex/rest.py
CHANGED
|
@@ -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 io
|
|
@@ -22,7 +22,6 @@ from stackit.core.configuration import Configuration
|
|
|
22
22
|
|
|
23
23
|
from stackit.postgresflex.exceptions import ApiException, ApiValueError
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
RESTResponseType = requests.Response
|
|
27
26
|
|
|
28
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackit-postgresflex
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: STACKIT PostgreSQL Flex API
|
|
5
5
|
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
|
|
6
6
|
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
|
|
@@ -10,16 +10,15 @@ License-File: NOTICE.txt
|
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
19
|
-
Requires-Python: <4.0,>=3.
|
|
18
|
+
Requires-Python: <4.0,>=3.10
|
|
20
19
|
Requires-Dist: pydantic>=2.9.2
|
|
21
20
|
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
22
|
-
Requires-Dist: requests>=2.
|
|
21
|
+
Requires-Dist: requests>=2.33.0
|
|
23
22
|
Requires-Dist: stackit-core>=0.0.1a
|
|
24
23
|
Description-Content-Type: text/markdown
|
|
25
24
|
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
stackit/postgresflex/__init__.py,sha256=wcKdWspE6UZ4zRnjPfslRvGFRi7zXhxwh_scuDfkCn0,9069
|
|
2
|
+
stackit/postgresflex/api_client.py,sha256=gfIA0sbR_O-ge-OPJcZnI26U0VEEn_HZP-xyEW98Zu8,23749
|
|
3
|
+
stackit/postgresflex/api_response.py,sha256=rSuCVGY-HE8X_WwteQP5wyANIuS-L5AmtZEUOwTicak,641
|
|
4
|
+
stackit/postgresflex/configuration.py,sha256=ghV45xwHwDSDZzbM6SqIlP0OMHgKpZXQknhQP-43sWA,5702
|
|
5
|
+
stackit/postgresflex/exceptions.py,sha256=YYVIngxf2gji4W9POhdnLzDGB7eCThf6pt-oEY368_k,6400
|
|
6
|
+
stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
stackit/postgresflex/rest.py,sha256=PkHzOK0vt-AihIDMZTkCQn6qECwRFjFZ2nWbnk-7L6Y,6394
|
|
8
|
+
stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
|
|
9
|
+
stackit/postgresflex/api/default_api.py,sha256=0DsLC_LaNHGq7k8pUqnvRwVKmU507i_iwYWx-0hK650,326853
|
|
10
|
+
stackit/postgresflex/models/__init__.py,sha256=TRZzdSsJ1sX_d3t0R7WKm2FP-V1HmmDGVhfgR51ry00,4984
|
|
11
|
+
stackit/postgresflex/models/acl.py,sha256=O4eh6dSIF0AI5sRDXXY-LSBzWonwD5S8rZfoGyMK5Js,2369
|
|
12
|
+
stackit/postgresflex/models/api_configuration.py,sha256=dq9jkdNR1hDwgldNhA33KxViFoUiqi3-Mw1QZjKbdYU,2493
|
|
13
|
+
stackit/postgresflex/models/api_extension_config_load_response.py,sha256=NZIJSXxYepQVKjDBLAiNSc0087P8V97SS-RqPmdcy3Q,3311
|
|
14
|
+
stackit/postgresflex/models/api_extension_configure_response.py,sha256=PdDKeCS6ruXdxJM7bWdWEPCCvzKQgGyIzpsmCGb-loM,3307
|
|
15
|
+
stackit/postgresflex/models/api_extension_delete_response.py,sha256=mQj6_ho-WhnO4So9jblE-sXlaU5LCh6-fnaS3vVsXiU,2520
|
|
16
|
+
stackit/postgresflex/models/api_extension_list.py,sha256=1-AKy18ftvVrR26nnwX97zpMeDL04aZWtucYPSd6GWs,2616
|
|
17
|
+
stackit/postgresflex/models/api_extension_load_response.py,sha256=3ItuG_TvwfwTVf07J3kiZnSdKDZUpbDIf2qFFsKCJRU,2801
|
|
18
|
+
stackit/postgresflex/models/api_install_response.py,sha256=ydWVMOU0aKkAMATAISe8c4CkCwiQOPEhhv0vXXZ9_qw,2777
|
|
19
|
+
stackit/postgresflex/models/api_installed_list_response.py,sha256=1y4O2zJSnqsdHEVYuo2DLc4-qKVpvjD2pSF2bzImaIA,3108
|
|
20
|
+
stackit/postgresflex/models/backup.py,sha256=BFhOtsNvYxaY41giTCvxvcX-jyixz2PWHZ4RjnEaU4Q,3177
|
|
21
|
+
stackit/postgresflex/models/clone_instance_payload.py,sha256=d66Uk4ieNjBpc09lfsPC3axHbaCFwmblUkk4XSmdHKM,2810
|
|
22
|
+
stackit/postgresflex/models/clone_instance_response.py,sha256=2_Wfd45I3Qut3aGlXhCqLM-tc9iNyGV0iviRWraWjSg,2498
|
|
23
|
+
stackit/postgresflex/models/create_database_payload.py,sha256=cCRHojZvNasepFICR4-6aG4-ffJeb_liG0j1cLyp8z4,2587
|
|
24
|
+
stackit/postgresflex/models/create_instance_payload.py,sha256=JR-UUgI0I4n_kOxGQ8dSr-GPfrVjnEElEV0GOSY6rPc,3912
|
|
25
|
+
stackit/postgresflex/models/create_instance_response.py,sha256=M24FYUqg-U7BG0-88B6CeR4eaIfakPThOUZfbZUxmyA,2427
|
|
26
|
+
stackit/postgresflex/models/create_user_payload.py,sha256=znZ64_L1J4rthwqNEyqOhzg9z0XOzGuL_8IyR2csltA,2511
|
|
27
|
+
stackit/postgresflex/models/create_user_response.py,sha256=HdfwWa7tyfOZmD7mvTh03XAPMtloLTOg0s4GHXz-E4g,2660
|
|
28
|
+
stackit/postgresflex/models/error.py,sha256=zT9w5rKGrnmbFMAD867U3C3PifA6epfK4YMrN1fGLbc,2726
|
|
29
|
+
stackit/postgresflex/models/extensions_configuration.py,sha256=sv_LV0iZL15oBd6kFKSUYcllgeyFhKhKbr35Mca-wmI,2521
|
|
30
|
+
stackit/postgresflex/models/extensions_extension_list_response.py,sha256=JxWr4BJr1DCP93R_iVsAVKr1fMs8xObESEAGLoBYzK0,3076
|
|
31
|
+
stackit/postgresflex/models/extensions_new_config.py,sha256=D1No_F3FOgKLV8cwLPPsRkNoRM_2Y2qh47GLnrzGgFw,3163
|
|
32
|
+
stackit/postgresflex/models/flavor.py,sha256=5nVG8LoK8MqrLSm2Qqu_WPyiW26RubQj7IVgnHtoVCo,2717
|
|
33
|
+
stackit/postgresflex/models/get_backup_response.py,sha256=8fP1fSb4C_G-MFoR3C19pKtCW-jaRl3k9S5rhtMppmA,2664
|
|
34
|
+
stackit/postgresflex/models/get_user_response.py,sha256=jcmmWLvvbXpsVku7-BF6t4sk4JhZ0Tg7sxYsSHADvY8,2703
|
|
35
|
+
stackit/postgresflex/models/instance.py,sha256=82sa_0wMAE--khWLqccBFopdFRCovIUOd0DByxQRXgs,4248
|
|
36
|
+
stackit/postgresflex/models/instance_create_database_response.py,sha256=iD9zbq0Re0UipK_3cgTy7WXkRrnFpV0XqQhPcf-Dbyo,2459
|
|
37
|
+
stackit/postgresflex/models/instance_data_point.py,sha256=oVFjFtkk11gRtGDDPvgEYKgvxGLZaon-PSkgvOAn9z4,2585
|
|
38
|
+
stackit/postgresflex/models/instance_database.py,sha256=24dFPclUbZZv4DpjFc9YBG5TQBCQaRrMW0xaAVz9Ntw,2623
|
|
39
|
+
stackit/postgresflex/models/instance_host.py,sha256=R8SkRtVWubzV3xUuB8Xy9a8tIG-04OPFk-m_T1ob0Is,3232
|
|
40
|
+
stackit/postgresflex/models/instance_host_metric.py,sha256=RGud50rPh5ZxdmKrez6NH50Jo9JKgCnpPD83KrfLSNE,3288
|
|
41
|
+
stackit/postgresflex/models/instance_list_databases_response.py,sha256=GWlmPJXkmgnKdkrH2o2Y7t-JFLhbKkG6iFC3I8KTFWk,3127
|
|
42
|
+
stackit/postgresflex/models/instance_list_instance.py,sha256=2KBN7sb1G2zR67E-SAavizirFJ1n-GO2fMriM925dl8,2567
|
|
43
|
+
stackit/postgresflex/models/instance_metrics_response.py,sha256=SlXTdK6wk_rFq7lVP-uKVK51FB44vKRhlRQnLEEULYA,2999
|
|
44
|
+
stackit/postgresflex/models/instance_response.py,sha256=-_-dTtwTGbHEtAPvNcCYA3PCK74dTTjATaTQXQbvTYY,2668
|
|
45
|
+
stackit/postgresflex/models/list_backups_response.py,sha256=xjgEB1WF6lBj2HJ8AIznKIC9zJahQiFaG47CvfoI3cc,3020
|
|
46
|
+
stackit/postgresflex/models/list_flavors_response.py,sha256=CuhpCbk1hTOXJI2OBVmcxGUbRLoSuHC3weaUcQc_ntM,2982
|
|
47
|
+
stackit/postgresflex/models/list_instances_response.py,sha256=QMibRSI_u_ei2--RIgMqazOs3tCWZyH_6iDdviDGCE8,3166
|
|
48
|
+
stackit/postgresflex/models/list_storages_response.py,sha256=3Th5h-rmA_JlUZfHlr03OnyYRSgewIneKvNgH138Qhw,3097
|
|
49
|
+
stackit/postgresflex/models/list_users_response.py,sha256=gPXTGNNQcyAWGesMhmax-g5wvM0RULL0HmFLqqR16ls,3155
|
|
50
|
+
stackit/postgresflex/models/list_users_response_item.py,sha256=kYjIyb8yBkfG3vP3SsJ0lNhpN6lP1-uILU2_69BPfjY,2509
|
|
51
|
+
stackit/postgresflex/models/list_versions_response.py,sha256=3ZwJWE6OJEQ62qgNpoNmd4s2mp8ENyRjZ2Cy7t1QIf8,2449
|
|
52
|
+
stackit/postgresflex/models/partial_update_instance_payload.py,sha256=mu2MJ8sx-aJkg1veGvCj9HivssVU5CKP_ooVwhjxD84,4115
|
|
53
|
+
stackit/postgresflex/models/partial_update_instance_response.py,sha256=tX9udD9yG9-3BIvB2c2mlP7_3Njoy6W-pL3NRZYjvP8,2720
|
|
54
|
+
stackit/postgresflex/models/partial_update_user_payload.py,sha256=3G1OPlXaZh-QpBqvCdaksW4RNBihiIj_a4k0jPY3BaQ,2539
|
|
55
|
+
stackit/postgresflex/models/postgres_database_parameter.py,sha256=YjppD-S_Y8CEVD2REdyh2qAt4wS98JA_fsIukeWUrGQ,4940
|
|
56
|
+
stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=meCa9L4IcXBTKpyeC-uoLgwgR5cJ35BI9wX0wjyZKDs,3248
|
|
57
|
+
stackit/postgresflex/models/reset_user_response.py,sha256=yz5_bAwDToit-9uL7nz_1yPe7zE_C_OKdNM-zViM9_0,2656
|
|
58
|
+
stackit/postgresflex/models/storage.py,sha256=iouVSRr-26dC8y9wq_HwFWN2o97q77_9Puo9LQifd2Q,2501
|
|
59
|
+
stackit/postgresflex/models/storage_range.py,sha256=ejwk9XxwMSuSATjrpkqpkVYD_aqYGhwCEqa0b1poLnM,2457
|
|
60
|
+
stackit/postgresflex/models/storage_update.py,sha256=K-83PjB1zfg3K92vLND-QMOl4gW5uxkxm4YQXtjEhBY,2669
|
|
61
|
+
stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=Rd-itBD3mpJh_iiHk9ONsu2mpbO93VGGunywsfIwGHk,2518
|
|
62
|
+
stackit/postgresflex/models/update_instance_payload.py,sha256=q8PVoFqA39gmLMdjvmWCr2ezKTvAoYM_Zwgcr8LKPlU,4087
|
|
63
|
+
stackit/postgresflex/models/update_user_payload.py,sha256=qkXxERw4iR42JZHoMAlynUGVsKRQ4QGzOnbxU0y4N7M,2511
|
|
64
|
+
stackit/postgresflex/models/user.py,sha256=nPxp8RciwJiKqR4CJ8SFR2jMasPUGu-1rQR6Y16N-8A,3075
|
|
65
|
+
stackit/postgresflex/models/user_response.py,sha256=BFT2hh_eDlZkgM0U5HEmNFH6F8KEMjGU69yWtiJ52Hc,2821
|
|
66
|
+
stackit_postgresflex-1.4.0.dist-info/METADATA,sha256=RNa_kY0Ksj7-jIBs6lcfh8mUQB01kXWtFMnGBb-sbjw,1756
|
|
67
|
+
stackit_postgresflex-1.4.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
68
|
+
stackit_postgresflex-1.4.0.dist-info/licenses/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
|
|
69
|
+
stackit_postgresflex-1.4.0.dist-info/licenses/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
|
|
70
|
+
stackit_postgresflex-1.4.0.dist-info/RECORD,,
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
stackit/postgresflex/__init__.py,sha256=rMYzq9BlsmdVBxtxHPSHCwgTn-oHBodu9QBvhIRy3oQ,9094
|
|
2
|
-
stackit/postgresflex/api_client.py,sha256=GEm4y-gCopI-sP2j6jQ7zFXSN_ATIt_PpJAHEzvOsg0,23936
|
|
3
|
-
stackit/postgresflex/api_response.py,sha256=HRYkVqMNIlfODacTQPTbiVj2YdcnutpQrKJdeAoCSpM,642
|
|
4
|
-
stackit/postgresflex/configuration.py,sha256=zsrENzCv9XNcJXnqzKbPkYzq_j39dRdenDcrpV1alBE,5727
|
|
5
|
-
stackit/postgresflex/exceptions.py,sha256=8303B2HYwDrW_0t83-NgLqN0DPFot2M4SIi-4xnopB8,6424
|
|
6
|
-
stackit/postgresflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
stackit/postgresflex/rest.py,sha256=tJgc6A80pvzRWAeQASsKaUDYZzOl6F6xCDghElq-M58,6419
|
|
8
|
-
stackit/postgresflex/api/__init__.py,sha256=o9Yn39BawyTTsTGsVzVPZ5-Or_0CKwHlAAAIUMqtxjc,107
|
|
9
|
-
stackit/postgresflex/api/default_api.py,sha256=uKbO0E72NfnijDg04ASrhgr62cAkUG0xx8mPVQ9QXFw,326877
|
|
10
|
-
stackit/postgresflex/models/__init__.py,sha256=DQHOxw-ZI_H4Dr_1Z78NpE__FcOD0IdLKAl34pQAbLs,5008
|
|
11
|
-
stackit/postgresflex/models/acl.py,sha256=VMNlqiVOsQNH1o6zOJ08EpOJ9Z-4G3bpkoPxchHRXzo,2389
|
|
12
|
-
stackit/postgresflex/models/api_configuration.py,sha256=kcfW_iCHJfwu6KYONrzurkmOz2VTJwWgjgXN0_OfOfg,2513
|
|
13
|
-
stackit/postgresflex/models/api_extension_config_load_response.py,sha256=BqhTuUU_CljUhushNPtF-2sTp8cChLrdVh_hOPcqhwc,3331
|
|
14
|
-
stackit/postgresflex/models/api_extension_configure_response.py,sha256=Y-Znp78ahe4BHkFMA4_XTcAnrE-pspNnkDfla9huMkA,3327
|
|
15
|
-
stackit/postgresflex/models/api_extension_delete_response.py,sha256=sk-aBWkjWNWGPEPqG_oKCa5cwShCPo4hGa9h4Kc6ur8,2540
|
|
16
|
-
stackit/postgresflex/models/api_extension_list.py,sha256=By2r9WOefSN2NJRf6kI7VuEsIrblRD5dHa1RdErlDGA,2636
|
|
17
|
-
stackit/postgresflex/models/api_extension_load_response.py,sha256=f4-R2kRS9dGou-GFObFP1k7AH6hhlBq4qVFWWWgPunA,2821
|
|
18
|
-
stackit/postgresflex/models/api_install_response.py,sha256=RvZuJwoBkSZtoNkk3p7rKmcqvao98XkECA3sQKenPRo,2797
|
|
19
|
-
stackit/postgresflex/models/api_installed_list_response.py,sha256=eC0oJ6xOINuPW-0sYcL9O30XiAhw-7py98nG3xMKqJY,3128
|
|
20
|
-
stackit/postgresflex/models/backup.py,sha256=IbDi5GfoZYX5Fufh1CVxTDRtM484lvJHgvvkL27enmE,3197
|
|
21
|
-
stackit/postgresflex/models/clone_instance_payload.py,sha256=E7CgsUn2XlwEUJ8BSj8FuuWKejLyuio4Cl3BFDAj8Dc,2830
|
|
22
|
-
stackit/postgresflex/models/clone_instance_response.py,sha256=h2KnTxcmAUl0H4W4TBxGjzWsXShJJ6tUphtWAoItJU8,2518
|
|
23
|
-
stackit/postgresflex/models/create_database_payload.py,sha256=s9TpM5Dp8PbNCyzndmmqGrlObbk2bHYESgRXElzAF-k,2607
|
|
24
|
-
stackit/postgresflex/models/create_instance_payload.py,sha256=BSUz1kpMwFdD70SFWTOHxoMJ5GiC8jd6zUI64FiwuRM,3932
|
|
25
|
-
stackit/postgresflex/models/create_instance_response.py,sha256=6ZnnxPKr_ckrWxwzRNgOC3SmWi0Co1UGdT0cdjUA79c,2447
|
|
26
|
-
stackit/postgresflex/models/create_user_payload.py,sha256=0h-257fraY-V1ZSteY_p3PU2TRbCu2CEA9wERe_MwWY,2531
|
|
27
|
-
stackit/postgresflex/models/create_user_response.py,sha256=DN63jE-Xsn3g1fmEMDZANSJyxkk1eF3xbyqjpbpyYKE,2680
|
|
28
|
-
stackit/postgresflex/models/error.py,sha256=4ttuCN1FR5DBpDSma6-WQTGFjuUsk3tBffkg-h4ZFBk,2746
|
|
29
|
-
stackit/postgresflex/models/extensions_configuration.py,sha256=cgh8PTDyWdAecmrkH7uUKQsYWrtmrD1MyOxeebefYuI,2541
|
|
30
|
-
stackit/postgresflex/models/extensions_extension_list_response.py,sha256=MowYGyzR53jkERFNCzSB_2_G4QVDEH6kWlm2NEOPWM4,3096
|
|
31
|
-
stackit/postgresflex/models/extensions_new_config.py,sha256=huLYPS026gg2PwSfuR9ADxloS_Pj2lVpuNmP3kVXCNA,3183
|
|
32
|
-
stackit/postgresflex/models/flavor.py,sha256=Ekl3cEKkY4s-coBgWuYEV-KCZ89bBqNBn_BS_mUf3Vg,2737
|
|
33
|
-
stackit/postgresflex/models/get_backup_response.py,sha256=GkjM51Y06qTqFAXzvBpRqlOLHX8Rm5B5SJox05V5uZs,2684
|
|
34
|
-
stackit/postgresflex/models/get_user_response.py,sha256=sJDbGrb5bevbCOthQxEUrrtl3ZVRbvxQq_8XlQN85zQ,2723
|
|
35
|
-
stackit/postgresflex/models/instance.py,sha256=HFLjdjr78yktO6ZUIGzI8SSbVklLKGQHT8ysd921qCM,4268
|
|
36
|
-
stackit/postgresflex/models/instance_create_database_response.py,sha256=RSU_KDtLkUfaUCau-h8PHayh3F2GAxIsaBX0eHWZxcM,2479
|
|
37
|
-
stackit/postgresflex/models/instance_data_point.py,sha256=qE46M6gg-vPGYfZt64w5rynvT1m-Wi_hWydgrqDaVGc,2605
|
|
38
|
-
stackit/postgresflex/models/instance_database.py,sha256=WBexroR97k56QpHTtp0_mvoLt0clzST3iRtdG6WHyV4,2643
|
|
39
|
-
stackit/postgresflex/models/instance_host.py,sha256=Ck3JApd8-kHk1793xbsHo_FThhlQ1WOqfLIBlQGRwHE,3252
|
|
40
|
-
stackit/postgresflex/models/instance_host_metric.py,sha256=hv3IP4YrJ9Er2nyX2vtv_czP_soUtA58cPyEbTTcJOg,3308
|
|
41
|
-
stackit/postgresflex/models/instance_list_databases_response.py,sha256=9bALRoSeS3WgbFvir8aneffGs6IKrBxsGI2TAgdzAp4,3147
|
|
42
|
-
stackit/postgresflex/models/instance_list_instance.py,sha256=BjL28VdTIRycTK96umTaeVsHokYj6RTLqrCIVFnDqS4,2587
|
|
43
|
-
stackit/postgresflex/models/instance_metrics_response.py,sha256=qGE82k0sHzWS-IyPoQ-DftzB_gJ1XqQtCu4Pe5WzYZ0,3019
|
|
44
|
-
stackit/postgresflex/models/instance_response.py,sha256=O5BPZvpcWb8lWuD-OBaLkcVAwGNSm4ZUFTjdFMfuX3Q,2688
|
|
45
|
-
stackit/postgresflex/models/list_backups_response.py,sha256=USnL_Bm9_rLTY8zkgcK1T3BFNVLgbrXRDRaASq1MuXc,3040
|
|
46
|
-
stackit/postgresflex/models/list_flavors_response.py,sha256=KvETDBTY8AqJXwjWB0D08mx5HpapPeijCdzFQLFFMCE,3002
|
|
47
|
-
stackit/postgresflex/models/list_instances_response.py,sha256=4nE1noBgQRfq8NWUeUPxerzL6xamuaBryPg0Lxsx4MQ,3186
|
|
48
|
-
stackit/postgresflex/models/list_storages_response.py,sha256=SKDggdi8kq2cWvMUcWRGcaT5fRxUlYuX67qfvtYd3hg,3117
|
|
49
|
-
stackit/postgresflex/models/list_users_response.py,sha256=ns-nbxAZ4hEySWV1MY76pNYF7rq4xW1t7JFJgIIJtpE,3175
|
|
50
|
-
stackit/postgresflex/models/list_users_response_item.py,sha256=YxBZu1fHIFAoqIUopnZmjK9PBat5K0k2htMEgkKpdXc,2529
|
|
51
|
-
stackit/postgresflex/models/list_versions_response.py,sha256=XwhocZU7wRILhDqobX144q7_WrEtg_GJRXAbpEiF4GM,2469
|
|
52
|
-
stackit/postgresflex/models/partial_update_instance_payload.py,sha256=ds6PiuAHpEO_zhrIeg8vpK5BBxwasARutBUoHsl7UH4,4135
|
|
53
|
-
stackit/postgresflex/models/partial_update_instance_response.py,sha256=8DH8msuD1ScR8H4a5ygzM5A8slkN6Vk-FulMx4uVm90,2740
|
|
54
|
-
stackit/postgresflex/models/partial_update_user_payload.py,sha256=GiZbQJFJEQbh8RaY5JXKuVrd70C7mB-ChtW3wZPg5jk,2559
|
|
55
|
-
stackit/postgresflex/models/postgres_database_parameter.py,sha256=junb5pUyqmneq91b3w25PpjhU7Uirecu8YGhlimEEko,4960
|
|
56
|
-
stackit/postgresflex/models/postgres_database_parameter_response.py,sha256=h4F2e_CjOC3V80mdXUXTHXKE0bX0ftmr8jSBrrlbQzE,3268
|
|
57
|
-
stackit/postgresflex/models/reset_user_response.py,sha256=M3ygGTgntGahWQJ70T62fntUlPn_Qcbl5rbfAVZsg-A,2676
|
|
58
|
-
stackit/postgresflex/models/storage.py,sha256=_L2q-TeB3UwLHUf_rELldKjZ6MiV2zoLvu4nDtwO5Ao,2521
|
|
59
|
-
stackit/postgresflex/models/storage_range.py,sha256=YY-Avr2EqB7tMIctaIR5cxqhe-QiZ8BVvl5Q3Aw_PVo,2477
|
|
60
|
-
stackit/postgresflex/models/storage_update.py,sha256=MD45w7NHRGyTtwcGq0AZ9-j2CeI5Q7C-9_WmVqseBGY,2689
|
|
61
|
-
stackit/postgresflex/models/update_backup_schedule_payload.py,sha256=jOv5BkCgRZSHeLkH4_8l4D1HtlBiKvKR7X1Tv0e9bVI,2538
|
|
62
|
-
stackit/postgresflex/models/update_instance_payload.py,sha256=ZEnSqMzkxgtU202oTnR2pzzIm0G5xO-PYeoXcm7zH5A,4107
|
|
63
|
-
stackit/postgresflex/models/update_user_payload.py,sha256=QkcvJ9jsAX57SxpfDw8LjtjQDqmbPpTUVdEX05GcSPI,2531
|
|
64
|
-
stackit/postgresflex/models/user.py,sha256=odyvmpwuMJZ6tHcuO1gwoYyWiJiWBITc1S8oOmtGWmA,3095
|
|
65
|
-
stackit/postgresflex/models/user_response.py,sha256=gnyYLdU-Nuy9Z3wKlDKkgMjC49dhZvT-KaZ4g3CiW0I,2841
|
|
66
|
-
stackit_postgresflex-1.2.2.dist-info/METADATA,sha256=gukpXd26H7dfJFtSkJCL0C3JsFNJoHneWbonE5yKrnE,1805
|
|
67
|
-
stackit_postgresflex-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
68
|
-
stackit_postgresflex-1.2.2.dist-info/licenses/LICENSE.md,sha256=3dF8Tb7yZn2tS4zyNa-yNe-68pH8qyWdGz4ioMd3MgE,10933
|
|
69
|
-
stackit_postgresflex-1.2.2.dist-info/licenses/NOTICE.txt,sha256=dfclnS31cAj0fpPzKDsJywff703M-uXw4rUhlfsixTM,67
|
|
70
|
-
stackit_postgresflex-1.2.2.dist-info/RECORD,,
|
{stackit_postgresflex-1.2.2.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
{stackit_postgresflex-1.2.2.dist-info → stackit_postgresflex-1.4.0.dist-info}/licenses/NOTICE.txt
RENAMED
|
File without changes
|