Skip to content

Commit ab2a28a

Browse files
Generate cdn
1 parent 0c94c46 commit ab2a28a

File tree

84 files changed

+1839
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1839
-102
lines changed

services/cdn/src/stackit/cdn/__init__.py

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
API used to create and manage your CDN distributions.
99
10-
The version of the OpenAPI document: 1beta2.0.0
10+
The version of the OpenAPI document: 1.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
@@ -62,6 +62,9 @@
6262
"GetCustomDomainResponseCertificate",
6363
"GetDistributionResponse",
6464
"GetLogsResponse",
65+
"GetLogsSearchFiltersResponse",
66+
"GetLogsSearchFiltersResponseDatacenterBlock",
67+
"GetLogsSearchFiltersResponseDatacenterBlockItem",
6568
"GetStatisticsResponse",
6669
"HttpBackend",
6770
"HttpBackendCreate",
@@ -85,13 +88,22 @@
8588
"PutCustomDomainResponseCertificate",
8689
"Region",
8790
"StatusError",
91+
"WAFRuleAction",
92+
"WAFViolation",
8893
"WafConfig",
8994
"WafConfigPatch",
9095
"WafMode",
96+
"WafParanoiaLevel",
9197
"WafRule",
9298
"WafRuleCollection",
9399
"WafRuleGroup",
94100
"WafStatusRuleBlock",
101+
"WafStatusRuleBlockReason",
102+
"WafStatusRuleBlockReasonDirectlyDefined",
103+
"WafStatusRuleBlockReasonInheritedFromCollection",
104+
"WafStatusRuleBlockReasonInheritedFromGroup",
105+
"WafStatusRuleBlockReasonInvalidWafType",
106+
"WafStatusRuleBlockReasonNeverDefined",
95107
"WafType",
96108
]
97109

@@ -188,6 +200,15 @@
188200
GetDistributionResponse as GetDistributionResponse,
189201
)
190202
from stackit.cdn.models.get_logs_response import GetLogsResponse as GetLogsResponse
203+
from stackit.cdn.models.get_logs_search_filters_response import (
204+
GetLogsSearchFiltersResponse as GetLogsSearchFiltersResponse,
205+
)
206+
from stackit.cdn.models.get_logs_search_filters_response_datacenter_block import (
207+
GetLogsSearchFiltersResponseDatacenterBlock as GetLogsSearchFiltersResponseDatacenterBlock,
208+
)
209+
from stackit.cdn.models.get_logs_search_filters_response_datacenter_block_item import (
210+
GetLogsSearchFiltersResponseDatacenterBlockItem as GetLogsSearchFiltersResponseDatacenterBlockItem,
211+
)
191212
from stackit.cdn.models.get_statistics_response import (
192213
GetStatisticsResponse as GetStatisticsResponse,
193214
)
@@ -244,12 +265,33 @@
244265
from stackit.cdn.models.waf_config import WafConfig as WafConfig
245266
from stackit.cdn.models.waf_config_patch import WafConfigPatch as WafConfigPatch
246267
from stackit.cdn.models.waf_mode import WafMode as WafMode
268+
from stackit.cdn.models.waf_paranoia_level import WafParanoiaLevel as WafParanoiaLevel
247269
from stackit.cdn.models.waf_rule import WafRule as WafRule
270+
from stackit.cdn.models.waf_rule_action import WAFRuleAction as WAFRuleAction
248271
from stackit.cdn.models.waf_rule_collection import (
249272
WafRuleCollection as WafRuleCollection,
250273
)
251274
from stackit.cdn.models.waf_rule_group import WafRuleGroup as WafRuleGroup
252275
from stackit.cdn.models.waf_status_rule_block import (
253276
WafStatusRuleBlock as WafStatusRuleBlock,
254277
)
278+
from stackit.cdn.models.waf_status_rule_block_reason import (
279+
WafStatusRuleBlockReason as WafStatusRuleBlockReason,
280+
)
281+
from stackit.cdn.models.waf_status_rule_block_reason_directly_defined import (
282+
WafStatusRuleBlockReasonDirectlyDefined as WafStatusRuleBlockReasonDirectlyDefined,
283+
)
284+
from stackit.cdn.models.waf_status_rule_block_reason_inherited_from_collection import (
285+
WafStatusRuleBlockReasonInheritedFromCollection as WafStatusRuleBlockReasonInheritedFromCollection,
286+
)
287+
from stackit.cdn.models.waf_status_rule_block_reason_inherited_from_group import (
288+
WafStatusRuleBlockReasonInheritedFromGroup as WafStatusRuleBlockReasonInheritedFromGroup,
289+
)
290+
from stackit.cdn.models.waf_status_rule_block_reason_invalid_waf_type import (
291+
WafStatusRuleBlockReasonInvalidWafType as WafStatusRuleBlockReasonInvalidWafType,
292+
)
293+
from stackit.cdn.models.waf_status_rule_block_reason_never_defined import (
294+
WafStatusRuleBlockReasonNeverDefined as WafStatusRuleBlockReasonNeverDefined,
295+
)
255296
from stackit.cdn.models.waf_type import WafType as WafType
297+
from stackit.cdn.models.waf_violation import WAFViolation as WAFViolation

0 commit comments

Comments
 (0)