tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.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,7 +249,6 @@ 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
254
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -380,10 +374,8 @@ class AccessLogItem(AbstractModel):
|
|
380
374
|
def __init__(self):
|
381
375
|
r"""
|
382
376
|
:param _Key: 日记Key
|
383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
384
377
|
:type Key: str
|
385
378
|
:param _Value: 日志Value
|
386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
387
379
|
:type Value: str
|
388
380
|
"""
|
389
381
|
self._Key = None
|
@@ -427,7 +419,6 @@ class AccessLogItems(AbstractModel):
|
|
427
419
|
def __init__(self):
|
428
420
|
r"""
|
429
421
|
:param _Data: 分析结果返回的KV数据对
|
430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
431
422
|
:type Data: list of AccessLogItem
|
432
423
|
"""
|
433
424
|
self._Data = None
|
@@ -535,10 +526,8 @@ class AccessRuleKeyValueInfo(AbstractModel):
|
|
535
526
|
def __init__(self):
|
536
527
|
r"""
|
537
528
|
:param _CaseSensitive: 是否大小写敏感
|
538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
539
529
|
:type CaseSensitive: bool
|
540
530
|
:param _KeyValues: 需要建立索引的键值对信息;最大只能配置100个键值对
|
541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
542
531
|
:type KeyValues: list of AccessKeyValueInfo
|
543
532
|
"""
|
544
533
|
self._CaseSensitive = None
|
@@ -587,10 +576,8 @@ class AccessRuleTagInfo(AbstractModel):
|
|
587
576
|
def __init__(self):
|
588
577
|
r"""
|
589
578
|
:param _CaseSensitive: 是否大小写敏感
|
590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
591
579
|
:type CaseSensitive: bool
|
592
580
|
:param _KeyValues: 标签索引配置中的字段信息
|
593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
594
581
|
:type KeyValues: list of AccessKeyValueInfo
|
595
582
|
"""
|
596
583
|
self._CaseSensitive = None
|
@@ -639,16 +626,12 @@ class AccessValueInfo(AbstractModel):
|
|
639
626
|
def __init__(self):
|
640
627
|
r"""
|
641
628
|
:param _Type: 字段类型,目前支持的类型有:long、text、double
|
642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
643
629
|
:type Type: str
|
644
630
|
:param _Tokenizer: 字段的分词符,只有当字段类型为text时才有意义;输入字符串中的每个字符代表一个分词符
|
645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
646
631
|
:type Tokenizer: str
|
647
632
|
:param _SqlFlag: 字段是否开启分析功能
|
648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
649
633
|
:type SqlFlag: bool
|
650
634
|
:param _ContainZH: 是否包含中文
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
652
635
|
注意:此字段可能返回 null,表示取不到有效值。
|
653
636
|
:type ContainZH: bool
|
654
637
|
"""
|
@@ -947,7 +930,7 @@ class AddAreaBanAreasRequest(AbstractModel):
|
|
947
930
|
:type Areas: list of str
|
948
931
|
:param _Edition: waf版本信息,spart-waf或者clb-waf,其他无效,请一定填写
|
949
932
|
:type Edition: str
|
950
|
-
:param _JobType:
|
933
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
951
934
|
:type JobType: str
|
952
935
|
:param _JobDateTime: 定时任务配置
|
953
936
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -1228,7 +1211,7 @@ class AddCustomRuleRequest(AbstractModel):
|
|
1228
1211
|
:type Strategies: list of Strategy
|
1229
1212
|
:param _Domain: 需要添加策略的域名
|
1230
1213
|
:type Domain: str
|
1231
|
-
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4
|
1214
|
+
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
1232
1215
|
:type ActionType: str
|
1233
1216
|
:param _Redirect: 如果动作是重定向,则表示重定向的地址;其他情况可以为空
|
1234
1217
|
:type Redirect: str
|
@@ -1236,7 +1219,7 @@ class AddCustomRuleRequest(AbstractModel):
|
|
1236
1219
|
:type ExpireTime: str
|
1237
1220
|
:param _Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
1238
1221
|
:type Edition: str
|
1239
|
-
:param _Bypass:
|
1222
|
+
:param _Bypass: 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果多个勾选那么以,串接。默认是"geoip,cc,owasp,ai,antileakage"
|
1240
1223
|
:type Bypass: str
|
1241
1224
|
:param _EventId: 添加规则的来源,默认为空
|
1242
1225
|
:type EventId: str
|
@@ -1443,7 +1426,6 @@ class AddCustomRuleResponse(AbstractModel):
|
|
1443
1426
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
1444
1427
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
1445
1428
|
:param _RuleId: 添加成功的规则ID
|
1446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1447
1429
|
:type RuleId: int
|
1448
1430
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1449
1431
|
:type RequestId: str
|
@@ -1504,7 +1486,7 @@ class AddCustomWhiteRuleRequest(AbstractModel):
|
|
1504
1486
|
:type Domain: str
|
1505
1487
|
:param _Bypass: 放行的详情
|
1506
1488
|
:type Bypass: str
|
1507
|
-
:param _JobType:
|
1489
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
1508
1490
|
:type JobType: str
|
1509
1491
|
:param _JobDateTime: 定时任务配置
|
1510
1492
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -1619,7 +1601,6 @@ class AddCustomWhiteRuleResponse(AbstractModel):
|
|
1619
1601
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
1620
1602
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
1621
1603
|
:param _RuleId: 添加成功的规则ID
|
1622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1623
1604
|
:type RuleId: int
|
1624
1605
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1625
1606
|
:type RequestId: str
|
@@ -2424,41 +2405,30 @@ class ApiAsset(AbstractModel):
|
|
2424
2405
|
:param _ApiName: api名称
|
2425
2406
|
:type ApiName: str
|
2426
2407
|
:param _Scene: 场景
|
2427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2428
2408
|
:type Scene: str
|
2429
2409
|
:param _Label: 数据标签
|
2430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2431
2410
|
:type Label: list of str
|
2432
2411
|
:param _Active: 过去7天是否活跃
|
2433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2434
2412
|
:type Active: bool
|
2435
2413
|
:param _Timestamp: 最近更新时间
|
2436
2414
|
:type Timestamp: int
|
2437
2415
|
:param _InsertTime: api发现时间
|
2438
2416
|
:type InsertTime: int
|
2439
2417
|
:param _Mode: 资产状态,1:新发现,2,确认中,3,已确认,4,已下线,5,已忽略
|
2440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2441
2418
|
:type Mode: str
|
2442
2419
|
:param _Level: 风险等级,100,200,300对应低中高
|
2443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2444
2420
|
:type Level: str
|
2445
2421
|
:param _Count: 近30天调用量
|
2446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2447
2422
|
:type Count: int
|
2448
2423
|
:param _Remark: 备注
|
2449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2450
2424
|
:type Remark: str
|
2451
2425
|
:param _IsAuth: 是否鉴权,1标识是,0表示否
|
2452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2453
2426
|
:type IsAuth: int
|
2454
2427
|
:param _ApiRequestRuleId: 如果添加了api入参检测规则,则此id返回值不为0
|
2455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2456
2428
|
:type ApiRequestRuleId: int
|
2457
2429
|
:param _ApiLimitRuleId: 如果添加了api限流规则,则此id返回值不为0
|
2458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2459
2430
|
:type ApiLimitRuleId: int
|
2460
2431
|
:param _HostList: 对象接入和泛域名接入时,展示host列表
|
2461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2462
2432
|
:type HostList: list of str
|
2463
2433
|
"""
|
2464
2434
|
self._Domain = None
|
@@ -2699,13 +2669,10 @@ class ApiDetailSampleHistory(AbstractModel):
|
|
2699
2669
|
def __init__(self):
|
2700
2670
|
r"""
|
2701
2671
|
:param _SampleNme: 样例名称
|
2702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2703
2672
|
:type SampleNme: str
|
2704
2673
|
:param _RepLog: 请求样例
|
2705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2706
2674
|
:type RepLog: str
|
2707
2675
|
:param _RspLog: 响应样例
|
2708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2709
2676
|
:type RspLog: str
|
2710
2677
|
"""
|
2711
2678
|
self._SampleNme = None
|
@@ -2759,31 +2726,22 @@ class ApiParameterType(AbstractModel):
|
|
2759
2726
|
def __init__(self):
|
2760
2727
|
r"""
|
2761
2728
|
:param _ParameterName: 参数名称
|
2762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2763
2729
|
:type ParameterName: str
|
2764
2730
|
:param _Type: 参数类型
|
2765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2766
2731
|
:type Type: str
|
2767
2732
|
:param _Location: 参数位置
|
2768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2769
2733
|
:type Location: str
|
2770
2734
|
:param _Label: 数据标签(敏感字段)
|
2771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2772
2735
|
:type Label: list of str
|
2773
2736
|
:param _Timestamp: 时间戳
|
2774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2775
2737
|
:type Timestamp: int
|
2776
2738
|
:param _Remark: 备注信息
|
2777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2778
2739
|
:type Remark: str
|
2779
2740
|
:param _Source: 来源是请求或者响应
|
2780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2781
2741
|
:type Source: str
|
2782
2742
|
:param _IsPan: 是否需要泛化 ,0表示不需要,1表示需要
|
2783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2784
2743
|
:type IsPan: int
|
2785
2744
|
:param _IsAuth: 是否鉴权,1表示是,0表示否
|
2786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2787
2745
|
:type IsAuth: int
|
2788
2746
|
"""
|
2789
2747
|
self._ParameterName = None
|
@@ -2897,34 +2855,24 @@ class ApiPkg(AbstractModel):
|
|
2897
2855
|
def __init__(self):
|
2898
2856
|
r"""
|
2899
2857
|
:param _ResourceIds: 资源id
|
2900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2901
2858
|
:type ResourceIds: str
|
2902
2859
|
:param _Status: 状态
|
2903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2904
2860
|
:type Status: int
|
2905
2861
|
:param _Region: 地域
|
2906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2907
2862
|
:type Region: int
|
2908
2863
|
:param _BeginTime: 开始时间
|
2909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2910
2864
|
:type BeginTime: str
|
2911
2865
|
:param _EndTime: 结束时间
|
2912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2913
2866
|
:type EndTime: str
|
2914
2867
|
:param _InquireNum: 申请数量
|
2915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2916
2868
|
:type InquireNum: int
|
2917
2869
|
:param _UsedNum: 使用数量
|
2918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2919
2870
|
:type UsedNum: int
|
2920
2871
|
:param _RenewFlag: 续费标志
|
2921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2922
2872
|
:type RenewFlag: int
|
2923
2873
|
:param _BillingItem: 计费项
|
2924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2925
2874
|
:type BillingItem: str
|
2926
2875
|
:param _IsAPISecurityTrial: api安全7天试用标识。1试用。0没试用
|
2927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2928
2876
|
:type IsAPISecurityTrial: int
|
2929
2877
|
"""
|
2930
2878
|
self._ResourceIds = None
|
@@ -3317,7 +3265,6 @@ class BatchIpAccessControlItem(AbstractModel):
|
|
3317
3265
|
def __init__(self):
|
3318
3266
|
r"""
|
3319
3267
|
:param _Id: mongo表自增Id
|
3320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3321
3268
|
:type Id: str
|
3322
3269
|
:param _ActionType: 黑名单42或白名单40
|
3323
3270
|
:type ActionType: int
|
@@ -3334,25 +3281,18 @@ class BatchIpAccessControlItem(AbstractModel):
|
|
3334
3281
|
:param _Hosts: 域名列表
|
3335
3282
|
:type Hosts: list of str
|
3336
3283
|
:param _RuleId: 55101145
|
3337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3338
3284
|
:type RuleId: int
|
3339
3285
|
:param _IpList: IP列表
|
3340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3341
3286
|
:type IpList: list of str
|
3342
3287
|
:param _CreateTime: 创建时间
|
3343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3344
3288
|
:type CreateTime: int
|
3345
3289
|
:param _JobType: 定时任务类型
|
3346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3347
3290
|
:type JobType: str
|
3348
3291
|
:param _CronType: 周期任务类型
|
3349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3350
3292
|
:type CronType: str
|
3351
3293
|
:param _JobDateTime: 定时任务配置详情
|
3352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3353
3294
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
3354
3295
|
:param _ValidStatus: 生效状态
|
3355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3356
3296
|
:type ValidStatus: int
|
3357
3297
|
"""
|
3358
3298
|
self._Id = None
|
@@ -3528,40 +3468,28 @@ class BotPkg(AbstractModel):
|
|
3528
3468
|
def __init__(self):
|
3529
3469
|
r"""
|
3530
3470
|
:param _ResourceIds: 资源id
|
3531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3532
3471
|
:type ResourceIds: str
|
3533
3472
|
:param _Status: 状态
|
3534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3535
3473
|
:type Status: int
|
3536
3474
|
:param _Region: 地域
|
3537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3538
3475
|
:type Region: int
|
3539
3476
|
:param _BeginTime: 开始时间
|
3540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3541
3477
|
:type BeginTime: str
|
3542
3478
|
:param _EndTime: 结束时间
|
3543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3544
3479
|
:type EndTime: str
|
3545
3480
|
:param _InquireNum: 申请数量
|
3546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3547
3481
|
:type InquireNum: int
|
3548
3482
|
:param _UsedNum: 使用数量
|
3549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3550
3483
|
:type UsedNum: int
|
3551
3484
|
:param _Type: 子产品code
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3553
3485
|
:type Type: str
|
3554
3486
|
:param _RenewFlag: 续费标志
|
3555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3556
3487
|
:type RenewFlag: int
|
3557
3488
|
:param _BotCPWaf: 购买页bot6折
|
3558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3559
3489
|
:type BotCPWaf: int
|
3560
3490
|
:param _BotNPWaf: 控制台买bot5折
|
3561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3562
3491
|
:type BotNPWaf: int
|
3563
3492
|
:param _IsBotTrial: 7天bot试用标识 1 试用 0 没有试用
|
3564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3565
3493
|
:type IsBotTrial: int
|
3566
3494
|
"""
|
3567
3495
|
self._ResourceIds = None
|
@@ -3715,7 +3643,6 @@ class BotQPS(AbstractModel):
|
|
3715
3643
|
:param _MaxBotQPS: 使用qps的最大值
|
3716
3644
|
:type MaxBotQPS: int
|
3717
3645
|
:param _RenewFlag: 续费标志
|
3718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3719
3646
|
:type RenewFlag: int
|
3720
3647
|
"""
|
3721
3648
|
self._ResourceIds = None
|
@@ -3917,7 +3844,7 @@ class CCRuleItem(AbstractModel):
|
|
3917
3844
|
|
3918
3845
|
def __init__(self):
|
3919
3846
|
r"""
|
3920
|
-
:param _ActionType:
|
3847
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
3921
3848
|
:type ActionType: int
|
3922
3849
|
:param _Advance: 高级模式
|
3923
3850
|
:type Advance: int
|
@@ -3943,19 +3870,14 @@ class CCRuleItem(AbstractModel):
|
|
3943
3870
|
注意:此字段可能返回 null,表示取不到有效值。
|
3944
3871
|
:type OptionsArr: str
|
3945
3872
|
:param _Length: url长度
|
3946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3947
3873
|
:type Length: int
|
3948
3874
|
:param _RuleId: 规则ID
|
3949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3950
3875
|
:type RuleId: int
|
3951
3876
|
:param _EventId: 事件id
|
3952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3953
3877
|
:type EventId: str
|
3954
3878
|
:param _SessionApplied: 关联的Session规则
|
3955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3956
3879
|
:type SessionApplied: list of int
|
3957
3880
|
:param _CreateTime: 创建时间
|
3958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3959
3881
|
:type CreateTime: int
|
3960
3882
|
"""
|
3961
3883
|
self._ActionType = None
|
@@ -4162,7 +4084,7 @@ class CCRuleItems(AbstractModel):
|
|
4162
4084
|
:type Url: str
|
4163
4085
|
:param _MatchFunc: 匹配类型
|
4164
4086
|
:type MatchFunc: int
|
4165
|
-
:param _ActionType:
|
4087
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,24表示JS校验
|
4166
4088
|
:type ActionType: int
|
4167
4089
|
:param _Priority: 优先级
|
4168
4090
|
:type Priority: int
|
@@ -4178,7 +4100,6 @@ class CCRuleItems(AbstractModel):
|
|
4178
4100
|
注意:此字段可能返回 null,表示取不到有效值。
|
4179
4101
|
:type EventId: str
|
4180
4102
|
:param _SessionApplied: 关联的Session规则
|
4181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4182
4103
|
:type SessionApplied: list of int
|
4183
4104
|
:param _CreateTime: 创建时间
|
4184
4105
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4521,10 +4442,8 @@ class CacheUrlItems(AbstractModel):
|
|
4521
4442
|
:param _Status: 状态
|
4522
4443
|
:type Status: int
|
4523
4444
|
:param _ModifyTime: 修改时间
|
4524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4525
4445
|
:type ModifyTime: str
|
4526
4446
|
:param _CreateTime: 创建时间
|
4527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4528
4447
|
:type CreateTime: str
|
4529
4448
|
"""
|
4530
4449
|
self._Id = None
|
@@ -4630,7 +4549,6 @@ class CdcCluster(AbstractModel):
|
|
4630
4549
|
:param _Id: cdc的集群id
|
4631
4550
|
:type Id: str
|
4632
4551
|
:param _Name: cdc的集群名称
|
4633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4634
4552
|
:type Name: str
|
4635
4553
|
"""
|
4636
4554
|
self._Id = None
|
@@ -4741,25 +4659,18 @@ class ClbDomainsInfo(AbstractModel):
|
|
4741
4659
|
:param _FlowMode: 负载均衡型WAF的流量模式,1:清洗模式,0:镜像模式
|
4742
4660
|
:type FlowMode: int
|
4743
4661
|
:param _State: 域名绑定负载均衡器状态
|
4744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4745
4662
|
:type State: int
|
4746
4663
|
:param _AlbType: 负载均衡类型,clb或者apisix
|
4747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4748
4664
|
:type AlbType: str
|
4749
4665
|
:param _IpHeaders: IsCdn=3时,表示自定义header
|
4750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4751
4666
|
:type IpHeaders: list of str
|
4752
4667
|
:param _CdcClusters: cdc-clb-waf类型WAF的CDC集群信息
|
4753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4754
4668
|
:type CdcClusters: str
|
4755
4669
|
:param _CloudType: 云类型:public:公有云;private:私有云;hybrid:混合云
|
4756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4757
4670
|
:type CloudType: str
|
4758
4671
|
:param _Note: 域名备注信息
|
4759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4760
4672
|
:type Note: str
|
4761
4673
|
:param _Labels: 域名标签
|
4762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4763
4674
|
:type Labels: list of str
|
4764
4675
|
"""
|
4765
4676
|
self._Domain = None
|
@@ -4968,28 +4879,20 @@ class ClbObject(AbstractModel):
|
|
4968
4879
|
:param _PostCKafkaStatus: kafka投递开关
|
4969
4880
|
:type PostCKafkaStatus: int
|
4970
4881
|
:param _Type: 对象类型:CLB:负载均衡器,TSE:云原生网关
|
4971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4972
4882
|
:type Type: str
|
4973
4883
|
:param _Region: 对象地域
|
4974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4975
4884
|
:type Region: str
|
4976
4885
|
:param _Proxy: 代理状态: 0:不开启,1:以XFF的第一个IP地址作为客户端IP,2:以remote_addr作为客户端IP,3:从指定的头部字段获取客户端IP,字段通过IpHeaders字段给出
|
4977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4978
4886
|
:type Proxy: int
|
4979
4887
|
:param _IpHeaders: 指定获取客户端IP的头部字段列表。IsCdn为3时有效
|
4980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4981
4888
|
:type IpHeaders: list of str
|
4982
4889
|
:param _BotStatus: bot防护开关
|
4983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4984
4890
|
:type BotStatus: int
|
4985
4891
|
:param _ApiStatus: api防护开关
|
4986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4987
4892
|
:type ApiStatus: int
|
4988
4893
|
:param _ObjectFlowMode: 对象接入模式,0表示镜像模式,1表示清洗模式,2表示体检模式,默认为清洗模式
|
4989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4990
4894
|
:type ObjectFlowMode: int
|
4991
4895
|
:param _NumericalVpcId: 数值形式的私有网络 ID
|
4992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4993
4896
|
:type NumericalVpcId: int
|
4994
4897
|
"""
|
4995
4898
|
self._ObjectId = None
|
@@ -5243,16 +5146,12 @@ class ClbWafRegionItem(AbstractModel):
|
|
5243
5146
|
def __init__(self):
|
5244
5147
|
r"""
|
5245
5148
|
:param _Id: 地域ID
|
5246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5247
5149
|
:type Id: str
|
5248
5150
|
:param _Text: 地域中文说明
|
5249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5250
5151
|
:type Text: str
|
5251
5152
|
:param _Value: 地域英文全拼
|
5252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5253
5153
|
:type Value: str
|
5254
5154
|
:param _Code: 地域编码
|
5255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5256
5155
|
:type Code: str
|
5257
5156
|
"""
|
5258
5157
|
self._Id = None
|
@@ -5474,12 +5373,10 @@ class CreateDealsGoods(AbstractModel):
|
|
5474
5373
|
域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
5475
5374
|
业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
5476
5375
|
|
5477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5478
5376
|
:type GoodsCategoryId: int
|
5479
5377
|
:param _RegionId: 购买waf实例区域ID
|
5480
5378
|
1 表示购买大陆资源;
|
5481
5379
|
9表示购买非中国大陆资源
|
5482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5483
5380
|
:type RegionId: int
|
5484
5381
|
"""
|
5485
5382
|
self._GoodsNum = None
|
@@ -5545,10 +5442,8 @@ class CreateDealsGoodsDetail(AbstractModel):
|
|
5545
5442
|
def __init__(self):
|
5546
5443
|
r"""
|
5547
5444
|
:param _TimeSpan: 时间间隔
|
5548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5549
5445
|
:type TimeSpan: int
|
5550
5446
|
:param _TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
5551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5552
5447
|
:type TimeUnit: str
|
5553
5448
|
:param _SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
5554
5449
|
|
@@ -5564,7 +5459,6 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
5564
5459
|
业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
5565
5460
|
域名扩展包-CLB:sp_wsm_waf_domain_clb
|
5566
5461
|
|
5567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5568
5462
|
:type SubProductCode: str
|
5569
5463
|
:param _Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
5570
5464
|
高级版 :1000827
|
@@ -5578,16 +5472,12 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
5578
5472
|
域名包-CLB: 1001156
|
5579
5473
|
业务扩展包-CLB : 1001160
|
5580
5474
|
|
5581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5582
5475
|
:type Pid: int
|
5583
5476
|
:param _InstanceName: waf实例名
|
5584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5585
5477
|
:type InstanceName: str
|
5586
5478
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
5587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5588
5479
|
:type AutoRenewFlag: int
|
5589
5480
|
:param _RealRegion: waf购买的实际地域信息
|
5590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5591
5481
|
:type RealRegion: int
|
5592
5482
|
:param _LabelTypes: 计费细项标签数组
|
5593
5483
|
Saas 高级版 sv_wsm_waf_package_premium
|
@@ -5608,19 +5498,14 @@ Saas 域名扩展包 sv_wsm_waf_domain
|
|
5608
5498
|
业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
5609
5499
|
域名扩展包CLB sv_wsm_waf_domain_clb
|
5610
5500
|
|
5611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5612
5501
|
:type LabelTypes: list of str
|
5613
5502
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
5614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5615
5503
|
:type LabelCounts: list of int
|
5616
5504
|
:param _CurDeadline: 变配使用,实例到期时间
|
5617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5618
5505
|
:type CurDeadline: str
|
5619
5506
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
5620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5621
5507
|
:type InstanceId: str
|
5622
5508
|
:param _ResourceId: 资源id
|
5623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5624
5509
|
:type ResourceId: str
|
5625
5510
|
"""
|
5626
5511
|
self._TimeSpan = None
|
@@ -5802,12 +5687,10 @@ class CreateDealsResponse(AbstractModel):
|
|
5802
5687
|
def __init__(self):
|
5803
5688
|
r"""
|
5804
5689
|
:param _Data: 计费下单响应结构体
|
5805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5806
5690
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
5807
5691
|
:param _Status: 1:成功,0:失败
|
5808
5692
|
:type Status: int
|
5809
5693
|
:param _ReturnMessage: 返回message
|
5810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5811
5694
|
:type ReturnMessage: str
|
5812
5695
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5813
5696
|
:type RequestId: str
|
@@ -5967,7 +5850,7 @@ class CreateIpAccessControlRequest(AbstractModel):
|
|
5967
5850
|
:type SourceType: str
|
5968
5851
|
:param _Note: 备注
|
5969
5852
|
:type Note: str
|
5970
|
-
:param _JobType:
|
5853
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
5971
5854
|
:type JobType: str
|
5972
5855
|
:param _JobDateTime: 定时配置详情
|
5973
5856
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -6009,10 +5892,14 @@ class CreateIpAccessControlRequest(AbstractModel):
|
|
6009
5892
|
|
6010
5893
|
@property
|
6011
5894
|
def ValidTS(self):
|
5895
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
5896
|
+
|
6012
5897
|
return self._ValidTS
|
6013
5898
|
|
6014
5899
|
@ValidTS.setter
|
6015
5900
|
def ValidTS(self, ValidTS):
|
5901
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
5902
|
+
|
6016
5903
|
self._ValidTS = ValidTS
|
6017
5904
|
|
6018
5905
|
@property
|
@@ -6095,7 +5982,6 @@ class CreateIpAccessControlResponse(AbstractModel):
|
|
6095
5982
|
def __init__(self):
|
6096
5983
|
r"""
|
6097
5984
|
:param _RuleId: 新增的规则对应的ID
|
6098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6099
5985
|
:type RuleId: int
|
6100
5986
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6101
5987
|
:type RequestId: str
|
@@ -6133,16 +6019,12 @@ class CronJob(AbstractModel):
|
|
6133
6019
|
def __init__(self):
|
6134
6020
|
r"""
|
6135
6021
|
:param _Days: 每个月的几号执行
|
6136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6137
6022
|
:type Days: list of int non-negative
|
6138
6023
|
:param _WDays: 每个星期的星期几执行
|
6139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6140
6024
|
:type WDays: list of int non-negative
|
6141
6025
|
:param _StartTime: 开始时间
|
6142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6143
6026
|
:type StartTime: str
|
6144
6027
|
:param _EndTime: 结束时间
|
6145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6146
6028
|
:type EndTime: str
|
6147
6029
|
"""
|
6148
6030
|
self._Days = None
|
@@ -6993,64 +6875,6 @@ class DeleteDomainWhiteRulesResponse(AbstractModel):
|
|
6993
6875
|
self._RequestId = params.get("RequestId")
|
6994
6876
|
|
6995
6877
|
|
6996
|
-
class DeleteDownloadRecordRequest(AbstractModel):
|
6997
|
-
"""DeleteDownloadRecord请求参数结构体
|
6998
|
-
|
6999
|
-
"""
|
7000
|
-
|
7001
|
-
def __init__(self):
|
7002
|
-
r"""
|
7003
|
-
:param _Flow: 记录id
|
7004
|
-
:type Flow: str
|
7005
|
-
"""
|
7006
|
-
self._Flow = None
|
7007
|
-
|
7008
|
-
@property
|
7009
|
-
def Flow(self):
|
7010
|
-
return self._Flow
|
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
6878
|
class DeleteHostRequest(AbstractModel):
|
7055
6879
|
"""DeleteHost请求参数结构体
|
7056
6880
|
|
@@ -7229,10 +7053,8 @@ class DeleteIpAccessControlResponse(AbstractModel):
|
|
7229
7053
|
def __init__(self):
|
7230
7054
|
r"""
|
7231
7055
|
:param _FailedItems: 删除失败的条目
|
7232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7233
7056
|
:type FailedItems: str
|
7234
7057
|
:param _FailedCount: 删除失败的条目数
|
7235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7236
7058
|
:type FailedCount: int
|
7237
7059
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7238
7060
|
:type RequestId: str
|
@@ -7634,7 +7456,6 @@ class DescribeAccessExportsResponse(AbstractModel):
|
|
7634
7456
|
:param _TotalCount: 日志导出ID。
|
7635
7457
|
:type TotalCount: int
|
7636
7458
|
:param _Exports: 日志导出列表
|
7637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7638
7459
|
:type Exports: list of ExportAccessInfo
|
7639
7460
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7640
7461
|
:type RequestId: str
|
@@ -8170,7 +7991,6 @@ class DescribeAntiFakeRulesResponse(AbstractModel):
|
|
8170
7991
|
:param _Total: 总数
|
8171
7992
|
:type Total: int
|
8172
7993
|
:param _Data: 返回值
|
8173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8174
7994
|
:type Data: list of CacheUrlItems
|
8175
7995
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8176
7996
|
:type RequestId: str
|
@@ -8749,7 +8569,6 @@ class DescribeAntiLeakageItem(AbstractModel):
|
|
8749
8569
|
注意:此字段可能返回 null,表示取不到有效值。
|
8750
8570
|
:type Uri: str
|
8751
8571
|
:param _ModifyTime: 修改时间
|
8752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8753
8572
|
:type ModifyTime: str
|
8754
8573
|
"""
|
8755
8574
|
self._RuleId = None
|
@@ -8939,40 +8758,28 @@ class DescribeApiDetailResponse(AbstractModel):
|
|
8939
8758
|
def __init__(self):
|
8940
8759
|
r"""
|
8941
8760
|
:param _Log: 请求样例,json字符串格式
|
8942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8943
8761
|
:type Log: str
|
8944
8762
|
:param _ParameterList: 请求参数样例列表
|
8945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8946
8763
|
:type ParameterList: list of ApiParameterType
|
8947
8764
|
:param _Scene: 当前场景标签
|
8948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8949
8765
|
:type Scene: str
|
8950
8766
|
:param _SensitiveFields: 敏感字段
|
8951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8952
8767
|
:type SensitiveFields: list of str
|
8953
8768
|
:param _IsActive: 7天内是否活跃
|
8954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8955
8769
|
:type IsActive: bool
|
8956
8770
|
:param _IpCount: 访问ip数
|
8957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8958
8771
|
:type IpCount: int
|
8959
8772
|
:param _RegionCount: 访问地域数量
|
8960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8961
8773
|
:type RegionCount: int
|
8962
8774
|
:param _EventCount: 关联事件数
|
8963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8964
8775
|
:type EventCount: int
|
8965
8776
|
:param _SensitiveCount: 涉敏数据条数
|
8966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8967
8777
|
:type SensitiveCount: int
|
8968
8778
|
:param _Level: 风险等级
|
8969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8970
8779
|
:type Level: int
|
8971
8780
|
:param _RspLog: 响应体
|
8972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8973
8781
|
:type RspLog: str
|
8974
8782
|
:param _MaxQPS: 昨日访问峰值QPS
|
8975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8976
8783
|
:type MaxQPS: int
|
8977
8784
|
:param _ApiDetailSampleHistory: 历史样例
|
8978
8785
|
:type ApiDetailSampleHistory: list of ApiDetailSampleHistory
|
@@ -9264,10 +9071,8 @@ class DescribeApiListVersionTwoResponse(AbstractModel):
|
|
9264
9071
|
def __init__(self):
|
9265
9072
|
r"""
|
9266
9073
|
:param _Data: api资产列表
|
9267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9268
9074
|
:type Data: list of ApiAsset
|
9269
9075
|
:param _Total: 总数
|
9270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9271
9076
|
:type Total: int
|
9272
9077
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9273
9078
|
:type RequestId: str
|
@@ -9353,7 +9158,6 @@ class DescribeAreaBanAreasResponse(AbstractModel):
|
|
9353
9158
|
def __init__(self):
|
9354
9159
|
r"""
|
9355
9160
|
:param _Data: 回包内容
|
9356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9357
9161
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DescribeAreaBanAreasRsp`
|
9358
9162
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9359
9163
|
:type RequestId: str
|
@@ -9395,18 +9199,15 @@ class DescribeAreaBanAreasRsp(AbstractModel):
|
|
9395
9199
|
:param _Status: 状态 "0":未开启地域封禁 "1":开启地域封禁
|
9396
9200
|
:type Status: str
|
9397
9201
|
:param _Source: 数据来源 custom-自定义(默认)、batch-批量防护
|
9398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9399
9202
|
:type Source: str
|
9400
9203
|
:param _Areas: 字符串数据,配置的地域列表
|
9401
9204
|
:type Areas: list of str
|
9402
9205
|
:param _JobType: 定时任务类型
|
9403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9404
9206
|
:type JobType: str
|
9405
9207
|
:param _JobDateTime: 定时任务详细配置
|
9406
9208
|
注意:此字段可能返回 null,表示取不到有效值。
|
9407
9209
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
9408
9210
|
:param _CronType: 周期任务配置
|
9409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9410
9211
|
:type CronType: str
|
9411
9212
|
"""
|
9412
9213
|
self._Status = None
|
@@ -9640,19 +9441,14 @@ class DescribeAttackOverviewResponse(AbstractModel):
|
|
9640
9441
|
:param _ApiAssetsCount: api资产总数
|
9641
9442
|
:type ApiAssetsCount: int
|
9642
9443
|
:param _ApiRiskEventCount: api风险事件数量
|
9643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9644
9444
|
:type ApiRiskEventCount: int
|
9645
9445
|
:param _IPBlackCount: 黑名单总数
|
9646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9647
9446
|
:type IPBlackCount: int
|
9648
9447
|
:param _TamperCount: 防篡改总数
|
9649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9650
9448
|
:type TamperCount: int
|
9651
9449
|
:param _LeakCount: 信息泄露总数
|
9652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9653
9450
|
:type LeakCount: int
|
9654
9451
|
:param _ApiRiskEventCircleCount: API风险事件周环比
|
9655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9656
9452
|
:type ApiRiskEventCircleCount: int
|
9657
9453
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9658
9454
|
:type RequestId: str
|
@@ -10281,7 +10077,7 @@ class DescribeBatchIpAccessControlRequest(AbstractModel):
|
|
10281
10077
|
|
10282
10078
|
def __init__(self):
|
10283
10079
|
r"""
|
10284
|
-
:param _Filters: 筛选条件,支持 ActionType
|
10080
|
+
:param _Filters: 筛选条件,支持 ActionType,可选的值为40(白名单)42(黑名单),ValidStatus,可选的值为1(生效)0(过期)
|
10285
10081
|
:type Filters: list of FiltersItemNew
|
10286
10082
|
:param _OffSet: 偏移
|
10287
10083
|
:type OffSet: int
|
@@ -10356,7 +10152,6 @@ class DescribeBatchIpAccessControlResponse(AbstractModel):
|
|
10356
10152
|
def __init__(self):
|
10357
10153
|
r"""
|
10358
10154
|
:param _Data: 输出
|
10359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10360
10155
|
:type Data: :class:`tencentcloud.waf.v20180125.models.BatchIpAccessControlData`
|
10361
10156
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10362
10157
|
:type RequestId: str
|
@@ -10902,7 +10697,6 @@ class DescribeCertificateVerifyResultResponse(AbstractModel):
|
|
10902
10697
|
:param _Changed: 证书是否改变。
|
10903
10698
|
0:未变化
|
10904
10699
|
1:有变化
|
10905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10906
10700
|
:type Changed: int
|
10907
10701
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10908
10702
|
:type RequestId: str
|
@@ -10976,7 +10770,6 @@ class DescribeCiphersDetailResponse(AbstractModel):
|
|
10976
10770
|
def __init__(self):
|
10977
10771
|
r"""
|
10978
10772
|
:param _Ciphers: 加密套件信息
|
10979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10980
10773
|
:type Ciphers: list of TLSCiphers
|
10981
10774
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10982
10775
|
:type RequestId: str
|
@@ -11182,7 +10975,7 @@ class DescribeCustomRulesRspRuleListItem(AbstractModel):
|
|
11182
10975
|
|
11183
10976
|
def __init__(self):
|
11184
10977
|
r"""
|
11185
|
-
:param _ActionType:
|
10978
|
+
:param _ActionType: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
11186
10979
|
:type ActionType: str
|
11187
10980
|
:param _Bypass: 跳过的策略
|
11188
10981
|
:type Bypass: str
|
@@ -11203,34 +10996,24 @@ class DescribeCustomRulesRspRuleListItem(AbstractModel):
|
|
11203
10996
|
:param _Strategies: 策略详情
|
11204
10997
|
:type Strategies: list of Strategy
|
11205
10998
|
:param _EventId: 事件id
|
11206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11207
10999
|
:type EventId: str
|
11208
11000
|
:param _ModifyTime: 修改时间
|
11209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11210
11001
|
:type ModifyTime: str
|
11211
11002
|
:param _ValidStatus: 生效状态
|
11212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11213
11003
|
:type ValidStatus: int
|
11214
11004
|
:param _Source: 来源
|
11215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11216
11005
|
:type Source: str
|
11217
11006
|
:param _JobType: 定时任务类型
|
11218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11219
11007
|
:type JobType: str
|
11220
11008
|
:param _JobDateTime: 定时任务配置信息
|
11221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11222
11009
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
11223
11010
|
:param _CronType: 周期任务粒度
|
11224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11225
11011
|
:type CronType: str
|
11226
11012
|
:param _Label: 自定义标签,风控规则用,用来表示是内置规则还是用户自定义的
|
11227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11228
11013
|
:type Label: str
|
11229
11014
|
:param _PageId: 拦截页面id
|
11230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11231
11015
|
:type PageId: str
|
11232
11016
|
:param _Domain: 域名
|
11233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11234
11017
|
:type Domain: str
|
11235
11018
|
"""
|
11236
11019
|
self._ActionType = None
|
@@ -12276,7 +12059,6 @@ class DescribeDomainsResponse(AbstractModel):
|
|
12276
12059
|
:param _Total: 总数
|
12277
12060
|
:type Total: int
|
12278
12061
|
:param _Domains: domain列表
|
12279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12280
12062
|
:type Domains: list of DomainInfo
|
12281
12063
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12282
12064
|
:type RequestId: str
|
@@ -12786,7 +12568,6 @@ class DescribeHostLimitResponse(AbstractModel):
|
|
12786
12568
|
def __init__(self):
|
12787
12569
|
r"""
|
12788
12570
|
:param _Success: 成功返回的状态码
|
12789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12790
12571
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
12791
12572
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12792
12573
|
:type RequestId: str
|
@@ -13007,7 +12788,6 @@ class DescribeHostsResponse(AbstractModel):
|
|
13007
12788
|
:param _TotalCount: 防护域名列表的长度
|
13008
12789
|
:type TotalCount: int
|
13009
12790
|
:param _HostList: 防护域名的列表
|
13010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13011
12791
|
:type HostList: list of HostRecord
|
13012
12792
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13013
12793
|
:type RequestId: str
|
@@ -13421,10 +13201,8 @@ class DescribeIpAccessControlResponse(AbstractModel):
|
|
13421
13201
|
def __init__(self):
|
13422
13202
|
r"""
|
13423
13203
|
:param _Data: 输出
|
13424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13425
13204
|
:type Data: :class:`tencentcloud.waf.v20180125.models.IpAccessControlData`
|
13426
13205
|
:param _UsedTotal: 已经使用的IP黑白名单的IP总数
|
13427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13428
13206
|
:type UsedTotal: int
|
13429
13207
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13430
13208
|
:type RequestId: str
|
@@ -13671,7 +13449,6 @@ class DescribeIpHitItemsResponse(AbstractModel):
|
|
13671
13449
|
def __init__(self):
|
13672
13450
|
r"""
|
13673
13451
|
:param _Data: 结果
|
13674
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13675
13452
|
:type Data: :class:`tencentcloud.waf.v20180125.models.IpHitItemsData`
|
13676
13453
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13677
13454
|
:type RequestId: str
|
@@ -13852,13 +13629,7 @@ class DescribeObjectsRequest(AbstractModel):
|
|
13852
13629
|
|
13853
13630
|
def __init__(self):
|
13854
13631
|
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开启
|
13632
|
+
:param _Filters: 支持的过滤器: ObjectId: clb实例ID VIP: clb实例的公网IP InstanceId: waf实例ID Domain: 精准域名 Status: waf防护开关状态: 0关闭,1开启 ClsStatus: waf日志开关: 0关闭,1开启
|
13862
13633
|
:type Filters: list of FiltersItemNew
|
13863
13634
|
"""
|
13864
13635
|
self._Filters = None
|
@@ -15118,7 +14889,7 @@ class DescribeTlsVersionResponse(AbstractModel):
|
|
15118
14889
|
|
15119
14890
|
def __init__(self):
|
15120
14891
|
r"""
|
15121
|
-
:param _TLS: TLS
|
14892
|
+
:param _TLS: TLS信息
|
15122
14893
|
:type TLS: list of TLSVersion
|
15123
14894
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15124
14895
|
:type RequestId: str
|
@@ -15307,7 +15078,6 @@ class DescribeUserCdcClbWafRegionsResponse(AbstractModel):
|
|
15307
15078
|
def __init__(self):
|
15308
15079
|
r"""
|
15309
15080
|
:param _Data: CdcRegion的类型描述
|
15310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15311
15081
|
:type Data: list of CdcRegion
|
15312
15082
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15313
15083
|
:type RequestId: str
|
@@ -15383,10 +15153,8 @@ class DescribeUserClbWafRegionsResponse(AbstractModel):
|
|
15383
15153
|
def __init__(self):
|
15384
15154
|
r"""
|
15385
15155
|
:param _Data: 地域(标准的ap-格式)列表
|
15386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15387
15156
|
:type Data: list of str
|
15388
15157
|
:param _RichDatas: 包含详细属性的地域信息
|
15389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15390
15158
|
:type RichDatas: list of ClbWafRegionItem
|
15391
15159
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15392
15160
|
:type RequestId: str
|
@@ -15657,7 +15425,6 @@ class DescribeUserSignatureRuleResponse(AbstractModel):
|
|
15657
15425
|
:param _Total: 规则总数
|
15658
15426
|
:type Total: int
|
15659
15427
|
:param _Rules: 规则列表
|
15660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15661
15428
|
:type Rules: list of UserSignatureRule
|
15662
15429
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15663
15430
|
:type RequestId: str
|
@@ -16217,49 +15984,37 @@ cdc-clb-waf:CDC环境下负载均衡型WAF实例
|
|
16217
15984
|
1:开启
|
16218
15985
|
:type PostCKafkaStatus: int
|
16219
15986
|
:param _CdcClusters: cdc实例域名接入的集群信息,非cdc实例忽略。
|
16220
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16221
15987
|
:type CdcClusters: str
|
16222
15988
|
:param _ApiStatus: api安全开关状态。
|
16223
15989
|
0:关闭
|
16224
15990
|
1:开启
|
16225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16226
15991
|
:type ApiStatus: int
|
16227
15992
|
:param _AlbType: 应用型负载均衡类型,默认clb。
|
16228
15993
|
clb:七层负载均衡器类型
|
16229
15994
|
apisix:apisix网关型
|
16230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16231
15995
|
:type AlbType: str
|
16232
15996
|
:param _SgState: 安全组状态。
|
16233
15997
|
0:不展示
|
16234
15998
|
1:非腾讯云源站
|
16235
15999
|
2:安全组绑定失败
|
16236
16000
|
3:安全组发生变更
|
16237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16238
16001
|
:type SgState: int
|
16239
16002
|
:param _SgDetail: 安全组状态的详细解释
|
16240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16241
16003
|
:type SgDetail: str
|
16242
16004
|
:param _CloudType: 域名云环境。hybrid:混合云域名
|
16243
16005
|
public:公有云域名
|
16244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16245
16006
|
:type CloudType: str
|
16246
16007
|
:param _Note: 域名备注信息
|
16247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16248
16008
|
:type Note: str
|
16249
16009
|
:param _SrcList: SAASWAF源站IP列表
|
16250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16251
16010
|
:type SrcList: list of str
|
16252
16011
|
:param _UpstreamDomainList: SAASWAF源站域名列表
|
16253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16254
16012
|
:type UpstreamDomainList: list of str
|
16255
16013
|
:param _SgID: 安全组ID
|
16256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16257
16014
|
:type SgID: str
|
16258
16015
|
:param _AccessStatus: clbwaf接入状态
|
16259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16260
16016
|
:type AccessStatus: int
|
16261
16017
|
:param _Labels: 域名标签
|
16262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16263
16018
|
:type Labels: list of str
|
16264
16019
|
"""
|
16265
16020
|
self._Domain = None
|
@@ -16646,26 +16401,21 @@ public:公有云域名
|
|
16646
16401
|
|
16647
16402
|
|
16648
16403
|
class DomainPackageNew(AbstractModel):
|
16649
|
-
"""
|
16404
|
+
"""waf 域名扩展套餐
|
16650
16405
|
|
16651
16406
|
"""
|
16652
16407
|
|
16653
16408
|
def __init__(self):
|
16654
16409
|
r"""
|
16655
16410
|
:param _ResourceIds: 资源ID
|
16656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16657
16411
|
:type ResourceIds: str
|
16658
16412
|
:param _ValidTime: 过期时间
|
16659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16660
16413
|
:type ValidTime: str
|
16661
16414
|
:param _RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
16662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16663
16415
|
:type RenewFlag: int
|
16664
16416
|
:param _Count: 套餐购买个数
|
16665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16666
16417
|
:type Count: int
|
16667
16418
|
:param _Region: 套餐购买地域,clb-waf暂时没有用到
|
16668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16669
16419
|
:type Region: str
|
16670
16420
|
"""
|
16671
16421
|
self._ResourceIds = None
|
@@ -16739,10 +16489,8 @@ class DomainRuleId(AbstractModel):
|
|
16739
16489
|
def __init__(self):
|
16740
16490
|
r"""
|
16741
16491
|
:param _Domain: 域名
|
16742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16743
16492
|
:type Domain: str
|
16744
16493
|
:param _RuleId: 规则id
|
16745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16746
16494
|
:type RuleId: str
|
16747
16495
|
"""
|
16748
16496
|
self._Domain = None
|
@@ -16790,7 +16538,6 @@ class DomainURI(AbstractModel):
|
|
16790
16538
|
:param _Edition: 版本
|
16791
16539
|
:type Edition: str
|
16792
16540
|
:param _InstanceID: 实例ID
|
16793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16794
16541
|
:type InstanceID: str
|
16795
16542
|
"""
|
16796
16543
|
self._Domain = None
|
@@ -16933,83 +16680,60 @@ https:使用https协议回源
|
|
16933
16680
|
:param _ActiveCheck: 是否开启主动健康检测。
|
16934
16681
|
0:不开启
|
16935
16682
|
1:开启
|
16936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16937
16683
|
:type ActiveCheck: int
|
16938
16684
|
:param _TLSVersion: TLS版本信息
|
16939
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16940
16685
|
:type TLSVersion: int
|
16941
16686
|
:param _Ciphers: 自定义的加密套件列表。CipherTemplate为3时需要填此字段,表示自定义的加密套件,值通过DescribeCiphersDetail接口获取。
|
16942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16943
16687
|
:type Ciphers: list of int
|
16944
16688
|
:param _CipherTemplate: 加密套件模板。
|
16945
16689
|
0:不支持选择,使用默认模板
|
16946
16690
|
1:通用型模板
|
16947
16691
|
2:安全型模板
|
16948
16692
|
3:自定义模板
|
16949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16950
16693
|
:type CipherTemplate: int
|
16951
16694
|
:param _ProxyReadTimeout: WAF与源站的读超时时间,默认300s。
|
16952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16953
16695
|
:type ProxyReadTimeout: int
|
16954
16696
|
:param _ProxySendTimeout: WAF与源站的写超时时间,默认300s。
|
16955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16956
16697
|
:type ProxySendTimeout: int
|
16957
16698
|
:param _SniType: WAF回源时的SNI类型。
|
16958
16699
|
0:关闭SNI,不配置client_hello中的server_name
|
16959
16700
|
1:开启SNI,client_hello中的server_name为防护域名
|
16960
16701
|
2:开启SNI,SNI为域名回源时的源站域名
|
16961
16702
|
3:开启SNI,SNI为自定义域名
|
16962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16963
16703
|
:type SniType: int
|
16964
16704
|
:param _SniHost: SniType为3时,需要填此参数,表示自定义的SNI;
|
16965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16966
16705
|
:type SniHost: str
|
16967
16706
|
:param _Weights: 回源IP权重
|
16968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16969
16707
|
:type Weights: list of str
|
16970
16708
|
:param _IpHeaders: IsCdn=3时,表示自定义header
|
16971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16972
16709
|
:type IpHeaders: list of str
|
16973
16710
|
:param _XFFReset: 是否开启XFF重置。
|
16974
16711
|
0:关闭
|
16975
16712
|
1:开启
|
16976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16977
16713
|
:type XFFReset: int
|
16978
16714
|
:param _Note: 域名备注信息
|
16979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16980
16715
|
:type Note: str
|
16981
16716
|
:param _UpstreamHost: 自定义回源Host。默认为空字符串,表示使用防护域名作为回源Host。
|
16982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16983
16717
|
:type UpstreamHost: str
|
16984
16718
|
:param _Level: 防护规则
|
16985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16986
16719
|
:type Level: str
|
16987
16720
|
:param _ProxyBuffer: 是否开启缓存 0-关闭 1-开启
|
16988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16989
16721
|
:type ProxyBuffer: int
|
16990
16722
|
:param _GmType: 国密选项。0:不开启国密 1:在原有TLS选项的基础上追加支持国密 2:开启国密并仅支持国密客户端访问
|
16991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16992
16723
|
:type GmType: int
|
16993
16724
|
:param _GmCertType: 国密证书类型。0:无国密证书 1:证书来源为自有国密证书 2:证书来源为托管国密证书
|
16994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16995
16725
|
:type GmCertType: int
|
16996
16726
|
:param _GmCert: GmCertType为1时,需要填充此参数,表示自有国密证书的证书链
|
16997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16998
16727
|
:type GmCert: str
|
16999
16728
|
:param _GmPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的私钥
|
17000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17001
16729
|
:type GmPrivateKey: str
|
17002
16730
|
:param _GmEncCert: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书
|
17003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17004
16731
|
:type GmEncCert: str
|
17005
16732
|
:param _GmEncPrivateKey: GmCertType为1时,需要填充此参数,表示自有国密证书的加密证书的私钥
|
17006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17007
16733
|
:type GmEncPrivateKey: str
|
17008
16734
|
:param _GmSSLId: GmCertType为2时,需要填充此参数,表示腾讯云SSL平台托管的证书id
|
17009
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17010
16735
|
:type GmSSLId: str
|
17011
16736
|
:param _Labels: 域名标签
|
17012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17013
16737
|
:type Labels: list of str
|
17014
16738
|
"""
|
17015
16739
|
self._Domain = None
|
@@ -17691,24 +17415,18 @@ class ExportAccessInfo(AbstractModel):
|
|
17691
17415
|
def __init__(self):
|
17692
17416
|
r"""
|
17693
17417
|
:param _ExportId: 日志导出任务ID
|
17694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17695
17418
|
:type ExportId: str
|
17696
17419
|
:param _Query: 日志导出查询语句
|
17697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17698
17420
|
:type Query: str
|
17699
17421
|
:param _FileName: 日志导出文件名
|
17700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17701
17422
|
:type FileName: str
|
17702
17423
|
:param _FileSize: 日志文件大小
|
17703
17424
|
:type FileSize: int
|
17704
17425
|
:param _Order: 日志导出时间排序
|
17705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17706
17426
|
:type Order: str
|
17707
17427
|
:param _Format: 日志导出格式
|
17708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17709
17428
|
:type Format: str
|
17710
17429
|
:param _Count: 日志导出数量
|
17711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17712
17430
|
:type Count: int
|
17713
17431
|
:param _Status: 日志下载状态。Processing:导出正在进行中,Complete:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期)
|
17714
17432
|
:type Status: str
|
@@ -18037,28 +17755,20 @@ class FraudPkg(AbstractModel):
|
|
18037
17755
|
def __init__(self):
|
18038
17756
|
r"""
|
18039
17757
|
:param _ResourceIds: 资源id
|
18040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18041
17758
|
:type ResourceIds: str
|
18042
17759
|
:param _Status: 状态
|
18043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18044
17760
|
:type Status: int
|
18045
17761
|
:param _Region: 地域
|
18046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18047
17762
|
:type Region: int
|
18048
17763
|
:param _BeginTime: 开始时间
|
18049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18050
17764
|
:type BeginTime: str
|
18051
17765
|
:param _EndTime: 结束时间
|
18052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18053
17766
|
:type EndTime: str
|
18054
17767
|
:param _InquireNum: 申请数量
|
18055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18056
17768
|
:type InquireNum: int
|
18057
17769
|
:param _UsedNum: 使用数量
|
18058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18059
17770
|
:type UsedNum: int
|
18060
17771
|
:param _RenewFlag: 续费标志
|
18061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18062
17772
|
:type RenewFlag: int
|
18063
17773
|
"""
|
18064
17774
|
self._ResourceIds = None
|
@@ -18282,15 +17992,12 @@ class GenerateDealsAndPayNewResponse(AbstractModel):
|
|
18282
17992
|
def __init__(self):
|
18283
17993
|
r"""
|
18284
17994
|
:param _Data: 计费下单响应结构体
|
18285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18286
17995
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
18287
17996
|
:param _Status: 1:成功,0:失败
|
18288
17997
|
:type Status: int
|
18289
17998
|
:param _ReturnMessage: 返回message
|
18290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18291
17999
|
:type ReturnMessage: str
|
18292
18000
|
:param _InstanceId: 购买的实例ID
|
18293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18294
18001
|
:type InstanceId: str
|
18295
18002
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18296
18003
|
:type RequestId: str
|
@@ -18749,12 +18456,10 @@ class GoodNews(AbstractModel):
|
|
18749
18456
|
域名包-CLB: 101207(新购),101208(续费),101209(变配)
|
18750
18457
|
业务扩展包-CLB: 101210(新购),101211(续费),101212(变配)
|
18751
18458
|
|
18752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18753
18459
|
:type GoodsCategoryId: int
|
18754
18460
|
:param _RegionId: 购买waf实例区域ID
|
18755
18461
|
1 表示购买大陆资源;
|
18756
18462
|
9表示购买非中国大陆资源
|
18757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18758
18463
|
:type RegionId: int
|
18759
18464
|
"""
|
18760
18465
|
self._GoodsNum = None
|
@@ -18826,16 +18531,12 @@ class Goods(AbstractModel):
|
|
18826
18531
|
:param _GoodsDetail: 商品明细
|
18827
18532
|
:type GoodsDetail: :class:`tencentcloud.waf.v20180125.models.GoodsDetail`
|
18828
18533
|
:param _ProjectId: 默认为0
|
18829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18830
18534
|
:type ProjectId: int
|
18831
18535
|
:param _GoodsCategoryId: 计费类目ID,对应cid
|
18832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18833
18536
|
:type GoodsCategoryId: int
|
18834
18537
|
:param _Platform: 平台类型,默认1
|
18835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18836
18538
|
:type Platform: int
|
18837
18539
|
:param _RegionId: 购买waf实例区域ID
|
18838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18839
18540
|
:type RegionId: int
|
18840
18541
|
"""
|
18841
18542
|
self._PayMode = None
|
@@ -18941,37 +18642,26 @@ class GoodsDetail(AbstractModel):
|
|
18941
18642
|
:param _Pid: 计费策略id
|
18942
18643
|
:type Pid: int
|
18943
18644
|
:param _ProductInfo: waf产品码
|
18944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18945
18645
|
:type ProductInfo: list of ProductInfo
|
18946
18646
|
:param _InstanceName: waf实例名
|
18947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18948
18647
|
:type InstanceName: str
|
18949
18648
|
:param _ElasticQps: QPS数量
|
18950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18951
18649
|
:type ElasticQps: int
|
18952
18650
|
:param _FlexBill: 弹性账单
|
18953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18954
18651
|
:type FlexBill: int
|
18955
18652
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
18956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18957
18653
|
:type AutoRenewFlag: int
|
18958
18654
|
:param _RealRegion: waf购买的实际地域信息
|
18959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18960
18655
|
:type RealRegion: int
|
18961
18656
|
:param _Type: Waf实例对应的二级产品码
|
18962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18963
18657
|
:type Type: str
|
18964
18658
|
:param _LabelTypes: 计费细项标签数组
|
18965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18966
18659
|
:type LabelTypes: list of str
|
18967
18660
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
18968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18969
18661
|
:type LabelCounts: list of int
|
18970
18662
|
:param _CurDeadline: 变配使用,实例到期时间
|
18971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18972
18663
|
:type CurDeadline: str
|
18973
18664
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
18974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18975
18665
|
:type InstanceId: str
|
18976
18666
|
"""
|
18977
18667
|
self._TimeSpan = None
|
@@ -19160,10 +18850,8 @@ class GoodsDetailNew(AbstractModel):
|
|
19160
18850
|
def __init__(self):
|
19161
18851
|
r"""
|
19162
18852
|
:param _TimeSpan: 时间间隔
|
19163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19164
18853
|
:type TimeSpan: int
|
19165
18854
|
:param _TimeUnit: 单位,支持购买d、m、y 即(日、月、年)
|
19166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19167
18855
|
:type TimeUnit: str
|
19168
18856
|
:param _SubProductCode: 子产品标签,。新购,续费必传,变配时放在oldConfig newConfig里面
|
19169
18857
|
|
@@ -19179,7 +18867,6 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
19179
18867
|
业务扩展包-CLB:sp_wsm_waf_qpsep_clb
|
19180
18868
|
域名扩展包-CLB:sp_wsm_waf_domain_clb
|
19181
18869
|
|
19182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19183
18870
|
:type SubProductCode: str
|
19184
18871
|
:param _Pid: 业务产品申请的pid(对应一个定价公式),通过pid计费查询到定价模型
|
19185
18872
|
高级版 :1000827
|
@@ -19193,16 +18880,12 @@ Saas 域名扩展包:sp_wsm_waf_domain
|
|
19193
18880
|
域名包-CLB: 1001156
|
19194
18881
|
业务扩展包-CLB : 1001160
|
19195
18882
|
|
19196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19197
18883
|
:type Pid: int
|
19198
18884
|
:param _InstanceName: waf实例名
|
19199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19200
18885
|
:type InstanceName: str
|
19201
18886
|
:param _AutoRenewFlag: 1:自动续费,0:不自动续费
|
19202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19203
18887
|
:type AutoRenewFlag: int
|
19204
18888
|
:param _RealRegion: waf购买的实际地域信息
|
19205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19206
18889
|
:type RealRegion: int
|
19207
18890
|
:param _LabelTypes: 计费细项标签数组
|
19208
18891
|
Saas 高级版 sv_wsm_waf_package_premium
|
@@ -19223,22 +18906,16 @@ Saas 域名扩展包 sv_wsm_waf_domain
|
|
19223
18906
|
业务扩展包CLB sv_wsm_waf_qps_ep_clb
|
19224
18907
|
域名扩展包CLB sv_wsm_waf_domain_clb
|
19225
18908
|
|
19226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19227
18909
|
:type LabelTypes: list of str
|
19228
18910
|
:param _LabelCounts: 计费细项标签数量,一般和SvLabelType一一对应
|
19229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19230
18911
|
:type LabelCounts: list of int
|
19231
18912
|
:param _CurDeadline: 变配使用,实例到期时间
|
19232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19233
18913
|
:type CurDeadline: str
|
19234
18914
|
:param _InstanceId: 对存在的实例购买bot 或api 安全
|
19235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19236
18915
|
:type InstanceId: str
|
19237
18916
|
:param _ResourceId: 资源id
|
19238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19239
18917
|
:type ResourceId: str
|
19240
18918
|
:param _MicroVersion: 模式clb-waf或者saas-waf
|
19241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19242
18919
|
:type MicroVersion: str
|
19243
18920
|
"""
|
19244
18921
|
self._TimeSpan = None
|
@@ -19496,32 +19173,27 @@ class HostRecord(AbstractModel):
|
|
19496
19173
|
0:关闭
|
19497
19174
|
:type ClsStatus: int
|
19498
19175
|
:param _Level: 防护等级,可选值100,200,300
|
19499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19500
19176
|
:type Level: int
|
19501
19177
|
:param _CdcClusters: 域名需要下发到的cdc集群列表。仅CDC场景下填充
|
19502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19503
19178
|
:type CdcClusters: list of str
|
19504
19179
|
:param _AlbType: 应用型负载均衡类型,默认clb。
|
19505
19180
|
clb:七层负载均衡器类型
|
19506
19181
|
apisix:apisix网关型
|
19507
|
-
|
19182
|
+
tsegw:云原生API网关
|
19183
|
+
scf:云函数
|
19508
19184
|
:type AlbType: str
|
19509
19185
|
:param _IpHeaders: IsCdn=3时,需要填此参数,表示自定义header
|
19510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19511
19186
|
:type IpHeaders: list of str
|
19512
19187
|
:param _EngineType: 规则引擎类型。
|
19513
19188
|
1: menshen
|
19514
19189
|
2: tiga
|
19515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19516
19190
|
:type EngineType: int
|
19517
19191
|
:param _CloudType: 云类型。
|
19518
19192
|
public:公有云
|
19519
19193
|
private:私有云
|
19520
19194
|
hybrid:混合云
|
19521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19522
19195
|
:type CloudType: str
|
19523
19196
|
:param _Note: 域名备注信息
|
19524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19525
19197
|
:type Note: str
|
19526
19198
|
"""
|
19527
19199
|
self._Domain = None
|
@@ -19819,28 +19491,20 @@ class HybridPkg(AbstractModel):
|
|
19819
19491
|
def __init__(self):
|
19820
19492
|
r"""
|
19821
19493
|
:param _ResourceIds: 资源id
|
19822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19823
19494
|
:type ResourceIds: str
|
19824
19495
|
:param _Status: 状态
|
19825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19826
19496
|
:type Status: int
|
19827
19497
|
:param _Region: 地域
|
19828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19829
19498
|
:type Region: int
|
19830
19499
|
:param _BeginTime: 开始时间
|
19831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19832
19500
|
:type BeginTime: str
|
19833
19501
|
:param _EndTime: 结束时间
|
19834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19835
19502
|
:type EndTime: str
|
19836
19503
|
:param _InquireNum: 申请数量
|
19837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19838
19504
|
:type InquireNum: int
|
19839
19505
|
:param _UsedNum: 使用数量
|
19840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19841
19506
|
:type UsedNum: int
|
19842
19507
|
:param _RenewFlag: 续费标志
|
19843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19844
19508
|
:type RenewFlag: int
|
19845
19509
|
"""
|
19846
19510
|
self._ResourceIds = None
|
@@ -20092,69 +19756,48 @@ class InstanceInfo(AbstractModel):
|
|
20092
19756
|
:param _Edition: clb或saas
|
20093
19757
|
:type Edition: str
|
20094
19758
|
:param _FraudPkg: 业务安全包
|
20095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20096
19759
|
:type FraudPkg: :class:`tencentcloud.waf.v20180125.models.FraudPkg`
|
20097
19760
|
:param _BotPkg: Bot资源包
|
20098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20099
19761
|
:type BotPkg: :class:`tencentcloud.waf.v20180125.models.BotPkg`
|
20100
19762
|
:param _BotQPS: bot的qps详情
|
20101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20102
19763
|
:type BotQPS: :class:`tencentcloud.waf.v20180125.models.BotQPS`
|
20103
19764
|
:param _ElasticBilling: qps弹性计费上限
|
20104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20105
19765
|
:type ElasticBilling: int
|
20106
19766
|
:param _AttackLogPost: 攻击日志投递开关
|
20107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20108
19767
|
:type AttackLogPost: int
|
20109
19768
|
:param _MaxBandwidth: 带宽峰值,单位为B/s(字节每秒)
|
20110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20111
19769
|
:type MaxBandwidth: int
|
20112
19770
|
:param _APISecurity: api安全是否购买
|
20113
19771
|
:type APISecurity: int
|
20114
19772
|
:param _QpsStandard: 购买的qps规格
|
20115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20116
19773
|
:type QpsStandard: int
|
20117
19774
|
:param _BandwidthStandard: 购买的带宽规格
|
20118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20119
19775
|
:type BandwidthStandard: int
|
20120
19776
|
:param _Status: 实例状态
|
20121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20122
19777
|
:type Status: int
|
20123
19778
|
:param _SandboxQps: 实例沙箱qps值
|
20124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20125
19779
|
:type SandboxQps: int
|
20126
19780
|
:param _IsAPISecurityTrial: 是否api 安全试用
|
20127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20128
19781
|
:type IsAPISecurityTrial: int
|
20129
19782
|
:param _MajorEventsPkg: 重保包
|
20130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20131
19783
|
:type MajorEventsPkg: :class:`tencentcloud.waf.v20180125.models.MajorEventsPkg`
|
20132
19784
|
:param _HybridPkg: 混合云子节点包
|
20133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20134
19785
|
:type HybridPkg: :class:`tencentcloud.waf.v20180125.models.HybridPkg`
|
20135
19786
|
:param _ApiPkg: API安全资源包
|
20136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20137
19787
|
:type ApiPkg: :class:`tencentcloud.waf.v20180125.models.ApiPkg`
|
20138
19788
|
:param _MiniPkg: 小程序安全加速包
|
20139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20140
19789
|
:type MiniPkg: :class:`tencentcloud.waf.v20180125.models.MiniPkg`
|
20141
19790
|
:param _MiniQpsStandard: 小程序qps规格
|
20142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20143
19791
|
:type MiniQpsStandard: int
|
20144
19792
|
:param _MiniMaxQPS: 小程序qps峰值
|
20145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20146
19793
|
:type MiniMaxQPS: int
|
20147
19794
|
:param _LastQpsExceedTime: 最近一次超量时间
|
20148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20149
19795
|
:type LastQpsExceedTime: str
|
20150
19796
|
:param _MiniExtendPkg: 小程序安全接入ID数量扩张包
|
20151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20152
19797
|
:type MiniExtendPkg: :class:`tencentcloud.waf.v20180125.models.MiniExtendPkg`
|
20153
19798
|
:param _BillingItem: 计费项
|
20154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20155
19799
|
:type BillingItem: str
|
20156
19800
|
:param _FreeDelayFlag: 实例延期释放标识
|
20157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20158
19801
|
:type FreeDelayFlag: int
|
20159
19802
|
"""
|
20160
19803
|
self._InstanceId = None
|
@@ -20608,7 +20251,6 @@ class IpAccessControlData(AbstractModel):
|
|
20608
20251
|
def __init__(self):
|
20609
20252
|
r"""
|
20610
20253
|
:param _Res: ip黑白名单
|
20611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20612
20254
|
:type Res: list of IpAccessControlItem
|
20613
20255
|
:param _TotalCount: 计数
|
20614
20256
|
:type TotalCount: int
|
@@ -20659,7 +20301,6 @@ class IpAccessControlItem(AbstractModel):
|
|
20659
20301
|
def __init__(self):
|
20660
20302
|
r"""
|
20661
20303
|
:param _Id: mongo表自增Id
|
20662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20663
20304
|
:type Id: str
|
20664
20305
|
:param _ActionType: 动作
|
20665
20306
|
:type ActionType: int
|
@@ -20670,30 +20311,22 @@ class IpAccessControlItem(AbstractModel):
|
|
20670
20311
|
:param _Source: 来源
|
20671
20312
|
:type Source: str
|
20672
20313
|
:param _TsVersion: 更新时间戳
|
20673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20674
20314
|
:type TsVersion: int
|
20675
20315
|
:param _ValidTs: 有效截止时间戳
|
20676
20316
|
:type ValidTs: int
|
20677
20317
|
:param _ValidStatus: 生效状态
|
20678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20679
20318
|
:type ValidStatus: int
|
20680
20319
|
:param _RuleId: 55000001
|
20681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20682
20320
|
:type RuleId: int
|
20683
20321
|
:param _IpList: IP列表
|
20684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20685
20322
|
:type IpList: list of str
|
20686
20323
|
:param _CreateTime: 规则创建时间
|
20687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20688
20324
|
:type CreateTime: int
|
20689
20325
|
:param _JobType: 定时任务类型
|
20690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20691
20326
|
:type JobType: str
|
20692
20327
|
:param _CronType: 周期任务类型
|
20693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20694
20328
|
:type CronType: str
|
20695
20329
|
:param _JobDateTime: 定时任务配置详情
|
20696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20697
20330
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
20698
20331
|
"""
|
20699
20332
|
self._Id = None
|
@@ -21077,7 +20710,6 @@ class JobDateTime(AbstractModel):
|
|
21077
20710
|
注意:此字段可能返回 null,表示取不到有效值。
|
21078
20711
|
:type Cron: list of CronJob
|
21079
20712
|
:param _TimeTZone: 时区
|
21080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21081
20713
|
:type TimeTZone: str
|
21082
20714
|
"""
|
21083
20715
|
self._Timed = None
|
@@ -21204,13 +20836,10 @@ class LoadBalancer(AbstractModel):
|
|
21204
20836
|
:param _Zone: 负载均衡监听器所在的zone
|
21205
20837
|
:type Zone: str
|
21206
20838
|
:param _NumericalVpcId: 负载均衡的VPCID,公网为-1,内网按实际填写
|
21207
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21208
20839
|
:type NumericalVpcId: int
|
21209
|
-
:param _LoadBalancerType:
|
21210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20840
|
+
:param _LoadBalancerType: 负载均衡的网络类型。OPEN: 公网 INTERNAL :内网
|
21211
20841
|
:type LoadBalancerType: str
|
21212
20842
|
:param _LoadBalancerDomain: 负载均衡的域名
|
21213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21214
20843
|
:type LoadBalancerDomain: str
|
21215
20844
|
"""
|
21216
20845
|
self._LoadBalancerId = None
|
@@ -21354,19 +20983,14 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
21354
20983
|
def __init__(self):
|
21355
20984
|
r"""
|
21356
20985
|
:param _ListenerId: 监听id
|
21357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21358
20986
|
:type ListenerId: str
|
21359
20987
|
:param _ListenerName: 监听名
|
21360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21361
20988
|
:type ListenerName: str
|
21362
20989
|
:param _LoadBalancerId: 负载均衡id
|
21363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21364
20990
|
:type LoadBalancerId: str
|
21365
20991
|
:param _LoadBalancerName: 负载均衡名
|
21366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21367
20992
|
:type LoadBalancerName: str
|
21368
20993
|
:param _Protocol: 协议
|
21369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21370
20994
|
:type Protocol: str
|
21371
20995
|
:param _Region: 地区
|
21372
20996
|
"多伦多": "ca",
|
@@ -21397,25 +21021,18 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
21397
21021
|
"上海": "sh",
|
21398
21022
|
"新加坡": "sg",
|
21399
21023
|
"清远": "qy"
|
21400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21401
21024
|
:type Region: str
|
21402
21025
|
:param _Vip: 接入IP
|
21403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21404
21026
|
:type Vip: str
|
21405
21027
|
:param _Vport: 接入端口
|
21406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21407
21028
|
:type Vport: int
|
21408
21029
|
:param _Zone: 地域
|
21409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21410
21030
|
:type Zone: str
|
21411
21031
|
:param _NumericalVpcId: VPCID
|
21412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21413
21032
|
:type NumericalVpcId: int
|
21414
21033
|
:param _LoadBalancerType: CLB类型
|
21415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21416
21034
|
:type LoadBalancerType: str
|
21417
21035
|
:param _LoadBalancerDomain: 负载均衡器的域名
|
21418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21419
21036
|
:type LoadBalancerDomain: str
|
21420
21037
|
"""
|
21421
21038
|
self._ListenerId = None
|
@@ -21604,34 +21221,24 @@ class MajorEventsPkg(AbstractModel):
|
|
21604
21221
|
def __init__(self):
|
21605
21222
|
r"""
|
21606
21223
|
:param _ResourceIds: 资源id
|
21607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21608
21224
|
:type ResourceIds: str
|
21609
21225
|
:param _Status: 状态
|
21610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21611
21226
|
:type Status: int
|
21612
21227
|
:param _Region: 地域
|
21613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21614
21228
|
:type Region: int
|
21615
21229
|
:param _BeginTime: 开始时间
|
21616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21617
21230
|
:type BeginTime: str
|
21618
21231
|
:param _EndTime: 结束时间
|
21619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21620
21232
|
:type EndTime: str
|
21621
21233
|
:param _InquireNum: 申请数量
|
21622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21623
21234
|
:type InquireNum: int
|
21624
21235
|
:param _UsedNum: 使用数量
|
21625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21626
21236
|
:type UsedNum: int
|
21627
21237
|
:param _RenewFlag: 续费标志
|
21628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21629
21238
|
:type RenewFlag: int
|
21630
21239
|
:param _BillingItem: 计费项
|
21631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21632
21240
|
:type BillingItem: str
|
21633
21241
|
:param _HWState: 护网包状态
|
21634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21635
21242
|
:type HWState: int
|
21636
21243
|
"""
|
21637
21244
|
self._ResourceIds = None
|
@@ -21755,28 +21362,20 @@ class MiniExtendPkg(AbstractModel):
|
|
21755
21362
|
def __init__(self):
|
21756
21363
|
r"""
|
21757
21364
|
:param _ResourceIds: 资源id
|
21758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21759
21365
|
:type ResourceIds: str
|
21760
21366
|
:param _Status: 状态
|
21761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21762
21367
|
:type Status: int
|
21763
21368
|
:param _Region: 地域
|
21764
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21765
21369
|
:type Region: int
|
21766
21370
|
:param _BeginTime: 开始时间
|
21767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21768
21371
|
:type BeginTime: str
|
21769
21372
|
:param _EndTime: 结束时间
|
21770
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21771
21373
|
:type EndTime: str
|
21772
21374
|
:param _Count: 购买数量
|
21773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21774
21375
|
:type Count: int
|
21775
21376
|
:param _RenewFlag: 续费标志
|
21776
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21777
21377
|
:type RenewFlag: int
|
21778
21378
|
:param _BillingItem: 计费项
|
21779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21780
21379
|
:type BillingItem: str
|
21781
21380
|
"""
|
21782
21381
|
self._ResourceIds = None
|
@@ -21873,35 +21472,27 @@ class MiniExtendPkg(AbstractModel):
|
|
21873
21472
|
|
21874
21473
|
|
21875
21474
|
class MiniPkg(AbstractModel):
|
21876
|
-
"""
|
21475
|
+
"""小程序安全资源信息
|
21877
21476
|
|
21878
21477
|
"""
|
21879
21478
|
|
21880
21479
|
def __init__(self):
|
21881
21480
|
r"""
|
21882
21481
|
:param _ResourceIds: 资源id
|
21883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21884
21482
|
:type ResourceIds: str
|
21885
21483
|
:param _Status: 状态
|
21886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21887
21484
|
:type Status: int
|
21888
21485
|
:param _Region: 地域
|
21889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21890
21486
|
:type Region: int
|
21891
21487
|
:param _BeginTime: 开始时间
|
21892
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21893
21488
|
:type BeginTime: str
|
21894
21489
|
:param _EndTime: 结束时间
|
21895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21896
21490
|
:type EndTime: str
|
21897
21491
|
:param _Count: 购买数量
|
21898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21899
21492
|
:type Count: int
|
21900
21493
|
:param _RenewFlag: 续费标志
|
21901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21902
21494
|
:type RenewFlag: int
|
21903
21495
|
:param _BillingItem: 计费项
|
21904
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21905
21496
|
:type BillingItem: str
|
21906
21497
|
"""
|
21907
21498
|
self._ResourceIds = None
|
@@ -22460,13 +22051,10 @@ class ModifyApiAnalyzeStatusResponse(AbstractModel):
|
|
22460
22051
|
def __init__(self):
|
22461
22052
|
r"""
|
22462
22053
|
:param _Count: 已经开启的数量,如果返回值为3(大于支持的域名开启数量),则表示开启失败
|
22463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22464
22054
|
:type Count: int
|
22465
22055
|
:param _UnSupportedList: 不支持开启的域名列表
|
22466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22467
22056
|
:type UnSupportedList: list of str
|
22468
22057
|
:param _FailDomainList: 开启/关闭失败的域名列表
|
22469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22470
22058
|
:type FailDomainList: list of str
|
22471
22059
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22472
22060
|
:type RequestId: str
|
@@ -22662,7 +22250,7 @@ class ModifyAreaBanAreasRequest(AbstractModel):
|
|
22662
22250
|
:type Domain: str
|
22663
22251
|
:param _Areas: 需要调整的地域信息,一个字符串数组
|
22664
22252
|
:type Areas: list of str
|
22665
|
-
:param _JobType:
|
22253
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
22666
22254
|
:type JobType: str
|
22667
22255
|
:param _JobDateTime: 定时任务配置
|
22668
22256
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23182,7 +22770,7 @@ class ModifyCustomRuleRequest(AbstractModel):
|
|
23182
22770
|
:type RuleId: int
|
23183
22771
|
:param _RuleName: 编辑的规则名称
|
23184
22772
|
:type RuleName: str
|
23185
|
-
:param _RuleAction:
|
22773
|
+
:param _RuleAction: 动作类型,1代表阻断,2代表人机识别,3代表观察,4代表重定向,5代表JS校验
|
23186
22774
|
:type RuleAction: str
|
23187
22775
|
:param _Strategies: 匹配条件数组
|
23188
22776
|
:type Strategies: list of Strategy
|
@@ -23199,7 +22787,7 @@ class ModifyCustomRuleRequest(AbstractModel):
|
|
23199
22787
|
:param _ExpireTime: 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
|
23200
22788
|
默认是0
|
23201
22789
|
:type ExpireTime: int
|
23202
|
-
:param _JobType:
|
22790
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
23203
22791
|
:type JobType: str
|
23204
22792
|
:param _JobDateTime: 定时任务配置
|
23205
22793
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23565,7 +23153,7 @@ class ModifyCustomWhiteRuleRequest(AbstractModel):
|
|
23565
23153
|
:type ExpireTime: int
|
23566
23154
|
:param _Strategies: 匹配条件数组
|
23567
23155
|
:type Strategies: list of Strategy
|
23568
|
-
:param _JobType:
|
23156
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
23569
23157
|
:type JobType: str
|
23570
23158
|
:param _JobDateTime: 定时任务配置
|
23571
23159
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -23928,7 +23516,7 @@ class ModifyDomainPostActionRequest(AbstractModel):
|
|
23928
23516
|
|
23929
23517
|
def __init__(self):
|
23930
23518
|
r"""
|
23931
|
-
:param _Domain:
|
23519
|
+
:param _Domain: 域名
|
23932
23520
|
:type Domain: str
|
23933
23521
|
:param _PostCLSAction: 0-关闭投递,1-开启投递
|
23934
23522
|
:type PostCLSAction: int
|
@@ -24242,12 +23830,10 @@ class ModifyGenerateDealsResponse(AbstractModel):
|
|
24242
23830
|
def __init__(self):
|
24243
23831
|
r"""
|
24244
23832
|
:param _Data: 计费下单响应结构体
|
24245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24246
23833
|
:type Data: :class:`tencentcloud.waf.v20180125.models.DealData`
|
24247
23834
|
:param _Status: 1:成功,0:失败
|
24248
23835
|
:type Status: int
|
24249
23836
|
:param _ReturnMessage: 返回message
|
24250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24251
23837
|
:type ReturnMessage: str
|
24252
23838
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24253
23839
|
:type RequestId: str
|
@@ -24512,7 +24098,6 @@ class ModifyHostModeResponse(AbstractModel):
|
|
24512
24098
|
def __init__(self):
|
24513
24099
|
r"""
|
24514
24100
|
:param _Success: 操作的状态码,如果所有的资源操作成功则返回的是成功的状态码,如果有资源操作失败则需要解析Message的内容来查看哪个资源失败
|
24515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24516
24101
|
:type Success: :class:`tencentcloud.waf.v20180125.models.ResponseCode`
|
24517
24102
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24518
24103
|
:type RequestId: str
|
@@ -24786,7 +24371,7 @@ class ModifyInstanceNameRequest(AbstractModel):
|
|
24786
24371
|
:type InstanceName: str
|
24787
24372
|
:param _InstanceID: 实例id
|
24788
24373
|
:type InstanceID: str
|
24789
|
-
:param _Edition:
|
24374
|
+
:param _Edition: 实例版本,支持clb-waf、sparta-waf
|
24790
24375
|
:type Edition: str
|
24791
24376
|
"""
|
24792
24377
|
self._InstanceName = None
|
@@ -25023,10 +24608,10 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25023
24608
|
:type IpList: list of str
|
25024
24609
|
:param _ActionType: 42为黑名单,40为白名单
|
25025
24610
|
:type ActionType: int
|
25026
|
-
:param _ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
25027
|
-
:type ValidTS: int
|
25028
24611
|
:param _RuleId: 规则ID
|
25029
24612
|
:type RuleId: int
|
24613
|
+
:param _ValidTS: valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
24614
|
+
:type ValidTS: int
|
25030
24615
|
:param _InstanceId: 实例Id
|
25031
24616
|
:type InstanceId: str
|
25032
24617
|
:param _Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
@@ -25035,7 +24620,7 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25035
24620
|
:type SourceType: str
|
25036
24621
|
:param _Note: 备注
|
25037
24622
|
:type Note: str
|
25038
|
-
:param _JobType:
|
24623
|
+
:param _JobType: 规则执行的方式,TimedJob为定时执行,CronJob为周期执行
|
25039
24624
|
:type JobType: str
|
25040
24625
|
:param _JobDateTime: 定时配置详情
|
25041
24626
|
:type JobDateTime: :class:`tencentcloud.waf.v20180125.models.JobDateTime`
|
@@ -25043,8 +24628,8 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25043
24628
|
self._Domain = None
|
25044
24629
|
self._IpList = None
|
25045
24630
|
self._ActionType = None
|
25046
|
-
self._ValidTS = None
|
25047
24631
|
self._RuleId = None
|
24632
|
+
self._ValidTS = None
|
25048
24633
|
self._InstanceId = None
|
25049
24634
|
self._Edition = None
|
25050
24635
|
self._SourceType = None
|
@@ -25076,14 +24661,6 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25076
24661
|
def ActionType(self, ActionType):
|
25077
24662
|
self._ActionType = ActionType
|
25078
24663
|
|
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
24664
|
@property
|
25088
24665
|
def RuleId(self):
|
25089
24666
|
return self._RuleId
|
@@ -25092,6 +24669,18 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25092
24669
|
def RuleId(self, RuleId):
|
25093
24670
|
self._RuleId = RuleId
|
25094
24671
|
|
24672
|
+
@property
|
24673
|
+
def ValidTS(self):
|
24674
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
24675
|
+
|
24676
|
+
return self._ValidTS
|
24677
|
+
|
24678
|
+
@ValidTS.setter
|
24679
|
+
def ValidTS(self, ValidTS):
|
24680
|
+
warnings.warn("parameter `ValidTS` is deprecated", DeprecationWarning)
|
24681
|
+
|
24682
|
+
self._ValidTS = ValidTS
|
24683
|
+
|
25095
24684
|
@property
|
25096
24685
|
def InstanceId(self):
|
25097
24686
|
return self._InstanceId
|
@@ -25145,8 +24734,8 @@ class ModifyIpAccessControlRequest(AbstractModel):
|
|
25145
24734
|
self._Domain = params.get("Domain")
|
25146
24735
|
self._IpList = params.get("IpList")
|
25147
24736
|
self._ActionType = params.get("ActionType")
|
25148
|
-
self._ValidTS = params.get("ValidTS")
|
25149
24737
|
self._RuleId = params.get("RuleId")
|
24738
|
+
self._ValidTS = params.get("ValidTS")
|
25150
24739
|
self._InstanceId = params.get("InstanceId")
|
25151
24740
|
self._Edition = params.get("Edition")
|
25152
24741
|
self._SourceType = params.get("SourceType")
|
@@ -25549,11 +25138,14 @@ class ModifySpartaProtectionModeRequest(AbstractModel):
|
|
25549
25138
|
:type Edition: str
|
25550
25139
|
:param _Type: 0是修改规则引擎状态,1是修改AI的状态
|
25551
25140
|
:type Type: int
|
25141
|
+
:param _InstanceID: 实例id
|
25142
|
+
:type InstanceID: str
|
25552
25143
|
"""
|
25553
25144
|
self._Domain = None
|
25554
25145
|
self._Mode = None
|
25555
25146
|
self._Edition = None
|
25556
25147
|
self._Type = None
|
25148
|
+
self._InstanceID = None
|
25557
25149
|
|
25558
25150
|
@property
|
25559
25151
|
def Domain(self):
|
@@ -25587,12 +25179,21 @@ class ModifySpartaProtectionModeRequest(AbstractModel):
|
|
25587
25179
|
def Type(self, Type):
|
25588
25180
|
self._Type = Type
|
25589
25181
|
|
25182
|
+
@property
|
25183
|
+
def InstanceID(self):
|
25184
|
+
return self._InstanceID
|
25185
|
+
|
25186
|
+
@InstanceID.setter
|
25187
|
+
def InstanceID(self, InstanceID):
|
25188
|
+
self._InstanceID = InstanceID
|
25189
|
+
|
25590
25190
|
|
25591
25191
|
def _deserialize(self, params):
|
25592
25192
|
self._Domain = params.get("Domain")
|
25593
25193
|
self._Mode = params.get("Mode")
|
25594
25194
|
self._Edition = params.get("Edition")
|
25595
25195
|
self._Type = params.get("Type")
|
25196
|
+
self._InstanceID = params.get("InstanceID")
|
25596
25197
|
memeber_set = set(params.keys())
|
25597
25198
|
for name, value in vars(self).items():
|
25598
25199
|
property_name = name[1:]
|
@@ -26382,6 +25983,105 @@ class ModifyUserSignatureRuleResponse(AbstractModel):
|
|
26382
25983
|
self._RequestId = params.get("RequestId")
|
26383
25984
|
|
26384
25985
|
|
25986
|
+
class ModifyUserSignatureRuleV2Request(AbstractModel):
|
25987
|
+
"""ModifyUserSignatureRuleV2请求参数结构体
|
25988
|
+
|
25989
|
+
"""
|
25990
|
+
|
25991
|
+
def __init__(self):
|
25992
|
+
r"""
|
25993
|
+
:param _Domain: 域名
|
25994
|
+
:type Domain: str
|
25995
|
+
:param _MainClassID: 主类id
|
25996
|
+
:type MainClassID: str
|
25997
|
+
:param _Status: 主类开关0=关闭,1=开启,2=只告警
|
25998
|
+
:type Status: int
|
25999
|
+
:param _RuleID: 下发修改的规则列表
|
26000
|
+
:type RuleID: list of ReqUserRule
|
26001
|
+
"""
|
26002
|
+
self._Domain = None
|
26003
|
+
self._MainClassID = None
|
26004
|
+
self._Status = None
|
26005
|
+
self._RuleID = None
|
26006
|
+
|
26007
|
+
@property
|
26008
|
+
def Domain(self):
|
26009
|
+
return self._Domain
|
26010
|
+
|
26011
|
+
@Domain.setter
|
26012
|
+
def Domain(self, Domain):
|
26013
|
+
self._Domain = Domain
|
26014
|
+
|
26015
|
+
@property
|
26016
|
+
def MainClassID(self):
|
26017
|
+
return self._MainClassID
|
26018
|
+
|
26019
|
+
@MainClassID.setter
|
26020
|
+
def MainClassID(self, MainClassID):
|
26021
|
+
self._MainClassID = MainClassID
|
26022
|
+
|
26023
|
+
@property
|
26024
|
+
def Status(self):
|
26025
|
+
return self._Status
|
26026
|
+
|
26027
|
+
@Status.setter
|
26028
|
+
def Status(self, Status):
|
26029
|
+
self._Status = Status
|
26030
|
+
|
26031
|
+
@property
|
26032
|
+
def RuleID(self):
|
26033
|
+
return self._RuleID
|
26034
|
+
|
26035
|
+
@RuleID.setter
|
26036
|
+
def RuleID(self, RuleID):
|
26037
|
+
self._RuleID = RuleID
|
26038
|
+
|
26039
|
+
|
26040
|
+
def _deserialize(self, params):
|
26041
|
+
self._Domain = params.get("Domain")
|
26042
|
+
self._MainClassID = params.get("MainClassID")
|
26043
|
+
self._Status = params.get("Status")
|
26044
|
+
if params.get("RuleID") is not None:
|
26045
|
+
self._RuleID = []
|
26046
|
+
for item in params.get("RuleID"):
|
26047
|
+
obj = ReqUserRule()
|
26048
|
+
obj._deserialize(item)
|
26049
|
+
self._RuleID.append(obj)
|
26050
|
+
memeber_set = set(params.keys())
|
26051
|
+
for name, value in vars(self).items():
|
26052
|
+
property_name = name[1:]
|
26053
|
+
if property_name in memeber_set:
|
26054
|
+
memeber_set.remove(property_name)
|
26055
|
+
if len(memeber_set) > 0:
|
26056
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
26057
|
+
|
26058
|
+
|
26059
|
+
|
26060
|
+
class ModifyUserSignatureRuleV2Response(AbstractModel):
|
26061
|
+
"""ModifyUserSignatureRuleV2返回参数结构体
|
26062
|
+
|
26063
|
+
"""
|
26064
|
+
|
26065
|
+
def __init__(self):
|
26066
|
+
r"""
|
26067
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26068
|
+
:type RequestId: str
|
26069
|
+
"""
|
26070
|
+
self._RequestId = None
|
26071
|
+
|
26072
|
+
@property
|
26073
|
+
def RequestId(self):
|
26074
|
+
return self._RequestId
|
26075
|
+
|
26076
|
+
@RequestId.setter
|
26077
|
+
def RequestId(self, RequestId):
|
26078
|
+
self._RequestId = RequestId
|
26079
|
+
|
26080
|
+
|
26081
|
+
def _deserialize(self, params):
|
26082
|
+
self._RequestId = params.get("RequestId")
|
26083
|
+
|
26084
|
+
|
26385
26085
|
class ModifyWafAutoDenyRulesRequest(AbstractModel):
|
26386
26086
|
"""ModifyWafAutoDenyRules请求参数结构体
|
26387
26087
|
|
@@ -26717,49 +26417,34 @@ class PeakPointsItem(AbstractModel):
|
|
26717
26417
|
:param _BotAccess: Bot qps
|
26718
26418
|
:type BotAccess: int
|
26719
26419
|
:param _StatusServerError: WAF返回给客户端状态码5xx次数
|
26720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26721
26420
|
:type StatusServerError: int
|
26722
26421
|
:param _StatusClientError: WAF返回给客户端状态码4xx次数
|
26723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26724
26422
|
:type StatusClientError: int
|
26725
26423
|
:param _StatusRedirect: WAF返回给客户端状态码302次数
|
26726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26727
26424
|
:type StatusRedirect: int
|
26728
26425
|
:param _StatusOk: WAF返回给客户端状态码202次数
|
26729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26730
26426
|
:type StatusOk: int
|
26731
26427
|
:param _UpstreamServerError: 源站返回给WAF状态码5xx次数
|
26732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26733
26428
|
:type UpstreamServerError: int
|
26734
26429
|
:param _UpstreamClientError: 源站返回给WAF状态码4xx次数
|
26735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26736
26430
|
:type UpstreamClientError: int
|
26737
26431
|
:param _UpstreamRedirect: 源站返回给WAF状态码302次数
|
26738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26739
26432
|
:type UpstreamRedirect: int
|
26740
26433
|
:param _BlackIP: 黑名单次数
|
26741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26742
26434
|
:type BlackIP: int
|
26743
26435
|
:param _Tamper: 防篡改次数
|
26744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26745
26436
|
:type Tamper: int
|
26746
26437
|
:param _Leak: 信息防泄露次数
|
26747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26748
26438
|
:type Leak: int
|
26749
26439
|
:param _ACL: 访问控制
|
26750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26751
26440
|
:type ACL: int
|
26752
26441
|
:param _WxAccess: 小程序 qps
|
26753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26754
26442
|
:type WxAccess: int
|
26755
26443
|
:param _WxCount: 小程序请求数
|
26756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26757
26444
|
:type WxCount: int
|
26758
26445
|
:param _WxUp: 小程序上行带宽峰值,单位B
|
26759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26760
26446
|
:type WxUp: int
|
26761
26447
|
:param _WxDown: 小程序下行带宽峰值,单位B
|
26762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26763
26448
|
:type WxDown: int
|
26764
26449
|
"""
|
26765
26450
|
self._Time = None
|
@@ -27136,7 +26821,7 @@ class PortItem(AbstractModel):
|
|
27136
26821
|
:type UpstreamPort: str
|
27137
26822
|
:param _UpstreamProtocol: 与Port一一对应, 表示回源协议
|
27138
26823
|
:type UpstreamProtocol: str
|
27139
|
-
:param _NginxServerId: Nginx的服务器ID
|
26824
|
+
:param _NginxServerId: Nginx的服务器ID,新增域名时填"0"
|
27140
26825
|
:type NginxServerId: str
|
27141
26826
|
"""
|
27142
26827
|
self._Port = None
|
@@ -27352,10 +27037,8 @@ class ProductInfo(AbstractModel):
|
|
27352
27037
|
def __init__(self):
|
27353
27038
|
r"""
|
27354
27039
|
:param _Name: 产品名称
|
27355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27356
27040
|
:type Name: str
|
27357
27041
|
:param _Value: 版本
|
27358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27359
27042
|
:type Value: str
|
27360
27043
|
"""
|
27361
27044
|
self._Name = None
|
@@ -27399,22 +27082,16 @@ class QPSPackageNew(AbstractModel):
|
|
27399
27082
|
def __init__(self):
|
27400
27083
|
r"""
|
27401
27084
|
:param _ResourceIds: 资源ID
|
27402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27403
27085
|
:type ResourceIds: str
|
27404
27086
|
:param _ValidTime: 过期时间
|
27405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27406
27087
|
:type ValidTime: str
|
27407
27088
|
:param _RenewFlag: 是否自动续费,1:自动续费,0:不自动续费
|
27408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27409
27089
|
:type RenewFlag: int
|
27410
27090
|
:param _Count: 套餐购买个数
|
27411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27412
27091
|
:type Count: int
|
27413
27092
|
:param _Region: 套餐购买地域,clb-waf暂时没有用到
|
27414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27415
27093
|
:type Region: str
|
27416
27094
|
:param _BillingItem: 计费项
|
27417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27418
27095
|
:type BillingItem: str
|
27419
27096
|
"""
|
27420
27097
|
self._ResourceIds = None
|
@@ -27498,19 +27175,14 @@ class QpsData(AbstractModel):
|
|
27498
27175
|
def __init__(self):
|
27499
27176
|
r"""
|
27500
27177
|
:param _ElasticBillingDefault: 弹性qps默认值
|
27501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27502
27178
|
:type ElasticBillingDefault: int
|
27503
27179
|
:param _ElasticBillingMin: 弹性qps最小值
|
27504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27505
27180
|
:type ElasticBillingMin: int
|
27506
27181
|
:param _ElasticBillingMax: 弹性qps最大值
|
27507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27508
27182
|
:type ElasticBillingMax: int
|
27509
27183
|
:param _QPSExtendMax: 业务扩展包最大qps
|
27510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27511
27184
|
:type QPSExtendMax: int
|
27512
|
-
:param _QPSExtendIntlMax:
|
27513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27185
|
+
:param _QPSExtendIntlMax: 境外业务扩展包最大qps
|
27514
27186
|
:type QPSExtendIntlMax: int
|
27515
27187
|
"""
|
27516
27188
|
self._ElasticBillingDefault = None
|
@@ -27885,7 +27557,6 @@ class RuleList(AbstractModel):
|
|
27885
27557
|
:param _Status: 开关状态
|
27886
27558
|
:type Status: int
|
27887
27559
|
:param _CreateTime: 创建时间
|
27888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27889
27560
|
:type CreateTime: str
|
27890
27561
|
"""
|
27891
27562
|
self._Id = None
|
@@ -28107,7 +27778,6 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28107
27778
|
:type ColNames: list of str
|
28108
27779
|
:param _Results: 日志查询结果;当Analysis为True时,可能返回为null
|
28109
27780
|
注意:此字段可能返回 null,表示取不到有效值
|
28110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28111
27781
|
:type Results: list of AccessLogInfo
|
28112
27782
|
:param _AnalysisResults: 日志分析结果;当Analysis为False时,可能返回为null
|
28113
27783
|
注意:此字段可能返回 null,表示取不到有效值
|
@@ -28150,10 +27820,14 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28150
27820
|
|
28151
27821
|
@property
|
28152
27822
|
def ColNames(self):
|
27823
|
+
warnings.warn("parameter `ColNames` is deprecated", DeprecationWarning)
|
27824
|
+
|
28153
27825
|
return self._ColNames
|
28154
27826
|
|
28155
27827
|
@ColNames.setter
|
28156
27828
|
def ColNames(self, ColNames):
|
27829
|
+
warnings.warn("parameter `ColNames` is deprecated", DeprecationWarning)
|
27830
|
+
|
28157
27831
|
self._ColNames = ColNames
|
28158
27832
|
|
28159
27833
|
@property
|
@@ -28166,10 +27840,14 @@ class SearchAccessLogResponse(AbstractModel):
|
|
28166
27840
|
|
28167
27841
|
@property
|
28168
27842
|
def AnalysisResults(self):
|
27843
|
+
warnings.warn("parameter `AnalysisResults` is deprecated", DeprecationWarning)
|
27844
|
+
|
28169
27845
|
return self._AnalysisResults
|
28170
27846
|
|
28171
27847
|
@AnalysisResults.setter
|
28172
27848
|
def AnalysisResults(self, AnalysisResults):
|
27849
|
+
warnings.warn("parameter `AnalysisResults` is deprecated", DeprecationWarning)
|
27850
|
+
|
28173
27851
|
self._AnalysisResults = AnalysisResults
|
28174
27852
|
|
28175
27853
|
@property
|
@@ -28525,16 +28203,12 @@ class SessionItem(AbstractModel):
|
|
28525
28203
|
:param _TsVersion: 更新时间戳
|
28526
28204
|
:type TsVersion: str
|
28527
28205
|
:param _SessionId: SessionID
|
28528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28529
28206
|
:type SessionId: int
|
28530
28207
|
:param _SessionName: Session名
|
28531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28532
28208
|
:type SessionName: str
|
28533
28209
|
:param _SessionInUsed: Session是否正在被启用
|
28534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28535
28210
|
:type SessionInUsed: bool
|
28536
28211
|
:param _RelatedRuleID: Session关联的CC规则ID
|
28537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28538
28212
|
:type RelatedRuleID: list of int
|
28539
28213
|
"""
|
28540
28214
|
self._Category = None
|
@@ -28667,7 +28341,7 @@ class SpartaProtectionPort(AbstractModel):
|
|
28667
28341
|
|
28668
28342
|
def __init__(self):
|
28669
28343
|
r"""
|
28670
|
-
:param _NginxServerId:
|
28344
|
+
:param _NginxServerId: 分配的服务器id
|
28671
28345
|
:type NginxServerId: int
|
28672
28346
|
:param _Port: 端口
|
28673
28347
|
:type Port: str
|
@@ -28752,7 +28426,6 @@ class Strategy(AbstractModel):
|
|
28752
28426
|
|
28753
28427
|
匹配字段不同,相应的匹配参数、逻辑符号、匹配内容有所不同具体如下所示:
|
28754
28428
|
<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>
|
28755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28756
28429
|
:type Field: str
|
28757
28430
|
:param _CompareFunc: 逻辑符号
|
28758
28431
|
|
@@ -28772,13 +28445,11 @@ class Strategy(AbstractModel):
|
|
28772
28445
|
ipnmatch ( 不属于)
|
28773
28446
|
各匹配字段对应的逻辑符号不同,详见上述匹配字段表格
|
28774
28447
|
|
28775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28776
28448
|
:type CompareFunc: str
|
28777
28449
|
:param _Content: 匹配内容
|
28778
28450
|
|
28779
28451
|
目前 当匹配字段为COOKIE(Cookie)时,不需要输入 匹配内容其他都需要
|
28780
28452
|
|
28781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28782
28453
|
:type Content: str
|
28783
28454
|
:param _Arg: 匹配参数
|
28784
28455
|
|
@@ -28789,11 +28460,9 @@ class Strategy(AbstractModel):
|
|
28789
28460
|
ARGS_COOKIE(Cookie参数值)
|
28790
28461
|
ARGS_HEADER(Header参数值)
|
28791
28462
|
|
28792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28793
28463
|
:type Arg: str
|
28794
28464
|
:param _CaseNotSensitive: 0:大小写敏感
|
28795
28465
|
1:大小写不敏感
|
28796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28797
28466
|
:type CaseNotSensitive: int
|
28798
28467
|
"""
|
28799
28468
|
self._Field = None
|
@@ -29107,13 +28776,10 @@ class TLSCiphers(AbstractModel):
|
|
29107
28776
|
def __init__(self):
|
29108
28777
|
r"""
|
29109
28778
|
:param _VersionId: TLS版本ID
|
29110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29111
28779
|
:type VersionId: int
|
29112
28780
|
:param _CipherId: 加密套件ID
|
29113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29114
28781
|
:type CipherId: int
|
29115
28782
|
:param _CipherName: 加密套件
|
29116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29117
28783
|
:type CipherName: str
|
29118
28784
|
"""
|
29119
28785
|
self._VersionId = None
|
@@ -29167,10 +28833,8 @@ class TLSVersion(AbstractModel):
|
|
29167
28833
|
def __init__(self):
|
29168
28834
|
r"""
|
29169
28835
|
:param _VersionId: TLSVERSION的ID
|
29170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29171
28836
|
:type VersionId: int
|
29172
28837
|
:param _VersionName: TLSVERSION的NAME
|
29173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29174
28838
|
:type VersionName: str
|
29175
28839
|
"""
|
29176
28840
|
self._VersionId = None
|
@@ -29259,10 +28923,8 @@ class TigaMainClassMode(AbstractModel):
|
|
29259
28923
|
def __init__(self):
|
29260
28924
|
r"""
|
29261
28925
|
:param _TypeID: MainclassID
|
29262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29263
28926
|
:type TypeID: str
|
29264
28927
|
:param _Mode: 防护模式,0表示观察,1表示拦截
|
29265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29266
28928
|
:type Mode: int
|
29267
28929
|
"""
|
29268
28930
|
self._TypeID = None
|
@@ -29306,10 +28968,8 @@ class TimedJob(AbstractModel):
|
|
29306
28968
|
def __init__(self):
|
29307
28969
|
r"""
|
29308
28970
|
:param _StartDateTime: 开始时间戳,单位为秒
|
29309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29310
28971
|
:type StartDateTime: int
|
29311
28972
|
:param _EndDateTime: 结束时间戳,单位为秒
|
29312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29313
28973
|
:type EndDateTime: int
|
29314
28974
|
"""
|
29315
28975
|
self._StartDateTime = None
|
@@ -29410,7 +29070,6 @@ class UpsertCCAutoStatusResponse(AbstractModel):
|
|
29410
29070
|
def __init__(self):
|
29411
29071
|
r"""
|
29412
29072
|
:param _Data: 正常情况为null
|
29413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29414
29073
|
:type Data: str
|
29415
29074
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29416
29075
|
:type RequestId: str
|
@@ -29463,7 +29122,7 @@ class UpsertCCRuleRequest(AbstractModel):
|
|
29463
29122
|
:type Url: str
|
29464
29123
|
:param _MatchFunc: 匹配方法,0表示等于,1表示前缀匹配,2表示包含
|
29465
29124
|
:type MatchFunc: int
|
29466
|
-
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23
|
29125
|
+
:param _ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截,26表示精准人机识别,27表示JS校验
|
29467
29126
|
:type ActionType: str
|
29468
29127
|
:param _Priority: 优先级
|
29469
29128
|
:type Priority: int
|
@@ -29829,13 +29488,10 @@ class UpsertIpAccessControlResponse(AbstractModel):
|
|
29829
29488
|
def __init__(self):
|
29830
29489
|
r"""
|
29831
29490
|
:param _FailedItems: 添加或修改失败的条目
|
29832
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29833
29491
|
:type FailedItems: str
|
29834
29492
|
:param _FailedCount: 添加或修改失败的数目
|
29835
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29836
29493
|
:type FailedCount: int
|
29837
29494
|
:param _Ids: 添加或修改的IP数据Id列表
|
29838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29839
29495
|
:type Ids: list of str
|
29840
29496
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29841
29497
|
:type RequestId: str
|
@@ -30037,7 +29693,6 @@ class UpsertSessionResponse(AbstractModel):
|
|
30037
29693
|
注意:此字段可能返回 null,表示取不到有效值。
|
30038
29694
|
:type Data: str
|
30039
29695
|
:param _SessionID: SessionID
|
30040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30041
29696
|
:type SessionID: int
|
30042
29697
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30043
29698
|
:type RequestId: str
|
@@ -30097,25 +29752,18 @@ class UserDomainInfo(AbstractModel):
|
|
30097
29752
|
:param _Edition: waf类型
|
30098
29753
|
:type Edition: str
|
30099
29754
|
:param _Level: 版本
|
30100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30101
29755
|
:type Level: str
|
30102
29756
|
:param _WriteConfig: 指定域名访问日志字段的开关
|
30103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30104
29757
|
:type WriteConfig: str
|
30105
29758
|
:param _Cls: 指定域名是否写cls的开关 1:写 0:不写
|
30106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30107
29759
|
:type Cls: int
|
30108
29760
|
:param _CloudType: 标记是否是混合云接入。hybrid表示混合云接入域名
|
30109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30110
29761
|
:type CloudType: str
|
30111
29762
|
:param _AlbType: 标记clbwaf类型
|
30112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30113
29763
|
:type AlbType: str
|
30114
29764
|
:param _BotStatus: BOT开关状态
|
30115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30116
29765
|
:type BotStatus: int
|
30117
29766
|
:param _ApiStatus: API开关状态
|
30118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30119
29767
|
:type ApiStatus: int
|
30120
29768
|
"""
|
30121
29769
|
self._Appid = None
|
@@ -30291,7 +29939,6 @@ class UserSignatureRule(AbstractModel):
|
|
30291
29939
|
:param _Reason: 0/1
|
30292
29940
|
:type Reason: int
|
30293
29941
|
:param _RiskLevel: 1: 高危 2:中危 3:低危
|
30294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30295
29942
|
:type RiskLevel: int
|
30296
29943
|
"""
|
30297
29944
|
self._ID = None
|
@@ -30443,7 +30090,6 @@ class UserWhiteRule(AbstractModel):
|
|
30443
30090
|
:param _MatchField: 匹配域
|
30444
30091
|
:type MatchField: str
|
30445
30092
|
:param _MatchParams: 匹配参数
|
30446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30447
30093
|
:type MatchParams: str
|
30448
30094
|
:param _MatchMethod: 匹配方法
|
30449
30095
|
:type MatchMethod: str
|
@@ -30454,25 +30100,18 @@ class UserWhiteRule(AbstractModel):
|
|
30454
30100
|
:param _ModifyTime: 修改时间
|
30455
30101
|
:type ModifyTime: str
|
30456
30102
|
:param _SignatureIds: 规则ID列表
|
30457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30458
30103
|
:type SignatureIds: list of str
|
30459
30104
|
:param _TypeIds: 大类规则ID列表
|
30460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30461
30105
|
:type TypeIds: list of str
|
30462
30106
|
:param _TypeId: 大类规则ID
|
30463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30464
30107
|
:type TypeId: str
|
30465
30108
|
:param _Mode: 0:按照特定规则ID加白, 1:按照规则类型加白
|
30466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30467
30109
|
:type Mode: int
|
30468
30110
|
:param _Name: 规则名
|
30469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30470
30111
|
:type Name: str
|
30471
30112
|
:param _MatchInfo: 匹配规则列表
|
30472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30473
30113
|
:type MatchInfo: list of UserWhiteRuleItem
|
30474
30114
|
:param _MatchInfoStr: MatchInfo字符串
|
30475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30476
30115
|
:type MatchInfoStr: str
|
30477
30116
|
"""
|
30478
30117
|
self._WhiteRuleId = None
|
@@ -30667,7 +30306,6 @@ class UserWhiteRuleItem(AbstractModel):
|
|
30667
30306
|
:param _MatchContent: 匹配内容
|
30668
30307
|
:type MatchContent: str
|
30669
30308
|
:param _MatchParams: 匹配参数名
|
30670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30671
30309
|
:type MatchParams: str
|
30672
30310
|
"""
|
30673
30311
|
self._MatchField = None
|
@@ -30730,15 +30368,31 @@ class VipInfo(AbstractModel):
|
|
30730
30368
|
|
30731
30369
|
def __init__(self):
|
30732
30370
|
r"""
|
30733
|
-
:param _Vip:
|
30734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30371
|
+
:param _Vip: VIP地址
|
30735
30372
|
:type Vip: str
|
30736
30373
|
:param _InstanceId: waf实例id
|
30737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30738
30374
|
:type InstanceId: str
|
30375
|
+
:param _InstanceCreateTime: 创建时间
|
30376
|
+
:type InstanceCreateTime: str
|
30377
|
+
:param _Region: 地域
|
30378
|
+
:type Region: str
|
30379
|
+
:param _RegionId: 地域ID
|
30380
|
+
:type RegionId: int
|
30381
|
+
:param _ISP: ip运营商类型
|
30382
|
+
:type ISP: str
|
30383
|
+
:param _VipType: ip类型
|
30384
|
+
:type VipType: str
|
30385
|
+
:param _AddressName: 域名信息
|
30386
|
+
:type AddressName: str
|
30739
30387
|
"""
|
30740
30388
|
self._Vip = None
|
30741
30389
|
self._InstanceId = None
|
30390
|
+
self._InstanceCreateTime = None
|
30391
|
+
self._Region = None
|
30392
|
+
self._RegionId = None
|
30393
|
+
self._ISP = None
|
30394
|
+
self._VipType = None
|
30395
|
+
self._AddressName = None
|
30742
30396
|
|
30743
30397
|
@property
|
30744
30398
|
def Vip(self):
|
@@ -30756,10 +30410,64 @@ class VipInfo(AbstractModel):
|
|
30756
30410
|
def InstanceId(self, InstanceId):
|
30757
30411
|
self._InstanceId = InstanceId
|
30758
30412
|
|
30413
|
+
@property
|
30414
|
+
def InstanceCreateTime(self):
|
30415
|
+
return self._InstanceCreateTime
|
30416
|
+
|
30417
|
+
@InstanceCreateTime.setter
|
30418
|
+
def InstanceCreateTime(self, InstanceCreateTime):
|
30419
|
+
self._InstanceCreateTime = InstanceCreateTime
|
30420
|
+
|
30421
|
+
@property
|
30422
|
+
def Region(self):
|
30423
|
+
return self._Region
|
30424
|
+
|
30425
|
+
@Region.setter
|
30426
|
+
def Region(self, Region):
|
30427
|
+
self._Region = Region
|
30428
|
+
|
30429
|
+
@property
|
30430
|
+
def RegionId(self):
|
30431
|
+
return self._RegionId
|
30432
|
+
|
30433
|
+
@RegionId.setter
|
30434
|
+
def RegionId(self, RegionId):
|
30435
|
+
self._RegionId = RegionId
|
30436
|
+
|
30437
|
+
@property
|
30438
|
+
def ISP(self):
|
30439
|
+
return self._ISP
|
30440
|
+
|
30441
|
+
@ISP.setter
|
30442
|
+
def ISP(self, ISP):
|
30443
|
+
self._ISP = ISP
|
30444
|
+
|
30445
|
+
@property
|
30446
|
+
def VipType(self):
|
30447
|
+
return self._VipType
|
30448
|
+
|
30449
|
+
@VipType.setter
|
30450
|
+
def VipType(self, VipType):
|
30451
|
+
self._VipType = VipType
|
30452
|
+
|
30453
|
+
@property
|
30454
|
+
def AddressName(self):
|
30455
|
+
return self._AddressName
|
30456
|
+
|
30457
|
+
@AddressName.setter
|
30458
|
+
def AddressName(self, AddressName):
|
30459
|
+
self._AddressName = AddressName
|
30460
|
+
|
30759
30461
|
|
30760
30462
|
def _deserialize(self, params):
|
30761
30463
|
self._Vip = params.get("Vip")
|
30762
30464
|
self._InstanceId = params.get("InstanceId")
|
30465
|
+
self._InstanceCreateTime = params.get("InstanceCreateTime")
|
30466
|
+
self._Region = params.get("Region")
|
30467
|
+
self._RegionId = params.get("RegionId")
|
30468
|
+
self._ISP = params.get("ISP")
|
30469
|
+
self._VipType = params.get("VipType")
|
30470
|
+
self._AddressName = params.get("AddressName")
|
30763
30471
|
memeber_set = set(params.keys())
|
30764
30472
|
for name, value in vars(self).items():
|
30765
30473
|
property_name = name[1:]
|