tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -5912,6 +5912,363 @@ class BotIdConfig(AbstractModel):
|
|
|
5912
5912
|
|
|
5913
5913
|
|
|
5914
5914
|
|
|
5915
|
+
class BotIdDetail(AbstractModel):
|
|
5916
|
+
r"""BOT-ID规则配置详情
|
|
5917
|
+
|
|
5918
|
+
"""
|
|
5919
|
+
|
|
5920
|
+
def __init__(self):
|
|
5921
|
+
r"""
|
|
5922
|
+
:param _RuleId: 规则ID
|
|
5923
|
+
:type RuleId: str
|
|
5924
|
+
:param _BotId: 规则名称
|
|
5925
|
+
:type BotId: str
|
|
5926
|
+
:param _Status: 规则开关
|
|
5927
|
+
:type Status: bool
|
|
5928
|
+
:param _Action: 规则动作
|
|
5929
|
+
:type Action: str
|
|
5930
|
+
:param _Level: 风险等级
|
|
5931
|
+
:type Level: int
|
|
5932
|
+
:param _BotIdType: 规则类型
|
|
5933
|
+
:type BotIdType: str
|
|
5934
|
+
:param _ModifyTime: 修改时间
|
|
5935
|
+
:type ModifyTime: int
|
|
5936
|
+
:param _InsertTime: 插入时间
|
|
5937
|
+
:type InsertTime: int
|
|
5938
|
+
:param _Description: 规则描述
|
|
5939
|
+
:type Description: str
|
|
5940
|
+
:param _Influence: 影响
|
|
5941
|
+
:type Influence: str
|
|
5942
|
+
:param _Redirect: 重定向路径
|
|
5943
|
+
:type Redirect: str
|
|
5944
|
+
:param _HasEvent: 是否关联事件
|
|
5945
|
+
:type HasEvent: bool
|
|
5946
|
+
"""
|
|
5947
|
+
self._RuleId = None
|
|
5948
|
+
self._BotId = None
|
|
5949
|
+
self._Status = None
|
|
5950
|
+
self._Action = None
|
|
5951
|
+
self._Level = None
|
|
5952
|
+
self._BotIdType = None
|
|
5953
|
+
self._ModifyTime = None
|
|
5954
|
+
self._InsertTime = None
|
|
5955
|
+
self._Description = None
|
|
5956
|
+
self._Influence = None
|
|
5957
|
+
self._Redirect = None
|
|
5958
|
+
self._HasEvent = None
|
|
5959
|
+
|
|
5960
|
+
@property
|
|
5961
|
+
def RuleId(self):
|
|
5962
|
+
r"""规则ID
|
|
5963
|
+
:rtype: str
|
|
5964
|
+
"""
|
|
5965
|
+
return self._RuleId
|
|
5966
|
+
|
|
5967
|
+
@RuleId.setter
|
|
5968
|
+
def RuleId(self, RuleId):
|
|
5969
|
+
self._RuleId = RuleId
|
|
5970
|
+
|
|
5971
|
+
@property
|
|
5972
|
+
def BotId(self):
|
|
5973
|
+
r"""规则名称
|
|
5974
|
+
:rtype: str
|
|
5975
|
+
"""
|
|
5976
|
+
return self._BotId
|
|
5977
|
+
|
|
5978
|
+
@BotId.setter
|
|
5979
|
+
def BotId(self, BotId):
|
|
5980
|
+
self._BotId = BotId
|
|
5981
|
+
|
|
5982
|
+
@property
|
|
5983
|
+
def Status(self):
|
|
5984
|
+
r"""规则开关
|
|
5985
|
+
:rtype: bool
|
|
5986
|
+
"""
|
|
5987
|
+
return self._Status
|
|
5988
|
+
|
|
5989
|
+
@Status.setter
|
|
5990
|
+
def Status(self, Status):
|
|
5991
|
+
self._Status = Status
|
|
5992
|
+
|
|
5993
|
+
@property
|
|
5994
|
+
def Action(self):
|
|
5995
|
+
r"""规则动作
|
|
5996
|
+
:rtype: str
|
|
5997
|
+
"""
|
|
5998
|
+
return self._Action
|
|
5999
|
+
|
|
6000
|
+
@Action.setter
|
|
6001
|
+
def Action(self, Action):
|
|
6002
|
+
self._Action = Action
|
|
6003
|
+
|
|
6004
|
+
@property
|
|
6005
|
+
def Level(self):
|
|
6006
|
+
r"""风险等级
|
|
6007
|
+
:rtype: int
|
|
6008
|
+
"""
|
|
6009
|
+
return self._Level
|
|
6010
|
+
|
|
6011
|
+
@Level.setter
|
|
6012
|
+
def Level(self, Level):
|
|
6013
|
+
self._Level = Level
|
|
6014
|
+
|
|
6015
|
+
@property
|
|
6016
|
+
def BotIdType(self):
|
|
6017
|
+
r"""规则类型
|
|
6018
|
+
:rtype: str
|
|
6019
|
+
"""
|
|
6020
|
+
return self._BotIdType
|
|
6021
|
+
|
|
6022
|
+
@BotIdType.setter
|
|
6023
|
+
def BotIdType(self, BotIdType):
|
|
6024
|
+
self._BotIdType = BotIdType
|
|
6025
|
+
|
|
6026
|
+
@property
|
|
6027
|
+
def ModifyTime(self):
|
|
6028
|
+
r"""修改时间
|
|
6029
|
+
:rtype: int
|
|
6030
|
+
"""
|
|
6031
|
+
return self._ModifyTime
|
|
6032
|
+
|
|
6033
|
+
@ModifyTime.setter
|
|
6034
|
+
def ModifyTime(self, ModifyTime):
|
|
6035
|
+
self._ModifyTime = ModifyTime
|
|
6036
|
+
|
|
6037
|
+
@property
|
|
6038
|
+
def InsertTime(self):
|
|
6039
|
+
r"""插入时间
|
|
6040
|
+
:rtype: int
|
|
6041
|
+
"""
|
|
6042
|
+
return self._InsertTime
|
|
6043
|
+
|
|
6044
|
+
@InsertTime.setter
|
|
6045
|
+
def InsertTime(self, InsertTime):
|
|
6046
|
+
self._InsertTime = InsertTime
|
|
6047
|
+
|
|
6048
|
+
@property
|
|
6049
|
+
def Description(self):
|
|
6050
|
+
r"""规则描述
|
|
6051
|
+
:rtype: str
|
|
6052
|
+
"""
|
|
6053
|
+
return self._Description
|
|
6054
|
+
|
|
6055
|
+
@Description.setter
|
|
6056
|
+
def Description(self, Description):
|
|
6057
|
+
self._Description = Description
|
|
6058
|
+
|
|
6059
|
+
@property
|
|
6060
|
+
def Influence(self):
|
|
6061
|
+
r"""影响
|
|
6062
|
+
:rtype: str
|
|
6063
|
+
"""
|
|
6064
|
+
return self._Influence
|
|
6065
|
+
|
|
6066
|
+
@Influence.setter
|
|
6067
|
+
def Influence(self, Influence):
|
|
6068
|
+
self._Influence = Influence
|
|
6069
|
+
|
|
6070
|
+
@property
|
|
6071
|
+
def Redirect(self):
|
|
6072
|
+
r"""重定向路径
|
|
6073
|
+
:rtype: str
|
|
6074
|
+
"""
|
|
6075
|
+
return self._Redirect
|
|
6076
|
+
|
|
6077
|
+
@Redirect.setter
|
|
6078
|
+
def Redirect(self, Redirect):
|
|
6079
|
+
self._Redirect = Redirect
|
|
6080
|
+
|
|
6081
|
+
@property
|
|
6082
|
+
def HasEvent(self):
|
|
6083
|
+
r"""是否关联事件
|
|
6084
|
+
:rtype: bool
|
|
6085
|
+
"""
|
|
6086
|
+
return self._HasEvent
|
|
6087
|
+
|
|
6088
|
+
@HasEvent.setter
|
|
6089
|
+
def HasEvent(self, HasEvent):
|
|
6090
|
+
self._HasEvent = HasEvent
|
|
6091
|
+
|
|
6092
|
+
|
|
6093
|
+
def _deserialize(self, params):
|
|
6094
|
+
self._RuleId = params.get("RuleId")
|
|
6095
|
+
self._BotId = params.get("BotId")
|
|
6096
|
+
self._Status = params.get("Status")
|
|
6097
|
+
self._Action = params.get("Action")
|
|
6098
|
+
self._Level = params.get("Level")
|
|
6099
|
+
self._BotIdType = params.get("BotIdType")
|
|
6100
|
+
self._ModifyTime = params.get("ModifyTime")
|
|
6101
|
+
self._InsertTime = params.get("InsertTime")
|
|
6102
|
+
self._Description = params.get("Description")
|
|
6103
|
+
self._Influence = params.get("Influence")
|
|
6104
|
+
self._Redirect = params.get("Redirect")
|
|
6105
|
+
self._HasEvent = params.get("HasEvent")
|
|
6106
|
+
memeber_set = set(params.keys())
|
|
6107
|
+
for name, value in vars(self).items():
|
|
6108
|
+
property_name = name[1:]
|
|
6109
|
+
if property_name in memeber_set:
|
|
6110
|
+
memeber_set.remove(property_name)
|
|
6111
|
+
if len(memeber_set) > 0:
|
|
6112
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6113
|
+
|
|
6114
|
+
|
|
6115
|
+
|
|
6116
|
+
class BotIdStat(AbstractModel):
|
|
6117
|
+
r"""Bot-Id规则统计信息
|
|
6118
|
+
|
|
6119
|
+
"""
|
|
6120
|
+
|
|
6121
|
+
def __init__(self):
|
|
6122
|
+
r"""
|
|
6123
|
+
:param _Pattern: 模式:观察/拦截/自定义
|
|
6124
|
+
:type Pattern: str
|
|
6125
|
+
:param _TotalCount: 规则总数
|
|
6126
|
+
:type TotalCount: int
|
|
6127
|
+
:param _MonitorCount: 配置观察的规则数
|
|
6128
|
+
:type MonitorCount: int
|
|
6129
|
+
:param _InterceptCount: 配置拦截的规则数
|
|
6130
|
+
:type InterceptCount: int
|
|
6131
|
+
:param _RedirectCount: 配置重定向的规则数
|
|
6132
|
+
:type RedirectCount: int
|
|
6133
|
+
:param _CaptchaCount: 配置人机识别的规则数
|
|
6134
|
+
:type CaptchaCount: int
|
|
6135
|
+
:param _ProtectLevel: 全局防护等级
|
|
6136
|
+
:type ProtectLevel: str
|
|
6137
|
+
:param _GlobalRedirect: 全局重定向路径
|
|
6138
|
+
:type GlobalRedirect: str
|
|
6139
|
+
:param _JsChallengeCount: JS挑战的数目
|
|
6140
|
+
:type JsChallengeCount: int
|
|
6141
|
+
"""
|
|
6142
|
+
self._Pattern = None
|
|
6143
|
+
self._TotalCount = None
|
|
6144
|
+
self._MonitorCount = None
|
|
6145
|
+
self._InterceptCount = None
|
|
6146
|
+
self._RedirectCount = None
|
|
6147
|
+
self._CaptchaCount = None
|
|
6148
|
+
self._ProtectLevel = None
|
|
6149
|
+
self._GlobalRedirect = None
|
|
6150
|
+
self._JsChallengeCount = None
|
|
6151
|
+
|
|
6152
|
+
@property
|
|
6153
|
+
def Pattern(self):
|
|
6154
|
+
r"""模式:观察/拦截/自定义
|
|
6155
|
+
:rtype: str
|
|
6156
|
+
"""
|
|
6157
|
+
return self._Pattern
|
|
6158
|
+
|
|
6159
|
+
@Pattern.setter
|
|
6160
|
+
def Pattern(self, Pattern):
|
|
6161
|
+
self._Pattern = Pattern
|
|
6162
|
+
|
|
6163
|
+
@property
|
|
6164
|
+
def TotalCount(self):
|
|
6165
|
+
r"""规则总数
|
|
6166
|
+
:rtype: int
|
|
6167
|
+
"""
|
|
6168
|
+
return self._TotalCount
|
|
6169
|
+
|
|
6170
|
+
@TotalCount.setter
|
|
6171
|
+
def TotalCount(self, TotalCount):
|
|
6172
|
+
self._TotalCount = TotalCount
|
|
6173
|
+
|
|
6174
|
+
@property
|
|
6175
|
+
def MonitorCount(self):
|
|
6176
|
+
r"""配置观察的规则数
|
|
6177
|
+
:rtype: int
|
|
6178
|
+
"""
|
|
6179
|
+
return self._MonitorCount
|
|
6180
|
+
|
|
6181
|
+
@MonitorCount.setter
|
|
6182
|
+
def MonitorCount(self, MonitorCount):
|
|
6183
|
+
self._MonitorCount = MonitorCount
|
|
6184
|
+
|
|
6185
|
+
@property
|
|
6186
|
+
def InterceptCount(self):
|
|
6187
|
+
r"""配置拦截的规则数
|
|
6188
|
+
:rtype: int
|
|
6189
|
+
"""
|
|
6190
|
+
return self._InterceptCount
|
|
6191
|
+
|
|
6192
|
+
@InterceptCount.setter
|
|
6193
|
+
def InterceptCount(self, InterceptCount):
|
|
6194
|
+
self._InterceptCount = InterceptCount
|
|
6195
|
+
|
|
6196
|
+
@property
|
|
6197
|
+
def RedirectCount(self):
|
|
6198
|
+
r"""配置重定向的规则数
|
|
6199
|
+
:rtype: int
|
|
6200
|
+
"""
|
|
6201
|
+
return self._RedirectCount
|
|
6202
|
+
|
|
6203
|
+
@RedirectCount.setter
|
|
6204
|
+
def RedirectCount(self, RedirectCount):
|
|
6205
|
+
self._RedirectCount = RedirectCount
|
|
6206
|
+
|
|
6207
|
+
@property
|
|
6208
|
+
def CaptchaCount(self):
|
|
6209
|
+
r"""配置人机识别的规则数
|
|
6210
|
+
:rtype: int
|
|
6211
|
+
"""
|
|
6212
|
+
return self._CaptchaCount
|
|
6213
|
+
|
|
6214
|
+
@CaptchaCount.setter
|
|
6215
|
+
def CaptchaCount(self, CaptchaCount):
|
|
6216
|
+
self._CaptchaCount = CaptchaCount
|
|
6217
|
+
|
|
6218
|
+
@property
|
|
6219
|
+
def ProtectLevel(self):
|
|
6220
|
+
r"""全局防护等级
|
|
6221
|
+
:rtype: str
|
|
6222
|
+
"""
|
|
6223
|
+
return self._ProtectLevel
|
|
6224
|
+
|
|
6225
|
+
@ProtectLevel.setter
|
|
6226
|
+
def ProtectLevel(self, ProtectLevel):
|
|
6227
|
+
self._ProtectLevel = ProtectLevel
|
|
6228
|
+
|
|
6229
|
+
@property
|
|
6230
|
+
def GlobalRedirect(self):
|
|
6231
|
+
r"""全局重定向路径
|
|
6232
|
+
:rtype: str
|
|
6233
|
+
"""
|
|
6234
|
+
return self._GlobalRedirect
|
|
6235
|
+
|
|
6236
|
+
@GlobalRedirect.setter
|
|
6237
|
+
def GlobalRedirect(self, GlobalRedirect):
|
|
6238
|
+
self._GlobalRedirect = GlobalRedirect
|
|
6239
|
+
|
|
6240
|
+
@property
|
|
6241
|
+
def JsChallengeCount(self):
|
|
6242
|
+
r"""JS挑战的数目
|
|
6243
|
+
:rtype: int
|
|
6244
|
+
"""
|
|
6245
|
+
return self._JsChallengeCount
|
|
6246
|
+
|
|
6247
|
+
@JsChallengeCount.setter
|
|
6248
|
+
def JsChallengeCount(self, JsChallengeCount):
|
|
6249
|
+
self._JsChallengeCount = JsChallengeCount
|
|
6250
|
+
|
|
6251
|
+
|
|
6252
|
+
def _deserialize(self, params):
|
|
6253
|
+
self._Pattern = params.get("Pattern")
|
|
6254
|
+
self._TotalCount = params.get("TotalCount")
|
|
6255
|
+
self._MonitorCount = params.get("MonitorCount")
|
|
6256
|
+
self._InterceptCount = params.get("InterceptCount")
|
|
6257
|
+
self._RedirectCount = params.get("RedirectCount")
|
|
6258
|
+
self._CaptchaCount = params.get("CaptchaCount")
|
|
6259
|
+
self._ProtectLevel = params.get("ProtectLevel")
|
|
6260
|
+
self._GlobalRedirect = params.get("GlobalRedirect")
|
|
6261
|
+
self._JsChallengeCount = params.get("JsChallengeCount")
|
|
6262
|
+
memeber_set = set(params.keys())
|
|
6263
|
+
for name, value in vars(self).items():
|
|
6264
|
+
property_name = name[1:]
|
|
6265
|
+
if property_name in memeber_set:
|
|
6266
|
+
memeber_set.remove(property_name)
|
|
6267
|
+
if len(memeber_set) > 0:
|
|
6268
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6269
|
+
|
|
6270
|
+
|
|
6271
|
+
|
|
5915
6272
|
class BotMonitorPkg(AbstractModel):
|
|
5916
6273
|
r"""BOT安全监测资源信息
|
|
5917
6274
|
|
|
@@ -9156,6 +9513,12 @@ class ClbObject(AbstractModel):
|
|
|
9156
9513
|
:type ModifyTime: str
|
|
9157
9514
|
:param _AddTime: 创建时间
|
|
9158
9515
|
:type AddTime: str
|
|
9516
|
+
:param _MemberAppId: 跨账号时,表示成员账号的appid
|
|
9517
|
+
:type MemberAppId: int
|
|
9518
|
+
:param _MemberUin: 跨账号时,表示成员账号的uin
|
|
9519
|
+
:type MemberUin: str
|
|
9520
|
+
:param _MemberNickName: 跨账号时,表示成员账号的昵称
|
|
9521
|
+
:type MemberNickName: str
|
|
9159
9522
|
"""
|
|
9160
9523
|
self._ObjectId = None
|
|
9161
9524
|
self._InstanceId = None
|
|
@@ -9182,6 +9545,9 @@ class ClbObject(AbstractModel):
|
|
|
9182
9545
|
self._NumericalVpcId = None
|
|
9183
9546
|
self._ModifyTime = None
|
|
9184
9547
|
self._AddTime = None
|
|
9548
|
+
self._MemberAppId = None
|
|
9549
|
+
self._MemberUin = None
|
|
9550
|
+
self._MemberNickName = None
|
|
9185
9551
|
|
|
9186
9552
|
@property
|
|
9187
9553
|
def ObjectId(self):
|
|
@@ -9458,6 +9824,39 @@ class ClbObject(AbstractModel):
|
|
|
9458
9824
|
def AddTime(self, AddTime):
|
|
9459
9825
|
self._AddTime = AddTime
|
|
9460
9826
|
|
|
9827
|
+
@property
|
|
9828
|
+
def MemberAppId(self):
|
|
9829
|
+
r"""跨账号时,表示成员账号的appid
|
|
9830
|
+
:rtype: int
|
|
9831
|
+
"""
|
|
9832
|
+
return self._MemberAppId
|
|
9833
|
+
|
|
9834
|
+
@MemberAppId.setter
|
|
9835
|
+
def MemberAppId(self, MemberAppId):
|
|
9836
|
+
self._MemberAppId = MemberAppId
|
|
9837
|
+
|
|
9838
|
+
@property
|
|
9839
|
+
def MemberUin(self):
|
|
9840
|
+
r"""跨账号时,表示成员账号的uin
|
|
9841
|
+
:rtype: str
|
|
9842
|
+
"""
|
|
9843
|
+
return self._MemberUin
|
|
9844
|
+
|
|
9845
|
+
@MemberUin.setter
|
|
9846
|
+
def MemberUin(self, MemberUin):
|
|
9847
|
+
self._MemberUin = MemberUin
|
|
9848
|
+
|
|
9849
|
+
@property
|
|
9850
|
+
def MemberNickName(self):
|
|
9851
|
+
r"""跨账号时,表示成员账号的昵称
|
|
9852
|
+
:rtype: str
|
|
9853
|
+
"""
|
|
9854
|
+
return self._MemberNickName
|
|
9855
|
+
|
|
9856
|
+
@MemberNickName.setter
|
|
9857
|
+
def MemberNickName(self, MemberNickName):
|
|
9858
|
+
self._MemberNickName = MemberNickName
|
|
9859
|
+
|
|
9461
9860
|
|
|
9462
9861
|
def _deserialize(self, params):
|
|
9463
9862
|
self._ObjectId = params.get("ObjectId")
|
|
@@ -9485,6 +9884,9 @@ class ClbObject(AbstractModel):
|
|
|
9485
9884
|
self._NumericalVpcId = params.get("NumericalVpcId")
|
|
9486
9885
|
self._ModifyTime = params.get("ModifyTime")
|
|
9487
9886
|
self._AddTime = params.get("AddTime")
|
|
9887
|
+
self._MemberAppId = params.get("MemberAppId")
|
|
9888
|
+
self._MemberUin = params.get("MemberUin")
|
|
9889
|
+
self._MemberNickName = params.get("MemberNickName")
|
|
9488
9890
|
memeber_set = set(params.keys())
|
|
9489
9891
|
for name, value in vars(self).items():
|
|
9490
9892
|
property_name = name[1:]
|
|
@@ -17345,6 +17747,229 @@ class DescribeBatchIpAccessControlResponse(AbstractModel):
|
|
|
17345
17747
|
self._RequestId = params.get("RequestId")
|
|
17346
17748
|
|
|
17347
17749
|
|
|
17750
|
+
class DescribeBotIdRuleRequest(AbstractModel):
|
|
17751
|
+
r"""DescribeBotIdRule请求参数结构体
|
|
17752
|
+
|
|
17753
|
+
"""
|
|
17754
|
+
|
|
17755
|
+
def __init__(self):
|
|
17756
|
+
r"""
|
|
17757
|
+
:param _Domain: 域名
|
|
17758
|
+
:type Domain: str
|
|
17759
|
+
:param _SceneId: 场景ID
|
|
17760
|
+
:type SceneId: str
|
|
17761
|
+
:param _RuleId: 规则ID
|
|
17762
|
+
:type RuleId: str
|
|
17763
|
+
:param _BotId: 规则名称
|
|
17764
|
+
:type BotId: str
|
|
17765
|
+
:param _Level: 风险等级筛选
|
|
17766
|
+
:type Level: list of int
|
|
17767
|
+
:param _BotIdType: 规则类型筛选
|
|
17768
|
+
:type BotIdType: list of str
|
|
17769
|
+
:param _Status: 规则开关-用于筛选: 0-全部 1-关闭 2-开启
|
|
17770
|
+
:type Status: int
|
|
17771
|
+
:param _RuleAction: 动作类型-用于筛选
|
|
17772
|
+
:type RuleAction: list of str
|
|
17773
|
+
"""
|
|
17774
|
+
self._Domain = None
|
|
17775
|
+
self._SceneId = None
|
|
17776
|
+
self._RuleId = None
|
|
17777
|
+
self._BotId = None
|
|
17778
|
+
self._Level = None
|
|
17779
|
+
self._BotIdType = None
|
|
17780
|
+
self._Status = None
|
|
17781
|
+
self._RuleAction = None
|
|
17782
|
+
|
|
17783
|
+
@property
|
|
17784
|
+
def Domain(self):
|
|
17785
|
+
r"""域名
|
|
17786
|
+
:rtype: str
|
|
17787
|
+
"""
|
|
17788
|
+
return self._Domain
|
|
17789
|
+
|
|
17790
|
+
@Domain.setter
|
|
17791
|
+
def Domain(self, Domain):
|
|
17792
|
+
self._Domain = Domain
|
|
17793
|
+
|
|
17794
|
+
@property
|
|
17795
|
+
def SceneId(self):
|
|
17796
|
+
r"""场景ID
|
|
17797
|
+
:rtype: str
|
|
17798
|
+
"""
|
|
17799
|
+
return self._SceneId
|
|
17800
|
+
|
|
17801
|
+
@SceneId.setter
|
|
17802
|
+
def SceneId(self, SceneId):
|
|
17803
|
+
self._SceneId = SceneId
|
|
17804
|
+
|
|
17805
|
+
@property
|
|
17806
|
+
def RuleId(self):
|
|
17807
|
+
r"""规则ID
|
|
17808
|
+
:rtype: str
|
|
17809
|
+
"""
|
|
17810
|
+
return self._RuleId
|
|
17811
|
+
|
|
17812
|
+
@RuleId.setter
|
|
17813
|
+
def RuleId(self, RuleId):
|
|
17814
|
+
self._RuleId = RuleId
|
|
17815
|
+
|
|
17816
|
+
@property
|
|
17817
|
+
def BotId(self):
|
|
17818
|
+
r"""规则名称
|
|
17819
|
+
:rtype: str
|
|
17820
|
+
"""
|
|
17821
|
+
return self._BotId
|
|
17822
|
+
|
|
17823
|
+
@BotId.setter
|
|
17824
|
+
def BotId(self, BotId):
|
|
17825
|
+
self._BotId = BotId
|
|
17826
|
+
|
|
17827
|
+
@property
|
|
17828
|
+
def Level(self):
|
|
17829
|
+
r"""风险等级筛选
|
|
17830
|
+
:rtype: list of int
|
|
17831
|
+
"""
|
|
17832
|
+
return self._Level
|
|
17833
|
+
|
|
17834
|
+
@Level.setter
|
|
17835
|
+
def Level(self, Level):
|
|
17836
|
+
self._Level = Level
|
|
17837
|
+
|
|
17838
|
+
@property
|
|
17839
|
+
def BotIdType(self):
|
|
17840
|
+
r"""规则类型筛选
|
|
17841
|
+
:rtype: list of str
|
|
17842
|
+
"""
|
|
17843
|
+
return self._BotIdType
|
|
17844
|
+
|
|
17845
|
+
@BotIdType.setter
|
|
17846
|
+
def BotIdType(self, BotIdType):
|
|
17847
|
+
self._BotIdType = BotIdType
|
|
17848
|
+
|
|
17849
|
+
@property
|
|
17850
|
+
def Status(self):
|
|
17851
|
+
r"""规则开关-用于筛选: 0-全部 1-关闭 2-开启
|
|
17852
|
+
:rtype: int
|
|
17853
|
+
"""
|
|
17854
|
+
return self._Status
|
|
17855
|
+
|
|
17856
|
+
@Status.setter
|
|
17857
|
+
def Status(self, Status):
|
|
17858
|
+
self._Status = Status
|
|
17859
|
+
|
|
17860
|
+
@property
|
|
17861
|
+
def RuleAction(self):
|
|
17862
|
+
r"""动作类型-用于筛选
|
|
17863
|
+
:rtype: list of str
|
|
17864
|
+
"""
|
|
17865
|
+
return self._RuleAction
|
|
17866
|
+
|
|
17867
|
+
@RuleAction.setter
|
|
17868
|
+
def RuleAction(self, RuleAction):
|
|
17869
|
+
self._RuleAction = RuleAction
|
|
17870
|
+
|
|
17871
|
+
|
|
17872
|
+
def _deserialize(self, params):
|
|
17873
|
+
self._Domain = params.get("Domain")
|
|
17874
|
+
self._SceneId = params.get("SceneId")
|
|
17875
|
+
self._RuleId = params.get("RuleId")
|
|
17876
|
+
self._BotId = params.get("BotId")
|
|
17877
|
+
self._Level = params.get("Level")
|
|
17878
|
+
self._BotIdType = params.get("BotIdType")
|
|
17879
|
+
self._Status = params.get("Status")
|
|
17880
|
+
self._RuleAction = params.get("RuleAction")
|
|
17881
|
+
memeber_set = set(params.keys())
|
|
17882
|
+
for name, value in vars(self).items():
|
|
17883
|
+
property_name = name[1:]
|
|
17884
|
+
if property_name in memeber_set:
|
|
17885
|
+
memeber_set.remove(property_name)
|
|
17886
|
+
if len(memeber_set) > 0:
|
|
17887
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
17888
|
+
|
|
17889
|
+
|
|
17890
|
+
|
|
17891
|
+
class DescribeBotIdRuleResponse(AbstractModel):
|
|
17892
|
+
r"""DescribeBotIdRule返回参数结构体
|
|
17893
|
+
|
|
17894
|
+
"""
|
|
17895
|
+
|
|
17896
|
+
def __init__(self):
|
|
17897
|
+
r"""
|
|
17898
|
+
:param _Data: 规则列表
|
|
17899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17900
|
+
:type Data: list of BotIdDetail
|
|
17901
|
+
:param _TotalCount: 符合条件的规则数量
|
|
17902
|
+
:type TotalCount: int
|
|
17903
|
+
:param _StatInfo: Bot规则数量统计信息
|
|
17904
|
+
:type StatInfo: :class:`tencentcloud.waf.v20180125.models.BotIdStat`
|
|
17905
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17906
|
+
:type RequestId: str
|
|
17907
|
+
"""
|
|
17908
|
+
self._Data = None
|
|
17909
|
+
self._TotalCount = None
|
|
17910
|
+
self._StatInfo = None
|
|
17911
|
+
self._RequestId = None
|
|
17912
|
+
|
|
17913
|
+
@property
|
|
17914
|
+
def Data(self):
|
|
17915
|
+
r"""规则列表
|
|
17916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17917
|
+
:rtype: list of BotIdDetail
|
|
17918
|
+
"""
|
|
17919
|
+
return self._Data
|
|
17920
|
+
|
|
17921
|
+
@Data.setter
|
|
17922
|
+
def Data(self, Data):
|
|
17923
|
+
self._Data = Data
|
|
17924
|
+
|
|
17925
|
+
@property
|
|
17926
|
+
def TotalCount(self):
|
|
17927
|
+
r"""符合条件的规则数量
|
|
17928
|
+
:rtype: int
|
|
17929
|
+
"""
|
|
17930
|
+
return self._TotalCount
|
|
17931
|
+
|
|
17932
|
+
@TotalCount.setter
|
|
17933
|
+
def TotalCount(self, TotalCount):
|
|
17934
|
+
self._TotalCount = TotalCount
|
|
17935
|
+
|
|
17936
|
+
@property
|
|
17937
|
+
def StatInfo(self):
|
|
17938
|
+
r"""Bot规则数量统计信息
|
|
17939
|
+
:rtype: :class:`tencentcloud.waf.v20180125.models.BotIdStat`
|
|
17940
|
+
"""
|
|
17941
|
+
return self._StatInfo
|
|
17942
|
+
|
|
17943
|
+
@StatInfo.setter
|
|
17944
|
+
def StatInfo(self, StatInfo):
|
|
17945
|
+
self._StatInfo = StatInfo
|
|
17946
|
+
|
|
17947
|
+
@property
|
|
17948
|
+
def RequestId(self):
|
|
17949
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17950
|
+
:rtype: str
|
|
17951
|
+
"""
|
|
17952
|
+
return self._RequestId
|
|
17953
|
+
|
|
17954
|
+
@RequestId.setter
|
|
17955
|
+
def RequestId(self, RequestId):
|
|
17956
|
+
self._RequestId = RequestId
|
|
17957
|
+
|
|
17958
|
+
|
|
17959
|
+
def _deserialize(self, params):
|
|
17960
|
+
if params.get("Data") is not None:
|
|
17961
|
+
self._Data = []
|
|
17962
|
+
for item in params.get("Data"):
|
|
17963
|
+
obj = BotIdDetail()
|
|
17964
|
+
obj._deserialize(item)
|
|
17965
|
+
self._Data.append(obj)
|
|
17966
|
+
self._TotalCount = params.get("TotalCount")
|
|
17967
|
+
if params.get("StatInfo") is not None:
|
|
17968
|
+
self._StatInfo = BotIdStat()
|
|
17969
|
+
self._StatInfo._deserialize(params.get("StatInfo"))
|
|
17970
|
+
self._RequestId = params.get("RequestId")
|
|
17971
|
+
|
|
17972
|
+
|
|
17348
17973
|
class DescribeBotSceneListRequest(AbstractModel):
|
|
17349
17974
|
r"""DescribeBotSceneList请求参数结构体
|
|
17350
17975
|
|
|
@@ -22457,10 +23082,16 @@ class DescribeObjectsRequest(AbstractModel):
|
|
|
22457
23082
|
:type Order: str
|
|
22458
23083
|
:param _By: 根据哪个字段排序
|
|
22459
23084
|
:type By: str
|
|
23085
|
+
:param _MemberAppIdList: 集团成员列表
|
|
23086
|
+
:type MemberAppIdList: list of int non-negative
|
|
23087
|
+
:param _IsCrossAccount: 1代表跨账号情况,0代表单账号情况
|
|
23088
|
+
:type IsCrossAccount: int
|
|
22460
23089
|
"""
|
|
22461
23090
|
self._Filters = None
|
|
22462
23091
|
self._Order = None
|
|
22463
23092
|
self._By = None
|
|
23093
|
+
self._MemberAppIdList = None
|
|
23094
|
+
self._IsCrossAccount = None
|
|
22464
23095
|
|
|
22465
23096
|
@property
|
|
22466
23097
|
def Filters(self):
|
|
@@ -22495,6 +23126,28 @@ class DescribeObjectsRequest(AbstractModel):
|
|
|
22495
23126
|
def By(self, By):
|
|
22496
23127
|
self._By = By
|
|
22497
23128
|
|
|
23129
|
+
@property
|
|
23130
|
+
def MemberAppIdList(self):
|
|
23131
|
+
r"""集团成员列表
|
|
23132
|
+
:rtype: list of int non-negative
|
|
23133
|
+
"""
|
|
23134
|
+
return self._MemberAppIdList
|
|
23135
|
+
|
|
23136
|
+
@MemberAppIdList.setter
|
|
23137
|
+
def MemberAppIdList(self, MemberAppIdList):
|
|
23138
|
+
self._MemberAppIdList = MemberAppIdList
|
|
23139
|
+
|
|
23140
|
+
@property
|
|
23141
|
+
def IsCrossAccount(self):
|
|
23142
|
+
r"""1代表跨账号情况,0代表单账号情况
|
|
23143
|
+
:rtype: int
|
|
23144
|
+
"""
|
|
23145
|
+
return self._IsCrossAccount
|
|
23146
|
+
|
|
23147
|
+
@IsCrossAccount.setter
|
|
23148
|
+
def IsCrossAccount(self, IsCrossAccount):
|
|
23149
|
+
self._IsCrossAccount = IsCrossAccount
|
|
23150
|
+
|
|
22498
23151
|
|
|
22499
23152
|
def _deserialize(self, params):
|
|
22500
23153
|
if params.get("Filters") is not None:
|
|
@@ -22505,6 +23158,8 @@ class DescribeObjectsRequest(AbstractModel):
|
|
|
22505
23158
|
self._Filters.append(obj)
|
|
22506
23159
|
self._Order = params.get("Order")
|
|
22507
23160
|
self._By = params.get("By")
|
|
23161
|
+
self._MemberAppIdList = params.get("MemberAppIdList")
|
|
23162
|
+
self._IsCrossAccount = params.get("IsCrossAccount")
|
|
22508
23163
|
memeber_set = set(params.keys())
|
|
22509
23164
|
for name, value in vars(self).items():
|
|
22510
23165
|
property_name = name[1:]
|
|
@@ -35756,6 +36411,10 @@ class LoadBalancer(AbstractModel):
|
|
|
35756
36411
|
:type LoadBalancerType: str
|
|
35757
36412
|
:param _LoadBalancerDomain: 负载均衡的域名
|
|
35758
36413
|
:type LoadBalancerDomain: str
|
|
36414
|
+
:param _MemberAppId: 监听器所属成员id
|
|
36415
|
+
:type MemberAppId: int
|
|
36416
|
+
:param _MemberUin: 监听器所属成员的uin
|
|
36417
|
+
:type MemberUin: str
|
|
35759
36418
|
"""
|
|
35760
36419
|
self._LoadBalancerId = None
|
|
35761
36420
|
self._LoadBalancerName = None
|
|
@@ -35769,6 +36428,8 @@ class LoadBalancer(AbstractModel):
|
|
|
35769
36428
|
self._NumericalVpcId = None
|
|
35770
36429
|
self._LoadBalancerType = None
|
|
35771
36430
|
self._LoadBalancerDomain = None
|
|
36431
|
+
self._MemberAppId = None
|
|
36432
|
+
self._MemberUin = None
|
|
35772
36433
|
|
|
35773
36434
|
@property
|
|
35774
36435
|
def LoadBalancerId(self):
|
|
@@ -35902,6 +36563,28 @@ class LoadBalancer(AbstractModel):
|
|
|
35902
36563
|
def LoadBalancerDomain(self, LoadBalancerDomain):
|
|
35903
36564
|
self._LoadBalancerDomain = LoadBalancerDomain
|
|
35904
36565
|
|
|
36566
|
+
@property
|
|
36567
|
+
def MemberAppId(self):
|
|
36568
|
+
r"""监听器所属成员id
|
|
36569
|
+
:rtype: int
|
|
36570
|
+
"""
|
|
36571
|
+
return self._MemberAppId
|
|
36572
|
+
|
|
36573
|
+
@MemberAppId.setter
|
|
36574
|
+
def MemberAppId(self, MemberAppId):
|
|
36575
|
+
self._MemberAppId = MemberAppId
|
|
36576
|
+
|
|
36577
|
+
@property
|
|
36578
|
+
def MemberUin(self):
|
|
36579
|
+
r"""监听器所属成员的uin
|
|
36580
|
+
:rtype: str
|
|
36581
|
+
"""
|
|
36582
|
+
return self._MemberUin
|
|
36583
|
+
|
|
36584
|
+
@MemberUin.setter
|
|
36585
|
+
def MemberUin(self, MemberUin):
|
|
36586
|
+
self._MemberUin = MemberUin
|
|
36587
|
+
|
|
35905
36588
|
|
|
35906
36589
|
def _deserialize(self, params):
|
|
35907
36590
|
self._LoadBalancerId = params.get("LoadBalancerId")
|
|
@@ -35916,6 +36599,8 @@ class LoadBalancer(AbstractModel):
|
|
|
35916
36599
|
self._NumericalVpcId = params.get("NumericalVpcId")
|
|
35917
36600
|
self._LoadBalancerType = params.get("LoadBalancerType")
|
|
35918
36601
|
self._LoadBalancerDomain = params.get("LoadBalancerDomain")
|
|
36602
|
+
self._MemberAppId = params.get("MemberAppId")
|
|
36603
|
+
self._MemberUin = params.get("MemberUin")
|
|
35919
36604
|
memeber_set = set(params.keys())
|
|
35920
36605
|
for name, value in vars(self).items():
|
|
35921
36606
|
property_name = name[1:]
|
|
@@ -35986,6 +36671,14 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
|
35986
36671
|
:type LoadBalancerType: str
|
|
35987
36672
|
:param _LoadBalancerDomain: 负载均衡器的域名
|
|
35988
36673
|
:type LoadBalancerDomain: str
|
|
36674
|
+
:param _MemberAppId: 监听器所属appid
|
|
36675
|
+
:type MemberAppId: int
|
|
36676
|
+
:param _MemberUin: 监听器自身所属uin
|
|
36677
|
+
:type MemberUin: str
|
|
36678
|
+
:param _Appid: 监听器被接入的waf账号
|
|
36679
|
+
:type Appid: int
|
|
36680
|
+
:param _MemberNickName: 集团账号昵称
|
|
36681
|
+
:type MemberNickName: str
|
|
35989
36682
|
"""
|
|
35990
36683
|
self._ListenerId = None
|
|
35991
36684
|
self._ListenerName = None
|
|
@@ -35999,6 +36692,10 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
|
35999
36692
|
self._NumericalVpcId = None
|
|
36000
36693
|
self._LoadBalancerType = None
|
|
36001
36694
|
self._LoadBalancerDomain = None
|
|
36695
|
+
self._MemberAppId = None
|
|
36696
|
+
self._MemberUin = None
|
|
36697
|
+
self._Appid = None
|
|
36698
|
+
self._MemberNickName = None
|
|
36002
36699
|
|
|
36003
36700
|
@property
|
|
36004
36701
|
def ListenerId(self):
|
|
@@ -36161,6 +36858,50 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
|
36161
36858
|
def LoadBalancerDomain(self, LoadBalancerDomain):
|
|
36162
36859
|
self._LoadBalancerDomain = LoadBalancerDomain
|
|
36163
36860
|
|
|
36861
|
+
@property
|
|
36862
|
+
def MemberAppId(self):
|
|
36863
|
+
r"""监听器所属appid
|
|
36864
|
+
:rtype: int
|
|
36865
|
+
"""
|
|
36866
|
+
return self._MemberAppId
|
|
36867
|
+
|
|
36868
|
+
@MemberAppId.setter
|
|
36869
|
+
def MemberAppId(self, MemberAppId):
|
|
36870
|
+
self._MemberAppId = MemberAppId
|
|
36871
|
+
|
|
36872
|
+
@property
|
|
36873
|
+
def MemberUin(self):
|
|
36874
|
+
r"""监听器自身所属uin
|
|
36875
|
+
:rtype: str
|
|
36876
|
+
"""
|
|
36877
|
+
return self._MemberUin
|
|
36878
|
+
|
|
36879
|
+
@MemberUin.setter
|
|
36880
|
+
def MemberUin(self, MemberUin):
|
|
36881
|
+
self._MemberUin = MemberUin
|
|
36882
|
+
|
|
36883
|
+
@property
|
|
36884
|
+
def Appid(self):
|
|
36885
|
+
r"""监听器被接入的waf账号
|
|
36886
|
+
:rtype: int
|
|
36887
|
+
"""
|
|
36888
|
+
return self._Appid
|
|
36889
|
+
|
|
36890
|
+
@Appid.setter
|
|
36891
|
+
def Appid(self, Appid):
|
|
36892
|
+
self._Appid = Appid
|
|
36893
|
+
|
|
36894
|
+
@property
|
|
36895
|
+
def MemberNickName(self):
|
|
36896
|
+
r"""集团账号昵称
|
|
36897
|
+
:rtype: str
|
|
36898
|
+
"""
|
|
36899
|
+
return self._MemberNickName
|
|
36900
|
+
|
|
36901
|
+
@MemberNickName.setter
|
|
36902
|
+
def MemberNickName(self, MemberNickName):
|
|
36903
|
+
self._MemberNickName = MemberNickName
|
|
36904
|
+
|
|
36164
36905
|
|
|
36165
36906
|
def _deserialize(self, params):
|
|
36166
36907
|
self._ListenerId = params.get("ListenerId")
|
|
@@ -36175,6 +36916,10 @@ class LoadBalancerPackageNew(AbstractModel):
|
|
|
36175
36916
|
self._NumericalVpcId = params.get("NumericalVpcId")
|
|
36176
36917
|
self._LoadBalancerType = params.get("LoadBalancerType")
|
|
36177
36918
|
self._LoadBalancerDomain = params.get("LoadBalancerDomain")
|
|
36919
|
+
self._MemberAppId = params.get("MemberAppId")
|
|
36920
|
+
self._MemberUin = params.get("MemberUin")
|
|
36921
|
+
self._Appid = params.get("Appid")
|
|
36922
|
+
self._MemberNickName = params.get("MemberNickName")
|
|
36178
36923
|
memeber_set = set(params.keys())
|
|
36179
36924
|
for name, value in vars(self).items():
|
|
36180
36925
|
property_name = name[1:]
|
|
@@ -42257,6 +43002,10 @@ class ModifyObjectRequest(AbstractModel):
|
|
|
42257
43002
|
:type Proxy: int
|
|
42258
43003
|
:param _IpHeaders: IsCdn=3时,需要填此参数,表示自定义header(OpType为Status或Proxy时,该值有效)
|
|
42259
43004
|
:type IpHeaders: list of str
|
|
43005
|
+
:param _MemberAppId: 对象所属集团成员appid
|
|
43006
|
+
:type MemberAppId: int
|
|
43007
|
+
:param _MemberUin: 对象所属集团成员uin
|
|
43008
|
+
:type MemberUin: str
|
|
42260
43009
|
"""
|
|
42261
43010
|
self._ObjectId = None
|
|
42262
43011
|
self._OpType = None
|
|
@@ -42264,6 +43013,8 @@ class ModifyObjectRequest(AbstractModel):
|
|
|
42264
43013
|
self._InstanceId = None
|
|
42265
43014
|
self._Proxy = None
|
|
42266
43015
|
self._IpHeaders = None
|
|
43016
|
+
self._MemberAppId = None
|
|
43017
|
+
self._MemberUin = None
|
|
42267
43018
|
|
|
42268
43019
|
@property
|
|
42269
43020
|
def ObjectId(self):
|
|
@@ -42331,6 +43082,28 @@ class ModifyObjectRequest(AbstractModel):
|
|
|
42331
43082
|
def IpHeaders(self, IpHeaders):
|
|
42332
43083
|
self._IpHeaders = IpHeaders
|
|
42333
43084
|
|
|
43085
|
+
@property
|
|
43086
|
+
def MemberAppId(self):
|
|
43087
|
+
r"""对象所属集团成员appid
|
|
43088
|
+
:rtype: int
|
|
43089
|
+
"""
|
|
43090
|
+
return self._MemberAppId
|
|
43091
|
+
|
|
43092
|
+
@MemberAppId.setter
|
|
43093
|
+
def MemberAppId(self, MemberAppId):
|
|
43094
|
+
self._MemberAppId = MemberAppId
|
|
43095
|
+
|
|
43096
|
+
@property
|
|
43097
|
+
def MemberUin(self):
|
|
43098
|
+
r"""对象所属集团成员uin
|
|
43099
|
+
:rtype: str
|
|
43100
|
+
"""
|
|
43101
|
+
return self._MemberUin
|
|
43102
|
+
|
|
43103
|
+
@MemberUin.setter
|
|
43104
|
+
def MemberUin(self, MemberUin):
|
|
43105
|
+
self._MemberUin = MemberUin
|
|
43106
|
+
|
|
42334
43107
|
|
|
42335
43108
|
def _deserialize(self, params):
|
|
42336
43109
|
self._ObjectId = params.get("ObjectId")
|
|
@@ -42339,6 +43112,8 @@ class ModifyObjectRequest(AbstractModel):
|
|
|
42339
43112
|
self._InstanceId = params.get("InstanceId")
|
|
42340
43113
|
self._Proxy = params.get("Proxy")
|
|
42341
43114
|
self._IpHeaders = params.get("IpHeaders")
|
|
43115
|
+
self._MemberAppId = params.get("MemberAppId")
|
|
43116
|
+
self._MemberUin = params.get("MemberUin")
|
|
42342
43117
|
memeber_set = set(params.keys())
|
|
42343
43118
|
for name, value in vars(self).items():
|
|
42344
43119
|
property_name = name[1:]
|
|
@@ -42377,6 +43152,120 @@ class ModifyObjectResponse(AbstractModel):
|
|
|
42377
43152
|
self._RequestId = params.get("RequestId")
|
|
42378
43153
|
|
|
42379
43154
|
|
|
43155
|
+
class ModifyObjectsRequest(AbstractModel):
|
|
43156
|
+
r"""ModifyObjects请求参数结构体
|
|
43157
|
+
|
|
43158
|
+
"""
|
|
43159
|
+
|
|
43160
|
+
def __init__(self):
|
|
43161
|
+
r"""
|
|
43162
|
+
:param _ObjectId: 修改对象标识
|
|
43163
|
+
:type ObjectId: list of str
|
|
43164
|
+
:param _OpType: 改动作类型:InstanceId绑定实例;UnbindInstance解绑实例。
|
|
43165
|
+
:type OpType: str
|
|
43166
|
+
:param _InstanceId: 新的实例ID,如果和已绑定的实例相同认为修改成功
|
|
43167
|
+
:type InstanceId: str
|
|
43168
|
+
:param _Objects: 对象列表,仅跨账号接入使用
|
|
43169
|
+
:type Objects: list of Object
|
|
43170
|
+
"""
|
|
43171
|
+
self._ObjectId = None
|
|
43172
|
+
self._OpType = None
|
|
43173
|
+
self._InstanceId = None
|
|
43174
|
+
self._Objects = None
|
|
43175
|
+
|
|
43176
|
+
@property
|
|
43177
|
+
def ObjectId(self):
|
|
43178
|
+
r"""修改对象标识
|
|
43179
|
+
:rtype: list of str
|
|
43180
|
+
"""
|
|
43181
|
+
return self._ObjectId
|
|
43182
|
+
|
|
43183
|
+
@ObjectId.setter
|
|
43184
|
+
def ObjectId(self, ObjectId):
|
|
43185
|
+
self._ObjectId = ObjectId
|
|
43186
|
+
|
|
43187
|
+
@property
|
|
43188
|
+
def OpType(self):
|
|
43189
|
+
r"""改动作类型:InstanceId绑定实例;UnbindInstance解绑实例。
|
|
43190
|
+
:rtype: str
|
|
43191
|
+
"""
|
|
43192
|
+
return self._OpType
|
|
43193
|
+
|
|
43194
|
+
@OpType.setter
|
|
43195
|
+
def OpType(self, OpType):
|
|
43196
|
+
self._OpType = OpType
|
|
43197
|
+
|
|
43198
|
+
@property
|
|
43199
|
+
def InstanceId(self):
|
|
43200
|
+
r"""新的实例ID,如果和已绑定的实例相同认为修改成功
|
|
43201
|
+
:rtype: str
|
|
43202
|
+
"""
|
|
43203
|
+
return self._InstanceId
|
|
43204
|
+
|
|
43205
|
+
@InstanceId.setter
|
|
43206
|
+
def InstanceId(self, InstanceId):
|
|
43207
|
+
self._InstanceId = InstanceId
|
|
43208
|
+
|
|
43209
|
+
@property
|
|
43210
|
+
def Objects(self):
|
|
43211
|
+
r"""对象列表,仅跨账号接入使用
|
|
43212
|
+
:rtype: list of Object
|
|
43213
|
+
"""
|
|
43214
|
+
return self._Objects
|
|
43215
|
+
|
|
43216
|
+
@Objects.setter
|
|
43217
|
+
def Objects(self, Objects):
|
|
43218
|
+
self._Objects = Objects
|
|
43219
|
+
|
|
43220
|
+
|
|
43221
|
+
def _deserialize(self, params):
|
|
43222
|
+
self._ObjectId = params.get("ObjectId")
|
|
43223
|
+
self._OpType = params.get("OpType")
|
|
43224
|
+
self._InstanceId = params.get("InstanceId")
|
|
43225
|
+
if params.get("Objects") is not None:
|
|
43226
|
+
self._Objects = []
|
|
43227
|
+
for item in params.get("Objects"):
|
|
43228
|
+
obj = Object()
|
|
43229
|
+
obj._deserialize(item)
|
|
43230
|
+
self._Objects.append(obj)
|
|
43231
|
+
memeber_set = set(params.keys())
|
|
43232
|
+
for name, value in vars(self).items():
|
|
43233
|
+
property_name = name[1:]
|
|
43234
|
+
if property_name in memeber_set:
|
|
43235
|
+
memeber_set.remove(property_name)
|
|
43236
|
+
if len(memeber_set) > 0:
|
|
43237
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
43238
|
+
|
|
43239
|
+
|
|
43240
|
+
|
|
43241
|
+
class ModifyObjectsResponse(AbstractModel):
|
|
43242
|
+
r"""ModifyObjects返回参数结构体
|
|
43243
|
+
|
|
43244
|
+
"""
|
|
43245
|
+
|
|
43246
|
+
def __init__(self):
|
|
43247
|
+
r"""
|
|
43248
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
43249
|
+
:type RequestId: str
|
|
43250
|
+
"""
|
|
43251
|
+
self._RequestId = None
|
|
43252
|
+
|
|
43253
|
+
@property
|
|
43254
|
+
def RequestId(self):
|
|
43255
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
43256
|
+
:rtype: str
|
|
43257
|
+
"""
|
|
43258
|
+
return self._RequestId
|
|
43259
|
+
|
|
43260
|
+
@RequestId.setter
|
|
43261
|
+
def RequestId(self, RequestId):
|
|
43262
|
+
self._RequestId = RequestId
|
|
43263
|
+
|
|
43264
|
+
|
|
43265
|
+
def _deserialize(self, params):
|
|
43266
|
+
self._RequestId = params.get("RequestId")
|
|
43267
|
+
|
|
43268
|
+
|
|
42380
43269
|
class ModifyOwaspRuleStatusRequest(AbstractModel):
|
|
42381
43270
|
r"""ModifyOwaspRuleStatus请求参数结构体
|
|
42382
43271
|
|
|
@@ -44946,6 +45835,87 @@ class NetworkConfig(AbstractModel):
|
|
|
44946
45835
|
|
|
44947
45836
|
|
|
44948
45837
|
|
|
45838
|
+
class Object(AbstractModel):
|
|
45839
|
+
r"""对象
|
|
45840
|
+
|
|
45841
|
+
"""
|
|
45842
|
+
|
|
45843
|
+
def __init__(self):
|
|
45844
|
+
r"""
|
|
45845
|
+
:param _ObjectId: 对象id
|
|
45846
|
+
:type ObjectId: str
|
|
45847
|
+
:param _MemberAppId: 成员appid
|
|
45848
|
+
:type MemberAppId: int
|
|
45849
|
+
:param _MemberUin: 成员uin
|
|
45850
|
+
:type MemberUin: str
|
|
45851
|
+
:param _MemberNickName: 成员昵称
|
|
45852
|
+
:type MemberNickName: str
|
|
45853
|
+
"""
|
|
45854
|
+
self._ObjectId = None
|
|
45855
|
+
self._MemberAppId = None
|
|
45856
|
+
self._MemberUin = None
|
|
45857
|
+
self._MemberNickName = None
|
|
45858
|
+
|
|
45859
|
+
@property
|
|
45860
|
+
def ObjectId(self):
|
|
45861
|
+
r"""对象id
|
|
45862
|
+
:rtype: str
|
|
45863
|
+
"""
|
|
45864
|
+
return self._ObjectId
|
|
45865
|
+
|
|
45866
|
+
@ObjectId.setter
|
|
45867
|
+
def ObjectId(self, ObjectId):
|
|
45868
|
+
self._ObjectId = ObjectId
|
|
45869
|
+
|
|
45870
|
+
@property
|
|
45871
|
+
def MemberAppId(self):
|
|
45872
|
+
r"""成员appid
|
|
45873
|
+
:rtype: int
|
|
45874
|
+
"""
|
|
45875
|
+
return self._MemberAppId
|
|
45876
|
+
|
|
45877
|
+
@MemberAppId.setter
|
|
45878
|
+
def MemberAppId(self, MemberAppId):
|
|
45879
|
+
self._MemberAppId = MemberAppId
|
|
45880
|
+
|
|
45881
|
+
@property
|
|
45882
|
+
def MemberUin(self):
|
|
45883
|
+
r"""成员uin
|
|
45884
|
+
:rtype: str
|
|
45885
|
+
"""
|
|
45886
|
+
return self._MemberUin
|
|
45887
|
+
|
|
45888
|
+
@MemberUin.setter
|
|
45889
|
+
def MemberUin(self, MemberUin):
|
|
45890
|
+
self._MemberUin = MemberUin
|
|
45891
|
+
|
|
45892
|
+
@property
|
|
45893
|
+
def MemberNickName(self):
|
|
45894
|
+
r"""成员昵称
|
|
45895
|
+
:rtype: str
|
|
45896
|
+
"""
|
|
45897
|
+
return self._MemberNickName
|
|
45898
|
+
|
|
45899
|
+
@MemberNickName.setter
|
|
45900
|
+
def MemberNickName(self, MemberNickName):
|
|
45901
|
+
self._MemberNickName = MemberNickName
|
|
45902
|
+
|
|
45903
|
+
|
|
45904
|
+
def _deserialize(self, params):
|
|
45905
|
+
self._ObjectId = params.get("ObjectId")
|
|
45906
|
+
self._MemberAppId = params.get("MemberAppId")
|
|
45907
|
+
self._MemberUin = params.get("MemberUin")
|
|
45908
|
+
self._MemberNickName = params.get("MemberNickName")
|
|
45909
|
+
memeber_set = set(params.keys())
|
|
45910
|
+
for name, value in vars(self).items():
|
|
45911
|
+
property_name = name[1:]
|
|
45912
|
+
if property_name in memeber_set:
|
|
45913
|
+
memeber_set.remove(property_name)
|
|
45914
|
+
if len(memeber_set) > 0:
|
|
45915
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
45916
|
+
|
|
45917
|
+
|
|
45918
|
+
|
|
44949
45919
|
class OwaspRule(AbstractModel):
|
|
44950
45920
|
r"""Owasp规则
|
|
44951
45921
|
|