tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1260__py2.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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cfs/v20190719/models.py +2 -1
- tencentcloud/cfw/v20190904/cfw_client.py +1 -3
- tencentcloud/cfw/v20190904/models.py +477 -877
- tencentcloud/clb/v20180317/models.py +1 -3
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +7 -709
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +43 -70
- tencentcloud/dlc/v20210125/models.py +3 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +49 -0
- tencentcloud/dnspod/v20210323/models.py +356 -0
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -8
- tencentcloud/ess/v20201111/models.py +15 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +17 -14
- tencentcloud/essbasic/v20210526/models.py +9 -2
- tencentcloud/hunyuan/v20230901/models.py +13 -1
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +0 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +99 -84
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +18 -18
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/tcss/v20201101/models.py +0 -13
- tencentcloud/tdmq/v20200217/models.py +1 -1
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +3 -5
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/waf/v20180125/models.py +453 -1049
- tencentcloud/waf/v20180125/waf_client.py +23 -75
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/RECORD +52 -52
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/top_level.txt +0 -0
@@ -83,13 +83,10 @@ class AccessFullTextInfo(AbstractModel):
|
|
83
83
|
def __init__(self):
|
84
84
|
r"""
|
85
85
|
:param _CaseSensitive: 是否大小写敏感
|
86
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
87
86
|
:type CaseSensitive: bool
|
88
87
|
:param _Tokenizer: 全文索引的分词符,字符串中每个字符代表一个分词符
|
89
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90
88
|
:type Tokenizer: str
|
91
89
|
:param _ContainZH: 是否包含中文
|
92
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
93
90
|
注意:此字段可能返回 null,表示取不到有效值。
|
94
91
|
:type ContainZH: bool
|
95
92
|
"""
|
@@ -205,10 +202,8 @@ class AccessKeyValueInfo(AbstractModel):
|
|
205
202
|
def __init__(self):
|
206
203
|
r"""
|
207
204
|
:param _Key: 需要配置键值或者元字段索引的字段
|
208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
209
205
|
:type Key: str
|
210
206
|
:param _Value: 字段的索引描述信息
|
211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
212
207
|
:type Value: :class:`tencentcloud.waf.v20180125.models.AccessValueInfo`
|
213
208
|
"""
|
214
209
|
self._Key = None
|
@@ -254,28 +249,20 @@ class AccessLogInfo(AbstractModel):
|
|
254
249
|
def __init__(self):
|
255
250
|
r"""
|
256
251
|
:param _Time: 日志时间,单位ms
|
257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
258
252
|
:type Time: int
|
259
253
|
:param _TopicId: 日志主题ID
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
261
254
|
:type TopicId: str
|
262
255
|
:param _TopicName: 日志主题名称
|
263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
264
256
|
:type TopicName: str
|
265
257
|
:param _Source: 日志来源IP
|
266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
267
258
|
:type Source: str
|
268
259
|
:param _FileName: 日志文件名称
|
269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
270
260
|
:type FileName: str
|
271
261
|
:param _PkgId: 日志上报请求包的ID
|
272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
273
262
|
:type PkgId: str
|
274
263
|
:param _PkgLogId: 请求包内日志的ID
|
275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
276
264
|
:type PkgLogId: str
|
277
265
|
:param _LogJson: 日志内容的Json序列化字符串
|
278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
279
266
|
注意:此字段可能返回 null,表示取不到有效值。
|
280
267
|
:type LogJson: str
|
281
268
|
"""
|
@@ -380,10 +367,8 @@ class AccessLogItem(AbstractModel):
|
|
380
367
|
def __init__(self):
|
381
368
|
r"""
|
382
369
|
:param _Key: 日记Key
|
383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
384
370
|
:type Key: str
|
385
371
|
:param _Value: 日志Value
|
386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
387
372
|
:type Value: str
|
388
373
|
"""
|
389
374
|
self._Key = None
|
@@ -427,7 +412,6 @@ class AccessLogItems(AbstractModel):
|
|
427
412
|
def __init__(self):
|
428
413
|
r"""
|
429
414
|
:param _Data: 分析结果返回的KV数据对
|
430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
431
415
|
:type Data: list of AccessLogItem
|
432
416
|
"""
|
433
417
|
self._Data = None
|
@@ -466,15 +450,12 @@ class AccessRuleInfo(AbstractModel):
|
|
466
450
|
def __init__(self):
|
467
451
|
r"""
|
468
452
|
:param _FullText: 全文索引配置
|
469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
470
453
|
注意:此字段可能返回 null,表示取不到有效值。
|
471
454
|
:type FullText: :class:`tencentcloud.waf.v20180125.models.AccessFullTextInfo`
|
472
455
|
:param _KeyValue: 键值索引配置
|
473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
474
456
|
注意:此字段可能返回 null,表示取不到有效值。
|
475
457
|
:type KeyValue: :class:`tencentcloud.waf.v20180125.models.AccessRuleKeyValueInfo`
|
476
458
|
:param _Tag: 元字段索引配置
|
477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
478
459
|
注意:此字段可能返回 null,表示取不到有效值。
|
479
460
|
:type Tag: :class:`tencentcloud.waf.v20180125.models.AccessRuleTagInfo`
|
480
461
|
"""
|
@@ -535,10 +516,8 @@ class AccessRuleKeyValueInfo(AbstractModel):
|
|
535
516
|
def __init__(self):
|
536
517
|
r"""
|
537
518
|
:param _CaseSensitive: 是否大小写敏感
|
538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
539
519
|
:type CaseSensitive: bool
|
540
520
|
:param _KeyValues: 需要建立索引的键值对信息;最大只能配置100个键值对
|
541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
542
521
|
:type KeyValues: list of AccessKeyValueInfo
|
543
522
|
"""
|
544
523
|
self._CaseSensitive = None
|
@@ -587,10 +566,8 @@ class AccessRuleTagInfo(AbstractModel):
|
|
587
566
|
def __init__(self):
|
588
567
|
r"""
|
589
568
|
:param _CaseSensitive: 是否大小写敏感
|
590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
591
569
|
:type CaseSensitive: bool
|
592
570
|
:param _KeyValues: 标签索引配置中的字段信息
|
593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
594
571
|
:type KeyValues: list of AccessKeyValueInfo
|
595
572
|
"""
|
596
573
|
self._CaseSensitive = None
|
@@ -639,16 +616,12 @@ class AccessValueInfo(AbstractModel):
|
|
639
616
|
def __init__(self):
|
640
617
|
r"""
|
641
618
|
:param _Type: 字段类型,目前支持的类型有:long、text、double
|
642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
643
619
|
:type Type: str
|
644
620
|
:param _Tokenizer: 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符
|
645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
646
621
|
:type Tokenizer: str
|
647
622
|
:param _SqlFlag: 字段是否开启分析功能
|
648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
649
623
|
:type SqlFlag: bool
|
650
624
|
:param _ContainZH: 是否包含中文
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
652
625
|
注意:此字段可能返回 null,表示取不到有效值。
|
653
626
|
:type ContainZH: bool
|
654
627
|
"""
|
@@ -947,7 +920,7 @@ class AddAreaBanAreasRequest(AbstractModel):
|
|
947
920
|
:type Areas: list of str
|
948
921
|
:param _Edition: waf版本信息,spart-waf或者clb-waf,其他无效,请一定填写
|
949
922
|
:type Edition: str
|
950
|
-
:param _JobType:
|
923
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
951
924
|
:type JobType: str
|
952
925
|
:param _JobDateTime: 定时任务配置
|
953
926
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -1228,7 +1201,7 @@ class AddCustomRuleRequest(AbstractModel):
|
|
1228
1201
|
:type Strategies: list of Strategy
|
1229
1202
|
:param _Domain: 需要添加策略的域名
|
1230
1203
|
:type Domain: str
|
1231
|
-
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4
|
1204
|
+
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
1232
1205
|
:type ActionType: str
|
1233
1206
|
:param _Redirect: 如果动作是重定向,则表示重定向的地址;其他情况可以为空
|
1234
1207
|
:type Redirect: str
|
@@ -1236,7 +1209,7 @@ class AddCustomRuleRequest(AbstractModel):
|
|
1236
1209
|
:type ExpireTime: str
|
1237
1210
|
:param _Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
1238
1211
|
:type Edition: str
|
1239
|
-
:param _Bypass:
|
1212
|
+
:param _Bypass: 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果多个勾选那么以,串接。默认是"geoip,cc,owasp,ai,antileakage"
|
1240
1213
|
:type Bypass: str
|
1241
1214
|
:param _EventId: 添加规则的来源,默认为空
|
1242
1215
|
:type EventId: str
|
@@ -1443,7 +1416,6 @@ class AddCustomRuleResponse(AbstractModel):
|
|
1443
1416
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
1444
1417
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
1445
1418
|
:param _RuleId: 添加成功的规则ID
|
1446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1447
1419
|
:type RuleId: int
|
1448
1420
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1449
1421
|
:type RequestId: str
|
@@ -1504,7 +1476,7 @@ class AddCustomWhiteRuleRequest(AbstractModel):
|
|
1504
1476
|
:type Domain: str
|
1505
1477
|
:param _Bypass: 放行的详情
|
1506
1478
|
:type Bypass: str
|
1507
|
-
:param _JobType:
|
1479
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
1508
1480
|
:type JobType: str
|
1509
1481
|
:param _JobDateTime: 定时任务配置
|
1510
1482
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -1619,7 +1591,6 @@ class AddCustomWhiteRuleResponse(AbstractModel):
|
|
1619
1591
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
1620
1592
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
1621
1593
|
:param _RuleId: 添加成功的规则ID
|
1622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1623
1594
|
:type RuleId: int
|
1624
1595
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1625
1596
|
:type RequestId: str
|
@@ -2424,41 +2395,30 @@ class ApiAsset(AbstractModel):
|
|
2424
2395
|
:param _ApiName: api名称
|
2425
2396
|
:type ApiName: str
|
2426
2397
|
:param _Scene: 场景
|
2427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2428
2398
|
:type Scene: str
|
2429
2399
|
:param _Label: 数据标签
|
2430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2431
2400
|
:type Label: list of str
|
2432
2401
|
:param _Active: 过去7天是否活跃
|
2433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2434
2402
|
:type Active: bool
|
2435
2403
|
:param _Timestamp: 最近更新时间
|
2436
2404
|
:type Timestamp: int
|
2437
2405
|
:param _InsertTime: api发现时间
|
2438
2406
|
:type InsertTime: int
|
2439
2407
|
:param _Mode: 资产状态,1:新发现,2,确认中,3,已确认,4,已下线,5,已忽略
|
2440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2441
2408
|
:type Mode: str
|
2442
2409
|
:param _Level: 风险等级,100,200,300对应低中高
|
2443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2444
2410
|
:type Level: str
|
2445
2411
|
:param _Count: 近30天调用量
|
2446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2447
2412
|
:type Count: int
|
2448
2413
|
:param _Remark: 备注
|
2449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2450
2414
|
:type Remark: str
|
2451
2415
|
:param _IsAuth: 是否鉴权,1标识是,0表示否
|
2452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2453
2416
|
:type IsAuth: int
|
2454
2417
|
:param _ApiRequestRuleId: 如果添加了api入参检测规则,则此id返回值不为0
|
2455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2456
2418
|
:type ApiRequestRuleId: int
|
2457
2419
|
:param _ApiLimitRuleId: 如果添加了api限流规则,则此id返回值不为0
|
2458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2459
2420
|
:type ApiLimitRuleId: int
|
2460
2421
|
:param _HostList: 对象接入和泛域名接入时,展示host列表
|
2461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2462
2422
|
:type HostList: list of str
|
2463
2423
|
"""
|
2464
2424
|
self._Domain = None
|
@@ -2699,13 +2659,10 @@ class ApiDetailSampleHistory(AbstractModel):
|
|
2699
2659
|
def __init__(self):
|
2700
2660
|
r"""
|
2701
2661
|
:param _SampleNme: 样例名称
|
2702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2703
2662
|
:type SampleNme: str
|
2704
2663
|
:param _RepLog: 请求样例
|
2705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2706
2664
|
:type RepLog: str
|
2707
2665
|
:param _RspLog: 响应样例
|
2708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2709
2666
|
:type RspLog: str
|
2710
2667
|
"""
|
2711
2668
|
self._SampleNme = None
|
@@ -2759,31 +2716,22 @@ class ApiParameterType(AbstractModel):
|
|
2759
2716
|
def __init__(self):
|
2760
2717
|
r"""
|
2761
2718
|
:param _ParameterName: 参数名称
|
2762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2763
2719
|
:type ParameterName: str
|
2764
2720
|
:param _Type: 参数类型
|
2765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2766
2721
|
:type Type: str
|
2767
2722
|
:param _Location: 参数位置
|
2768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2769
2723
|
:type Location: str
|
2770
2724
|
:param _Label: 数据标签(敏感字段)
|
2771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2772
2725
|
:type Label: list of str
|
2773
2726
|
:param _Timestamp: 时间戳
|
2774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2775
2727
|
:type Timestamp: int
|
2776
2728
|
:param _Remark: 备注信息
|
2777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2778
2729
|
:type Remark: str
|
2779
2730
|
:param _Source: 来源是请求或者响应
|
2780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2781
2731
|
:type Source: str
|
2782
2732
|
:param _IsPan: 是否需要泛化 ,0表示不需要,1表示需要
|
2783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2784
2733
|
:type IsPan: int
|
2785
2734
|
:param _IsAuth: 是否鉴权,1表示是,0表示否
|
2786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2787
2735
|
:type IsAuth: int
|
2788
2736
|
"""
|
2789
2737
|
self._ParameterName = None
|
@@ -2897,34 +2845,24 @@ class ApiPkg(AbstractModel):
|
|
2897
2845
|
def __init__(self):
|
2898
2846
|
r"""
|
2899
2847
|
:param _ResourceIds: 资源id
|
2900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2901
2848
|
:type ResourceIds: str
|
2902
2849
|
:param _Status: 状态
|
2903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2904
2850
|
:type Status: int
|
2905
2851
|
:param _Region: 地域
|
2906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2907
2852
|
:type Region: int
|
2908
2853
|
:param _BeginTime: 开始时间
|
2909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2910
2854
|
:type BeginTime: str
|
2911
2855
|
:param _EndTime: 结束时间
|
2912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2913
2856
|
:type EndTime: str
|
2914
2857
|
:param _InquireNum: 申请数量
|
2915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2916
2858
|
:type InquireNum: int
|
2917
2859
|
:param _UsedNum: 使用数量
|
2918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2919
2860
|
:type UsedNum: int
|
2920
2861
|
:param _RenewFlag: 续费标志
|
2921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2922
2862
|
:type RenewFlag: int
|
2923
2863
|
:param _BillingItem: 计费项
|
2924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2925
2864
|
:type BillingItem: str
|
2926
2865
|
:param _IsAPISecurityTrial: api安全7天试用标识。1试用。0没试用
|
2927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2928
2866
|
:type IsAPISecurityTrial: int
|
2929
2867
|
"""
|
2930
2868
|
self._ResourceIds = None
|
@@ -3317,7 +3255,6 @@ class BatchIpAccessControlItem(AbstractModel):
|
|
3317
3255
|
def __init__(self):
|
3318
3256
|
r"""
|
3319
3257
|
:param _Id: mongo表自增Id
|
3320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3321
3258
|
:type Id: str
|
3322
3259
|
:param _ActionType: 黑名单42或白名单40
|
3323
3260
|
:type ActionType: int
|
@@ -3334,25 +3271,18 @@ class BatchIpAccessControlItem(AbstractModel):
|
|
3334
3271
|
:param _Hosts: 域名列表
|
3335
3272
|
:type Hosts: list of str
|
3336
3273
|
:param _RuleId: 55101145
|
3337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3338
3274
|
:type RuleId: int
|
3339
3275
|
:param _IpList: IP列表
|
3340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3341
3276
|
:type IpList: list of str
|
3342
3277
|
:param _CreateTime: 创建时间
|
3343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3344
3278
|
:type CreateTime: int
|
3345
3279
|
:param _JobType: 定时任务类型
|
3346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3347
3280
|
:type JobType: str
|
3348
3281
|
:param _CronType: 周期任务类型
|
3349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3350
3282
|
:type CronType: str
|
3351
3283
|
:param _JobDateTime: 定时任务配置详情
|
3352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3353
3284
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
3354
3285
|
:param _ValidStatus: 生效状态
|
3355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3356
3286
|
:type ValidStatus: int
|
3357
3287
|
"""
|
3358
3288
|
self._Id = None
|
@@ -3528,40 +3458,28 @@ class BotPkg(AbstractModel):
|
|
3528
3458
|
def __init__(self):
|
3529
3459
|
r"""
|
3530
3460
|
:param _ResourceIds: 资源id
|
3531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3532
3461
|
:type ResourceIds: str
|
3533
3462
|
:param _Status: 状态
|
3534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3535
3463
|
:type Status: int
|
3536
3464
|
:param _Region: 地域
|
3537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3538
3465
|
:type Region: int
|
3539
3466
|
:param _BeginTime: 开始时间
|
3540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3541
3467
|
:type BeginTime: str
|
3542
3468
|
:param _EndTime: 结束时间
|
3543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3544
3469
|
:type EndTime: str
|
3545
3470
|
:param _InquireNum: 申请数量
|
3546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3547
3471
|
:type InquireNum: int
|
3548
3472
|
:param _UsedNum: 使用数量
|
3549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3550
3473
|
:type UsedNum: int
|
3551
3474
|
:param _Type: 子产品code
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3553
3475
|
:type Type: str
|
3554
3476
|
:param _RenewFlag: 续费标志
|
3555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3556
3477
|
:type RenewFlag: int
|
3557
3478
|
:param _BotCPWaf: 购买页bot6折
|
3558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3559
3479
|
:type BotCPWaf: int
|
3560
3480
|
:param _BotNPWaf: 控制台买bot5折
|
3561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3562
3481
|
:type BotNPWaf: int
|
3563
3482
|
:param _IsBotTrial: 7天bot试用标识 1 试用 0 没有试用
|
3564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3565
3483
|
:type IsBotTrial: int
|
3566
3484
|
"""
|
3567
3485
|
self._ResourceIds = None
|
@@ -3715,7 +3633,6 @@ class BotQPS(AbstractModel):
|
|
3715
3633
|
:param _MaxBotQPS: 使用qps的最大值
|
3716
3634
|
:type MaxBotQPS: int
|
3717
3635
|
:param _RenewFlag: 续费标志
|
3718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3719
3636
|
:type RenewFlag: int
|
3720
3637
|
"""
|
3721
3638
|
self._ResourceIds = None
|
@@ -3917,7 +3834,7 @@ class CCRuleItem(AbstractModel):
|
|
3917
3834
|
|
3918
3835
|
def __init__(self):
|
3919
3836
|
r"""
|
3920
|
-
:param _ActionType:
|
3837
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
3921
3838
|
:type ActionType: int
|
3922
3839
|
:param _Advance: 高级模式
|
3923
3840
|
:type Advance: int
|
@@ -3940,22 +3857,16 @@ class CCRuleItem(AbstractModel):
|
|
3940
3857
|
:param _ValidTime: 策略动作有效时间
|
3941
3858
|
:type ValidTime: int
|
3942
3859
|
:param _OptionsArr: 高级参数
|
3943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3944
3860
|
:type OptionsArr: str
|
3945
3861
|
:param _Length: url长度
|
3946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3947
3862
|
:type Length: int
|
3948
3863
|
:param _RuleId: 规则ID
|
3949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3950
3864
|
:type RuleId: int
|
3951
3865
|
:param _EventId: 事件id
|
3952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3953
3866
|
:type EventId: str
|
3954
3867
|
:param _SessionApplied: 关联的Session规则
|
3955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3956
3868
|
:type SessionApplied: list of int
|
3957
3869
|
:param _CreateTime: 创建时间
|
3958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3959
3870
|
:type CreateTime: int
|
3960
3871
|
"""
|
3961
3872
|
self._ActionType = None
|
@@ -4162,7 +4073,7 @@ class CCRuleItems(AbstractModel):
|
|
4162
4073
|
:type Url: str
|
4163
4074
|
:param _MatchFunc: 匹配类型
|
4164
4075
|
:type MatchFunc: int
|
4165
|
-
:param _ActionType:
|
4076
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
4166
4077
|
:type ActionType: int
|
4167
4078
|
:param _Priority: 优先级
|
4168
4079
|
:type Priority: int
|
@@ -4175,13 +4086,10 @@ class CCRuleItems(AbstractModel):
|
|
4175
4086
|
:param _RuleId: 规则ID
|
4176
4087
|
:type RuleId: int
|
4177
4088
|
:param _EventId: 事件id
|
4178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4179
4089
|
:type EventId: str
|
4180
4090
|
:param _SessionApplied: 关联的Session规则
|
4181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4182
4091
|
:type SessionApplied: list of int
|
4183
4092
|
:param _CreateTime: 创建时间
|
4184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4185
4093
|
:type CreateTime: int
|
4186
4094
|
"""
|
4187
4095
|
self._Name = None
|
@@ -4367,7 +4275,6 @@ class CCRuleLists(AbstractModel):
|
|
4367
4275
|
:param _TotalCount: 总数
|
4368
4276
|
:type TotalCount: int
|
4369
4277
|
:param _Res: 规则
|
4370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4371
4278
|
:type Res: list of CCRuleItems
|
4372
4279
|
"""
|
4373
4280
|
self._TotalCount = None
|
@@ -4408,99 +4315,6 @@ class CCRuleLists(AbstractModel):
|
|
4408
4315
|
|
4409
4316
|
|
4410
4317
|
|
4411
|
-
class CacheUrlItem(AbstractModel):
|
4412
|
-
"""防篡改url元素
|
4413
|
-
|
4414
|
-
"""
|
4415
|
-
|
4416
|
-
def __init__(self):
|
4417
|
-
r"""
|
4418
|
-
:param _Id: Id
|
4419
|
-
:type Id: str
|
4420
|
-
:param _Name: 名称
|
4421
|
-
:type Name: str
|
4422
|
-
:param _Domain: 域名
|
4423
|
-
:type Domain: str
|
4424
|
-
:param _Uri: uri
|
4425
|
-
:type Uri: str
|
4426
|
-
:param _Protocol: 协议
|
4427
|
-
:type Protocol: str
|
4428
|
-
:param _Status: 状态
|
4429
|
-
:type Status: str
|
4430
|
-
"""
|
4431
|
-
self._Id = None
|
4432
|
-
self._Name = None
|
4433
|
-
self._Domain = None
|
4434
|
-
self._Uri = None
|
4435
|
-
self._Protocol = None
|
4436
|
-
self._Status = None
|
4437
|
-
|
4438
|
-
@property
|
4439
|
-
def Id(self):
|
4440
|
-
return self._Id
|
4441
|
-
|
4442
|
-
@Id.setter
|
4443
|
-
def Id(self, Id):
|
4444
|
-
self._Id = Id
|
4445
|
-
|
4446
|
-
@property
|
4447
|
-
def Name(self):
|
4448
|
-
return self._Name
|
4449
|
-
|
4450
|
-
@Name.setter
|
4451
|
-
def Name(self, Name):
|
4452
|
-
self._Name = Name
|
4453
|
-
|
4454
|
-
@property
|
4455
|
-
def Domain(self):
|
4456
|
-
return self._Domain
|
4457
|
-
|
4458
|
-
@Domain.setter
|
4459
|
-
def Domain(self, Domain):
|
4460
|
-
self._Domain = Domain
|
4461
|
-
|
4462
|
-
@property
|
4463
|
-
def Uri(self):
|
4464
|
-
return self._Uri
|
4465
|
-
|
4466
|
-
@Uri.setter
|
4467
|
-
def Uri(self, Uri):
|
4468
|
-
self._Uri = Uri
|
4469
|
-
|
4470
|
-
@property
|
4471
|
-
def Protocol(self):
|
4472
|
-
return self._Protocol
|
4473
|
-
|
4474
|
-
@Protocol.setter
|
4475
|
-
def Protocol(self, Protocol):
|
4476
|
-
self._Protocol = Protocol
|
4477
|
-
|
4478
|
-
@property
|
4479
|
-
def Status(self):
|
4480
|
-
return self._Status
|
4481
|
-
|
4482
|
-
@Status.setter
|
4483
|
-
def Status(self, Status):
|
4484
|
-
self._Status = Status
|
4485
|
-
|
4486
|
-
|
4487
|
-
def _deserialize(self, params):
|
4488
|
-
self._Id = params.get("Id")
|
4489
|
-
self._Name = params.get("Name")
|
4490
|
-
self._Domain = params.get("Domain")
|
4491
|
-
self._Uri = params.get("Uri")
|
4492
|
-
self._Protocol = params.get("Protocol")
|
4493
|
-
self._Status = params.get("Status")
|
4494
|
-
memeber_set = set(params.keys())
|
4495
|
-
for name, value in vars(self).items():
|
4496
|
-
property_name = name[1:]
|
4497
|
-
if property_name in memeber_set:
|
4498
|
-
memeber_set.remove(property_name)
|
4499
|
-
if len(memeber_set) > 0:
|
4500
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
4501
|
-
|
4502
|
-
|
4503
|
-
|
4504
4318
|
class CacheUrlItems(AbstractModel):
|
4505
4319
|
"""防篡改url元素
|
4506
4320
|
|
@@ -4521,10 +4335,8 @@ class CacheUrlItems(AbstractModel):
|
|
4521
4335
|
:param _Status: 状态
|
4522
4336
|
:type Status: int
|
4523
4337
|
:param _ModifyTime: 修改时间
|
4524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4525
4338
|
:type ModifyTime: str
|
4526
4339
|
:param _CreateTime: 创建时间
|
4527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4528
4340
|
:type CreateTime: str
|
4529
4341
|
"""
|
4530
4342
|
self._Id = None
|
@@ -4630,7 +4442,6 @@ class CdcCluster(AbstractModel):
|
|
4630
4442
|
:param _Id: cdc的集群id
|
4631
4443
|
:type Id: str
|
4632
4444
|
:param _Name: cdc的集群名称
|
4633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4634
4445
|
:type Name: str
|
4635
4446
|
"""
|
4636
4447
|
self._Id = None
|
@@ -4676,7 +4487,6 @@ class CdcRegion(AbstractModel):
|
|
4676
4487
|
:param _Region: 地域
|
4677
4488
|
:type Region: str
|
4678
4489
|
:param _Clusters: 该地域对应的集群信息
|
4679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4680
4490
|
:type Clusters: list of CdcCluster
|
4681
4491
|
"""
|
4682
4492
|
self._Region = None
|
@@ -4741,25 +4551,18 @@ class ClbDomainsInfo(AbstractModel):
|
|
4741
4551
|
:param _FlowMode: 负载均衡型WAF的流量模式,1:清洗模式,0:镜像模式
|
4742
4552
|
:type FlowMode: int
|
4743
4553
|
:param _State: 域名绑定负载均衡器状态
|
4744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4745
4554
|
:type State: int
|
4746
4555
|
:param _AlbType: 负载均衡类型,clb或者apisix
|
4747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4748
4556
|
:type AlbType: str
|
4749
4557
|
:param _IpHeaders: IsCdn=3时,表示自定义header
|
4750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4751
4558
|
:type IpHeaders: list of str
|
4752
4559
|
:param _CdcClusters: cdc-clb-waf类型WAF的CDC集群信息
|
4753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4754
4560
|
:type CdcClusters: str
|
4755
4561
|
:param _CloudType: 云类型:public:公有云;private:私有云;hybrid:混合云
|
4756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4757
4562
|
:type CloudType: str
|
4758
4563
|
:param _Note: 域名备注信息
|
4759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4760
4564
|
:type Note: str
|
4761
4565
|
:param _Labels: 域名标签
|
4762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4763
4566
|
:type Labels: list of str
|
4764
4567
|
"""
|
4765
4568
|
self._Domain = None
|
@@ -4968,28 +4771,20 @@ class ClbObject(AbstractModel):
|
|
4968
4771
|
:param _PostCKafkaStatus: kafka投递开关
|
4969
4772
|
:type PostCKafkaStatus: int
|
4970
4773
|
:param _Type: 对象类型:CLB:负载均衡器,TSE:云原生网关
|
4971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4972
4774
|
:type Type: str
|
4973
4775
|
:param _Region: 对象地域
|
4974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4975
4776
|
:type Region: str
|
4976
4777
|
:param _Proxy: 代理状态: 0:不开启,1:以XFF的第一个IP地址作为客户端IP,2:以remote_addr作为客户端IP,3:从指定的头部字段获取客户端IP,字段通过IpHeaders字段给出
|
4977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4978
4778
|
:type Proxy: int
|
4979
4779
|
:param _IpHeaders: 指定获取客户端IP的头部字段列表。IsCdn为3时有效
|
4980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4981
4780
|
:type IpHeaders: list of str
|
4982
4781
|
:param _BotStatus: bot防护开关
|
4983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4984
4782
|
:type BotStatus: int
|
4985
4783
|
:param _ApiStatus: api防护开关
|
4986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4987
4784
|
:type ApiStatus: int
|
4988
4785
|
:param _ObjectFlowMode: 对象接入模式,0表示镜像模式,1表示清洗模式,2表示体检模式,默认为清洗模式
|
4989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4990
4786
|
:type ObjectFlowMode: int
|
4991
4787
|
:param _NumericalVpcId: 数值形式的私有网络 ID
|
4992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4993
4788
|
:type NumericalVpcId: int
|
4994
4789
|
"""
|
4995
4790
|
self._ObjectId = None
|
@@ -5243,16 +5038,12 @@ class ClbWafRegionItem(AbstractModel):
|
|
5243
5038
|
def __init__(self):
|
5244
5039
|
r"""
|
5245
5040
|
:param _Id: 地域ID
|
5246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5247
5041
|
:type Id: str
|
5248
5042
|
:param _Text: 地域中文说明
|
5249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5250
5043
|
:type Text: str
|
5251
5044
|
:param _Value: 地域英文全拼
|
5252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5253
5045
|
:type Value: str
|
5254
5046
|
:param _Code: 地域编码
|
5255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5256
5047
|
:type Code: str
|
5257
5048
|
"""
|
5258
5049
|
self._Id = None
|
@@ -5474,12 +5265,10 @@ class CreateDealsGoods(AbstractModel):
|
|
5474
5265
|
域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
5475
5266
|
业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
5476
5267
|
|
5477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5478
5268
|
:type GoodsCategoryId: int
|
5479
5269
|
:param _RegionId: 购买waf实例区域ID
|
5480
5270
|
1 表示购买大陆资源;
|
5481
5271
|
9表示购买非中国大陆资源
|
5482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5483
5272
|
:type RegionId: int
|
5484
5273
|
"""
|
5485
5274
|
self._GoodsNum = None
|
@@ -5545,10 +5334,8 @@ class CreateDealsGoodsDetail(AbstractModel):
|
|
5545
5334
|
def __init__(self):
|
5546
5335
|
r"""
|
5547
5336
|
:param _TimeSpan: 时间间隔
|
5548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5549
5337
|
:type TimeSpan: int
|
5550
5338
|
:param _TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
5551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5552
5339
|
:type TimeUnit: str
|
5553
5340
|
:param _SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
5554
5341
|
|
@@ -5564,7 +5351,6 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
5564
5351
|
业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
5565
5352
|
域名扩展包-CLB:sp_wsm_waf_domain_clb
|
5566
5353
|
|
5567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5568
5354
|
:type SubProductCode: str
|
5569
5355
|
:param _Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
5570
5356
|
高级版 :1000827
|
@@ -5578,16 +5364,12 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
5578
5364
|
域名包-CLB: 1001156
|
5579
5365
|
业务扩展包-CLB : 1001160
|
5580
5366
|
|
5581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5582
5367
|
:type Pid: int
|
5583
5368
|
:param _InstanceName: waf实例名
|
5584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5585
5369
|
:type InstanceName: str
|
5586
5370
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
5587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5588
5371
|
:type AutoRenewFlag: int
|
5589
5372
|
:param _RealRegion: waf购买的实际地域信息
|
5590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5591
5373
|
:type RealRegion: int
|
5592
5374
|
:param _LabelTypes: 计费细项标签数组
|
5593
5375
|
Saas 高级版 sv_wsm_waf_package_premium
|
@@ -5608,19 +5390,14 @@ Saas 域名扩展包 sv_wsm_waf_domain
|
|
5608
5390
|
业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
5609
5391
|
域名扩展包CLB sv_wsm_waf_domain_clb
|
5610
5392
|
|
5611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5612
5393
|
:type LabelTypes: list of str
|
5613
5394
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
5614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5615
5395
|
:type LabelCounts: list of int
|
5616
5396
|
:param _CurDeadline: 变配使用,实例到期时间
|
5617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5618
5397
|
:type CurDeadline: str
|
5619
5398
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
5620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5621
5399
|
:type InstanceId: str
|
5622
5400
|
:param _ResourceId: 资源id
|
5623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5624
5401
|
:type ResourceId: str
|
5625
5402
|
"""
|
5626
5403
|
self._TimeSpan = None
|
@@ -5802,12 +5579,10 @@ class CreateDealsResponse(AbstractModel):
|
|
5802
5579
|
def __init__(self):
|
5803
5580
|
r"""
|
5804
5581
|
:param _Data: 计费下单响应结构体
|
5805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5806
5582
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
5807
5583
|
:param _Status: 1:成功,0:失败
|
5808
5584
|
:type Status: int
|
5809
5585
|
:param _ReturnMessage: 返回message
|
5810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5811
5586
|
:type ReturnMessage: str
|
5812
5587
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5813
5588
|
:type RequestId: str
|
@@ -5967,7 +5742,7 @@ class CreateIpAccessControlRequest(AbstractModel):
|
|
5967
5742
|
:type SourceType: str
|
5968
5743
|
:param _Note: 备注
|
5969
5744
|
:type Note: str
|
5970
|
-
:param _JobType:
|
5745
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
5971
5746
|
:type JobType: str
|
5972
5747
|
:param _JobDateTime: 定时配置详情
|
5973
5748
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -6009,10 +5784,14 @@ class CreateIpAccessControlRequest(AbstractModel):
|
|
6009
5784
|
|
6010
5785
|
@property
|
6011
5786
|
def ValidTS(self):
|
5787
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
5788
|
+
|
6012
5789
|
return self._ValidTS
|
6013
5790
|
|
6014
5791
|
@ValidTS.setter
|
6015
5792
|
def ValidTS(self, ValidTS):
|
5793
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
5794
|
+
|
6016
5795
|
self._ValidTS = ValidTS
|
6017
5796
|
|
6018
5797
|
@property
|
@@ -6095,7 +5874,6 @@ class CreateIpAccessControlResponse(AbstractModel):
|
|
6095
5874
|
def __init__(self):
|
6096
5875
|
r"""
|
6097
5876
|
:param _RuleId: 新增的规则对应的ID
|
6098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6099
5877
|
:type RuleId: int
|
6100
5878
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6101
5879
|
:type RequestId: str
|
@@ -6133,16 +5911,12 @@ class CronJob(AbstractModel):
|
|
6133
5911
|
def __init__(self):
|
6134
5912
|
r"""
|
6135
5913
|
:param _Days: 每个月的几号执行
|
6136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6137
5914
|
:type Days: list of int non-negative
|
6138
5915
|
:param _WDays: 每个星期的星期几执行
|
6139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6140
5916
|
:type WDays: list of int non-negative
|
6141
5917
|
:param _StartTime: 开始时间
|
6142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6143
5918
|
:type StartTime: str
|
6144
5919
|
:param _EndTime: 结束时间
|
6145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6146
5920
|
:type EndTime: str
|
6147
5921
|
"""
|
6148
5922
|
self._Days = None
|
@@ -6564,7 +6338,6 @@ class DeleteAttackWhiteRuleResponse(AbstractModel):
|
|
6564
6338
|
def __init__(self):
|
6565
6339
|
r"""
|
6566
6340
|
:param _FailIds: 删除失败的规则序号组
|
6567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6568
6341
|
:type FailIds: list of int non-negative
|
6569
6342
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6570
6343
|
:type RequestId: str
|
@@ -6671,7 +6444,6 @@ class DeleteCCRuleResponse(AbstractModel):
|
|
6671
6444
|
def __init__(self):
|
6672
6445
|
r"""
|
6673
6446
|
:param _Data: 一般为null
|
6674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6675
6447
|
:type Data: str
|
6676
6448
|
:param _RuleId: 操作的规则Id
|
6677
6449
|
:type RuleId: int
|
@@ -6963,7 +6735,6 @@ class DeleteDomainWhiteRulesResponse(AbstractModel):
|
|
6963
6735
|
def __init__(self):
|
6964
6736
|
r"""
|
6965
6737
|
:param _Data: 出参
|
6966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6967
6738
|
:type Data: str
|
6968
6739
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6969
6740
|
:type RequestId: str
|
@@ -6993,79 +6764,21 @@ class DeleteDomainWhiteRulesResponse(AbstractModel):
|
|
6993
6764
|
self._RequestId = params.get("RequestId")
|
6994
6765
|
|
6995
6766
|
|
6996
|
-
class
|
6997
|
-
"""
|
6767
|
+
class DeleteHostRequest(AbstractModel):
|
6768
|
+
"""DeleteHost请求参数结构体
|
6998
6769
|
|
6999
6770
|
"""
|
7000
6771
|
|
7001
6772
|
def __init__(self):
|
7002
6773
|
r"""
|
7003
|
-
:param
|
7004
|
-
:type
|
6774
|
+
:param _HostsDel: 删除的域名列表
|
6775
|
+
:type HostsDel: list of HostDel
|
7005
6776
|
"""
|
7006
|
-
self.
|
6777
|
+
self._HostsDel = None
|
7007
6778
|
|
7008
6779
|
@property
|
7009
|
-
def
|
7010
|
-
return self.
|
7011
|
-
|
7012
|
-
@Flow.setter
|
7013
|
-
def Flow(self, Flow):
|
7014
|
-
self._Flow = Flow
|
7015
|
-
|
7016
|
-
|
7017
|
-
def _deserialize(self, params):
|
7018
|
-
self._Flow = params.get("Flow")
|
7019
|
-
memeber_set = set(params.keys())
|
7020
|
-
for name, value in vars(self).items():
|
7021
|
-
property_name = name[1:]
|
7022
|
-
if property_name in memeber_set:
|
7023
|
-
memeber_set.remove(property_name)
|
7024
|
-
if len(memeber_set) > 0:
|
7025
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7026
|
-
|
7027
|
-
|
7028
|
-
|
7029
|
-
class DeleteDownloadRecordResponse(AbstractModel):
|
7030
|
-
"""DeleteDownloadRecord返回参数结构体
|
7031
|
-
|
7032
|
-
"""
|
7033
|
-
|
7034
|
-
def __init__(self):
|
7035
|
-
r"""
|
7036
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7037
|
-
:type RequestId: str
|
7038
|
-
"""
|
7039
|
-
self._RequestId = None
|
7040
|
-
|
7041
|
-
@property
|
7042
|
-
def RequestId(self):
|
7043
|
-
return self._RequestId
|
7044
|
-
|
7045
|
-
@RequestId.setter
|
7046
|
-
def RequestId(self, RequestId):
|
7047
|
-
self._RequestId = RequestId
|
7048
|
-
|
7049
|
-
|
7050
|
-
def _deserialize(self, params):
|
7051
|
-
self._RequestId = params.get("RequestId")
|
7052
|
-
|
7053
|
-
|
7054
|
-
class DeleteHostRequest(AbstractModel):
|
7055
|
-
"""DeleteHost请求参数结构体
|
7056
|
-
|
7057
|
-
"""
|
7058
|
-
|
7059
|
-
def __init__(self):
|
7060
|
-
r"""
|
7061
|
-
:param _HostsDel: 删除的域名列表
|
7062
|
-
:type HostsDel: list of HostDel
|
7063
|
-
"""
|
7064
|
-
self._HostsDel = None
|
7065
|
-
|
7066
|
-
@property
|
7067
|
-
def HostsDel(self):
|
7068
|
-
return self._HostsDel
|
6780
|
+
def HostsDel(self):
|
6781
|
+
return self._HostsDel
|
7069
6782
|
|
7070
6783
|
@HostsDel.setter
|
7071
6784
|
def HostsDel(self, HostsDel):
|
@@ -7229,10 +6942,8 @@ class DeleteIpAccessControlResponse(AbstractModel):
|
|
7229
6942
|
def __init__(self):
|
7230
6943
|
r"""
|
7231
6944
|
:param _FailedItems: 删除失败的条目
|
7232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7233
6945
|
:type FailedItems: str
|
7234
6946
|
:param _FailedCount: 删除失败的条目数
|
7235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7236
6947
|
:type FailedCount: int
|
7237
6948
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7238
6949
|
:type RequestId: str
|
@@ -7455,7 +7166,6 @@ class DeleteSessionResponse(AbstractModel):
|
|
7455
7166
|
def __init__(self):
|
7456
7167
|
r"""
|
7457
7168
|
:param _Data: 结果
|
7458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7459
7169
|
:type Data: str
|
7460
7170
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7461
7171
|
:type RequestId: str
|
@@ -7634,7 +7344,6 @@ class DescribeAccessExportsResponse(AbstractModel):
|
|
7634
7344
|
:param _TotalCount: 日志导出ID。
|
7635
7345
|
:type TotalCount: int
|
7636
7346
|
:param _Exports: 日志导出列表
|
7637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7638
7347
|
:type Exports: list of ExportAccessInfo
|
7639
7348
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7640
7349
|
:type RequestId: str
|
@@ -7796,7 +7505,6 @@ class DescribeAccessFastAnalysisResponse(AbstractModel):
|
|
7796
7505
|
def __init__(self):
|
7797
7506
|
r"""
|
7798
7507
|
:param _FieldValueRatioInfos: 注意:此字段可能返回 null,表示取不到有效值
|
7799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7800
7508
|
:type FieldValueRatioInfos: list of AccessFieldValueRatioInfo
|
7801
7509
|
:param _TotalCount: 日志条数
|
7802
7510
|
:type TotalCount: int
|
@@ -7936,7 +7644,6 @@ class DescribeAccessHistogramResponse(AbstractModel):
|
|
7936
7644
|
:param _TotalCount: 满足条件的日志条数
|
7937
7645
|
:type TotalCount: int
|
7938
7646
|
:param _HistogramInfos: 注意:此字段可能返回 null,表示取不到有效值
|
7939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7940
7647
|
:type HistogramInfos: list of AccessHistogramItem
|
7941
7648
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7942
7649
|
:type RequestId: str
|
@@ -8007,7 +7714,6 @@ class DescribeAccessIndexResponse(AbstractModel):
|
|
8007
7714
|
:param _Status: 是否生效,true表示生效,false表示未生效
|
8008
7715
|
:type Status: bool
|
8009
7716
|
:param _Rule: 索引配置信息
|
8010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8011
7717
|
注意:此字段可能返回 null,表示取不到有效值。
|
8012
7718
|
:type Rule: :class:`tencentcloud.waf.v20180125.models.AccessRuleInfo`
|
8013
7719
|
:param _ModifyTime: 索引修改时间,初始值为索引创建时间。
|
@@ -8170,7 +7876,6 @@ class DescribeAntiFakeRulesResponse(AbstractModel):
|
|
8170
7876
|
:param _Total: 总数
|
8171
7877
|
:type Total: int
|
8172
7878
|
:param _Data: 返回值
|
8173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8174
7879
|
:type Data: list of CacheUrlItems
|
8175
7880
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8176
7881
|
:type RequestId: str
|
@@ -8215,318 +7920,6 @@ class DescribeAntiFakeRulesResponse(AbstractModel):
|
|
8215
7920
|
self._RequestId = params.get("RequestId")
|
8216
7921
|
|
8217
7922
|
|
8218
|
-
class DescribeAntiFakeUrlRequest(AbstractModel):
|
8219
|
-
"""DescribeAntiFakeUrl请求参数结构体
|
8220
|
-
|
8221
|
-
"""
|
8222
|
-
|
8223
|
-
def __init__(self):
|
8224
|
-
r"""
|
8225
|
-
:param _Domain: 域名
|
8226
|
-
:type Domain: str
|
8227
|
-
:param _PageInfo: 翻页参数
|
8228
|
-
:type PageInfo: :class:`tencentcloud.waf.v20180125.models.PageInfo`
|
8229
|
-
"""
|
8230
|
-
self._Domain = None
|
8231
|
-
self._PageInfo = None
|
8232
|
-
|
8233
|
-
@property
|
8234
|
-
def Domain(self):
|
8235
|
-
return self._Domain
|
8236
|
-
|
8237
|
-
@Domain.setter
|
8238
|
-
def Domain(self, Domain):
|
8239
|
-
self._Domain = Domain
|
8240
|
-
|
8241
|
-
@property
|
8242
|
-
def PageInfo(self):
|
8243
|
-
return self._PageInfo
|
8244
|
-
|
8245
|
-
@PageInfo.setter
|
8246
|
-
def PageInfo(self, PageInfo):
|
8247
|
-
self._PageInfo = PageInfo
|
8248
|
-
|
8249
|
-
|
8250
|
-
def _deserialize(self, params):
|
8251
|
-
self._Domain = params.get("Domain")
|
8252
|
-
if params.get("PageInfo") is not None:
|
8253
|
-
self._PageInfo = PageInfo()
|
8254
|
-
self._PageInfo._deserialize(params.get("PageInfo"))
|
8255
|
-
memeber_set = set(params.keys())
|
8256
|
-
for name, value in vars(self).items():
|
8257
|
-
property_name = name[1:]
|
8258
|
-
if property_name in memeber_set:
|
8259
|
-
memeber_set.remove(property_name)
|
8260
|
-
if len(memeber_set) > 0:
|
8261
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8262
|
-
|
8263
|
-
|
8264
|
-
|
8265
|
-
class DescribeAntiFakeUrlResponse(AbstractModel):
|
8266
|
-
"""DescribeAntiFakeUrl返回参数结构体
|
8267
|
-
|
8268
|
-
"""
|
8269
|
-
|
8270
|
-
def __init__(self):
|
8271
|
-
r"""
|
8272
|
-
:param _Total: 总数
|
8273
|
-
:type Total: str
|
8274
|
-
:param _List: 信息
|
8275
|
-
:type List: list of CacheUrlItem
|
8276
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8277
|
-
:type RequestId: str
|
8278
|
-
"""
|
8279
|
-
self._Total = None
|
8280
|
-
self._List = None
|
8281
|
-
self._RequestId = None
|
8282
|
-
|
8283
|
-
@property
|
8284
|
-
def Total(self):
|
8285
|
-
return self._Total
|
8286
|
-
|
8287
|
-
@Total.setter
|
8288
|
-
def Total(self, Total):
|
8289
|
-
self._Total = Total
|
8290
|
-
|
8291
|
-
@property
|
8292
|
-
def List(self):
|
8293
|
-
return self._List
|
8294
|
-
|
8295
|
-
@List.setter
|
8296
|
-
def List(self, List):
|
8297
|
-
self._List = List
|
8298
|
-
|
8299
|
-
@property
|
8300
|
-
def RequestId(self):
|
8301
|
-
return self._RequestId
|
8302
|
-
|
8303
|
-
@RequestId.setter
|
8304
|
-
def RequestId(self, RequestId):
|
8305
|
-
self._RequestId = RequestId
|
8306
|
-
|
8307
|
-
|
8308
|
-
def _deserialize(self, params):
|
8309
|
-
self._Total = params.get("Total")
|
8310
|
-
if params.get("List") is not None:
|
8311
|
-
self._List = []
|
8312
|
-
for item in params.get("List"):
|
8313
|
-
obj = CacheUrlItem()
|
8314
|
-
obj._deserialize(item)
|
8315
|
-
self._List.append(obj)
|
8316
|
-
self._RequestId = params.get("RequestId")
|
8317
|
-
|
8318
|
-
|
8319
|
-
class DescribeAntiInfoLeakRulesRequest(AbstractModel):
|
8320
|
-
"""DescribeAntiInfoLeakRules请求参数结构体
|
8321
|
-
|
8322
|
-
"""
|
8323
|
-
|
8324
|
-
def __init__(self):
|
8325
|
-
r"""
|
8326
|
-
:param _Domain: 域名
|
8327
|
-
:type Domain: str
|
8328
|
-
:param _ActionType: 动作类型
|
8329
|
-
:type ActionType: int
|
8330
|
-
:param _PageInfo: 翻页
|
8331
|
-
:type PageInfo: :class:`tencentcloud.waf.v20180125.models.PageInfo`
|
8332
|
-
"""
|
8333
|
-
self._Domain = None
|
8334
|
-
self._ActionType = None
|
8335
|
-
self._PageInfo = None
|
8336
|
-
|
8337
|
-
@property
|
8338
|
-
def Domain(self):
|
8339
|
-
return self._Domain
|
8340
|
-
|
8341
|
-
@Domain.setter
|
8342
|
-
def Domain(self, Domain):
|
8343
|
-
self._Domain = Domain
|
8344
|
-
|
8345
|
-
@property
|
8346
|
-
def ActionType(self):
|
8347
|
-
return self._ActionType
|
8348
|
-
|
8349
|
-
@ActionType.setter
|
8350
|
-
def ActionType(self, ActionType):
|
8351
|
-
self._ActionType = ActionType
|
8352
|
-
|
8353
|
-
@property
|
8354
|
-
def PageInfo(self):
|
8355
|
-
return self._PageInfo
|
8356
|
-
|
8357
|
-
@PageInfo.setter
|
8358
|
-
def PageInfo(self, PageInfo):
|
8359
|
-
self._PageInfo = PageInfo
|
8360
|
-
|
8361
|
-
|
8362
|
-
def _deserialize(self, params):
|
8363
|
-
self._Domain = params.get("Domain")
|
8364
|
-
self._ActionType = params.get("ActionType")
|
8365
|
-
if params.get("PageInfo") is not None:
|
8366
|
-
self._PageInfo = PageInfo()
|
8367
|
-
self._PageInfo._deserialize(params.get("PageInfo"))
|
8368
|
-
memeber_set = set(params.keys())
|
8369
|
-
for name, value in vars(self).items():
|
8370
|
-
property_name = name[1:]
|
8371
|
-
if property_name in memeber_set:
|
8372
|
-
memeber_set.remove(property_name)
|
8373
|
-
if len(memeber_set) > 0:
|
8374
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8375
|
-
|
8376
|
-
|
8377
|
-
|
8378
|
-
class DescribeAntiInfoLeakRulesResponse(AbstractModel):
|
8379
|
-
"""DescribeAntiInfoLeakRules返回参数结构体
|
8380
|
-
|
8381
|
-
"""
|
8382
|
-
|
8383
|
-
def __init__(self):
|
8384
|
-
r"""
|
8385
|
-
:param _TotalCount: 记录条数
|
8386
|
-
:type TotalCount: str
|
8387
|
-
:param _RuleList: 规则列表
|
8388
|
-
:type RuleList: list of DescribeAntiInfoLeakRulesRuleItem
|
8389
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8390
|
-
:type RequestId: str
|
8391
|
-
"""
|
8392
|
-
self._TotalCount = None
|
8393
|
-
self._RuleList = None
|
8394
|
-
self._RequestId = None
|
8395
|
-
|
8396
|
-
@property
|
8397
|
-
def TotalCount(self):
|
8398
|
-
return self._TotalCount
|
8399
|
-
|
8400
|
-
@TotalCount.setter
|
8401
|
-
def TotalCount(self, TotalCount):
|
8402
|
-
self._TotalCount = TotalCount
|
8403
|
-
|
8404
|
-
@property
|
8405
|
-
def RuleList(self):
|
8406
|
-
return self._RuleList
|
8407
|
-
|
8408
|
-
@RuleList.setter
|
8409
|
-
def RuleList(self, RuleList):
|
8410
|
-
self._RuleList = RuleList
|
8411
|
-
|
8412
|
-
@property
|
8413
|
-
def RequestId(self):
|
8414
|
-
return self._RequestId
|
8415
|
-
|
8416
|
-
@RequestId.setter
|
8417
|
-
def RequestId(self, RequestId):
|
8418
|
-
self._RequestId = RequestId
|
8419
|
-
|
8420
|
-
|
8421
|
-
def _deserialize(self, params):
|
8422
|
-
self._TotalCount = params.get("TotalCount")
|
8423
|
-
if params.get("RuleList") is not None:
|
8424
|
-
self._RuleList = []
|
8425
|
-
for item in params.get("RuleList"):
|
8426
|
-
obj = DescribeAntiInfoLeakRulesRuleItem()
|
8427
|
-
obj._deserialize(item)
|
8428
|
-
self._RuleList.append(obj)
|
8429
|
-
self._RequestId = params.get("RequestId")
|
8430
|
-
|
8431
|
-
|
8432
|
-
class DescribeAntiInfoLeakRulesRuleItem(AbstractModel):
|
8433
|
-
"""DescribeAntiInfoLeakRules返回的规则列表元素
|
8434
|
-
|
8435
|
-
"""
|
8436
|
-
|
8437
|
-
def __init__(self):
|
8438
|
-
r"""
|
8439
|
-
:param _RuleId: 规则ID
|
8440
|
-
:type RuleId: str
|
8441
|
-
:param _Name: 规则名称
|
8442
|
-
:type Name: str
|
8443
|
-
:param _Status: 规则状态
|
8444
|
-
:type Status: str
|
8445
|
-
:param _ActionType: 规则动作类型
|
8446
|
-
:type ActionType: str
|
8447
|
-
:param _CreateTime: 规则创建时间
|
8448
|
-
:type CreateTime: str
|
8449
|
-
:param _Strategies: 详细的规则
|
8450
|
-
:type Strategies: list of DescribeAntiInfoLeakRulesStrategyItem
|
8451
|
-
"""
|
8452
|
-
self._RuleId = None
|
8453
|
-
self._Name = None
|
8454
|
-
self._Status = None
|
8455
|
-
self._ActionType = None
|
8456
|
-
self._CreateTime = None
|
8457
|
-
self._Strategies = None
|
8458
|
-
|
8459
|
-
@property
|
8460
|
-
def RuleId(self):
|
8461
|
-
return self._RuleId
|
8462
|
-
|
8463
|
-
@RuleId.setter
|
8464
|
-
def RuleId(self, RuleId):
|
8465
|
-
self._RuleId = RuleId
|
8466
|
-
|
8467
|
-
@property
|
8468
|
-
def Name(self):
|
8469
|
-
return self._Name
|
8470
|
-
|
8471
|
-
@Name.setter
|
8472
|
-
def Name(self, Name):
|
8473
|
-
self._Name = Name
|
8474
|
-
|
8475
|
-
@property
|
8476
|
-
def Status(self):
|
8477
|
-
return self._Status
|
8478
|
-
|
8479
|
-
@Status.setter
|
8480
|
-
def Status(self, Status):
|
8481
|
-
self._Status = Status
|
8482
|
-
|
8483
|
-
@property
|
8484
|
-
def ActionType(self):
|
8485
|
-
return self._ActionType
|
8486
|
-
|
8487
|
-
@ActionType.setter
|
8488
|
-
def ActionType(self, ActionType):
|
8489
|
-
self._ActionType = ActionType
|
8490
|
-
|
8491
|
-
@property
|
8492
|
-
def CreateTime(self):
|
8493
|
-
return self._CreateTime
|
8494
|
-
|
8495
|
-
@CreateTime.setter
|
8496
|
-
def CreateTime(self, CreateTime):
|
8497
|
-
self._CreateTime = CreateTime
|
8498
|
-
|
8499
|
-
@property
|
8500
|
-
def Strategies(self):
|
8501
|
-
return self._Strategies
|
8502
|
-
|
8503
|
-
@Strategies.setter
|
8504
|
-
def Strategies(self, Strategies):
|
8505
|
-
self._Strategies = Strategies
|
8506
|
-
|
8507
|
-
|
8508
|
-
def _deserialize(self, params):
|
8509
|
-
self._RuleId = params.get("RuleId")
|
8510
|
-
self._Name = params.get("Name")
|
8511
|
-
self._Status = params.get("Status")
|
8512
|
-
self._ActionType = params.get("ActionType")
|
8513
|
-
self._CreateTime = params.get("CreateTime")
|
8514
|
-
if params.get("Strategies") is not None:
|
8515
|
-
self._Strategies = []
|
8516
|
-
for item in params.get("Strategies"):
|
8517
|
-
obj = DescribeAntiInfoLeakRulesStrategyItem()
|
8518
|
-
obj._deserialize(item)
|
8519
|
-
self._Strategies.append(obj)
|
8520
|
-
memeber_set = set(params.keys())
|
8521
|
-
for name, value in vars(self).items():
|
8522
|
-
property_name = name[1:]
|
8523
|
-
if property_name in memeber_set:
|
8524
|
-
memeber_set.remove(property_name)
|
8525
|
-
if len(memeber_set) > 0:
|
8526
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8527
|
-
|
8528
|
-
|
8529
|
-
|
8530
7923
|
class DescribeAntiInfoLeakRulesStrategyItem(AbstractModel):
|
8531
7924
|
"""DescribeAntiInfoLeakRules返回的规则元素中的具体的规则元素
|
8532
7925
|
|
@@ -8743,13 +8136,10 @@ class DescribeAntiLeakageItem(AbstractModel):
|
|
8743
8136
|
:param _CreateTime: 创建时间
|
8744
8137
|
:type CreateTime: str
|
8745
8138
|
:param _Strategies: 匹配条件
|
8746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8747
8139
|
:type Strategies: list of DescribeAntiInfoLeakRulesStrategyItem
|
8748
8140
|
:param _Uri: 匹配的URL
|
8749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8750
8141
|
:type Uri: str
|
8751
8142
|
:param _ModifyTime: 修改时间
|
8752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8753
8143
|
:type ModifyTime: str
|
8754
8144
|
"""
|
8755
8145
|
self._RuleId = None
|
@@ -8939,40 +8329,28 @@ class DescribeApiDetailResponse(AbstractModel):
|
|
8939
8329
|
def __init__(self):
|
8940
8330
|
r"""
|
8941
8331
|
:param _Log: 请求样例,json字符串格式
|
8942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8943
8332
|
:type Log: str
|
8944
8333
|
:param _ParameterList: 请求参数样例列表
|
8945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8946
8334
|
:type ParameterList: list of ApiParameterType
|
8947
8335
|
:param _Scene: 当前场景标签
|
8948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8949
8336
|
:type Scene: str
|
8950
8337
|
:param _SensitiveFields: 敏感字段
|
8951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8952
8338
|
:type SensitiveFields: list of str
|
8953
8339
|
:param _IsActive: 7天内是否活跃
|
8954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8955
8340
|
:type IsActive: bool
|
8956
8341
|
:param _IpCount: 访问ip数
|
8957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8958
8342
|
:type IpCount: int
|
8959
8343
|
:param _RegionCount: 访问地域数量
|
8960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8961
8344
|
:type RegionCount: int
|
8962
8345
|
:param _EventCount: 关联事件数
|
8963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8964
8346
|
:type EventCount: int
|
8965
8347
|
:param _SensitiveCount: 涉敏数据条数
|
8966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8967
8348
|
:type SensitiveCount: int
|
8968
8349
|
:param _Level: 风险等级
|
8969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8970
8350
|
:type Level: int
|
8971
8351
|
:param _RspLog: 响应体
|
8972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8973
8352
|
:type RspLog: str
|
8974
8353
|
:param _MaxQPS: 昨日访问峰值QPS
|
8975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8976
8354
|
:type MaxQPS: int
|
8977
8355
|
:param _ApiDetailSampleHistory: 历史样例
|
8978
8356
|
:type ApiDetailSampleHistory: list of ApiDetailSampleHistory
|
@@ -9264,10 +8642,8 @@ class DescribeApiListVersionTwoResponse(AbstractModel):
|
|
9264
8642
|
def __init__(self):
|
9265
8643
|
r"""
|
9266
8644
|
:param _Data: api资产列表
|
9267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9268
8645
|
:type Data: list of ApiAsset
|
9269
8646
|
:param _Total: 总数
|
9270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9271
8647
|
:type Total: int
|
9272
8648
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9273
8649
|
:type RequestId: str
|
@@ -9353,7 +8729,6 @@ class DescribeAreaBanAreasResponse(AbstractModel):
|
|
9353
8729
|
def __init__(self):
|
9354
8730
|
r"""
|
9355
8731
|
:param _Data: 回包内容
|
9356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9357
8732
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DescribeAreaBanAreasRsp`
|
9358
8733
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9359
8734
|
:type RequestId: str
|
@@ -9395,18 +8770,14 @@ class DescribeAreaBanAreasRsp(AbstractModel):
|
|
9395
8770
|
:param _Status: 状态 "0":未开启地域封禁 "1":开启地域封禁
|
9396
8771
|
:type Status: str
|
9397
8772
|
:param _Source: 数据来源 custom-自定义(默认)、batch-批量防护
|
9398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9399
8773
|
:type Source: str
|
9400
8774
|
:param _Areas: 字符串数据,配置的地域列表
|
9401
8775
|
:type Areas: list of str
|
9402
8776
|
:param _JobType: 定时任务类型
|
9403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9404
8777
|
:type JobType: str
|
9405
8778
|
:param _JobDateTime: 定时任务详细配置
|
9406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9407
8779
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
9408
8780
|
:param _CronType: 周期任务配置
|
9409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9410
8781
|
:type CronType: str
|
9411
8782
|
"""
|
9412
8783
|
self._Status = None
|
@@ -9640,19 +9011,14 @@ class DescribeAttackOverviewResponse(AbstractModel):
|
|
9640
9011
|
:param _ApiAssetsCount: api资产总数
|
9641
9012
|
:type ApiAssetsCount: int
|
9642
9013
|
:param _ApiRiskEventCount: api风险事件数量
|
9643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9644
9014
|
:type ApiRiskEventCount: int
|
9645
9015
|
:param _IPBlackCount: 黑名单总数
|
9646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9647
9016
|
:type IPBlackCount: int
|
9648
9017
|
:param _TamperCount: 防篡改总数
|
9649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9650
9018
|
:type TamperCount: int
|
9651
9019
|
:param _LeakCount: 信息泄露总数
|
9652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9653
9020
|
:type LeakCount: int
|
9654
9021
|
:param _ApiRiskEventCircleCount: API风险事件周环比
|
9655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9656
9022
|
:type ApiRiskEventCircleCount: int
|
9657
9023
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9658
9024
|
:type RequestId: str
|
@@ -10025,7 +9391,6 @@ class DescribeAttackWhiteRuleResponse(AbstractModel):
|
|
10025
9391
|
:param _Total: 规则总数
|
10026
9392
|
:type Total: int
|
10027
9393
|
:param _List: 规则白名单列表
|
10028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10029
9394
|
:type List: list of UserWhiteRule
|
10030
9395
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10031
9396
|
:type RequestId: str
|
@@ -10281,7 +9646,7 @@ class DescribeBatchIpAccessControlRequest(AbstractModel):
|
|
10281
9646
|
|
10282
9647
|
def __init__(self):
|
10283
9648
|
r"""
|
10284
|
-
:param _Filters: 筛选条件,支持 ActionType
|
9649
|
+
:param _Filters: 筛选条件,支持 ActionType,可选的值为40(白名单)42(黑名单),ValidStatus,可选的值为1(生效)0(过期)
|
10285
9650
|
:type Filters: list of FiltersItemNew
|
10286
9651
|
:param _OffSet: 偏移
|
10287
9652
|
:type OffSet: int
|
@@ -10356,7 +9721,6 @@ class DescribeBatchIpAccessControlResponse(AbstractModel):
|
|
10356
9721
|
def __init__(self):
|
10357
9722
|
r"""
|
10358
9723
|
:param _Data: 输出
|
10359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10360
9724
|
:type Data: :class:`tencentcloud.waf.v20180125.models.BatchIpAccessControlData`
|
10361
9725
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10362
9726
|
:type RequestId: str
|
@@ -10564,7 +9928,6 @@ class DescribeCCRuleListResponse(AbstractModel):
|
|
10564
9928
|
def __init__(self):
|
10565
9929
|
r"""
|
10566
9930
|
:param _Data: 查询到的CC规则的列表
|
10567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10568
9931
|
:type Data: :class:`tencentcloud.waf.v20180125.models.CCRuleLists`
|
10569
9932
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10570
9933
|
:type RequestId: str
|
@@ -10697,7 +10060,6 @@ class DescribeCCRuleResponse(AbstractModel):
|
|
10697
10060
|
def __init__(self):
|
10698
10061
|
r"""
|
10699
10062
|
:param _Data: 结果
|
10700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10701
10063
|
:type Data: :class:`tencentcloud.waf.v20180125.models.CCRuleData`
|
10702
10064
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10703
10065
|
:type RequestId: str
|
@@ -10902,7 +10264,6 @@ class DescribeCertificateVerifyResultResponse(AbstractModel):
|
|
10902
10264
|
:param _Changed: 证书是否改变。
|
10903
10265
|
0:未变化
|
10904
10266
|
1:有变化
|
10905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10906
10267
|
:type Changed: int
|
10907
10268
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10908
10269
|
:type RequestId: str
|
@@ -10976,7 +10337,6 @@ class DescribeCiphersDetailResponse(AbstractModel):
|
|
10976
10337
|
def __init__(self):
|
10977
10338
|
r"""
|
10978
10339
|
:param _Ciphers: 加密套件信息
|
10979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10980
10340
|
:type Ciphers: list of TLSCiphers
|
10981
10341
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10982
10342
|
:type RequestId: str
|
@@ -11182,7 +10542,7 @@ class DescribeCustomRulesRspRuleListItem(AbstractModel):
|
|
11182
10542
|
|
11183
10543
|
def __init__(self):
|
11184
10544
|
r"""
|
11185
|
-
:param _ActionType:
|
10545
|
+
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
11186
10546
|
:type ActionType: str
|
11187
10547
|
:param _Bypass: 跳过的策略
|
11188
10548
|
:type Bypass: str
|
@@ -11203,34 +10563,24 @@ class DescribeCustomRulesRspRuleListItem(AbstractModel):
|
|
11203
10563
|
:param _Strategies: 策略详情
|
11204
10564
|
:type Strategies: list of Strategy
|
11205
10565
|
:param _EventId: 事件id
|
11206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11207
10566
|
:type EventId: str
|
11208
10567
|
:param _ModifyTime: 修改时间
|
11209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11210
10568
|
:type ModifyTime: str
|
11211
10569
|
:param _ValidStatus: 生效状态
|
11212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11213
10570
|
:type ValidStatus: int
|
11214
10571
|
:param _Source: 来源
|
11215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11216
10572
|
:type Source: str
|
11217
10573
|
:param _JobType: 定时任务类型
|
11218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11219
10574
|
:type JobType: str
|
11220
10575
|
:param _JobDateTime: 定时任务配置信息
|
11221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11222
10576
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
11223
10577
|
:param _CronType: 周期任务粒度
|
11224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11225
10578
|
:type CronType: str
|
11226
10579
|
:param _Label: 自定义标签,风控规则用,用来表示是内置规则还是用户自定义的
|
11227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11228
10580
|
:type Label: str
|
11229
10581
|
:param _PageId: 拦截页面id
|
11230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11231
10582
|
:type PageId: str
|
11232
10583
|
:param _Domain: 域名
|
11233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11234
10584
|
:type Domain: str
|
11235
10585
|
"""
|
11236
10586
|
self._ActionType = None
|
@@ -12276,7 +11626,6 @@ class DescribeDomainsResponse(AbstractModel):
|
|
12276
11626
|
:param _Total: 总数
|
12277
11627
|
:type Total: int
|
12278
11628
|
:param _Domains: domain列表
|
12279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12280
11629
|
:type Domains: list of DomainInfo
|
12281
11630
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12282
11631
|
:type RequestId: str
|
@@ -12334,7 +11683,7 @@ class DescribeFindDomainListRequest(AbstractModel):
|
|
12334
11683
|
:type Limit: int
|
12335
11684
|
:param _Key: 过滤条件
|
12336
11685
|
:type Key: str
|
12337
|
-
:param _IsWafDomain: 是否接入waf
|
11686
|
+
:param _IsWafDomain: 是否接入waf;传"1"返回接入域名的详情,传"0"返回未接入域名的详情,传""返回接入和未接入域名的详情
|
12338
11687
|
:type IsWafDomain: str
|
12339
11688
|
:param _By: 排序参数
|
12340
11689
|
:type By: str
|
@@ -12786,7 +12135,6 @@ class DescribeHostLimitResponse(AbstractModel):
|
|
12786
12135
|
def __init__(self):
|
12787
12136
|
r"""
|
12788
12137
|
:param _Success: 成功返回的状态码
|
12789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12790
12138
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
12791
12139
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12792
12140
|
:type RequestId: str
|
@@ -13007,7 +12355,6 @@ class DescribeHostsResponse(AbstractModel):
|
|
13007
12355
|
:param _TotalCount: 防护域名列表的长度
|
13008
12356
|
:type TotalCount: int
|
13009
12357
|
:param _HostList: 防护域名的列表
|
13010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13011
12358
|
:type HostList: list of HostRecord
|
13012
12359
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13013
12360
|
:type RequestId: str
|
@@ -13421,10 +12768,8 @@ class DescribeIpAccessControlResponse(AbstractModel):
|
|
13421
12768
|
def __init__(self):
|
13422
12769
|
r"""
|
13423
12770
|
:param _Data: 输出
|
13424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13425
12771
|
:type Data: :class:`tencentcloud.waf.v20180125.models.IpAccessControlData`
|
13426
12772
|
:param _UsedTotal: 已经使用的IP黑白名单的IP总数
|
13427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13428
12773
|
:type UsedTotal: int
|
13429
12774
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13430
12775
|
:type RequestId: str
|
@@ -13671,7 +13016,6 @@ class DescribeIpHitItemsResponse(AbstractModel):
|
|
13671
13016
|
def __init__(self):
|
13672
13017
|
r"""
|
13673
13018
|
:param _Data: 结果
|
13674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13675
13019
|
:type Data: :class:`tencentcloud.waf.v20180125.models.IpHitItemsData`
|
13676
13020
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13677
13021
|
:type RequestId: str
|
@@ -13852,13 +13196,7 @@ class DescribeObjectsRequest(AbstractModel):
|
|
13852
13196
|
|
13853
13197
|
def __init__(self):
|
13854
13198
|
r"""
|
13855
|
-
:param _Filters: 支持的过滤器:
|
13856
|
-
ObjectId: clb实例ID
|
13857
|
-
VIP: clb实例的公网IP
|
13858
|
-
InstanceId: waf实例ID
|
13859
|
-
Domain: 精准域名
|
13860
|
-
Status: waf防护开关状态: 0关闭,1开启
|
13861
|
-
ClsStatus: waf日志开关: 0关闭,1开启
|
13199
|
+
:param _Filters: 支持的过滤器: ObjectId: clb实例ID VIP: clb实例的公网IP InstanceId: waf实例ID Domain: 精准域名 Status: waf防护开关状态: 0关闭,1开启 ClsStatus: waf日志开关: 0关闭,1开启
|
13862
13200
|
:type Filters: list of FiltersItemNew
|
13863
13201
|
"""
|
13864
13202
|
self._Filters = None
|
@@ -14569,8 +13907,80 @@ class DescribeRuleLimitRequest(AbstractModel):
|
|
14569
13907
|
|
14570
13908
|
|
14571
13909
|
def _deserialize(self, params):
|
14572
|
-
self._Domain = params.get("Domain")
|
14573
|
-
self._InstanceId = params.get("InstanceId")
|
13910
|
+
self._Domain = params.get("Domain")
|
13911
|
+
self._InstanceId = params.get("InstanceId")
|
13912
|
+
memeber_set = set(params.keys())
|
13913
|
+
for name, value in vars(self).items():
|
13914
|
+
property_name = name[1:]
|
13915
|
+
if property_name in memeber_set:
|
13916
|
+
memeber_set.remove(property_name)
|
13917
|
+
if len(memeber_set) > 0:
|
13918
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
13919
|
+
|
13920
|
+
|
13921
|
+
|
13922
|
+
class DescribeRuleLimitResponse(AbstractModel):
|
13923
|
+
"""DescribeRuleLimit返回参数结构体
|
13924
|
+
|
13925
|
+
"""
|
13926
|
+
|
13927
|
+
def __init__(self):
|
13928
|
+
r"""
|
13929
|
+
:param _Res: waf模块的规格
|
13930
|
+
:type Res: :class:`tencentcloud.waf.v20180125.models.WafRuleLimit`
|
13931
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13932
|
+
:type RequestId: str
|
13933
|
+
"""
|
13934
|
+
self._Res = None
|
13935
|
+
self._RequestId = None
|
13936
|
+
|
13937
|
+
@property
|
13938
|
+
def Res(self):
|
13939
|
+
return self._Res
|
13940
|
+
|
13941
|
+
@Res.setter
|
13942
|
+
def Res(self, Res):
|
13943
|
+
self._Res = Res
|
13944
|
+
|
13945
|
+
@property
|
13946
|
+
def RequestId(self):
|
13947
|
+
return self._RequestId
|
13948
|
+
|
13949
|
+
@RequestId.setter
|
13950
|
+
def RequestId(self, RequestId):
|
13951
|
+
self._RequestId = RequestId
|
13952
|
+
|
13953
|
+
|
13954
|
+
def _deserialize(self, params):
|
13955
|
+
if params.get("Res") is not None:
|
13956
|
+
self._Res = WafRuleLimit()
|
13957
|
+
self._Res._deserialize(params.get("Res"))
|
13958
|
+
self._RequestId = params.get("RequestId")
|
13959
|
+
|
13960
|
+
|
13961
|
+
class DescribeScanIpRequest(AbstractModel):
|
13962
|
+
"""DescribeScanIp请求参数结构体
|
13963
|
+
|
13964
|
+
"""
|
13965
|
+
|
13966
|
+
def __init__(self):
|
13967
|
+
r"""
|
13968
|
+
:param _Ip: 要查询的ip地址
|
13969
|
+
:type Ip: str
|
13970
|
+
"""
|
13971
|
+
self._Ip = None
|
13972
|
+
|
13973
|
+
@property
|
13974
|
+
def Ip(self):
|
13975
|
+
return self._Ip
|
13976
|
+
|
13977
|
+
@Ip.setter
|
13978
|
+
def Ip(self, Ip):
|
13979
|
+
self._Ip = Ip
|
13980
|
+
|
13981
|
+
|
13982
|
+
def _deserialize(self, params):
|
13983
|
+
self._Ip = params.get("Ip")
|
14574
13984
|
memeber_set = set(params.keys())
|
14575
13985
|
for name, value in vars(self).items():
|
14576
13986
|
property_name = name[1:]
|
@@ -14581,28 +13991,138 @@ class DescribeRuleLimitRequest(AbstractModel):
|
|
14581
13991
|
|
14582
13992
|
|
14583
13993
|
|
14584
|
-
class
|
14585
|
-
"""
|
13994
|
+
class DescribeScanIpResponse(AbstractModel):
|
13995
|
+
"""DescribeScanIp返回参数结构体
|
14586
13996
|
|
14587
13997
|
"""
|
14588
13998
|
|
14589
13999
|
def __init__(self):
|
14590
14000
|
r"""
|
14591
|
-
:param
|
14592
|
-
:type
|
14001
|
+
:param _IpList: ip列表,当入参Ip为all时,返回该值
|
14002
|
+
:type IpList: list of ScanIpInfo
|
14003
|
+
:param _Bussiness: 所属业务
|
14004
|
+
:type Bussiness: str
|
14005
|
+
:param _Characteristic: 业务特征
|
14006
|
+
:type Characteristic: str
|
14007
|
+
:param _Descibe: 扫描说明
|
14008
|
+
:type Descibe: str
|
14009
|
+
:param _Referer: 官方公告
|
14010
|
+
:type Referer: str
|
14011
|
+
:param _Demo: 扫描示例
|
14012
|
+
:type Demo: str
|
14013
|
+
:param _Target: 扫描对象
|
14014
|
+
:type Target: str
|
14015
|
+
:param _Purpose: 扫描目的
|
14016
|
+
:type Purpose: str
|
14017
|
+
:param _Announcement: 产品文案
|
14018
|
+
:type Announcement: str
|
14019
|
+
:param _UpdateTime: 更新时间
|
14020
|
+
:type UpdateTime: int
|
14021
|
+
:param _IpOwner: ipowner
|
14022
|
+
:type IpOwner: str
|
14593
14023
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14594
14024
|
:type RequestId: str
|
14595
14025
|
"""
|
14596
|
-
self.
|
14026
|
+
self._IpList = None
|
14027
|
+
self._Bussiness = None
|
14028
|
+
self._Characteristic = None
|
14029
|
+
self._Descibe = None
|
14030
|
+
self._Referer = None
|
14031
|
+
self._Demo = None
|
14032
|
+
self._Target = None
|
14033
|
+
self._Purpose = None
|
14034
|
+
self._Announcement = None
|
14035
|
+
self._UpdateTime = None
|
14036
|
+
self._IpOwner = None
|
14597
14037
|
self._RequestId = None
|
14598
14038
|
|
14599
14039
|
@property
|
14600
|
-
def
|
14601
|
-
return self.
|
14040
|
+
def IpList(self):
|
14041
|
+
return self._IpList
|
14602
14042
|
|
14603
|
-
@
|
14604
|
-
def
|
14605
|
-
self.
|
14043
|
+
@IpList.setter
|
14044
|
+
def IpList(self, IpList):
|
14045
|
+
self._IpList = IpList
|
14046
|
+
|
14047
|
+
@property
|
14048
|
+
def Bussiness(self):
|
14049
|
+
return self._Bussiness
|
14050
|
+
|
14051
|
+
@Bussiness.setter
|
14052
|
+
def Bussiness(self, Bussiness):
|
14053
|
+
self._Bussiness = Bussiness
|
14054
|
+
|
14055
|
+
@property
|
14056
|
+
def Characteristic(self):
|
14057
|
+
return self._Characteristic
|
14058
|
+
|
14059
|
+
@Characteristic.setter
|
14060
|
+
def Characteristic(self, Characteristic):
|
14061
|
+
self._Characteristic = Characteristic
|
14062
|
+
|
14063
|
+
@property
|
14064
|
+
def Descibe(self):
|
14065
|
+
return self._Descibe
|
14066
|
+
|
14067
|
+
@Descibe.setter
|
14068
|
+
def Descibe(self, Descibe):
|
14069
|
+
self._Descibe = Descibe
|
14070
|
+
|
14071
|
+
@property
|
14072
|
+
def Referer(self):
|
14073
|
+
return self._Referer
|
14074
|
+
|
14075
|
+
@Referer.setter
|
14076
|
+
def Referer(self, Referer):
|
14077
|
+
self._Referer = Referer
|
14078
|
+
|
14079
|
+
@property
|
14080
|
+
def Demo(self):
|
14081
|
+
return self._Demo
|
14082
|
+
|
14083
|
+
@Demo.setter
|
14084
|
+
def Demo(self, Demo):
|
14085
|
+
self._Demo = Demo
|
14086
|
+
|
14087
|
+
@property
|
14088
|
+
def Target(self):
|
14089
|
+
return self._Target
|
14090
|
+
|
14091
|
+
@Target.setter
|
14092
|
+
def Target(self, Target):
|
14093
|
+
self._Target = Target
|
14094
|
+
|
14095
|
+
@property
|
14096
|
+
def Purpose(self):
|
14097
|
+
return self._Purpose
|
14098
|
+
|
14099
|
+
@Purpose.setter
|
14100
|
+
def Purpose(self, Purpose):
|
14101
|
+
self._Purpose = Purpose
|
14102
|
+
|
14103
|
+
@property
|
14104
|
+
def Announcement(self):
|
14105
|
+
return self._Announcement
|
14106
|
+
|
14107
|
+
@Announcement.setter
|
14108
|
+
def Announcement(self, Announcement):
|
14109
|
+
self._Announcement = Announcement
|
14110
|
+
|
14111
|
+
@property
|
14112
|
+
def UpdateTime(self):
|
14113
|
+
return self._UpdateTime
|
14114
|
+
|
14115
|
+
@UpdateTime.setter
|
14116
|
+
def UpdateTime(self, UpdateTime):
|
14117
|
+
self._UpdateTime = UpdateTime
|
14118
|
+
|
14119
|
+
@property
|
14120
|
+
def IpOwner(self):
|
14121
|
+
return self._IpOwner
|
14122
|
+
|
14123
|
+
@IpOwner.setter
|
14124
|
+
def IpOwner(self, IpOwner):
|
14125
|
+
self._IpOwner = IpOwner
|
14606
14126
|
|
14607
14127
|
@property
|
14608
14128
|
def RequestId(self):
|
@@ -14614,9 +14134,22 @@ class DescribeRuleLimitResponse(AbstractModel):
|
|
14614
14134
|
|
14615
14135
|
|
14616
14136
|
def _deserialize(self, params):
|
14617
|
-
if params.get("
|
14618
|
-
self.
|
14619
|
-
|
14137
|
+
if params.get("IpList") is not None:
|
14138
|
+
self._IpList = []
|
14139
|
+
for item in params.get("IpList"):
|
14140
|
+
obj = ScanIpInfo()
|
14141
|
+
obj._deserialize(item)
|
14142
|
+
self._IpList.append(obj)
|
14143
|
+
self._Bussiness = params.get("Bussiness")
|
14144
|
+
self._Characteristic = params.get("Characteristic")
|
14145
|
+
self._Descibe = params.get("Descibe")
|
14146
|
+
self._Referer = params.get("Referer")
|
14147
|
+
self._Demo = params.get("Demo")
|
14148
|
+
self._Target = params.get("Target")
|
14149
|
+
self._Purpose = params.get("Purpose")
|
14150
|
+
self._Announcement = params.get("Announcement")
|
14151
|
+
self._UpdateTime = params.get("UpdateTime")
|
14152
|
+
self._IpOwner = params.get("IpOwner")
|
14620
14153
|
self._RequestId = params.get("RequestId")
|
14621
14154
|
|
14622
14155
|
|
@@ -14673,7 +14206,6 @@ class DescribeSessionResponse(AbstractModel):
|
|
14673
14206
|
def __init__(self):
|
14674
14207
|
r"""
|
14675
14208
|
:param _Data: 返回结果
|
14676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14677
14209
|
:type Data: :class:`tencentcloud.waf.v20180125.models.SessionData`
|
14678
14210
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14679
14211
|
:type RequestId: str
|
@@ -14820,7 +14352,6 @@ class DescribeSpartaProtectionInfoResponse(AbstractModel):
|
|
14820
14352
|
:param _IsKeepAlive: 与源站是否保持长连接
|
14821
14353
|
:type IsKeepAlive: str
|
14822
14354
|
:param _Anycast: 0:BGP 1:Anycast
|
14823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14824
14355
|
:type Anycast: str
|
14825
14356
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14826
14357
|
:type RequestId: str
|
@@ -15118,7 +14649,7 @@ class DescribeTlsVersionResponse(AbstractModel):
|
|
15118
14649
|
|
15119
14650
|
def __init__(self):
|
15120
14651
|
r"""
|
15121
|
-
:param _TLS: TLS
|
14652
|
+
:param _TLS: TLS信息
|
15122
14653
|
:type TLS: list of TLSVersion
|
15123
14654
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15124
14655
|
:type RequestId: str
|
@@ -15307,7 +14838,6 @@ class DescribeUserCdcClbWafRegionsResponse(AbstractModel):
|
|
15307
14838
|
def __init__(self):
|
15308
14839
|
r"""
|
15309
14840
|
:param _Data: CdcRegion的类型描述
|
15310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15311
14841
|
:type Data: list of CdcRegion
|
15312
14842
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15313
14843
|
:type RequestId: str
|
@@ -15383,10 +14913,8 @@ class DescribeUserClbWafRegionsResponse(AbstractModel):
|
|
15383
14913
|
def __init__(self):
|
15384
14914
|
r"""
|
15385
14915
|
:param _Data: 地域(标准的ap-格式)列表
|
15386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15387
14916
|
:type Data: list of str
|
15388
14917
|
:param _RichDatas: 包含详细属性的地域信息
|
15389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15390
14918
|
:type RichDatas: list of ClbWafRegionItem
|
15391
14919
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15392
14920
|
:type RequestId: str
|
@@ -15657,7 +15185,6 @@ class DescribeUserSignatureRuleResponse(AbstractModel):
|
|
15657
15185
|
:param _Total: 规则总数
|
15658
15186
|
:type Total: int
|
15659
15187
|
:param _Rules: 规则列表
|
15660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15661
15188
|
:type Rules: list of UserSignatureRule
|
15662
15189
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15663
15190
|
:type RequestId: str
|
@@ -15839,7 +15366,6 @@ class DescribeWafAutoDenyRulesResponse(AbstractModel):
|
|
15839
15366
|
:type DefenseStatus: int
|
15840
15367
|
:param _Source: 数据来源Source字段 custom-自定义(默认)、batch-domain-批量域名
|
15841
15368
|
|
15842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15843
15369
|
:type Source: str
|
15844
15370
|
:param _HWState: 重保护网域名状态
|
15845
15371
|
:type HWState: int
|
@@ -16217,49 +15743,37 @@ cdc-clb-waf:CDC环境下负载均衡型WAF实例
|
|
16217
15743
|
1:开启
|
16218
15744
|
:type PostCKafkaStatus: int
|
16219
15745
|
:param _CdcClusters: cdc实例域名接入的集群信息,非cdc实例忽略。
|
16220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16221
15746
|
:type CdcClusters: str
|
16222
15747
|
:param _ApiStatus: api安全开关状态。
|
16223
15748
|
0:关闭
|
16224
15749
|
1:开启
|
16225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16226
15750
|
:type ApiStatus: int
|
16227
15751
|
:param _AlbType: 应用型负载均衡类型,默认clb。
|
16228
15752
|
clb:七层负载均衡器类型
|
16229
15753
|
apisix:apisix网关型
|
16230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16231
15754
|
:type AlbType: str
|
16232
15755
|
:param _SgState: 安全组状态。
|
16233
15756
|
0:不展示
|
16234
15757
|
1:非腾讯云源站
|
16235
15758
|
2:安全组绑定失败
|
16236
15759
|
3:安全组发生变更
|
16237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16238
15760
|
:type SgState: int
|
16239
15761
|
:param _SgDetail: 安全组状态的详细解释
|
16240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16241
15762
|
:type SgDetail: str
|
16242
15763
|
:param _CloudType: 域名云环境。hybrid:混合云域名
|
16243
15764
|
public:公有云域名
|
16244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16245
15765
|
:type CloudType: str
|
16246
15766
|
:param _Note: 域名备注信息
|
16247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16248
15767
|
:type Note: str
|
16249
15768
|
:param _SrcList: SAASWAF源站IP列表
|
16250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16251
15769
|
:type SrcList: list of str
|
16252
15770
|
:param _UpstreamDomainList: SAASWAF源站域名列表
|
16253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16254
15771
|
:type UpstreamDomainList: list of str
|
16255
15772
|
:param _SgID: 安全组ID
|
16256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16257
15773
|
:type SgID: str
|
16258
15774
|
:param _AccessStatus: clbwaf接入状态
|
16259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16260
15775
|
:type AccessStatus: int
|
16261
15776
|
:param _Labels: 域名标签
|
16262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16263
15777
|
:type Labels: list of str
|
16264
15778
|
"""
|
16265
15779
|
self._Domain = None
|
@@ -16646,26 +16160,21 @@ public:公有云域名
|
|
16646
16160
|
|
16647
16161
|
|
16648
16162
|
class DomainPackageNew(AbstractModel):
|
16649
|
-
"""
|
16163
|
+
"""waf 域名扩展套餐
|
16650
16164
|
|
16651
16165
|
"""
|
16652
16166
|
|
16653
16167
|
def __init__(self):
|
16654
16168
|
r"""
|
16655
16169
|
:param _ResourceIds: 资源ID
|
16656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16657
16170
|
:type ResourceIds: str
|
16658
16171
|
:param _ValidTime: 过期时间
|
16659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16660
16172
|
:type ValidTime: str
|
16661
16173
|
:param _RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
16662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16663
16174
|
:type RenewFlag: int
|
16664
16175
|
:param _Count: 套餐购买个数
|
16665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16666
16176
|
:type Count: int
|
16667
16177
|
:param _Region: 套餐购买地域,clb-waf暂时没有用到
|
16668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16669
16178
|
:type Region: str
|
16670
16179
|
"""
|
16671
16180
|
self._ResourceIds = None
|
@@ -16739,10 +16248,8 @@ class DomainRuleId(AbstractModel):
|
|
16739
16248
|
def __init__(self):
|
16740
16249
|
r"""
|
16741
16250
|
:param _Domain: 域名
|
16742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16743
16251
|
:type Domain: str
|
16744
16252
|
:param _RuleId: 规则id
|
16745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16746
16253
|
:type RuleId: str
|
16747
16254
|
"""
|
16748
16255
|
self._Domain = None
|
@@ -16790,7 +16297,6 @@ class DomainURI(AbstractModel):
|
|
16790
16297
|
:param _Edition: 版本
|
16791
16298
|
:type Edition: str
|
16792
16299
|
:param _InstanceID: 实例ID
|
16793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16794
16300
|
:type InstanceID: str
|
16795
16301
|
"""
|
16796
16302
|
self._Domain = None
|
@@ -16933,83 +16439,60 @@ https:使用https协议回源
|
|
16933
16439
|
:param _ActiveCheck: 是否开启主动健康检测。
|
16934
16440
|
0:不开启
|
16935
16441
|
1:开启
|
16936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16937
16442
|
:type ActiveCheck: int
|
16938
16443
|
:param _TLSVersion: TLS版本信息
|
16939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16940
16444
|
:type TLSVersion: int
|
16941
16445
|
:param _Ciphers: 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
|
16942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16943
16446
|
:type Ciphers: list of int
|
16944
16447
|
:param _CipherTemplate: 加密套件模板。
|
16945
16448
|
0:不支持选择,使用默认模板
|
16946
16449
|
1:通用型模板
|
16947
16450
|
2:安全型模板
|
16948
16451
|
3:自定义模板
|
16949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16950
16452
|
:type CipherTemplate: int
|
16951
16453
|
:param _ProxyReadTimeout: WAF与源站的读超时时间,默认300s。
|
16952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16953
16454
|
:type ProxyReadTimeout: int
|
16954
16455
|
:param _ProxySendTimeout: WAF与源站的写超时时间,默认300s。
|
16955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16956
16456
|
:type ProxySendTimeout: int
|
16957
16457
|
:param _SniType: WAF回源时的SNI类型。
|
16958
16458
|
0:关闭SNI,不配置client_hello中的server_name
|
16959
16459
|
1:开启SNI,client_hello中的server_name为防护域名
|
16960
16460
|
2:开启SNI,SNI为域名回源时的源站域名
|
16961
16461
|
3:开启SNI,SNI为自定义域名
|
16962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16963
16462
|
:type SniType: int
|
16964
16463
|
:param _SniHost: SniType为3时,需要填此参数,表示自定义的SNI;
|
16965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16966
16464
|
:type SniHost: str
|
16967
16465
|
:param _Weights: 回源IP权重
|
16968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16969
16466
|
:type Weights: list of str
|
16970
16467
|
:param _IpHeaders: IsCdn=3时,表示自定义header
|
16971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16972
16468
|
:type IpHeaders: list of str
|
16973
16469
|
:param _XFFReset: 是否开启XFF重置。
|
16974
16470
|
0:关闭
|
16975
16471
|
1:开启
|
16976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16977
16472
|
:type XFFReset: int
|
16978
16473
|
:param _Note: 域名备注信息
|
16979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16980
16474
|
:type Note: str
|
16981
16475
|
:param _UpstreamHost: 自定义回源Host。默认为空字符串,表示使用防护域名作为回源Host。
|
16982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16983
16476
|
:type UpstreamHost: str
|
16984
16477
|
:param _Level: 防护规则
|
16985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16986
16478
|
:type Level: str
|
16987
16479
|
:param _ProxyBuffer: 是否开启缓存 0-关闭 1-开启
|
16988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16989
16480
|
:type ProxyBuffer: int
|
16990
16481
|
:param _GmType: 国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问
|
16991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16992
16482
|
:type GmType: int
|
16993
16483
|
:param _GmCertType: 国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书
|
16994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16995
16484
|
:type GmCertType: int
|
16996
16485
|
:param _GmCert: GmCertType为1时,需要填充此参数,表示自有国密证书的证书链
|
16997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16998
16486
|
:type GmCert: str
|
16999
16487
|
:param _GmPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的私钥
|
17000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17001
16488
|
:type GmPrivateKey: str
|
17002
16489
|
:param _GmEncCert: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书
|
17003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17004
16490
|
:type GmEncCert: str
|
17005
16491
|
:param _GmEncPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥
|
17006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17007
16492
|
:type GmEncPrivateKey: str
|
17008
16493
|
:param _GmSSLId: GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
|
17009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17010
16494
|
:type GmSSLId: str
|
17011
16495
|
:param _Labels: 域名标签
|
17012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17013
16496
|
:type Labels: list of str
|
17014
16497
|
"""
|
17015
16498
|
self._Domain = None
|
@@ -17691,24 +17174,18 @@ class ExportAccessInfo(AbstractModel):
|
|
17691
17174
|
def __init__(self):
|
17692
17175
|
r"""
|
17693
17176
|
:param _ExportId: 日志导出任务ID
|
17694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17695
17177
|
:type ExportId: str
|
17696
17178
|
:param _Query: 日志导出查询语句
|
17697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17698
17179
|
:type Query: str
|
17699
17180
|
:param _FileName: 日志导出文件名
|
17700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17701
17181
|
:type FileName: str
|
17702
17182
|
:param _FileSize: 日志文件大小
|
17703
17183
|
:type FileSize: int
|
17704
17184
|
:param _Order: 日志导出时间排序
|
17705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17706
17185
|
:type Order: str
|
17707
17186
|
:param _Format: 日志导出格式
|
17708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17709
17187
|
:type Format: str
|
17710
17188
|
:param _Count: 日志导出数量
|
17711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17712
17189
|
:type Count: int
|
17713
17190
|
:param _Status: 日志下载状态。Processing:导出正在进行中,Complete:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期)
|
17714
17191
|
:type Status: str
|
@@ -18037,28 +17514,20 @@ class FraudPkg(AbstractModel):
|
|
18037
17514
|
def __init__(self):
|
18038
17515
|
r"""
|
18039
17516
|
:param _ResourceIds: 资源id
|
18040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18041
17517
|
:type ResourceIds: str
|
18042
17518
|
:param _Status: 状态
|
18043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18044
17519
|
:type Status: int
|
18045
17520
|
:param _Region: 地域
|
18046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18047
17521
|
:type Region: int
|
18048
17522
|
:param _BeginTime: 开始时间
|
18049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18050
17523
|
:type BeginTime: str
|
18051
17524
|
:param _EndTime: 结束时间
|
18052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18053
17525
|
:type EndTime: str
|
18054
17526
|
:param _InquireNum: 申请数量
|
18055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18056
17527
|
:type InquireNum: int
|
18057
17528
|
:param _UsedNum: 使用数量
|
18058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18059
17529
|
:type UsedNum: int
|
18060
17530
|
:param _RenewFlag: 续费标志
|
18061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18062
17531
|
:type RenewFlag: int
|
18063
17532
|
"""
|
18064
17533
|
self._ResourceIds = None
|
@@ -18282,15 +17751,12 @@ class GenerateDealsAndPayNewResponse(AbstractModel):
|
|
18282
17751
|
def __init__(self):
|
18283
17752
|
r"""
|
18284
17753
|
:param _Data: 计费下单响应结构体
|
18285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18286
17754
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
18287
17755
|
:param _Status: 1:成功,0:失败
|
18288
17756
|
:type Status: int
|
18289
17757
|
:param _ReturnMessage: 返回message
|
18290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18291
17758
|
:type ReturnMessage: str
|
18292
17759
|
:param _InstanceId: 购买的实例ID
|
18293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18294
17760
|
:type InstanceId: str
|
18295
17761
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18296
17762
|
:type RequestId: str
|
@@ -18749,12 +18215,10 @@ class GoodNews(AbstractModel):
|
|
18749
18215
|
域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
18750
18216
|
业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
18751
18217
|
|
18752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18753
18218
|
:type GoodsCategoryId: int
|
18754
18219
|
:param _RegionId: 购买waf实例区域ID
|
18755
18220
|
1 表示购买大陆资源;
|
18756
18221
|
9表示购买非中国大陆资源
|
18757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18758
18222
|
:type RegionId: int
|
18759
18223
|
"""
|
18760
18224
|
self._GoodsNum = None
|
@@ -18826,16 +18290,12 @@ class Goods(AbstractModel):
|
|
18826
18290
|
:param _GoodsDetail: 商品明细
|
18827
18291
|
:type GoodsDetail: :class:`tencentcloud.waf.v20180125.models.GoodsDetail`
|
18828
18292
|
:param _ProjectId: 默认为0
|
18829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18830
18293
|
:type ProjectId: int
|
18831
18294
|
:param _GoodsCategoryId: 计费类目ID,对应cid
|
18832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18833
18295
|
:type GoodsCategoryId: int
|
18834
18296
|
:param _Platform: 平台类型,默认1
|
18835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18836
18297
|
:type Platform: int
|
18837
18298
|
:param _RegionId: 购买waf实例区域ID
|
18838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18839
18299
|
:type RegionId: int
|
18840
18300
|
"""
|
18841
18301
|
self._PayMode = None
|
@@ -18941,37 +18401,26 @@ class GoodsDetail(AbstractModel):
|
|
18941
18401
|
:param _Pid: 计费策略id
|
18942
18402
|
:type Pid: int
|
18943
18403
|
:param _ProductInfo: waf产品码
|
18944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18945
18404
|
:type ProductInfo: list of ProductInfo
|
18946
18405
|
:param _InstanceName: waf实例名
|
18947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18948
18406
|
:type InstanceName: str
|
18949
18407
|
:param _ElasticQps: QPS数量
|
18950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18951
18408
|
:type ElasticQps: int
|
18952
18409
|
:param _FlexBill: 弹性账单
|
18953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18954
18410
|
:type FlexBill: int
|
18955
18411
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
18956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18957
18412
|
:type AutoRenewFlag: int
|
18958
18413
|
:param _RealRegion: waf购买的实际地域信息
|
18959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18960
18414
|
:type RealRegion: int
|
18961
18415
|
:param _Type: Waf实例对应的二级产品码
|
18962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18963
18416
|
:type Type: str
|
18964
18417
|
:param _LabelTypes: 计费细项标签数组
|
18965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18966
18418
|
:type LabelTypes: list of str
|
18967
18419
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
18968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18969
18420
|
:type LabelCounts: list of int
|
18970
18421
|
:param _CurDeadline: 变配使用,实例到期时间
|
18971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18972
18422
|
:type CurDeadline: str
|
18973
18423
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
18974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18975
18424
|
:type InstanceId: str
|
18976
18425
|
"""
|
18977
18426
|
self._TimeSpan = None
|
@@ -19160,10 +18609,8 @@ class GoodsDetailNew(AbstractModel):
|
|
19160
18609
|
def __init__(self):
|
19161
18610
|
r"""
|
19162
18611
|
:param _TimeSpan: 时间间隔
|
19163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19164
18612
|
:type TimeSpan: int
|
19165
18613
|
:param _TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
19166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19167
18614
|
:type TimeUnit: str
|
19168
18615
|
:param _SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
19169
18616
|
|
@@ -19179,7 +18626,6 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
19179
18626
|
业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
19180
18627
|
域名扩展包-CLB:sp_wsm_waf_domain_clb
|
19181
18628
|
|
19182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19183
18629
|
:type SubProductCode: str
|
19184
18630
|
:param _Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
19185
18631
|
高级版 :1000827
|
@@ -19193,16 +18639,12 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
19193
18639
|
域名包-CLB: 1001156
|
19194
18640
|
业务扩展包-CLB : 1001160
|
19195
18641
|
|
19196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19197
18642
|
:type Pid: int
|
19198
18643
|
:param _InstanceName: waf实例名
|
19199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19200
18644
|
:type InstanceName: str
|
19201
18645
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
19202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19203
18646
|
:type AutoRenewFlag: int
|
19204
18647
|
:param _RealRegion: waf购买的实际地域信息
|
19205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19206
18648
|
:type RealRegion: int
|
19207
18649
|
:param _LabelTypes: 计费细项标签数组
|
19208
18650
|
Saas 高级版 sv_wsm_waf_package_premium
|
@@ -19223,22 +18665,16 @@ Saas 域名扩展包 sv_wsm_waf_domain
|
|
19223
18665
|
业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
19224
18666
|
域名扩展包CLB sv_wsm_waf_domain_clb
|
19225
18667
|
|
19226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19227
18668
|
:type LabelTypes: list of str
|
19228
18669
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
19229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19230
18670
|
:type LabelCounts: list of int
|
19231
18671
|
:param _CurDeadline: 变配使用,实例到期时间
|
19232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19233
18672
|
:type CurDeadline: str
|
19234
18673
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
19235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19236
18674
|
:type InstanceId: str
|
19237
18675
|
:param _ResourceId: 资源id
|
19238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19239
18676
|
:type ResourceId: str
|
19240
18677
|
:param _MicroVersion: 模式clb-waf或者saas-waf
|
19241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19242
18678
|
:type MicroVersion: str
|
19243
18679
|
"""
|
19244
18680
|
self._TimeSpan = None
|
@@ -19496,32 +18932,27 @@ class HostRecord(AbstractModel):
|
|
19496
18932
|
0:关闭
|
19497
18933
|
:type ClsStatus: int
|
19498
18934
|
:param _Level: 防护等级,可选值100,200,300
|
19499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19500
18935
|
:type Level: int
|
19501
18936
|
:param _CdcClusters: 域名需要下发到的cdc集群列表。仅CDC场景下填充
|
19502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19503
18937
|
:type CdcClusters: list of str
|
19504
18938
|
:param _AlbType: 应用型负载均衡类型,默认clb。
|
19505
18939
|
clb:七层负载均衡器类型
|
19506
18940
|
apisix:apisix网关型
|
19507
|
-
|
18941
|
+
tsegw:云原生API网关
|
18942
|
+
scf:云函数
|
19508
18943
|
:type AlbType: str
|
19509
18944
|
:param _IpHeaders: IsCdn=3时,需要填此参数,表示自定义header
|
19510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19511
18945
|
:type IpHeaders: list of str
|
19512
18946
|
:param _EngineType: 规则引擎类型。
|
19513
18947
|
1: menshen
|
19514
18948
|
2: tiga
|
19515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19516
18949
|
:type EngineType: int
|
19517
18950
|
:param _CloudType: 云类型。
|
19518
18951
|
public:公有云
|
19519
18952
|
private:私有云
|
19520
18953
|
hybrid:混合云
|
19521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19522
18954
|
:type CloudType: str
|
19523
18955
|
:param _Note: 域名备注信息
|
19524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19525
18956
|
:type Note: str
|
19526
18957
|
"""
|
19527
18958
|
self._Domain = None
|
@@ -19819,28 +19250,20 @@ class HybridPkg(AbstractModel):
|
|
19819
19250
|
def __init__(self):
|
19820
19251
|
r"""
|
19821
19252
|
:param _ResourceIds: 资源id
|
19822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19823
19253
|
:type ResourceIds: str
|
19824
19254
|
:param _Status: 状态
|
19825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19826
19255
|
:type Status: int
|
19827
19256
|
:param _Region: 地域
|
19828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19829
19257
|
:type Region: int
|
19830
19258
|
:param _BeginTime: 开始时间
|
19831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19832
19259
|
:type BeginTime: str
|
19833
19260
|
:param _EndTime: 结束时间
|
19834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19835
19261
|
:type EndTime: str
|
19836
19262
|
:param _InquireNum: 申请数量
|
19837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19838
19263
|
:type InquireNum: int
|
19839
19264
|
:param _UsedNum: 使用数量
|
19840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19841
19265
|
:type UsedNum: int
|
19842
19266
|
:param _RenewFlag: 续费标志
|
19843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19844
19267
|
:type RenewFlag: int
|
19845
19268
|
"""
|
19846
19269
|
self._ResourceIds = None
|
@@ -20092,69 +19515,48 @@ class InstanceInfo(AbstractModel):
|
|
20092
19515
|
:param _Edition: clb或saas
|
20093
19516
|
:type Edition: str
|
20094
19517
|
:param _FraudPkg: 业务安全包
|
20095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20096
19518
|
:type FraudPkg: :class:`tencentcloud.waf.v20180125.models.FraudPkg`
|
20097
19519
|
:param _BotPkg: Bot资源包
|
20098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20099
19520
|
:type BotPkg: :class:`tencentcloud.waf.v20180125.models.BotPkg`
|
20100
19521
|
:param _BotQPS: bot的qps详情
|
20101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20102
19522
|
:type BotQPS: :class:`tencentcloud.waf.v20180125.models.BotQPS`
|
20103
19523
|
:param _ElasticBilling: qps弹性计费上限
|
20104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20105
19524
|
:type ElasticBilling: int
|
20106
19525
|
:param _AttackLogPost: 攻击日志投递开关
|
20107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20108
19526
|
:type AttackLogPost: int
|
20109
19527
|
:param _MaxBandwidth: 带宽峰值,单位为B/s(字节每秒)
|
20110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20111
19528
|
:type MaxBandwidth: int
|
20112
19529
|
:param _APISecurity: api安全是否购买
|
20113
19530
|
:type APISecurity: int
|
20114
19531
|
:param _QpsStandard: 购买的qps规格
|
20115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20116
19532
|
:type QpsStandard: int
|
20117
19533
|
:param _BandwidthStandard: 购买的带宽规格
|
20118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20119
19534
|
:type BandwidthStandard: int
|
20120
19535
|
:param _Status: 实例状态
|
20121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20122
19536
|
:type Status: int
|
20123
19537
|
:param _SandboxQps: 实例沙箱qps值
|
20124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20125
19538
|
:type SandboxQps: int
|
20126
19539
|
:param _IsAPISecurityTrial: 是否api 安全试用
|
20127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20128
19540
|
:type IsAPISecurityTrial: int
|
20129
19541
|
:param _MajorEventsPkg: 重保包
|
20130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20131
19542
|
:type MajorEventsPkg: :class:`tencentcloud.waf.v20180125.models.MajorEventsPkg`
|
20132
19543
|
:param _HybridPkg: 混合云子节点包
|
20133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20134
19544
|
:type HybridPkg: :class:`tencentcloud.waf.v20180125.models.HybridPkg`
|
20135
19545
|
:param _ApiPkg: API安全资源包
|
20136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20137
19546
|
:type ApiPkg: :class:`tencentcloud.waf.v20180125.models.ApiPkg`
|
20138
19547
|
:param _MiniPkg: 小程序安全加速包
|
20139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20140
19548
|
:type MiniPkg: :class:`tencentcloud.waf.v20180125.models.MiniPkg`
|
20141
19549
|
:param _MiniQpsStandard: 小程序qps规格
|
20142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20143
19550
|
:type MiniQpsStandard: int
|
20144
19551
|
:param _MiniMaxQPS: 小程序qps峰值
|
20145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20146
19552
|
:type MiniMaxQPS: int
|
20147
19553
|
:param _LastQpsExceedTime: 最近一次超量时间
|
20148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20149
19554
|
:type LastQpsExceedTime: str
|
20150
19555
|
:param _MiniExtendPkg: 小程序安全接入ID数量扩张包
|
20151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20152
19556
|
:type MiniExtendPkg: :class:`tencentcloud.waf.v20180125.models.MiniExtendPkg`
|
20153
19557
|
:param _BillingItem: 计费项
|
20154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20155
19558
|
:type BillingItem: str
|
20156
19559
|
:param _FreeDelayFlag: 实例延期释放标识
|
20157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20158
19560
|
:type FreeDelayFlag: int
|
20159
19561
|
"""
|
20160
19562
|
self._InstanceId = None
|
@@ -20608,7 +20010,6 @@ class IpAccessControlData(AbstractModel):
|
|
20608
20010
|
def __init__(self):
|
20609
20011
|
r"""
|
20610
20012
|
:param _Res: ip黑白名单
|
20611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20612
20013
|
:type Res: list of IpAccessControlItem
|
20613
20014
|
:param _TotalCount: 计数
|
20614
20015
|
:type TotalCount: int
|
@@ -20659,7 +20060,6 @@ class IpAccessControlItem(AbstractModel):
|
|
20659
20060
|
def __init__(self):
|
20660
20061
|
r"""
|
20661
20062
|
:param _Id: mongo表自增Id
|
20662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20663
20063
|
:type Id: str
|
20664
20064
|
:param _ActionType: 动作
|
20665
20065
|
:type ActionType: int
|
@@ -20670,30 +20070,22 @@ class IpAccessControlItem(AbstractModel):
|
|
20670
20070
|
:param _Source: 来源
|
20671
20071
|
:type Source: str
|
20672
20072
|
:param _TsVersion: 更新时间戳
|
20673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20674
20073
|
:type TsVersion: int
|
20675
20074
|
:param _ValidTs: 有效截止时间戳
|
20676
20075
|
:type ValidTs: int
|
20677
20076
|
:param _ValidStatus: 生效状态
|
20678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20679
20077
|
:type ValidStatus: int
|
20680
20078
|
:param _RuleId: 55000001
|
20681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20682
20079
|
:type RuleId: int
|
20683
20080
|
:param _IpList: IP列表
|
20684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20685
20081
|
:type IpList: list of str
|
20686
20082
|
:param _CreateTime: 规则创建时间
|
20687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20688
20083
|
:type CreateTime: int
|
20689
20084
|
:param _JobType: 定时任务类型
|
20690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20691
20085
|
:type JobType: str
|
20692
20086
|
:param _CronType: 周期任务类型
|
20693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20694
20087
|
:type CronType: str
|
20695
20088
|
:param _JobDateTime: 定时任务配置详情
|
20696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20697
20089
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
20698
20090
|
"""
|
20699
20091
|
self._Id = None
|
@@ -21071,13 +20463,10 @@ class JobDateTime(AbstractModel):
|
|
21071
20463
|
def __init__(self):
|
21072
20464
|
r"""
|
21073
20465
|
:param _Timed: 定时执行的时间参数
|
21074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21075
20466
|
:type Timed: list of TimedJob
|
21076
20467
|
:param _Cron: 周期执行的时间参数
|
21077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21078
20468
|
:type Cron: list of CronJob
|
21079
20469
|
:param _TimeTZone: 时区
|
21080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21081
20470
|
:type TimeTZone: str
|
21082
20471
|
"""
|
21083
20472
|
self._Timed = None
|
@@ -21204,13 +20593,10 @@ class LoadBalancer(AbstractModel):
|
|
21204
20593
|
:param _Zone: 负载均衡监听器所在的zone
|
21205
20594
|
:type Zone: str
|
21206
20595
|
:param _NumericalVpcId: 负载均衡的VPCID,公网为-1,内网按实际填写
|
21207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21208
20596
|
:type NumericalVpcId: int
|
21209
|
-
:param _LoadBalancerType:
|
21210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20597
|
+
:param _LoadBalancerType: 负载均衡的网络类型。OPEN: 公网 INTERNAL :内网
|
21211
20598
|
:type LoadBalancerType: str
|
21212
20599
|
:param _LoadBalancerDomain: 负载均衡的域名
|
21213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21214
20600
|
:type LoadBalancerDomain: str
|
21215
20601
|
"""
|
21216
20602
|
self._LoadBalancerId = None
|
@@ -21354,19 +20740,14 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
21354
20740
|
def __init__(self):
|
21355
20741
|
r"""
|
21356
20742
|
:param _ListenerId: 监听id
|
21357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21358
20743
|
:type ListenerId: str
|
21359
20744
|
:param _ListenerName: 监听名
|
21360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21361
20745
|
:type ListenerName: str
|
21362
20746
|
:param _LoadBalancerId: 负载均衡id
|
21363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21364
20747
|
:type LoadBalancerId: str
|
21365
20748
|
:param _LoadBalancerName: 负载均衡名
|
21366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21367
20749
|
:type LoadBalancerName: str
|
21368
20750
|
:param _Protocol: 协议
|
21369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21370
20751
|
:type Protocol: str
|
21371
20752
|
:param _Region: 地区
|
21372
20753
|
"多伦多": "ca",
|
@@ -21397,25 +20778,18 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
21397
20778
|
"上海": "sh",
|
21398
20779
|
"新加坡": "sg",
|
21399
20780
|
"清远": "qy"
|
21400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21401
20781
|
:type Region: str
|
21402
20782
|
:param _Vip: 接入IP
|
21403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21404
20783
|
:type Vip: str
|
21405
20784
|
:param _Vport: 接入端口
|
21406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21407
20785
|
:type Vport: int
|
21408
20786
|
:param _Zone: 地域
|
21409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21410
20787
|
:type Zone: str
|
21411
20788
|
:param _NumericalVpcId: VPCID
|
21412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21413
20789
|
:type NumericalVpcId: int
|
21414
20790
|
:param _LoadBalancerType: CLB类型
|
21415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21416
20791
|
:type LoadBalancerType: str
|
21417
20792
|
:param _LoadBalancerDomain: 负载均衡器的域名
|
21418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21419
20793
|
:type LoadBalancerDomain: str
|
21420
20794
|
"""
|
21421
20795
|
self._ListenerId = None
|
@@ -21604,34 +20978,24 @@ class MajorEventsPkg(AbstractModel):
|
|
21604
20978
|
def __init__(self):
|
21605
20979
|
r"""
|
21606
20980
|
:param _ResourceIds: 资源id
|
21607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21608
20981
|
:type ResourceIds: str
|
21609
20982
|
:param _Status: 状态
|
21610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21611
20983
|
:type Status: int
|
21612
20984
|
:param _Region: 地域
|
21613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21614
20985
|
:type Region: int
|
21615
20986
|
:param _BeginTime: 开始时间
|
21616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21617
20987
|
:type BeginTime: str
|
21618
20988
|
:param _EndTime: 结束时间
|
21619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21620
20989
|
:type EndTime: str
|
21621
20990
|
:param _InquireNum: 申请数量
|
21622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21623
20991
|
:type InquireNum: int
|
21624
20992
|
:param _UsedNum: 使用数量
|
21625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21626
20993
|
:type UsedNum: int
|
21627
20994
|
:param _RenewFlag: 续费标志
|
21628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21629
20995
|
:type RenewFlag: int
|
21630
20996
|
:param _BillingItem: 计费项
|
21631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21632
20997
|
:type BillingItem: str
|
21633
20998
|
:param _HWState: 护网包状态
|
21634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21635
20999
|
:type HWState: int
|
21636
21000
|
"""
|
21637
21001
|
self._ResourceIds = None
|
@@ -21755,28 +21119,20 @@ class MiniExtendPkg(AbstractModel):
|
|
21755
21119
|
def __init__(self):
|
21756
21120
|
r"""
|
21757
21121
|
:param _ResourceIds: 资源id
|
21758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21759
21122
|
:type ResourceIds: str
|
21760
21123
|
:param _Status: 状态
|
21761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21762
21124
|
:type Status: int
|
21763
21125
|
:param _Region: 地域
|
21764
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21765
21126
|
:type Region: int
|
21766
21127
|
:param _BeginTime: 开始时间
|
21767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21768
21128
|
:type BeginTime: str
|
21769
21129
|
:param _EndTime: 结束时间
|
21770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21771
21130
|
:type EndTime: str
|
21772
21131
|
:param _Count: 购买数量
|
21773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21774
21132
|
:type Count: int
|
21775
21133
|
:param _RenewFlag: 续费标志
|
21776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21777
21134
|
:type RenewFlag: int
|
21778
21135
|
:param _BillingItem: 计费项
|
21779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21780
21136
|
:type BillingItem: str
|
21781
21137
|
"""
|
21782
21138
|
self._ResourceIds = None
|
@@ -21873,35 +21229,27 @@ class MiniExtendPkg(AbstractModel):
|
|
21873
21229
|
|
21874
21230
|
|
21875
21231
|
class MiniPkg(AbstractModel):
|
21876
|
-
"""
|
21232
|
+
"""小程序安全资源信息
|
21877
21233
|
|
21878
21234
|
"""
|
21879
21235
|
|
21880
21236
|
def __init__(self):
|
21881
21237
|
r"""
|
21882
21238
|
:param _ResourceIds: 资源id
|
21883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21884
21239
|
:type ResourceIds: str
|
21885
21240
|
:param _Status: 状态
|
21886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21887
21241
|
:type Status: int
|
21888
21242
|
:param _Region: 地域
|
21889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21890
21243
|
:type Region: int
|
21891
21244
|
:param _BeginTime: 开始时间
|
21892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21893
21245
|
:type BeginTime: str
|
21894
21246
|
:param _EndTime: 结束时间
|
21895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21896
21247
|
:type EndTime: str
|
21897
21248
|
:param _Count: 购买数量
|
21898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21899
21249
|
:type Count: int
|
21900
21250
|
:param _RenewFlag: 续费标志
|
21901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21902
21251
|
:type RenewFlag: int
|
21903
21252
|
:param _BillingItem: 计费项
|
21904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21905
21253
|
:type BillingItem: str
|
21906
21254
|
"""
|
21907
21255
|
self._ResourceIds = None
|
@@ -22460,13 +21808,10 @@ class ModifyApiAnalyzeStatusResponse(AbstractModel):
|
|
22460
21808
|
def __init__(self):
|
22461
21809
|
r"""
|
22462
21810
|
:param _Count: 已经开启的数量,如果返回值为3(大于支持的域名开启数量),则表示开启失败
|
22463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22464
21811
|
:type Count: int
|
22465
21812
|
:param _UnSupportedList: 不支持开启的域名列表
|
22466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22467
21813
|
:type UnSupportedList: list of str
|
22468
21814
|
:param _FailDomainList: 开启/关闭失败的域名列表
|
22469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22470
21815
|
:type FailDomainList: list of str
|
22471
21816
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22472
21817
|
:type RequestId: str
|
@@ -22662,7 +22007,7 @@ class ModifyAreaBanAreasRequest(AbstractModel):
|
|
22662
22007
|
:type Domain: str
|
22663
22008
|
:param _Areas: 需要调整的地域信息,一个字符串数组
|
22664
22009
|
:type Areas: list of str
|
22665
|
-
:param _JobType:
|
22010
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
22666
22011
|
:type JobType: str
|
22667
22012
|
:param _JobDateTime: 定时任务配置
|
22668
22013
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23101,13 +22446,10 @@ class ModifyBotStatusResponse(AbstractModel):
|
|
23101
22446
|
def __init__(self):
|
23102
22447
|
r"""
|
23103
22448
|
:param _Data: 正常情况为null
|
23104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23105
22449
|
:type Data: str
|
23106
22450
|
:param _UnSupportedList: 未购买BOT的域名列表
|
23107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23108
22451
|
:type UnSupportedList: list of str
|
23109
22452
|
:param _FailDomainList: 已购买但操作失败的域名列表
|
23110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23111
22453
|
:type FailDomainList: list of str
|
23112
22454
|
:param _Count: 成功数目
|
23113
22455
|
:type Count: int
|
@@ -23182,7 +22524,7 @@ class ModifyCustomRuleRequest(AbstractModel):
|
|
23182
22524
|
:type RuleId: int
|
23183
22525
|
:param _RuleName: 编辑的规则名称
|
23184
22526
|
:type RuleName: str
|
23185
|
-
:param _RuleAction:
|
22527
|
+
:param _RuleAction: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
23186
22528
|
:type RuleAction: str
|
23187
22529
|
:param _Strategies: 匹配条件数组
|
23188
22530
|
:type Strategies: list of Strategy
|
@@ -23199,7 +22541,7 @@ class ModifyCustomRuleRequest(AbstractModel):
|
|
23199
22541
|
:param _ExpireTime: 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
|
23200
22542
|
默认是0
|
23201
22543
|
:type ExpireTime: int
|
23202
|
-
:param _JobType:
|
22544
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
23203
22545
|
:type JobType: str
|
23204
22546
|
:param _JobDateTime: 定时任务配置
|
23205
22547
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23565,7 +22907,7 @@ class ModifyCustomWhiteRuleRequest(AbstractModel):
|
|
23565
22907
|
:type ExpireTime: int
|
23566
22908
|
:param _Strategies: 匹配条件数组
|
23567
22909
|
:type Strategies: list of Strategy
|
23568
|
-
:param _JobType:
|
22910
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
23569
22911
|
:type JobType: str
|
23570
22912
|
:param _JobDateTime: 定时任务配置
|
23571
22913
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23928,7 +23270,7 @@ class ModifyDomainPostActionRequest(AbstractModel):
|
|
23928
23270
|
|
23929
23271
|
def __init__(self):
|
23930
23272
|
r"""
|
23931
|
-
:param _Domain:
|
23273
|
+
:param _Domain: 域名
|
23932
23274
|
:type Domain: str
|
23933
23275
|
:param _PostCLSAction: 0-关闭投递,1-开启投递
|
23934
23276
|
:type PostCLSAction: int
|
@@ -24242,12 +23584,10 @@ class ModifyGenerateDealsResponse(AbstractModel):
|
|
24242
23584
|
def __init__(self):
|
24243
23585
|
r"""
|
24244
23586
|
:param _Data: 计费下单响应结构体
|
24245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24246
23587
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
24247
23588
|
:param _Status: 1:成功,0:失败
|
24248
23589
|
:type Status: int
|
24249
23590
|
:param _ReturnMessage: 返回message
|
24250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24251
23591
|
:type ReturnMessage: str
|
24252
23592
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24253
23593
|
:type RequestId: str
|
@@ -24512,7 +23852,6 @@ class ModifyHostModeResponse(AbstractModel):
|
|
24512
23852
|
def __init__(self):
|
24513
23853
|
r"""
|
24514
23854
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
24515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24516
23855
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
24517
23856
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24518
23857
|
:type RequestId: str
|
@@ -24786,7 +24125,7 @@ class ModifyInstanceNameRequest(AbstractModel):
|
|
24786
24125
|
:type InstanceName: str
|
24787
24126
|
:param _InstanceID: 实例id
|
24788
24127
|
:type InstanceID: str
|
24789
|
-
:param _Edition:
|
24128
|
+
:param _Edition: 实例版本,支持clb-waf、sparta-waf
|
24790
24129
|
:type Edition: str
|
24791
24130
|
"""
|
24792
24131
|
self._InstanceName = None
|
@@ -25023,10 +24362,10 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25023
24362
|
:type IpList: list of str
|
25024
24363
|
:param _ActionType: 42为黑名单,40为白名单
|
25025
24364
|
:type ActionType: int
|
25026
|
-
:param _ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
25027
|
-
:type ValidTS: int
|
25028
24365
|
:param _RuleId: 规则ID
|
25029
24366
|
:type RuleId: int
|
24367
|
+
:param _ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
24368
|
+
:type ValidTS: int
|
25030
24369
|
:param _InstanceId: 实例Id
|
25031
24370
|
:type InstanceId: str
|
25032
24371
|
:param _Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
@@ -25035,7 +24374,7 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25035
24374
|
:type SourceType: str
|
25036
24375
|
:param _Note: 备注
|
25037
24376
|
:type Note: str
|
25038
|
-
:param _JobType:
|
24377
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
25039
24378
|
:type JobType: str
|
25040
24379
|
:param _JobDateTime: 定时配置详情
|
25041
24380
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -25043,8 +24382,8 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25043
24382
|
self._Domain = None
|
25044
24383
|
self._IpList = None
|
25045
24384
|
self._ActionType = None
|
25046
|
-
self._ValidTS = None
|
25047
24385
|
self._RuleId = None
|
24386
|
+
self._ValidTS = None
|
25048
24387
|
self._InstanceId = None
|
25049
24388
|
self._Edition = None
|
25050
24389
|
self._SourceType = None
|
@@ -25076,14 +24415,6 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25076
24415
|
def ActionType(self, ActionType):
|
25077
24416
|
self._ActionType = ActionType
|
25078
24417
|
|
25079
|
-
@property
|
25080
|
-
def ValidTS(self):
|
25081
|
-
return self._ValidTS
|
25082
|
-
|
25083
|
-
@ValidTS.setter
|
25084
|
-
def ValidTS(self, ValidTS):
|
25085
|
-
self._ValidTS = ValidTS
|
25086
|
-
|
25087
24418
|
@property
|
25088
24419
|
def RuleId(self):
|
25089
24420
|
return self._RuleId
|
@@ -25092,6 +24423,18 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25092
24423
|
def RuleId(self, RuleId):
|
25093
24424
|
self._RuleId = RuleId
|
25094
24425
|
|
24426
|
+
@property
|
24427
|
+
def ValidTS(self):
|
24428
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
24429
|
+
|
24430
|
+
return self._ValidTS
|
24431
|
+
|
24432
|
+
@ValidTS.setter
|
24433
|
+
def ValidTS(self, ValidTS):
|
24434
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
24435
|
+
|
24436
|
+
self._ValidTS = ValidTS
|
24437
|
+
|
25095
24438
|
@property
|
25096
24439
|
def InstanceId(self):
|
25097
24440
|
return self._InstanceId
|
@@ -25145,8 +24488,8 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25145
24488
|
self._Domain = params.get("Domain")
|
25146
24489
|
self._IpList = params.get("IpList")
|
25147
24490
|
self._ActionType = params.get("ActionType")
|
25148
|
-
self._ValidTS = params.get("ValidTS")
|
25149
24491
|
self._RuleId = params.get("RuleId")
|
24492
|
+
self._ValidTS = params.get("ValidTS")
|
25150
24493
|
self._InstanceId = params.get("InstanceId")
|
25151
24494
|
self._Edition = params.get("Edition")
|
25152
24495
|
self._SourceType = params.get("SourceType")
|
@@ -25549,11 +24892,14 @@ class ModifySpartaProtectionModeRequest(AbstractModel):
|
|
25549
24892
|
:type Edition: str
|
25550
24893
|
:param _Type: 0是修改规则引擎状态,1是修改AI的状态
|
25551
24894
|
:type Type: int
|
24895
|
+
:param _InstanceID: 实例id
|
24896
|
+
:type InstanceID: str
|
25552
24897
|
"""
|
25553
24898
|
self._Domain = None
|
25554
24899
|
self._Mode = None
|
25555
24900
|
self._Edition = None
|
25556
24901
|
self._Type = None
|
24902
|
+
self._InstanceID = None
|
25557
24903
|
|
25558
24904
|
@property
|
25559
24905
|
def Domain(self):
|
@@ -25587,12 +24933,21 @@ class ModifySpartaProtectionModeRequest(AbstractModel):
|
|
25587
24933
|
def Type(self, Type):
|
25588
24934
|
self._Type = Type
|
25589
24935
|
|
24936
|
+
@property
|
24937
|
+
def InstanceID(self):
|
24938
|
+
return self._InstanceID
|
24939
|
+
|
24940
|
+
@InstanceID.setter
|
24941
|
+
def InstanceID(self, InstanceID):
|
24942
|
+
self._InstanceID = InstanceID
|
24943
|
+
|
25590
24944
|
|
25591
24945
|
def _deserialize(self, params):
|
25592
24946
|
self._Domain = params.get("Domain")
|
25593
24947
|
self._Mode = params.get("Mode")
|
25594
24948
|
self._Edition = params.get("Edition")
|
25595
24949
|
self._Type = params.get("Type")
|
24950
|
+
self._InstanceID = params.get("InstanceID")
|
25596
24951
|
memeber_set = set(params.keys())
|
25597
24952
|
for name, value in vars(self).items():
|
25598
24953
|
property_name = name[1:]
|
@@ -26749,51 +26104,6 @@ class ModifyWebshellStatusResponse(AbstractModel):
|
|
26749
26104
|
self._RequestId = params.get("RequestId")
|
26750
26105
|
|
26751
26106
|
|
26752
|
-
class PageInfo(AbstractModel):
|
26753
|
-
"""公共翻页参数
|
26754
|
-
|
26755
|
-
"""
|
26756
|
-
|
26757
|
-
def __init__(self):
|
26758
|
-
r"""
|
26759
|
-
:param _PageNumber: 页码
|
26760
|
-
:type PageNumber: str
|
26761
|
-
:param _PageSize: 页条目数量
|
26762
|
-
:type PageSize: str
|
26763
|
-
"""
|
26764
|
-
self._PageNumber = None
|
26765
|
-
self._PageSize = None
|
26766
|
-
|
26767
|
-
@property
|
26768
|
-
def PageNumber(self):
|
26769
|
-
return self._PageNumber
|
26770
|
-
|
26771
|
-
@PageNumber.setter
|
26772
|
-
def PageNumber(self, PageNumber):
|
26773
|
-
self._PageNumber = PageNumber
|
26774
|
-
|
26775
|
-
@property
|
26776
|
-
def PageSize(self):
|
26777
|
-
return self._PageSize
|
26778
|
-
|
26779
|
-
@PageSize.setter
|
26780
|
-
def PageSize(self, PageSize):
|
26781
|
-
self._PageSize = PageSize
|
26782
|
-
|
26783
|
-
|
26784
|
-
def _deserialize(self, params):
|
26785
|
-
self._PageNumber = params.get("PageNumber")
|
26786
|
-
self._PageSize = params.get("PageSize")
|
26787
|
-
memeber_set = set(params.keys())
|
26788
|
-
for name, value in vars(self).items():
|
26789
|
-
property_name = name[1:]
|
26790
|
-
if property_name in memeber_set:
|
26791
|
-
memeber_set.remove(property_name)
|
26792
|
-
if len(memeber_set) > 0:
|
26793
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26794
|
-
|
26795
|
-
|
26796
|
-
|
26797
26107
|
class PeakPointsItem(AbstractModel):
|
26798
26108
|
"""PeakPoints数组项
|
26799
26109
|
|
@@ -26816,49 +26126,34 @@ class PeakPointsItem(AbstractModel):
|
|
26816
26126
|
:param _BotAccess: Bot qps
|
26817
26127
|
:type BotAccess: int
|
26818
26128
|
:param _StatusServerError: WAF返回给客户端状态码5xx次数
|
26819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26820
26129
|
:type StatusServerError: int
|
26821
26130
|
:param _StatusClientError: WAF返回给客户端状态码4xx次数
|
26822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26823
26131
|
:type StatusClientError: int
|
26824
26132
|
:param _StatusRedirect: WAF返回给客户端状态码302次数
|
26825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26826
26133
|
:type StatusRedirect: int
|
26827
26134
|
:param _StatusOk: WAF返回给客户端状态码202次数
|
26828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26829
26135
|
:type StatusOk: int
|
26830
26136
|
:param _UpstreamServerError: 源站返回给WAF状态码5xx次数
|
26831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26832
26137
|
:type UpstreamServerError: int
|
26833
26138
|
:param _UpstreamClientError: 源站返回给WAF状态码4xx次数
|
26834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26835
26139
|
:type UpstreamClientError: int
|
26836
26140
|
:param _UpstreamRedirect: 源站返回给WAF状态码302次数
|
26837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26838
26141
|
:type UpstreamRedirect: int
|
26839
26142
|
:param _BlackIP: 黑名单次数
|
26840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26841
26143
|
:type BlackIP: int
|
26842
26144
|
:param _Tamper: 防篡改次数
|
26843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26844
26145
|
:type Tamper: int
|
26845
26146
|
:param _Leak: 信息防泄露次数
|
26846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26847
26147
|
:type Leak: int
|
26848
26148
|
:param _ACL: 访问控制
|
26849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26850
26149
|
:type ACL: int
|
26851
26150
|
:param _WxAccess: 小程序 qps
|
26852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26853
26151
|
:type WxAccess: int
|
26854
26152
|
:param _WxCount: 小程序请求数
|
26855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26856
26153
|
:type WxCount: int
|
26857
26154
|
:param _WxUp: 小程序上行带宽峰值,单位B
|
26858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26859
26155
|
:type WxUp: int
|
26860
26156
|
:param _WxDown: 小程序下行带宽峰值,单位B
|
26861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26862
26157
|
:type WxDown: int
|
26863
26158
|
"""
|
26864
26159
|
self._Time = None
|
@@ -27235,7 +26530,7 @@ class PortItem(AbstractModel):
|
|
27235
26530
|
:type UpstreamPort: str
|
27236
26531
|
:param _UpstreamProtocol: 与Port一一对应, 表示回源协议
|
27237
26532
|
:type UpstreamProtocol: str
|
27238
|
-
:param _NginxServerId: Nginx的服务器ID
|
26533
|
+
:param _NginxServerId: Nginx的服务器ID,新增域名时填"0"
|
27239
26534
|
:type NginxServerId: str
|
27240
26535
|
"""
|
27241
26536
|
self._Port = None
|
@@ -27451,10 +26746,8 @@ class ProductInfo(AbstractModel):
|
|
27451
26746
|
def __init__(self):
|
27452
26747
|
r"""
|
27453
26748
|
:param _Name: 产品名称
|
27454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27455
26749
|
:type Name: str
|
27456
26750
|
:param _Value: 版本
|
27457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27458
26751
|
:type Value: str
|
27459
26752
|
"""
|
27460
26753
|
self._Name = None
|
@@ -27498,22 +26791,16 @@ class QPSPackageNew(AbstractModel):
|
|
27498
26791
|
def __init__(self):
|
27499
26792
|
r"""
|
27500
26793
|
:param _ResourceIds: 资源ID
|
27501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27502
26794
|
:type ResourceIds: str
|
27503
26795
|
:param _ValidTime: 过期时间
|
27504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27505
26796
|
:type ValidTime: str
|
27506
26797
|
:param _RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
27507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27508
26798
|
:type RenewFlag: int
|
27509
26799
|
:param _Count: 套餐购买个数
|
27510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27511
26800
|
:type Count: int
|
27512
26801
|
:param _Region: 套餐购买地域,clb-waf暂时没有用到
|
27513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27514
26802
|
:type Region: str
|
27515
26803
|
:param _BillingItem: 计费项
|
27516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27517
26804
|
:type BillingItem: str
|
27518
26805
|
"""
|
27519
26806
|
self._ResourceIds = None
|
@@ -27597,19 +26884,14 @@ class QpsData(AbstractModel):
|
|
27597
26884
|
def __init__(self):
|
27598
26885
|
r"""
|
27599
26886
|
:param _ElasticBillingDefault: 弹性qps默认值
|
27600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27601
26887
|
:type ElasticBillingDefault: int
|
27602
26888
|
:param _ElasticBillingMin: 弹性qps最小值
|
27603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27604
26889
|
:type ElasticBillingMin: int
|
27605
26890
|
:param _ElasticBillingMax: 弹性qps最大值
|
27606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27607
26891
|
:type ElasticBillingMax: int
|
27608
26892
|
:param _QPSExtendMax: 业务扩展包最大qps
|
27609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27610
26893
|
:type QPSExtendMax: int
|
27611
|
-
:param _QPSExtendIntlMax:
|
27612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26894
|
+
:param _QPSExtendIntlMax: 境外业务扩展包最大qps
|
27613
26895
|
:type QPSExtendIntlMax: int
|
27614
26896
|
"""
|
27615
26897
|
self._ElasticBillingDefault = None
|
@@ -27853,22 +27135,18 @@ class Rule(AbstractModel):
|
|
27853
27135
|
:param _Id: 规则id
|
27854
27136
|
:type Id: int
|
27855
27137
|
:param _Type: 规则类型
|
27856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27857
27138
|
:type Type: str
|
27858
27139
|
:param _Level: 规则等级
|
27859
27140
|
:type Level: str
|
27860
27141
|
:param _Description: 规则描述
|
27861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27862
27142
|
:type Description: str
|
27863
27143
|
:param _CVE: 规则防护的CVE编号
|
27864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27865
27144
|
:type CVE: str
|
27866
27145
|
:param _Status: 规则的状态
|
27867
27146
|
:type Status: int
|
27868
27147
|
:param _ModifyTime: 规则修改的时间
|
27869
27148
|
:type ModifyTime: str
|
27870
27149
|
:param _AddTime: 门神规则新增/更新时间
|
27871
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27872
27150
|
:type AddTime: str
|
27873
27151
|
"""
|
27874
27152
|
self._Id = None
|
@@ -27984,7 +27262,6 @@ class RuleList(AbstractModel):
|
|
27984
27262
|
:param _Status: 开关状态
|
27985
27263
|
:type Status: int
|
27986
27264
|
:param _CreateTime: 创建时间
|
27987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27988
27265
|
:type CreateTime: str
|
27989
27266
|
"""
|
27990
27267
|
self._Id = None
|
@@ -28070,6 +27347,101 @@ class RuleList(AbstractModel):
|
|
28070
27347
|
|
28071
27348
|
|
28072
27349
|
|
27350
|
+
class ScanIpInfo(AbstractModel):
|
27351
|
+
"""扫描ip信息
|
27352
|
+
|
27353
|
+
"""
|
27354
|
+
|
27355
|
+
def __init__(self):
|
27356
|
+
r"""
|
27357
|
+
:param _Bussiness: 所属业务
|
27358
|
+
|
27359
|
+
:type Bussiness: str
|
27360
|
+
:param _Target: 扫描对象
|
27361
|
+
:type Target: str
|
27362
|
+
:param _IpList: ip列表
|
27363
|
+
:type IpList: list of str
|
27364
|
+
:param _Descibe: 扫描说明
|
27365
|
+
:type Descibe: str
|
27366
|
+
:param _Referer: 官方公告
|
27367
|
+
|
27368
|
+
:type Referer: str
|
27369
|
+
:param _UpdateTime: 更新时间
|
27370
|
+
:type UpdateTime: int
|
27371
|
+
"""
|
27372
|
+
self._Bussiness = None
|
27373
|
+
self._Target = None
|
27374
|
+
self._IpList = None
|
27375
|
+
self._Descibe = None
|
27376
|
+
self._Referer = None
|
27377
|
+
self._UpdateTime = None
|
27378
|
+
|
27379
|
+
@property
|
27380
|
+
def Bussiness(self):
|
27381
|
+
return self._Bussiness
|
27382
|
+
|
27383
|
+
@Bussiness.setter
|
27384
|
+
def Bussiness(self, Bussiness):
|
27385
|
+
self._Bussiness = Bussiness
|
27386
|
+
|
27387
|
+
@property
|
27388
|
+
def Target(self):
|
27389
|
+
return self._Target
|
27390
|
+
|
27391
|
+
@Target.setter
|
27392
|
+
def Target(self, Target):
|
27393
|
+
self._Target = Target
|
27394
|
+
|
27395
|
+
@property
|
27396
|
+
def IpList(self):
|
27397
|
+
return self._IpList
|
27398
|
+
|
27399
|
+
@IpList.setter
|
27400
|
+
def IpList(self, IpList):
|
27401
|
+
self._IpList = IpList
|
27402
|
+
|
27403
|
+
@property
|
27404
|
+
def Descibe(self):
|
27405
|
+
return self._Descibe
|
27406
|
+
|
27407
|
+
@Descibe.setter
|
27408
|
+
def Descibe(self, Descibe):
|
27409
|
+
self._Descibe = Descibe
|
27410
|
+
|
27411
|
+
@property
|
27412
|
+
def Referer(self):
|
27413
|
+
return self._Referer
|
27414
|
+
|
27415
|
+
@Referer.setter
|
27416
|
+
def Referer(self, Referer):
|
27417
|
+
self._Referer = Referer
|
27418
|
+
|
27419
|
+
@property
|
27420
|
+
def UpdateTime(self):
|
27421
|
+
return self._UpdateTime
|
27422
|
+
|
27423
|
+
@UpdateTime.setter
|
27424
|
+
def UpdateTime(self, UpdateTime):
|
27425
|
+
self._UpdateTime = UpdateTime
|
27426
|
+
|
27427
|
+
|
27428
|
+
def _deserialize(self, params):
|
27429
|
+
self._Bussiness = params.get("Bussiness")
|
27430
|
+
self._Target = params.get("Target")
|
27431
|
+
self._IpList = params.get("IpList")
|
27432
|
+
self._Descibe = params.get("Descibe")
|
27433
|
+
self._Referer = params.get("Referer")
|
27434
|
+
self._UpdateTime = params.get("UpdateTime")
|
27435
|
+
memeber_set = set(params.keys())
|
27436
|
+
for name, value in vars(self).items():
|
27437
|
+
property_name = name[1:]
|
27438
|
+
if property_name in memeber_set:
|
27439
|
+
memeber_set.remove(property_name)
|
27440
|
+
if len(memeber_set) > 0:
|
27441
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
27442
|
+
|
27443
|
+
|
27444
|
+
|
28073
27445
|
class SearchAccessLogRequest(AbstractModel):
|
28074
27446
|
"""SearchAccessLog请求参数结构体
|
28075
27447
|
|
@@ -28201,16 +27573,13 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28201
27573
|
:param _Analysis: 返回的是否为分析结果,其中,“true”表示返回分析结果,“false”表示未返回分析结果
|
28202
27574
|
:type Analysis: bool
|
28203
27575
|
:param _ColNames: 如果Analysis为True,则返回分析结果的列名,否则为空
|
28204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28205
27576
|
注意:此字段可能返回 null,表示取不到有效值。
|
28206
27577
|
:type ColNames: list of str
|
28207
27578
|
:param _Results: 日志查询结果;当Analysis为True时,可能返回为null
|
28208
27579
|
注意:此字段可能返回 null,表示取不到有效值
|
28209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28210
27580
|
:type Results: list of AccessLogInfo
|
28211
27581
|
:param _AnalysisResults: 日志分析结果;当Analysis为False时,可能返回为null
|
28212
27582
|
注意:此字段可能返回 null,表示取不到有效值
|
28213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28214
27583
|
:type AnalysisResults: list of AccessLogItems
|
28215
27584
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28216
27585
|
:type RequestId: str
|
@@ -28249,10 +27618,14 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28249
27618
|
|
28250
27619
|
@property
|
28251
27620
|
def ColNames(self):
|
27621
|
+
warnings.warn("parameter `ColNames` is deprecated", DeprecationWarning)
|
27622
|
+
|
28252
27623
|
return self._ColNames
|
28253
27624
|
|
28254
27625
|
@ColNames.setter
|
28255
27626
|
def ColNames(self, ColNames):
|
27627
|
+
warnings.warn("parameter `ColNames` is deprecated", DeprecationWarning)
|
27628
|
+
|
28256
27629
|
self._ColNames = ColNames
|
28257
27630
|
|
28258
27631
|
@property
|
@@ -28265,10 +27638,14 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28265
27638
|
|
28266
27639
|
@property
|
28267
27640
|
def AnalysisResults(self):
|
27641
|
+
warnings.warn("parameter `AnalysisResults` is deprecated", DeprecationWarning)
|
27642
|
+
|
28268
27643
|
return self._AnalysisResults
|
28269
27644
|
|
28270
27645
|
@AnalysisResults.setter
|
28271
27646
|
def AnalysisResults(self, AnalysisResults):
|
27647
|
+
warnings.warn("parameter `AnalysisResults` is deprecated", DeprecationWarning)
|
27648
|
+
|
28272
27649
|
self._AnalysisResults = AnalysisResults
|
28273
27650
|
|
28274
27651
|
@property
|
@@ -28624,16 +28001,12 @@ class SessionItem(AbstractModel):
|
|
28624
28001
|
:param _TsVersion: 更新时间戳
|
28625
28002
|
:type TsVersion: str
|
28626
28003
|
:param _SessionId: SessionID
|
28627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28628
28004
|
:type SessionId: int
|
28629
28005
|
:param _SessionName: Session名
|
28630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28631
28006
|
:type SessionName: str
|
28632
28007
|
:param _SessionInUsed: Session是否正在被启用
|
28633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28634
28008
|
:type SessionInUsed: bool
|
28635
28009
|
:param _RelatedRuleID: Session关联的CC规则ID
|
28636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28637
28010
|
:type RelatedRuleID: list of int
|
28638
28011
|
"""
|
28639
28012
|
self._Category = None
|
@@ -28766,7 +28139,7 @@ class SpartaProtectionPort(AbstractModel):
|
|
28766
28139
|
|
28767
28140
|
def __init__(self):
|
28768
28141
|
r"""
|
28769
|
-
:param _NginxServerId:
|
28142
|
+
:param _NginxServerId: 分配的服务器id
|
28770
28143
|
:type NginxServerId: int
|
28771
28144
|
:param _Port: 端口
|
28772
28145
|
:type Port: str
|
@@ -28851,7 +28224,6 @@ class Strategy(AbstractModel):
|
|
28851
28224
|
|
28852
28225
|
匹配字段不同,相应的匹配参数、逻辑符号、匹配内容有所不同具体如下所示:
|
28853
28226
|
<table><thead><tr><th>匹配字段</th><th>匹配参数</th><th>逻辑符号</th><th>匹配内容</th></tr></thead><tbody><tr><td>IP(来源IP)</td><td>不支持参数</td><td>ipmatch(匹配)<br/>ipnmatch(不匹配)</td><td>多个IP以英文逗号隔开,最多20个</td></tr><tr><td>IPV6(来源IPv6)</td><td>不支持参数</td><td>ipmatch(匹配)<br/>ipnmatch(不匹配)</td><td>支持单个IPV6地址</td></tr><tr><td>Referer(Referer)</td><td>不支持参数</td><td>empty(内容为空)<br/>null(不存在)<br/>eq(等于)<br/>neq(不等于)<br/>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>URL(请求路径)</td><td>不支持参数</td><td>eq(等于)<br/>neq(不等于)<br/>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)<br/></td><td>请以/开头,512个字符以内</td></tr><tr><td>UserAgent(UserAgent)</td><td>不支持参数</td><td>同匹配字段<font color="Red">Referer</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>HTTP_METHOD(HTTP请求方法)</td><td>不支持参数</td><td>eq(等于)<br/>neq(不等于)</td><td>请输入方法名称,建议大写</td></tr><tr><td>QUERY_STRING(请求字符串)</td><td>不支持参数</td><td>同匹配字段<font color="Red">请求路径</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET(GET参数值)</td><td>支持参数录入</td><td>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_PARAMS_NAMES(GET参数名)</td><td>不支持参数</td><td>exsit(存在参数)<br/>nexsit(不存在参数)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)</td><td>请输入内容,512个字符以内</td></tr><tr><td>POST(POST参数值)</td><td>支持参数录入</td><td>同匹配字段<font color="Red">GET参数值</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_POST_NAMES(POST参数名)</td><td>不支持参数</td><td>同匹配字段<font color="Red">GET参数名</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>POST_BODY(完整BODY)</td><td>不支持参数</td><td>同匹配字段<font color="Red">请求路径</font>逻辑符号</td><td>请输入BODY内容,512个字符以内</td></tr><tr><td>COOKIE(Cookie)</td><td>不支持参数</td><td>empty(内容为空)<br/>null(不存在)<br/>rematch(正则匹配)</td><td><font color="Red">暂不支持</font></td></tr><tr><td>GET_COOKIES_NAMES(Cookie参数名)</td><td>不支持参数</td><td>同匹配字段<font color="Red">GET参数名</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>ARGS_COOKIE(Cookie参数值)</td><td>支持参数录入</td><td>同匹配字段<font color="Red">GET参数值</font>逻辑符号</td><td>请输入内容,512个字符以内</td></tr><tr><td>GET_HEADERS_NAMES(Header参数名)</td><td>不支持参数</td><td>exsit(存在参数)<br/>nexsit(不存在参数)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,建议小写,512个字符以内</td></tr><tr><td>ARGS_HEADER(Header参数值)</td><td>支持参数录入</td><td>contains(包含)<br/>ncontains(不包含)<br/>len_eq(长度等于)<br/>len_gt(长度大于)<br/>len_lt(长度小于)<br/>strprefix(前缀匹配)<br/>strsuffix(后缀匹配)<br/>rematch(正则匹配)</td><td>请输入内容,512个字符以内</td></tr></tbody></table>
|
28854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28855
28227
|
:type Field: str
|
28856
28228
|
:param _CompareFunc: 逻辑符号
|
28857
28229
|
|
@@ -28871,13 +28243,11 @@ class Strategy(AbstractModel):
|
|
28871
28243
|
ipnmatch ( 不属于)
|
28872
28244
|
各匹配字段对应的逻辑符号不同,详见上述匹配字段表格
|
28873
28245
|
|
28874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28875
28246
|
:type CompareFunc: str
|
28876
28247
|
:param _Content: 匹配内容
|
28877
28248
|
|
28878
28249
|
目前 当匹配字段为COOKIE(Cookie)时,不需要输入 匹配内容其他都需要
|
28879
28250
|
|
28880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28881
28251
|
:type Content: str
|
28882
28252
|
:param _Arg: 匹配参数
|
28883
28253
|
|
@@ -28888,11 +28258,9 @@ class Strategy(AbstractModel):
|
|
28888
28258
|
ARGS_COOKIE(Cookie参数值)
|
28889
28259
|
ARGS_HEADER(Header参数值)
|
28890
28260
|
|
28891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28892
28261
|
:type Arg: str
|
28893
28262
|
:param _CaseNotSensitive: 0:大小写敏感
|
28894
28263
|
1:大小写不敏感
|
28895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28896
28264
|
:type CaseNotSensitive: int
|
28897
28265
|
"""
|
28898
28266
|
self._Field = None
|
@@ -29206,13 +28574,10 @@ class TLSCiphers(AbstractModel):
|
|
29206
28574
|
def __init__(self):
|
29207
28575
|
r"""
|
29208
28576
|
:param _VersionId: TLS版本ID
|
29209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29210
28577
|
:type VersionId: int
|
29211
28578
|
:param _CipherId: 加密套件ID
|
29212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29213
28579
|
:type CipherId: int
|
29214
28580
|
:param _CipherName: 加密套件
|
29215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29216
28581
|
:type CipherName: str
|
29217
28582
|
"""
|
29218
28583
|
self._VersionId = None
|
@@ -29266,10 +28631,8 @@ class TLSVersion(AbstractModel):
|
|
29266
28631
|
def __init__(self):
|
29267
28632
|
r"""
|
29268
28633
|
:param _VersionId: TLSVERSION的ID
|
29269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29270
28634
|
:type VersionId: int
|
29271
28635
|
:param _VersionName: TLSVERSION的NAME
|
29272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29273
28636
|
:type VersionName: str
|
29274
28637
|
"""
|
29275
28638
|
self._VersionId = None
|
@@ -29358,10 +28721,8 @@ class TigaMainClassMode(AbstractModel):
|
|
29358
28721
|
def __init__(self):
|
29359
28722
|
r"""
|
29360
28723
|
:param _TypeID: MainclassID
|
29361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29362
28724
|
:type TypeID: str
|
29363
28725
|
:param _Mode: 防护模式,0表示观察,1表示拦截
|
29364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29365
28726
|
:type Mode: int
|
29366
28727
|
"""
|
29367
28728
|
self._TypeID = None
|
@@ -29405,10 +28766,8 @@ class TimedJob(AbstractModel):
|
|
29405
28766
|
def __init__(self):
|
29406
28767
|
r"""
|
29407
28768
|
:param _StartDateTime: 开始时间戳,单位为秒
|
29408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29409
28769
|
:type StartDateTime: int
|
29410
28770
|
:param _EndDateTime: 结束时间戳,单位为秒
|
29411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29412
28771
|
:type EndDateTime: int
|
29413
28772
|
"""
|
29414
28773
|
self._StartDateTime = None
|
@@ -29509,7 +28868,6 @@ class UpsertCCAutoStatusResponse(AbstractModel):
|
|
29509
28868
|
def __init__(self):
|
29510
28869
|
r"""
|
29511
28870
|
:param _Data: 正常情况为null
|
29512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29513
28871
|
:type Data: str
|
29514
28872
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29515
28873
|
:type RequestId: str
|
@@ -29562,7 +28920,7 @@ class UpsertCCRuleRequest(AbstractModel):
|
|
29562
28920
|
:type Url: str
|
29563
28921
|
:param _MatchFunc: 匹配方法,0表示等于,1表示前缀匹配,2表示包含
|
29564
28922
|
:type MatchFunc: int
|
29565
|
-
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23
|
28923
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,26表示精准人机识别,27表示JS校验
|
29566
28924
|
:type ActionType: str
|
29567
28925
|
:param _Priority: 优先级
|
29568
28926
|
:type Priority: int
|
@@ -29796,7 +29154,6 @@ class UpsertCCRuleResponse(AbstractModel):
|
|
29796
29154
|
def __init__(self):
|
29797
29155
|
r"""
|
29798
29156
|
:param _Data: 一般为null
|
29799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29800
29157
|
:type Data: str
|
29801
29158
|
:param _RuleId: 操作的RuleId
|
29802
29159
|
:type RuleId: int
|
@@ -29928,13 +29285,10 @@ class UpsertIpAccessControlResponse(AbstractModel):
|
|
29928
29285
|
def __init__(self):
|
29929
29286
|
r"""
|
29930
29287
|
:param _FailedItems: 添加或修改失败的条目
|
29931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29932
29288
|
:type FailedItems: str
|
29933
29289
|
:param _FailedCount: 添加或修改失败的数目
|
29934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29935
29290
|
:type FailedCount: int
|
29936
29291
|
:param _Ids: 添加或修改的IP数据Id列表
|
29937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29938
29292
|
:type Ids: list of str
|
29939
29293
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29940
29294
|
:type RequestId: str
|
@@ -30133,10 +29487,8 @@ class UpsertSessionResponse(AbstractModel):
|
|
30133
29487
|
def __init__(self):
|
30134
29488
|
r"""
|
30135
29489
|
:param _Data: 结果
|
30136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30137
29490
|
:type Data: str
|
30138
29491
|
:param _SessionID: SessionID
|
30139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30140
29492
|
:type SessionID: int
|
30141
29493
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30142
29494
|
:type RequestId: str
|
@@ -30196,25 +29548,18 @@ class UserDomainInfo(AbstractModel):
|
|
30196
29548
|
:param _Edition: waf类型
|
30197
29549
|
:type Edition: str
|
30198
29550
|
:param _Level: 版本
|
30199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30200
29551
|
:type Level: str
|
30201
29552
|
:param _WriteConfig: 指定域名访问日志字段的开关
|
30202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30203
29553
|
:type WriteConfig: str
|
30204
29554
|
:param _Cls: 指定域名是否写cls的开关 1:写 0:不写
|
30205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30206
29555
|
:type Cls: int
|
30207
29556
|
:param _CloudType: 标记是否是混合云接入。hybrid表示混合云接入域名
|
30208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30209
29557
|
:type CloudType: str
|
30210
29558
|
:param _AlbType: 标记clbwaf类型
|
30211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30212
29559
|
:type AlbType: str
|
30213
29560
|
:param _BotStatus: BOT开关状态
|
30214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30215
29561
|
:type BotStatus: int
|
30216
29562
|
:param _ApiStatus: API开关状态
|
30217
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30218
29563
|
:type ApiStatus: int
|
30219
29564
|
"""
|
30220
29565
|
self._Appid = None
|
@@ -30390,7 +29735,6 @@ class UserSignatureRule(AbstractModel):
|
|
30390
29735
|
:param _Reason: 0/1
|
30391
29736
|
:type Reason: int
|
30392
29737
|
:param _RiskLevel: 1: 高危 2:中危 3:低危
|
30393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30394
29738
|
:type RiskLevel: int
|
30395
29739
|
"""
|
30396
29740
|
self._ID = None
|
@@ -30542,7 +29886,6 @@ class UserWhiteRule(AbstractModel):
|
|
30542
29886
|
:param _MatchField: 匹配域
|
30543
29887
|
:type MatchField: str
|
30544
29888
|
:param _MatchParams: 匹配参数
|
30545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30546
29889
|
:type MatchParams: str
|
30547
29890
|
:param _MatchMethod: 匹配方法
|
30548
29891
|
:type MatchMethod: str
|
@@ -30553,25 +29896,18 @@ class UserWhiteRule(AbstractModel):
|
|
30553
29896
|
:param _ModifyTime: 修改时间
|
30554
29897
|
:type ModifyTime: str
|
30555
29898
|
:param _SignatureIds: 规则ID列表
|
30556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30557
29899
|
:type SignatureIds: list of str
|
30558
29900
|
:param _TypeIds: 大类规则ID列表
|
30559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30560
29901
|
:type TypeIds: list of str
|
30561
29902
|
:param _TypeId: 大类规则ID
|
30562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30563
29903
|
:type TypeId: str
|
30564
29904
|
:param _Mode: 0:按照特定规则ID加白, 1:按照规则类型加白
|
30565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30566
29905
|
:type Mode: int
|
30567
29906
|
:param _Name: 规则名
|
30568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30569
29907
|
:type Name: str
|
30570
29908
|
:param _MatchInfo: 匹配规则列表
|
30571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30572
29909
|
:type MatchInfo: list of UserWhiteRuleItem
|
30573
29910
|
:param _MatchInfoStr: MatchInfo字符串
|
30574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30575
29911
|
:type MatchInfoStr: str
|
30576
29912
|
"""
|
30577
29913
|
self._WhiteRuleId = None
|
@@ -30766,7 +30102,6 @@ class UserWhiteRuleItem(AbstractModel):
|
|
30766
30102
|
:param _MatchContent: 匹配内容
|
30767
30103
|
:type MatchContent: str
|
30768
30104
|
:param _MatchParams: 匹配参数名
|
30769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30770
30105
|
:type MatchParams: str
|
30771
30106
|
"""
|
30772
30107
|
self._MatchField = None
|
@@ -30829,15 +30164,31 @@ class VipInfo(AbstractModel):
|
|
30829
30164
|
|
30830
30165
|
def __init__(self):
|
30831
30166
|
r"""
|
30832
|
-
:param _Vip:
|
30833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30167
|
+
:param _Vip: VIP地址
|
30834
30168
|
:type Vip: str
|
30835
30169
|
:param _InstanceId: waf实例id
|
30836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30837
30170
|
:type InstanceId: str
|
30171
|
+
:param _InstanceCreateTime: 创建时间
|
30172
|
+
:type InstanceCreateTime: str
|
30173
|
+
:param _Region: 地域
|
30174
|
+
:type Region: str
|
30175
|
+
:param _RegionId: 地域ID
|
30176
|
+
:type RegionId: int
|
30177
|
+
:param _ISP: ip运营商类型
|
30178
|
+
:type ISP: str
|
30179
|
+
:param _VipType: ip类型
|
30180
|
+
:type VipType: str
|
30181
|
+
:param _AddressName: 域名信息
|
30182
|
+
:type AddressName: str
|
30838
30183
|
"""
|
30839
30184
|
self._Vip = None
|
30840
30185
|
self._InstanceId = None
|
30186
|
+
self._InstanceCreateTime = None
|
30187
|
+
self._Region = None
|
30188
|
+
self._RegionId = None
|
30189
|
+
self._ISP = None
|
30190
|
+
self._VipType = None
|
30191
|
+
self._AddressName = None
|
30841
30192
|
|
30842
30193
|
@property
|
30843
30194
|
def Vip(self):
|
@@ -30855,10 +30206,64 @@ class VipInfo(AbstractModel):
|
|
30855
30206
|
def InstanceId(self, InstanceId):
|
30856
30207
|
self._InstanceId = InstanceId
|
30857
30208
|
|
30209
|
+
@property
|
30210
|
+
def InstanceCreateTime(self):
|
30211
|
+
return self._InstanceCreateTime
|
30212
|
+
|
30213
|
+
@InstanceCreateTime.setter
|
30214
|
+
def InstanceCreateTime(self, InstanceCreateTime):
|
30215
|
+
self._InstanceCreateTime = InstanceCreateTime
|
30216
|
+
|
30217
|
+
@property
|
30218
|
+
def Region(self):
|
30219
|
+
return self._Region
|
30220
|
+
|
30221
|
+
@Region.setter
|
30222
|
+
def Region(self, Region):
|
30223
|
+
self._Region = Region
|
30224
|
+
|
30225
|
+
@property
|
30226
|
+
def RegionId(self):
|
30227
|
+
return self._RegionId
|
30228
|
+
|
30229
|
+
@RegionId.setter
|
30230
|
+
def RegionId(self, RegionId):
|
30231
|
+
self._RegionId = RegionId
|
30232
|
+
|
30233
|
+
@property
|
30234
|
+
def ISP(self):
|
30235
|
+
return self._ISP
|
30236
|
+
|
30237
|
+
@ISP.setter
|
30238
|
+
def ISP(self, ISP):
|
30239
|
+
self._ISP = ISP
|
30240
|
+
|
30241
|
+
@property
|
30242
|
+
def VipType(self):
|
30243
|
+
return self._VipType
|
30244
|
+
|
30245
|
+
@VipType.setter
|
30246
|
+
def VipType(self, VipType):
|
30247
|
+
self._VipType = VipType
|
30248
|
+
|
30249
|
+
@property
|
30250
|
+
def AddressName(self):
|
30251
|
+
return self._AddressName
|
30252
|
+
|
30253
|
+
@AddressName.setter
|
30254
|
+
def AddressName(self, AddressName):
|
30255
|
+
self._AddressName = AddressName
|
30256
|
+
|
30858
30257
|
|
30859
30258
|
def _deserialize(self, params):
|
30860
30259
|
self._Vip = params.get("Vip")
|
30861
30260
|
self._InstanceId = params.get("InstanceId")
|
30261
|
+
self._InstanceCreateTime = params.get("InstanceCreateTime")
|
30262
|
+
self._Region = params.get("Region")
|
30263
|
+
self._RegionId = params.get("RegionId")
|
30264
|
+
self._ISP = params.get("ISP")
|
30265
|
+
self._VipType = params.get("VipType")
|
30266
|
+
self._AddressName = params.get("AddressName")
|
30862
30267
|
memeber_set = set(params.keys())
|
30863
30268
|
for name, value in vars(self).items():
|
30864
30269
|
property_name = name[1:]
|
@@ -31054,7 +30459,6 @@ class WafThreatenIntelligenceDetails(AbstractModel):
|
|
31054
30459
|
def __init__(self):
|
31055
30460
|
r"""
|
31056
30461
|
:param _Tags: 封禁属性标签
|
31057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31058
30462
|
:type Tags: list of str
|
31059
30463
|
:param _DefenseStatus: 封禁模组启用状态
|
31060
30464
|
:type DefenseStatus: int
|