stackit-scf 0.2.1__tar.gz → 0.4.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_scf-0.2.1 → stackit_scf-0.4.0}/PKG-INFO +1 -1
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/pyproject.toml +2 -2
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/__init__.py +10 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/__init__.py +3 -0
- stackit_scf-0.4.0/src/stackit/scf/models/isolation_segment.py +137 -0
- stackit_scf-0.4.0/src/stackit/scf/models/isolation_segments_list.py +105 -0
- stackit_scf-0.4.0/src/stackit/scf/models/space_with_isolation_segment.py +140 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/LICENSE.md +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/NOTICE.txt +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/README.md +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/api/__init__.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/api/default_api.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/api_client.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/api_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/configuration.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/exceptions.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/apply_organization_quota_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/create_org_role_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/create_organization_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/create_space_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/create_space_role_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/error_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_manager.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_manager_delete_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_manager_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_role_create_bff_request.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_role_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_role_type.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_create_bff_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_create_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_delete_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_quota.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_usage_summary.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organizations_list.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organizations_list_item.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/pagination.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/platform_list.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/platforms.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/quota.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/quota_apps.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/quota_domains.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/quota_routes.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/quota_services.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_created_bff_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_delete_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_bff_request.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_bff_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_response.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_type.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/spaces_list.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/update_organization_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/update_space_payload.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/usage_summary.py +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/py.typed +0 -0
- {stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/rest.py +0 -0
|
@@ -3,7 +3,7 @@ name = "stackit-scf"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "stackit-scf"
|
|
6
|
-
version = "v0.
|
|
6
|
+
version = "v0.4.0"
|
|
7
7
|
authors = [
|
|
8
8
|
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
|
|
9
9
|
]
|
|
@@ -96,4 +96,4 @@ docstring-quotes = '"""'
|
|
|
96
96
|
multiline-quotes = '"""'
|
|
97
97
|
ban-relative-imports = true
|
|
98
98
|
# Exclude generated code
|
|
99
|
-
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]
|
|
99
|
+
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]
|
|
@@ -35,6 +35,8 @@ __all__ = [
|
|
|
35
35
|
"CreateSpacePayload",
|
|
36
36
|
"CreateSpaceRolePayload",
|
|
37
37
|
"ErrorResponse",
|
|
38
|
+
"IsolationSegment",
|
|
39
|
+
"IsolationSegmentsList",
|
|
38
40
|
"OrgManager",
|
|
39
41
|
"OrgManagerDeleteResponse",
|
|
40
42
|
"OrgManagerResponse",
|
|
@@ -64,6 +66,7 @@ __all__ = [
|
|
|
64
66
|
"SpaceRoleCreateBffResponse",
|
|
65
67
|
"SpaceRoleCreateResponse",
|
|
66
68
|
"SpaceRoleType",
|
|
69
|
+
"SpaceWithIsolationSegment",
|
|
67
70
|
"SpacesList",
|
|
68
71
|
"UpdateOrganizationPayload",
|
|
69
72
|
"UpdateSpacePayload",
|
|
@@ -101,6 +104,10 @@ from stackit.scf.models.create_space_role_payload import (
|
|
|
101
104
|
CreateSpaceRolePayload as CreateSpaceRolePayload,
|
|
102
105
|
)
|
|
103
106
|
from stackit.scf.models.error_response import ErrorResponse as ErrorResponse
|
|
107
|
+
from stackit.scf.models.isolation_segment import IsolationSegment as IsolationSegment
|
|
108
|
+
from stackit.scf.models.isolation_segments_list import (
|
|
109
|
+
IsolationSegmentsList as IsolationSegmentsList,
|
|
110
|
+
)
|
|
104
111
|
from stackit.scf.models.org_manager import OrgManager as OrgManager
|
|
105
112
|
from stackit.scf.models.org_manager_delete_response import (
|
|
106
113
|
OrgManagerDeleteResponse as OrgManagerDeleteResponse,
|
|
@@ -156,6 +163,9 @@ from stackit.scf.models.space_role_create_response import (
|
|
|
156
163
|
SpaceRoleCreateResponse as SpaceRoleCreateResponse,
|
|
157
164
|
)
|
|
158
165
|
from stackit.scf.models.space_role_type import SpaceRoleType as SpaceRoleType
|
|
166
|
+
from stackit.scf.models.space_with_isolation_segment import (
|
|
167
|
+
SpaceWithIsolationSegment as SpaceWithIsolationSegment,
|
|
168
|
+
)
|
|
159
169
|
from stackit.scf.models.spaces_list import SpacesList as SpacesList
|
|
160
170
|
from stackit.scf.models.update_organization_payload import (
|
|
161
171
|
UpdateOrganizationPayload as UpdateOrganizationPayload,
|
|
@@ -23,6 +23,8 @@ from stackit.scf.models.create_organization_payload import CreateOrganizationPay
|
|
|
23
23
|
from stackit.scf.models.create_space_payload import CreateSpacePayload
|
|
24
24
|
from stackit.scf.models.create_space_role_payload import CreateSpaceRolePayload
|
|
25
25
|
from stackit.scf.models.error_response import ErrorResponse
|
|
26
|
+
from stackit.scf.models.isolation_segment import IsolationSegment
|
|
27
|
+
from stackit.scf.models.isolation_segments_list import IsolationSegmentsList
|
|
26
28
|
from stackit.scf.models.org_manager import OrgManager
|
|
27
29
|
from stackit.scf.models.org_manager_delete_response import OrgManagerDeleteResponse
|
|
28
30
|
from stackit.scf.models.org_manager_response import OrgManagerResponse
|
|
@@ -54,6 +56,7 @@ from stackit.scf.models.space_role_create_bff_request import SpaceRoleCreateBffR
|
|
|
54
56
|
from stackit.scf.models.space_role_create_bff_response import SpaceRoleCreateBffResponse
|
|
55
57
|
from stackit.scf.models.space_role_create_response import SpaceRoleCreateResponse
|
|
56
58
|
from stackit.scf.models.space_role_type import SpaceRoleType
|
|
59
|
+
from stackit.scf.models.space_with_isolation_segment import SpaceWithIsolationSegment
|
|
57
60
|
from stackit.scf.models.spaces_list import SpacesList
|
|
58
61
|
from stackit.scf.models.update_organization_payload import UpdateOrganizationPayload
|
|
59
62
|
from stackit.scf.models.update_space_payload import UpdateSpacePayload
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
STACKIT Cloud Foundry API
|
|
5
|
+
|
|
6
|
+
API endpoints for managing STACKIT Cloud Foundry
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.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
|
+
import re # noqa: F401
|
|
20
|
+
from datetime import datetime
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
22
|
+
|
|
23
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
class IsolationSegment(BaseModel):
|
|
28
|
+
"""
|
|
29
|
+
IsolationSegment
|
|
30
|
+
""" # noqa: E501
|
|
31
|
+
|
|
32
|
+
created_at: datetime = Field(alias="createdAt")
|
|
33
|
+
guid: StrictStr
|
|
34
|
+
name: StrictStr
|
|
35
|
+
org_id: StrictStr = Field(alias="orgId")
|
|
36
|
+
platform_id: StrictStr = Field(alias="platformId")
|
|
37
|
+
project_id: StrictStr = Field(alias="projectId")
|
|
38
|
+
region: StrictStr
|
|
39
|
+
updated_at: datetime = Field(alias="updatedAt")
|
|
40
|
+
__properties: ClassVar[List[str]] = [
|
|
41
|
+
"createdAt",
|
|
42
|
+
"guid",
|
|
43
|
+
"name",
|
|
44
|
+
"orgId",
|
|
45
|
+
"platformId",
|
|
46
|
+
"projectId",
|
|
47
|
+
"region",
|
|
48
|
+
"updatedAt",
|
|
49
|
+
]
|
|
50
|
+
|
|
51
|
+
@field_validator("created_at", mode="before")
|
|
52
|
+
def created_at_change_year_zero_to_one(cls, value):
|
|
53
|
+
"""Workaround which prevents year 0 issue"""
|
|
54
|
+
if isinstance(value, str):
|
|
55
|
+
# Check for year "0000" at the beginning of the string
|
|
56
|
+
# This assumes common date formats like YYYY-MM-DDTHH:MM:SS+00:00 or YYYY-MM-DDTHH:MM:SSZ
|
|
57
|
+
if value.startswith("0000-01-01T") and re.match(
|
|
58
|
+
r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\+\d{2}:\d{2}|Z)$", value
|
|
59
|
+
):
|
|
60
|
+
# Workaround: Replace "0000" with "0001"
|
|
61
|
+
return "0001" + value[4:] # Take "0001" and append the rest of the string
|
|
62
|
+
return value
|
|
63
|
+
|
|
64
|
+
@field_validator("updated_at", mode="before")
|
|
65
|
+
def updated_at_change_year_zero_to_one(cls, value):
|
|
66
|
+
"""Workaround which prevents year 0 issue"""
|
|
67
|
+
if isinstance(value, str):
|
|
68
|
+
# Check for year "0000" at the beginning of the string
|
|
69
|
+
# This assumes common date formats like YYYY-MM-DDTHH:MM:SS+00:00 or YYYY-MM-DDTHH:MM:SSZ
|
|
70
|
+
if value.startswith("0000-01-01T") and re.match(
|
|
71
|
+
r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\+\d{2}:\d{2}|Z)$", value
|
|
72
|
+
):
|
|
73
|
+
# Workaround: Replace "0000" with "0001"
|
|
74
|
+
return "0001" + value[4:] # Take "0001" and append the rest of the string
|
|
75
|
+
return value
|
|
76
|
+
|
|
77
|
+
model_config = ConfigDict(
|
|
78
|
+
populate_by_name=True,
|
|
79
|
+
validate_assignment=True,
|
|
80
|
+
protected_namespaces=(),
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
def to_str(self) -> str:
|
|
84
|
+
"""Returns the string representation of the model using alias"""
|
|
85
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
86
|
+
|
|
87
|
+
def to_json(self) -> str:
|
|
88
|
+
"""Returns the JSON representation of the model using alias"""
|
|
89
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
90
|
+
return json.dumps(self.to_dict())
|
|
91
|
+
|
|
92
|
+
@classmethod
|
|
93
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
94
|
+
"""Create an instance of IsolationSegment from a JSON string"""
|
|
95
|
+
return cls.from_dict(json.loads(json_str))
|
|
96
|
+
|
|
97
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
98
|
+
"""Return the dictionary representation of the model using alias.
|
|
99
|
+
|
|
100
|
+
This has the following differences from calling pydantic's
|
|
101
|
+
`self.model_dump(by_alias=True)`:
|
|
102
|
+
|
|
103
|
+
* `None` is only added to the output dict for nullable fields that
|
|
104
|
+
were set at model initialization. Other fields with value `None`
|
|
105
|
+
are ignored.
|
|
106
|
+
"""
|
|
107
|
+
excluded_fields: Set[str] = set([])
|
|
108
|
+
|
|
109
|
+
_dict = self.model_dump(
|
|
110
|
+
by_alias=True,
|
|
111
|
+
exclude=excluded_fields,
|
|
112
|
+
exclude_none=True,
|
|
113
|
+
)
|
|
114
|
+
return _dict
|
|
115
|
+
|
|
116
|
+
@classmethod
|
|
117
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
118
|
+
"""Create an instance of IsolationSegment from a dict"""
|
|
119
|
+
if obj is None:
|
|
120
|
+
return None
|
|
121
|
+
|
|
122
|
+
if not isinstance(obj, dict):
|
|
123
|
+
return cls.model_validate(obj)
|
|
124
|
+
|
|
125
|
+
_obj = cls.model_validate(
|
|
126
|
+
{
|
|
127
|
+
"createdAt": obj.get("createdAt"),
|
|
128
|
+
"guid": obj.get("guid"),
|
|
129
|
+
"name": obj.get("name"),
|
|
130
|
+
"orgId": obj.get("orgId"),
|
|
131
|
+
"platformId": obj.get("platformId"),
|
|
132
|
+
"projectId": obj.get("projectId"),
|
|
133
|
+
"region": obj.get("region"),
|
|
134
|
+
"updatedAt": obj.get("updatedAt"),
|
|
135
|
+
}
|
|
136
|
+
)
|
|
137
|
+
return _obj
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
STACKIT Cloud Foundry API
|
|
5
|
+
|
|
6
|
+
API endpoints for managing STACKIT Cloud Foundry
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.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
|
|
22
|
+
from typing_extensions import Self
|
|
23
|
+
|
|
24
|
+
from stackit.scf.models.isolation_segment import IsolationSegment
|
|
25
|
+
from stackit.scf.models.pagination import Pagination
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class IsolationSegmentsList(BaseModel):
|
|
29
|
+
"""
|
|
30
|
+
IsolationSegmentsList
|
|
31
|
+
""" # noqa: E501
|
|
32
|
+
|
|
33
|
+
pagination: Pagination
|
|
34
|
+
resources: List[IsolationSegment]
|
|
35
|
+
__properties: ClassVar[List[str]] = ["pagination", "resources"]
|
|
36
|
+
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
populate_by_name=True,
|
|
39
|
+
validate_assignment=True,
|
|
40
|
+
protected_namespaces=(),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
def to_str(self) -> str:
|
|
44
|
+
"""Returns the string representation of the model using alias"""
|
|
45
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
+
|
|
47
|
+
def to_json(self) -> str:
|
|
48
|
+
"""Returns the JSON representation of the model using alias"""
|
|
49
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
50
|
+
return json.dumps(self.to_dict())
|
|
51
|
+
|
|
52
|
+
@classmethod
|
|
53
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
+
"""Create an instance of IsolationSegmentsList from a JSON string"""
|
|
55
|
+
return cls.from_dict(json.loads(json_str))
|
|
56
|
+
|
|
57
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
58
|
+
"""Return the dictionary representation of the model using alias.
|
|
59
|
+
|
|
60
|
+
This has the following differences from calling pydantic's
|
|
61
|
+
`self.model_dump(by_alias=True)`:
|
|
62
|
+
|
|
63
|
+
* `None` is only added to the output dict for nullable fields that
|
|
64
|
+
were set at model initialization. Other fields with value `None`
|
|
65
|
+
are ignored.
|
|
66
|
+
"""
|
|
67
|
+
excluded_fields: Set[str] = set([])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of pagination
|
|
75
|
+
if self.pagination:
|
|
76
|
+
_dict["pagination"] = self.pagination.to_dict()
|
|
77
|
+
# override the default output from pydantic by calling `to_dict()` of each item in resources (list)
|
|
78
|
+
_items = []
|
|
79
|
+
if self.resources:
|
|
80
|
+
for _item in self.resources:
|
|
81
|
+
if _item:
|
|
82
|
+
_items.append(_item.to_dict())
|
|
83
|
+
_dict["resources"] = _items
|
|
84
|
+
return _dict
|
|
85
|
+
|
|
86
|
+
@classmethod
|
|
87
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
88
|
+
"""Create an instance of IsolationSegmentsList from a dict"""
|
|
89
|
+
if obj is None:
|
|
90
|
+
return None
|
|
91
|
+
|
|
92
|
+
if not isinstance(obj, dict):
|
|
93
|
+
return cls.model_validate(obj)
|
|
94
|
+
|
|
95
|
+
_obj = cls.model_validate(
|
|
96
|
+
{
|
|
97
|
+
"pagination": Pagination.from_dict(obj["pagination"]) if obj.get("pagination") is not None else None,
|
|
98
|
+
"resources": (
|
|
99
|
+
[IsolationSegment.from_dict(_item) for _item in obj["resources"]]
|
|
100
|
+
if obj.get("resources") is not None
|
|
101
|
+
else None
|
|
102
|
+
),
|
|
103
|
+
}
|
|
104
|
+
)
|
|
105
|
+
return _obj
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
STACKIT Cloud Foundry API
|
|
5
|
+
|
|
6
|
+
API endpoints for managing STACKIT Cloud Foundry
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.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
|
+
import re # noqa: F401
|
|
20
|
+
from datetime import datetime
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional, Set
|
|
22
|
+
|
|
23
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
class SpaceWithIsolationSegment(BaseModel):
|
|
28
|
+
"""
|
|
29
|
+
A Space resource that includes its assigned Isolation Segment details.
|
|
30
|
+
""" # noqa: E501
|
|
31
|
+
|
|
32
|
+
created_at: datetime = Field(alias="createdAt")
|
|
33
|
+
guid: StrictStr
|
|
34
|
+
name: StrictStr
|
|
35
|
+
org_id: StrictStr = Field(alias="orgId")
|
|
36
|
+
platform_id: StrictStr = Field(alias="platformId")
|
|
37
|
+
project_id: StrictStr = Field(alias="projectId")
|
|
38
|
+
region: StrictStr
|
|
39
|
+
updated_at: datetime = Field(alias="updatedAt")
|
|
40
|
+
isolation_segment_id: Optional[StrictStr] = Field(default=None, alias="isolationSegmentId")
|
|
41
|
+
__properties: ClassVar[List[str]] = [
|
|
42
|
+
"createdAt",
|
|
43
|
+
"guid",
|
|
44
|
+
"name",
|
|
45
|
+
"orgId",
|
|
46
|
+
"platformId",
|
|
47
|
+
"projectId",
|
|
48
|
+
"region",
|
|
49
|
+
"updatedAt",
|
|
50
|
+
"isolationSegmentId",
|
|
51
|
+
]
|
|
52
|
+
|
|
53
|
+
@field_validator("created_at", mode="before")
|
|
54
|
+
def created_at_change_year_zero_to_one(cls, value):
|
|
55
|
+
"""Workaround which prevents year 0 issue"""
|
|
56
|
+
if isinstance(value, str):
|
|
57
|
+
# Check for year "0000" at the beginning of the string
|
|
58
|
+
# This assumes common date formats like YYYY-MM-DDTHH:MM:SS+00:00 or YYYY-MM-DDTHH:MM:SSZ
|
|
59
|
+
if value.startswith("0000-01-01T") and re.match(
|
|
60
|
+
r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\+\d{2}:\d{2}|Z)$", value
|
|
61
|
+
):
|
|
62
|
+
# Workaround: Replace "0000" with "0001"
|
|
63
|
+
return "0001" + value[4:] # Take "0001" and append the rest of the string
|
|
64
|
+
return value
|
|
65
|
+
|
|
66
|
+
@field_validator("updated_at", mode="before")
|
|
67
|
+
def updated_at_change_year_zero_to_one(cls, value):
|
|
68
|
+
"""Workaround which prevents year 0 issue"""
|
|
69
|
+
if isinstance(value, str):
|
|
70
|
+
# Check for year "0000" at the beginning of the string
|
|
71
|
+
# This assumes common date formats like YYYY-MM-DDTHH:MM:SS+00:00 or YYYY-MM-DDTHH:MM:SSZ
|
|
72
|
+
if value.startswith("0000-01-01T") and re.match(
|
|
73
|
+
r"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\+\d{2}:\d{2}|Z)$", value
|
|
74
|
+
):
|
|
75
|
+
# Workaround: Replace "0000" with "0001"
|
|
76
|
+
return "0001" + value[4:] # Take "0001" and append the rest of the string
|
|
77
|
+
return value
|
|
78
|
+
|
|
79
|
+
model_config = ConfigDict(
|
|
80
|
+
populate_by_name=True,
|
|
81
|
+
validate_assignment=True,
|
|
82
|
+
protected_namespaces=(),
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
def to_str(self) -> str:
|
|
86
|
+
"""Returns the string representation of the model using alias"""
|
|
87
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
88
|
+
|
|
89
|
+
def to_json(self) -> str:
|
|
90
|
+
"""Returns the JSON representation of the model using alias"""
|
|
91
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
92
|
+
return json.dumps(self.to_dict())
|
|
93
|
+
|
|
94
|
+
@classmethod
|
|
95
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
96
|
+
"""Create an instance of SpaceWithIsolationSegment from a JSON string"""
|
|
97
|
+
return cls.from_dict(json.loads(json_str))
|
|
98
|
+
|
|
99
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
100
|
+
"""Return the dictionary representation of the model using alias.
|
|
101
|
+
|
|
102
|
+
This has the following differences from calling pydantic's
|
|
103
|
+
`self.model_dump(by_alias=True)`:
|
|
104
|
+
|
|
105
|
+
* `None` is only added to the output dict for nullable fields that
|
|
106
|
+
were set at model initialization. Other fields with value `None`
|
|
107
|
+
are ignored.
|
|
108
|
+
"""
|
|
109
|
+
excluded_fields: Set[str] = set([])
|
|
110
|
+
|
|
111
|
+
_dict = self.model_dump(
|
|
112
|
+
by_alias=True,
|
|
113
|
+
exclude=excluded_fields,
|
|
114
|
+
exclude_none=True,
|
|
115
|
+
)
|
|
116
|
+
return _dict
|
|
117
|
+
|
|
118
|
+
@classmethod
|
|
119
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
120
|
+
"""Create an instance of SpaceWithIsolationSegment from a dict"""
|
|
121
|
+
if obj is None:
|
|
122
|
+
return None
|
|
123
|
+
|
|
124
|
+
if not isinstance(obj, dict):
|
|
125
|
+
return cls.model_validate(obj)
|
|
126
|
+
|
|
127
|
+
_obj = cls.model_validate(
|
|
128
|
+
{
|
|
129
|
+
"createdAt": obj.get("createdAt"),
|
|
130
|
+
"guid": obj.get("guid"),
|
|
131
|
+
"name": obj.get("name"),
|
|
132
|
+
"orgId": obj.get("orgId"),
|
|
133
|
+
"platformId": obj.get("platformId"),
|
|
134
|
+
"projectId": obj.get("projectId"),
|
|
135
|
+
"region": obj.get("region"),
|
|
136
|
+
"updatedAt": obj.get("updatedAt"),
|
|
137
|
+
"isolationSegmentId": obj.get("isolationSegmentId"),
|
|
138
|
+
}
|
|
139
|
+
)
|
|
140
|
+
return _obj
|
|
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_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/apply_organization_quota_payload.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/create_organization_payload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_manager_delete_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/org_role_create_bff_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_create_bff_response.py
RENAMED
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_create_response.py
RENAMED
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_delete_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/organization_usage_summary.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
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_created_bff_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_bff_request.py
RENAMED
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_bff_response.py
RENAMED
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/space_role_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_scf-0.2.1 → stackit_scf-0.4.0}/src/stackit/scf/models/update_organization_payload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|