|
7 | 7 |
|
8 | 8 | API used to create and manage your CDN distributions. |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 1beta2.0.0 |
| 10 | + The version of the OpenAPI document: 1.0.0 |
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 | 13 | Do not edit the class manually. |
|
62 | 62 | "GetCustomDomainResponseCertificate", |
63 | 63 | "GetDistributionResponse", |
64 | 64 | "GetLogsResponse", |
| 65 | + "GetLogsSearchFiltersResponse", |
| 66 | + "GetLogsSearchFiltersResponseDatacenterBlock", |
| 67 | + "GetLogsSearchFiltersResponseDatacenterBlockItem", |
65 | 68 | "GetStatisticsResponse", |
66 | 69 | "HttpBackend", |
67 | 70 | "HttpBackendCreate", |
|
85 | 88 | "PutCustomDomainResponseCertificate", |
86 | 89 | "Region", |
87 | 90 | "StatusError", |
| 91 | + "WAFRuleAction", |
| 92 | + "WAFViolation", |
88 | 93 | "WafConfig", |
89 | 94 | "WafConfigPatch", |
90 | 95 | "WafMode", |
| 96 | + "WafParanoiaLevel", |
91 | 97 | "WafRule", |
92 | 98 | "WafRuleCollection", |
93 | 99 | "WafRuleGroup", |
94 | 100 | "WafStatusRuleBlock", |
| 101 | + "WafStatusRuleBlockReason", |
| 102 | + "WafStatusRuleBlockReasonDirectlyDefined", |
| 103 | + "WafStatusRuleBlockReasonInheritedFromCollection", |
| 104 | + "WafStatusRuleBlockReasonInheritedFromGroup", |
| 105 | + "WafStatusRuleBlockReasonInvalidWafType", |
| 106 | + "WafStatusRuleBlockReasonNeverDefined", |
95 | 107 | "WafType", |
96 | 108 | ] |
97 | 109 |
|
|
188 | 200 | GetDistributionResponse as GetDistributionResponse, |
189 | 201 | ) |
190 | 202 | 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 | +) |
191 | 212 | from stackit.cdn.models.get_statistics_response import ( |
192 | 213 | GetStatisticsResponse as GetStatisticsResponse, |
193 | 214 | ) |
|
244 | 265 | from stackit.cdn.models.waf_config import WafConfig as WafConfig |
245 | 266 | from stackit.cdn.models.waf_config_patch import WafConfigPatch as WafConfigPatch |
246 | 267 | from stackit.cdn.models.waf_mode import WafMode as WafMode |
| 268 | +from stackit.cdn.models.waf_paranoia_level import WafParanoiaLevel as WafParanoiaLevel |
247 | 269 | from stackit.cdn.models.waf_rule import WafRule as WafRule |
| 270 | +from stackit.cdn.models.waf_rule_action import WAFRuleAction as WAFRuleAction |
248 | 271 | from stackit.cdn.models.waf_rule_collection import ( |
249 | 272 | WafRuleCollection as WafRuleCollection, |
250 | 273 | ) |
251 | 274 | from stackit.cdn.models.waf_rule_group import WafRuleGroup as WafRuleGroup |
252 | 275 | from stackit.cdn.models.waf_status_rule_block import ( |
253 | 276 | WafStatusRuleBlock as WafStatusRuleBlock, |
254 | 277 | ) |
| 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 | +) |
255 | 296 | from stackit.cdn.models.waf_type import WafType as WafType |
| 297 | +from stackit.cdn.models.waf_violation import WAFViolation as WAFViolation |
0 commit comments