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
|
@@ -14562,6 +14562,8 @@ class BruteAttackInfo(AbstractModel):
|
|
|
14562
14562
|
:type AttackStatusDesc: str
|
|
14563
14563
|
:param _BanExpiredTime: 阻断过期时间(仅阻断中事件有效)
|
|
14564
14564
|
:type BanExpiredTime: str
|
|
14565
|
+
:param _IPAnalyse: IP分析
|
|
14566
|
+
:type IPAnalyse: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
14565
14567
|
"""
|
|
14566
14568
|
self._Id = None
|
|
14567
14569
|
self._Uuid = None
|
|
@@ -14590,6 +14592,7 @@ class BruteAttackInfo(AbstractModel):
|
|
|
14590
14592
|
self._DataFrom = None
|
|
14591
14593
|
self._AttackStatusDesc = None
|
|
14592
14594
|
self._BanExpiredTime = None
|
|
14595
|
+
self._IPAnalyse = None
|
|
14593
14596
|
|
|
14594
14597
|
@property
|
|
14595
14598
|
def Id(self):
|
|
@@ -14900,6 +14903,17 @@ class BruteAttackInfo(AbstractModel):
|
|
|
14900
14903
|
def BanExpiredTime(self, BanExpiredTime):
|
|
14901
14904
|
self._BanExpiredTime = BanExpiredTime
|
|
14902
14905
|
|
|
14906
|
+
@property
|
|
14907
|
+
def IPAnalyse(self):
|
|
14908
|
+
r"""IP分析
|
|
14909
|
+
:rtype: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
14910
|
+
"""
|
|
14911
|
+
return self._IPAnalyse
|
|
14912
|
+
|
|
14913
|
+
@IPAnalyse.setter
|
|
14914
|
+
def IPAnalyse(self, IPAnalyse):
|
|
14915
|
+
self._IPAnalyse = IPAnalyse
|
|
14916
|
+
|
|
14903
14917
|
|
|
14904
14918
|
def _deserialize(self, params):
|
|
14905
14919
|
self._Id = params.get("Id")
|
|
@@ -14931,6 +14945,9 @@ class BruteAttackInfo(AbstractModel):
|
|
|
14931
14945
|
self._DataFrom = params.get("DataFrom")
|
|
14932
14946
|
self._AttackStatusDesc = params.get("AttackStatusDesc")
|
|
14933
14947
|
self._BanExpiredTime = params.get("BanExpiredTime")
|
|
14948
|
+
if params.get("IPAnalyse") is not None:
|
|
14949
|
+
self._IPAnalyse = IPAnalyse()
|
|
14950
|
+
self._IPAnalyse._deserialize(params.get("IPAnalyse"))
|
|
14934
14951
|
memeber_set = set(params.keys())
|
|
14935
14952
|
for name, value in vars(self).items():
|
|
14936
14953
|
property_name = name[1:]
|
|
@@ -15681,70 +15698,6 @@ class CanNotSeparateInfo(AbstractModel):
|
|
|
15681
15698
|
|
|
15682
15699
|
|
|
15683
15700
|
|
|
15684
|
-
class CancelIgnoreVulRequest(AbstractModel):
|
|
15685
|
-
r"""CancelIgnoreVul请求参数结构体
|
|
15686
|
-
|
|
15687
|
-
"""
|
|
15688
|
-
|
|
15689
|
-
def __init__(self):
|
|
15690
|
-
r"""
|
|
15691
|
-
:param _EventIds: 漏洞事件id串,多个用英文逗号分隔
|
|
15692
|
-
:type EventIds: str
|
|
15693
|
-
"""
|
|
15694
|
-
self._EventIds = None
|
|
15695
|
-
|
|
15696
|
-
@property
|
|
15697
|
-
def EventIds(self):
|
|
15698
|
-
r"""漏洞事件id串,多个用英文逗号分隔
|
|
15699
|
-
:rtype: str
|
|
15700
|
-
"""
|
|
15701
|
-
return self._EventIds
|
|
15702
|
-
|
|
15703
|
-
@EventIds.setter
|
|
15704
|
-
def EventIds(self, EventIds):
|
|
15705
|
-
self._EventIds = EventIds
|
|
15706
|
-
|
|
15707
|
-
|
|
15708
|
-
def _deserialize(self, params):
|
|
15709
|
-
self._EventIds = params.get("EventIds")
|
|
15710
|
-
memeber_set = set(params.keys())
|
|
15711
|
-
for name, value in vars(self).items():
|
|
15712
|
-
property_name = name[1:]
|
|
15713
|
-
if property_name in memeber_set:
|
|
15714
|
-
memeber_set.remove(property_name)
|
|
15715
|
-
if len(memeber_set) > 0:
|
|
15716
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
class CancelIgnoreVulResponse(AbstractModel):
|
|
15721
|
-
r"""CancelIgnoreVul返回参数结构体
|
|
15722
|
-
|
|
15723
|
-
"""
|
|
15724
|
-
|
|
15725
|
-
def __init__(self):
|
|
15726
|
-
r"""
|
|
15727
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15728
|
-
:type RequestId: str
|
|
15729
|
-
"""
|
|
15730
|
-
self._RequestId = None
|
|
15731
|
-
|
|
15732
|
-
@property
|
|
15733
|
-
def RequestId(self):
|
|
15734
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15735
|
-
:rtype: str
|
|
15736
|
-
"""
|
|
15737
|
-
return self._RequestId
|
|
15738
|
-
|
|
15739
|
-
@RequestId.setter
|
|
15740
|
-
def RequestId(self, RequestId):
|
|
15741
|
-
self._RequestId = RequestId
|
|
15742
|
-
|
|
15743
|
-
|
|
15744
|
-
def _deserialize(self, params):
|
|
15745
|
-
self._RequestId = params.get("RequestId")
|
|
15746
|
-
|
|
15747
|
-
|
|
15748
15701
|
class ChangeRuleEventsIgnoreStatusRequest(AbstractModel):
|
|
15749
15702
|
r"""ChangeRuleEventsIgnoreStatus请求参数结构体
|
|
15750
15703
|
|
|
@@ -18882,27 +18835,19 @@ class CreateVulFixTaskQuuids(AbstractModel):
|
|
|
18882
18835
|
|
|
18883
18836
|
def __init__(self):
|
|
18884
18837
|
r"""
|
|
18885
|
-
:param _VulId: 漏洞id
|
|
18886
|
-
:type VulId: int
|
|
18887
18838
|
:param _Quuids: 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。
|
|
18888
18839
|
:type Quuids: list of str
|
|
18840
|
+
:param _VulId: 漏洞id
|
|
18841
|
+
:type VulId: int
|
|
18889
18842
|
:param _FixMethod: 修复方式 0组件更新或者安装补丁,1禁用服务
|
|
18890
18843
|
:type FixMethod: int
|
|
18844
|
+
:param _KbId: kb id
|
|
18845
|
+
:type KbId: int
|
|
18891
18846
|
"""
|
|
18892
|
-
self._VulId = None
|
|
18893
18847
|
self._Quuids = None
|
|
18848
|
+
self._VulId = None
|
|
18894
18849
|
self._FixMethod = None
|
|
18895
|
-
|
|
18896
|
-
@property
|
|
18897
|
-
def VulId(self):
|
|
18898
|
-
r"""漏洞id
|
|
18899
|
-
:rtype: int
|
|
18900
|
-
"""
|
|
18901
|
-
return self._VulId
|
|
18902
|
-
|
|
18903
|
-
@VulId.setter
|
|
18904
|
-
def VulId(self, VulId):
|
|
18905
|
-
self._VulId = VulId
|
|
18850
|
+
self._KbId = None
|
|
18906
18851
|
|
|
18907
18852
|
@property
|
|
18908
18853
|
def Quuids(self):
|
|
@@ -18915,6 +18860,17 @@ class CreateVulFixTaskQuuids(AbstractModel):
|
|
|
18915
18860
|
def Quuids(self, Quuids):
|
|
18916
18861
|
self._Quuids = Quuids
|
|
18917
18862
|
|
|
18863
|
+
@property
|
|
18864
|
+
def VulId(self):
|
|
18865
|
+
r"""漏洞id
|
|
18866
|
+
:rtype: int
|
|
18867
|
+
"""
|
|
18868
|
+
return self._VulId
|
|
18869
|
+
|
|
18870
|
+
@VulId.setter
|
|
18871
|
+
def VulId(self, VulId):
|
|
18872
|
+
self._VulId = VulId
|
|
18873
|
+
|
|
18918
18874
|
@property
|
|
18919
18875
|
def FixMethod(self):
|
|
18920
18876
|
r"""修复方式 0组件更新或者安装补丁,1禁用服务
|
|
@@ -18926,11 +18882,23 @@ class CreateVulFixTaskQuuids(AbstractModel):
|
|
|
18926
18882
|
def FixMethod(self, FixMethod):
|
|
18927
18883
|
self._FixMethod = FixMethod
|
|
18928
18884
|
|
|
18885
|
+
@property
|
|
18886
|
+
def KbId(self):
|
|
18887
|
+
r"""kb id
|
|
18888
|
+
:rtype: int
|
|
18889
|
+
"""
|
|
18890
|
+
return self._KbId
|
|
18891
|
+
|
|
18892
|
+
@KbId.setter
|
|
18893
|
+
def KbId(self, KbId):
|
|
18894
|
+
self._KbId = KbId
|
|
18895
|
+
|
|
18929
18896
|
|
|
18930
18897
|
def _deserialize(self, params):
|
|
18931
|
-
self._VulId = params.get("VulId")
|
|
18932
18898
|
self._Quuids = params.get("Quuids")
|
|
18899
|
+
self._VulId = params.get("VulId")
|
|
18933
18900
|
self._FixMethod = params.get("FixMethod")
|
|
18901
|
+
self._KbId = params.get("KbId")
|
|
18934
18902
|
memeber_set = set(params.keys())
|
|
18935
18903
|
for name, value in vars(self).items():
|
|
18936
18904
|
property_name = name[1:]
|
|
@@ -30406,135 +30374,6 @@ class DescribeAttackVulTypeListResponse(AbstractModel):
|
|
|
30406
30374
|
self._RequestId = params.get("RequestId")
|
|
30407
30375
|
|
|
30408
30376
|
|
|
30409
|
-
class DescribeAvailableExpertServiceDetailRequest(AbstractModel):
|
|
30410
|
-
r"""DescribeAvailableExpertServiceDetail请求参数结构体
|
|
30411
|
-
|
|
30412
|
-
"""
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
class DescribeAvailableExpertServiceDetailResponse(AbstractModel):
|
|
30416
|
-
r"""DescribeAvailableExpertServiceDetail返回参数结构体
|
|
30417
|
-
|
|
30418
|
-
"""
|
|
30419
|
-
|
|
30420
|
-
def __init__(self):
|
|
30421
|
-
r"""
|
|
30422
|
-
:param _ExpertService: 安全管家订单
|
|
30423
|
-
:type ExpertService: list of ExpertServiceOrderInfo
|
|
30424
|
-
:param _EmergencyResponse: 应急响应可用次数
|
|
30425
|
-
:type EmergencyResponse: int
|
|
30426
|
-
:param _ProtectNet: 旗舰护网可用次数
|
|
30427
|
-
:type ProtectNet: int
|
|
30428
|
-
:param _ExpertServiceBuy: 是否购买过安全管家
|
|
30429
|
-
:type ExpertServiceBuy: bool
|
|
30430
|
-
:param _EmergencyResponseBuy: 是否购买过应急响应
|
|
30431
|
-
:type EmergencyResponseBuy: bool
|
|
30432
|
-
:param _ProtectNetBuy: 是否购买过旗舰护网
|
|
30433
|
-
:type ProtectNetBuy: bool
|
|
30434
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
30435
|
-
:type RequestId: str
|
|
30436
|
-
"""
|
|
30437
|
-
self._ExpertService = None
|
|
30438
|
-
self._EmergencyResponse = None
|
|
30439
|
-
self._ProtectNet = None
|
|
30440
|
-
self._ExpertServiceBuy = None
|
|
30441
|
-
self._EmergencyResponseBuy = None
|
|
30442
|
-
self._ProtectNetBuy = None
|
|
30443
|
-
self._RequestId = None
|
|
30444
|
-
|
|
30445
|
-
@property
|
|
30446
|
-
def ExpertService(self):
|
|
30447
|
-
r"""安全管家订单
|
|
30448
|
-
:rtype: list of ExpertServiceOrderInfo
|
|
30449
|
-
"""
|
|
30450
|
-
return self._ExpertService
|
|
30451
|
-
|
|
30452
|
-
@ExpertService.setter
|
|
30453
|
-
def ExpertService(self, ExpertService):
|
|
30454
|
-
self._ExpertService = ExpertService
|
|
30455
|
-
|
|
30456
|
-
@property
|
|
30457
|
-
def EmergencyResponse(self):
|
|
30458
|
-
r"""应急响应可用次数
|
|
30459
|
-
:rtype: int
|
|
30460
|
-
"""
|
|
30461
|
-
return self._EmergencyResponse
|
|
30462
|
-
|
|
30463
|
-
@EmergencyResponse.setter
|
|
30464
|
-
def EmergencyResponse(self, EmergencyResponse):
|
|
30465
|
-
self._EmergencyResponse = EmergencyResponse
|
|
30466
|
-
|
|
30467
|
-
@property
|
|
30468
|
-
def ProtectNet(self):
|
|
30469
|
-
r"""旗舰护网可用次数
|
|
30470
|
-
:rtype: int
|
|
30471
|
-
"""
|
|
30472
|
-
return self._ProtectNet
|
|
30473
|
-
|
|
30474
|
-
@ProtectNet.setter
|
|
30475
|
-
def ProtectNet(self, ProtectNet):
|
|
30476
|
-
self._ProtectNet = ProtectNet
|
|
30477
|
-
|
|
30478
|
-
@property
|
|
30479
|
-
def ExpertServiceBuy(self):
|
|
30480
|
-
r"""是否购买过安全管家
|
|
30481
|
-
:rtype: bool
|
|
30482
|
-
"""
|
|
30483
|
-
return self._ExpertServiceBuy
|
|
30484
|
-
|
|
30485
|
-
@ExpertServiceBuy.setter
|
|
30486
|
-
def ExpertServiceBuy(self, ExpertServiceBuy):
|
|
30487
|
-
self._ExpertServiceBuy = ExpertServiceBuy
|
|
30488
|
-
|
|
30489
|
-
@property
|
|
30490
|
-
def EmergencyResponseBuy(self):
|
|
30491
|
-
r"""是否购买过应急响应
|
|
30492
|
-
:rtype: bool
|
|
30493
|
-
"""
|
|
30494
|
-
return self._EmergencyResponseBuy
|
|
30495
|
-
|
|
30496
|
-
@EmergencyResponseBuy.setter
|
|
30497
|
-
def EmergencyResponseBuy(self, EmergencyResponseBuy):
|
|
30498
|
-
self._EmergencyResponseBuy = EmergencyResponseBuy
|
|
30499
|
-
|
|
30500
|
-
@property
|
|
30501
|
-
def ProtectNetBuy(self):
|
|
30502
|
-
r"""是否购买过旗舰护网
|
|
30503
|
-
:rtype: bool
|
|
30504
|
-
"""
|
|
30505
|
-
return self._ProtectNetBuy
|
|
30506
|
-
|
|
30507
|
-
@ProtectNetBuy.setter
|
|
30508
|
-
def ProtectNetBuy(self, ProtectNetBuy):
|
|
30509
|
-
self._ProtectNetBuy = ProtectNetBuy
|
|
30510
|
-
|
|
30511
|
-
@property
|
|
30512
|
-
def RequestId(self):
|
|
30513
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
30514
|
-
:rtype: str
|
|
30515
|
-
"""
|
|
30516
|
-
return self._RequestId
|
|
30517
|
-
|
|
30518
|
-
@RequestId.setter
|
|
30519
|
-
def RequestId(self, RequestId):
|
|
30520
|
-
self._RequestId = RequestId
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
def _deserialize(self, params):
|
|
30524
|
-
if params.get("ExpertService") is not None:
|
|
30525
|
-
self._ExpertService = []
|
|
30526
|
-
for item in params.get("ExpertService"):
|
|
30527
|
-
obj = ExpertServiceOrderInfo()
|
|
30528
|
-
obj._deserialize(item)
|
|
30529
|
-
self._ExpertService.append(obj)
|
|
30530
|
-
self._EmergencyResponse = params.get("EmergencyResponse")
|
|
30531
|
-
self._ProtectNet = params.get("ProtectNet")
|
|
30532
|
-
self._ExpertServiceBuy = params.get("ExpertServiceBuy")
|
|
30533
|
-
self._EmergencyResponseBuy = params.get("EmergencyResponseBuy")
|
|
30534
|
-
self._ProtectNetBuy = params.get("ProtectNetBuy")
|
|
30535
|
-
self._RequestId = params.get("RequestId")
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
30377
|
class DescribeBanModeRequest(AbstractModel):
|
|
30539
30378
|
r"""DescribeBanMode请求参数结构体
|
|
30540
30379
|
|
|
@@ -36985,174 +36824,6 @@ class DescribeESAggregationsResponse(AbstractModel):
|
|
|
36985
36824
|
self._RequestId = params.get("RequestId")
|
|
36986
36825
|
|
|
36987
36826
|
|
|
36988
|
-
class DescribeEmergencyResponseListRequest(AbstractModel):
|
|
36989
|
-
r"""DescribeEmergencyResponseList请求参数结构体
|
|
36990
|
-
|
|
36991
|
-
"""
|
|
36992
|
-
|
|
36993
|
-
def __init__(self):
|
|
36994
|
-
r"""
|
|
36995
|
-
:param _Filters: 过滤条件。
|
|
36996
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
36997
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
36998
|
-
:type Filters: list of Filters
|
|
36999
|
-
:param _Limit: 需要返回的数量,最大值为100
|
|
37000
|
-
:type Limit: int
|
|
37001
|
-
:param _Offset: 排序步长
|
|
37002
|
-
:type Offset: int
|
|
37003
|
-
:param _Order: 排序方法
|
|
37004
|
-
:type Order: str
|
|
37005
|
-
:param _By: 排序字段 StartTime,EndTime
|
|
37006
|
-
:type By: str
|
|
37007
|
-
"""
|
|
37008
|
-
self._Filters = None
|
|
37009
|
-
self._Limit = None
|
|
37010
|
-
self._Offset = None
|
|
37011
|
-
self._Order = None
|
|
37012
|
-
self._By = None
|
|
37013
|
-
|
|
37014
|
-
@property
|
|
37015
|
-
def Filters(self):
|
|
37016
|
-
r"""过滤条件。
|
|
37017
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
37018
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
37019
|
-
:rtype: list of Filters
|
|
37020
|
-
"""
|
|
37021
|
-
return self._Filters
|
|
37022
|
-
|
|
37023
|
-
@Filters.setter
|
|
37024
|
-
def Filters(self, Filters):
|
|
37025
|
-
self._Filters = Filters
|
|
37026
|
-
|
|
37027
|
-
@property
|
|
37028
|
-
def Limit(self):
|
|
37029
|
-
r"""需要返回的数量,最大值为100
|
|
37030
|
-
:rtype: int
|
|
37031
|
-
"""
|
|
37032
|
-
return self._Limit
|
|
37033
|
-
|
|
37034
|
-
@Limit.setter
|
|
37035
|
-
def Limit(self, Limit):
|
|
37036
|
-
self._Limit = Limit
|
|
37037
|
-
|
|
37038
|
-
@property
|
|
37039
|
-
def Offset(self):
|
|
37040
|
-
r"""排序步长
|
|
37041
|
-
:rtype: int
|
|
37042
|
-
"""
|
|
37043
|
-
return self._Offset
|
|
37044
|
-
|
|
37045
|
-
@Offset.setter
|
|
37046
|
-
def Offset(self, Offset):
|
|
37047
|
-
self._Offset = Offset
|
|
37048
|
-
|
|
37049
|
-
@property
|
|
37050
|
-
def Order(self):
|
|
37051
|
-
r"""排序方法
|
|
37052
|
-
:rtype: str
|
|
37053
|
-
"""
|
|
37054
|
-
return self._Order
|
|
37055
|
-
|
|
37056
|
-
@Order.setter
|
|
37057
|
-
def Order(self, Order):
|
|
37058
|
-
self._Order = Order
|
|
37059
|
-
|
|
37060
|
-
@property
|
|
37061
|
-
def By(self):
|
|
37062
|
-
r"""排序字段 StartTime,EndTime
|
|
37063
|
-
:rtype: str
|
|
37064
|
-
"""
|
|
37065
|
-
return self._By
|
|
37066
|
-
|
|
37067
|
-
@By.setter
|
|
37068
|
-
def By(self, By):
|
|
37069
|
-
self._By = By
|
|
37070
|
-
|
|
37071
|
-
|
|
37072
|
-
def _deserialize(self, params):
|
|
37073
|
-
if params.get("Filters") is not None:
|
|
37074
|
-
self._Filters = []
|
|
37075
|
-
for item in params.get("Filters"):
|
|
37076
|
-
obj = Filters()
|
|
37077
|
-
obj._deserialize(item)
|
|
37078
|
-
self._Filters.append(obj)
|
|
37079
|
-
self._Limit = params.get("Limit")
|
|
37080
|
-
self._Offset = params.get("Offset")
|
|
37081
|
-
self._Order = params.get("Order")
|
|
37082
|
-
self._By = params.get("By")
|
|
37083
|
-
memeber_set = set(params.keys())
|
|
37084
|
-
for name, value in vars(self).items():
|
|
37085
|
-
property_name = name[1:]
|
|
37086
|
-
if property_name in memeber_set:
|
|
37087
|
-
memeber_set.remove(property_name)
|
|
37088
|
-
if len(memeber_set) > 0:
|
|
37089
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
37090
|
-
|
|
37091
|
-
|
|
37092
|
-
|
|
37093
|
-
class DescribeEmergencyResponseListResponse(AbstractModel):
|
|
37094
|
-
r"""DescribeEmergencyResponseList返回参数结构体
|
|
37095
|
-
|
|
37096
|
-
"""
|
|
37097
|
-
|
|
37098
|
-
def __init__(self):
|
|
37099
|
-
r"""
|
|
37100
|
-
:param _TotalCount: 总条数
|
|
37101
|
-
:type TotalCount: int
|
|
37102
|
-
:param _List: 应急响应列表
|
|
37103
|
-
:type List: list of EmergencyResponseInfo
|
|
37104
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37105
|
-
:type RequestId: str
|
|
37106
|
-
"""
|
|
37107
|
-
self._TotalCount = None
|
|
37108
|
-
self._List = None
|
|
37109
|
-
self._RequestId = None
|
|
37110
|
-
|
|
37111
|
-
@property
|
|
37112
|
-
def TotalCount(self):
|
|
37113
|
-
r"""总条数
|
|
37114
|
-
:rtype: int
|
|
37115
|
-
"""
|
|
37116
|
-
return self._TotalCount
|
|
37117
|
-
|
|
37118
|
-
@TotalCount.setter
|
|
37119
|
-
def TotalCount(self, TotalCount):
|
|
37120
|
-
self._TotalCount = TotalCount
|
|
37121
|
-
|
|
37122
|
-
@property
|
|
37123
|
-
def List(self):
|
|
37124
|
-
r"""应急响应列表
|
|
37125
|
-
:rtype: list of EmergencyResponseInfo
|
|
37126
|
-
"""
|
|
37127
|
-
return self._List
|
|
37128
|
-
|
|
37129
|
-
@List.setter
|
|
37130
|
-
def List(self, List):
|
|
37131
|
-
self._List = List
|
|
37132
|
-
|
|
37133
|
-
@property
|
|
37134
|
-
def RequestId(self):
|
|
37135
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37136
|
-
:rtype: str
|
|
37137
|
-
"""
|
|
37138
|
-
return self._RequestId
|
|
37139
|
-
|
|
37140
|
-
@RequestId.setter
|
|
37141
|
-
def RequestId(self, RequestId):
|
|
37142
|
-
self._RequestId = RequestId
|
|
37143
|
-
|
|
37144
|
-
|
|
37145
|
-
def _deserialize(self, params):
|
|
37146
|
-
self._TotalCount = params.get("TotalCount")
|
|
37147
|
-
if params.get("List") is not None:
|
|
37148
|
-
self._List = []
|
|
37149
|
-
for item in params.get("List"):
|
|
37150
|
-
obj = EmergencyResponseInfo()
|
|
37151
|
-
obj._deserialize(item)
|
|
37152
|
-
self._List.append(obj)
|
|
37153
|
-
self._RequestId = params.get("RequestId")
|
|
37154
|
-
|
|
37155
|
-
|
|
37156
36827
|
class DescribeEmergencyVulListRequest(AbstractModel):
|
|
37157
36828
|
r"""DescribeEmergencyVulList请求参数结构体
|
|
37158
36829
|
|
|
@@ -37466,308 +37137,6 @@ class DescribeEventByTableResponse(AbstractModel):
|
|
|
37466
37137
|
self._RequestId = params.get("RequestId")
|
|
37467
37138
|
|
|
37468
37139
|
|
|
37469
|
-
class DescribeExpertServiceListRequest(AbstractModel):
|
|
37470
|
-
r"""DescribeExpertServiceList请求参数结构体
|
|
37471
|
-
|
|
37472
|
-
"""
|
|
37473
|
-
|
|
37474
|
-
def __init__(self):
|
|
37475
|
-
r"""
|
|
37476
|
-
:param _Filters: 过滤条件。
|
|
37477
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
37478
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
37479
|
-
:type Filters: list of Filters
|
|
37480
|
-
:param _Limit: 需要返回的数量,最大值为100
|
|
37481
|
-
:type Limit: int
|
|
37482
|
-
:param _Offset: 排序步长
|
|
37483
|
-
:type Offset: int
|
|
37484
|
-
:param _Order: 排序方法
|
|
37485
|
-
:type Order: str
|
|
37486
|
-
:param _By: 排序字段 StartTime,EndTime
|
|
37487
|
-
:type By: str
|
|
37488
|
-
"""
|
|
37489
|
-
self._Filters = None
|
|
37490
|
-
self._Limit = None
|
|
37491
|
-
self._Offset = None
|
|
37492
|
-
self._Order = None
|
|
37493
|
-
self._By = None
|
|
37494
|
-
|
|
37495
|
-
@property
|
|
37496
|
-
def Filters(self):
|
|
37497
|
-
r"""过滤条件。
|
|
37498
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
37499
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
37500
|
-
:rtype: list of Filters
|
|
37501
|
-
"""
|
|
37502
|
-
return self._Filters
|
|
37503
|
-
|
|
37504
|
-
@Filters.setter
|
|
37505
|
-
def Filters(self, Filters):
|
|
37506
|
-
self._Filters = Filters
|
|
37507
|
-
|
|
37508
|
-
@property
|
|
37509
|
-
def Limit(self):
|
|
37510
|
-
r"""需要返回的数量,最大值为100
|
|
37511
|
-
:rtype: int
|
|
37512
|
-
"""
|
|
37513
|
-
return self._Limit
|
|
37514
|
-
|
|
37515
|
-
@Limit.setter
|
|
37516
|
-
def Limit(self, Limit):
|
|
37517
|
-
self._Limit = Limit
|
|
37518
|
-
|
|
37519
|
-
@property
|
|
37520
|
-
def Offset(self):
|
|
37521
|
-
r"""排序步长
|
|
37522
|
-
:rtype: int
|
|
37523
|
-
"""
|
|
37524
|
-
return self._Offset
|
|
37525
|
-
|
|
37526
|
-
@Offset.setter
|
|
37527
|
-
def Offset(self, Offset):
|
|
37528
|
-
self._Offset = Offset
|
|
37529
|
-
|
|
37530
|
-
@property
|
|
37531
|
-
def Order(self):
|
|
37532
|
-
r"""排序方法
|
|
37533
|
-
:rtype: str
|
|
37534
|
-
"""
|
|
37535
|
-
return self._Order
|
|
37536
|
-
|
|
37537
|
-
@Order.setter
|
|
37538
|
-
def Order(self, Order):
|
|
37539
|
-
self._Order = Order
|
|
37540
|
-
|
|
37541
|
-
@property
|
|
37542
|
-
def By(self):
|
|
37543
|
-
r"""排序字段 StartTime,EndTime
|
|
37544
|
-
:rtype: str
|
|
37545
|
-
"""
|
|
37546
|
-
return self._By
|
|
37547
|
-
|
|
37548
|
-
@By.setter
|
|
37549
|
-
def By(self, By):
|
|
37550
|
-
self._By = By
|
|
37551
|
-
|
|
37552
|
-
|
|
37553
|
-
def _deserialize(self, params):
|
|
37554
|
-
if params.get("Filters") is not None:
|
|
37555
|
-
self._Filters = []
|
|
37556
|
-
for item in params.get("Filters"):
|
|
37557
|
-
obj = Filters()
|
|
37558
|
-
obj._deserialize(item)
|
|
37559
|
-
self._Filters.append(obj)
|
|
37560
|
-
self._Limit = params.get("Limit")
|
|
37561
|
-
self._Offset = params.get("Offset")
|
|
37562
|
-
self._Order = params.get("Order")
|
|
37563
|
-
self._By = params.get("By")
|
|
37564
|
-
memeber_set = set(params.keys())
|
|
37565
|
-
for name, value in vars(self).items():
|
|
37566
|
-
property_name = name[1:]
|
|
37567
|
-
if property_name in memeber_set:
|
|
37568
|
-
memeber_set.remove(property_name)
|
|
37569
|
-
if len(memeber_set) > 0:
|
|
37570
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
37571
|
-
|
|
37572
|
-
|
|
37573
|
-
|
|
37574
|
-
class DescribeExpertServiceListResponse(AbstractModel):
|
|
37575
|
-
r"""DescribeExpertServiceList返回参数结构体
|
|
37576
|
-
|
|
37577
|
-
"""
|
|
37578
|
-
|
|
37579
|
-
def __init__(self):
|
|
37580
|
-
r"""
|
|
37581
|
-
:param _TotalCount: 总条数
|
|
37582
|
-
:type TotalCount: int
|
|
37583
|
-
:param _List: 安全管家数据
|
|
37584
|
-
:type List: list of SecurityButlerInfo
|
|
37585
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37586
|
-
:type RequestId: str
|
|
37587
|
-
"""
|
|
37588
|
-
self._TotalCount = None
|
|
37589
|
-
self._List = None
|
|
37590
|
-
self._RequestId = None
|
|
37591
|
-
|
|
37592
|
-
@property
|
|
37593
|
-
def TotalCount(self):
|
|
37594
|
-
r"""总条数
|
|
37595
|
-
:rtype: int
|
|
37596
|
-
"""
|
|
37597
|
-
return self._TotalCount
|
|
37598
|
-
|
|
37599
|
-
@TotalCount.setter
|
|
37600
|
-
def TotalCount(self, TotalCount):
|
|
37601
|
-
self._TotalCount = TotalCount
|
|
37602
|
-
|
|
37603
|
-
@property
|
|
37604
|
-
def List(self):
|
|
37605
|
-
r"""安全管家数据
|
|
37606
|
-
:rtype: list of SecurityButlerInfo
|
|
37607
|
-
"""
|
|
37608
|
-
return self._List
|
|
37609
|
-
|
|
37610
|
-
@List.setter
|
|
37611
|
-
def List(self, List):
|
|
37612
|
-
self._List = List
|
|
37613
|
-
|
|
37614
|
-
@property
|
|
37615
|
-
def RequestId(self):
|
|
37616
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37617
|
-
:rtype: str
|
|
37618
|
-
"""
|
|
37619
|
-
return self._RequestId
|
|
37620
|
-
|
|
37621
|
-
@RequestId.setter
|
|
37622
|
-
def RequestId(self, RequestId):
|
|
37623
|
-
self._RequestId = RequestId
|
|
37624
|
-
|
|
37625
|
-
|
|
37626
|
-
def _deserialize(self, params):
|
|
37627
|
-
self._TotalCount = params.get("TotalCount")
|
|
37628
|
-
if params.get("List") is not None:
|
|
37629
|
-
self._List = []
|
|
37630
|
-
for item in params.get("List"):
|
|
37631
|
-
obj = SecurityButlerInfo()
|
|
37632
|
-
obj._deserialize(item)
|
|
37633
|
-
self._List.append(obj)
|
|
37634
|
-
self._RequestId = params.get("RequestId")
|
|
37635
|
-
|
|
37636
|
-
|
|
37637
|
-
class DescribeExpertServiceOrderListRequest(AbstractModel):
|
|
37638
|
-
r"""DescribeExpertServiceOrderList请求参数结构体
|
|
37639
|
-
|
|
37640
|
-
"""
|
|
37641
|
-
|
|
37642
|
-
def __init__(self):
|
|
37643
|
-
r"""
|
|
37644
|
-
:param _Filters: <li>InquireType- String - 是否必填:否 - 订单类型过滤,</li>
|
|
37645
|
-
:type Filters: list of Filters
|
|
37646
|
-
:param _Limit: 分页条数 最大100条
|
|
37647
|
-
:type Limit: int
|
|
37648
|
-
:param _Offset: 分页步长
|
|
37649
|
-
:type Offset: int
|
|
37650
|
-
"""
|
|
37651
|
-
self._Filters = None
|
|
37652
|
-
self._Limit = None
|
|
37653
|
-
self._Offset = None
|
|
37654
|
-
|
|
37655
|
-
@property
|
|
37656
|
-
def Filters(self):
|
|
37657
|
-
r"""<li>InquireType- String - 是否必填:否 - 订单类型过滤,</li>
|
|
37658
|
-
:rtype: list of Filters
|
|
37659
|
-
"""
|
|
37660
|
-
return self._Filters
|
|
37661
|
-
|
|
37662
|
-
@Filters.setter
|
|
37663
|
-
def Filters(self, Filters):
|
|
37664
|
-
self._Filters = Filters
|
|
37665
|
-
|
|
37666
|
-
@property
|
|
37667
|
-
def Limit(self):
|
|
37668
|
-
r"""分页条数 最大100条
|
|
37669
|
-
:rtype: int
|
|
37670
|
-
"""
|
|
37671
|
-
return self._Limit
|
|
37672
|
-
|
|
37673
|
-
@Limit.setter
|
|
37674
|
-
def Limit(self, Limit):
|
|
37675
|
-
self._Limit = Limit
|
|
37676
|
-
|
|
37677
|
-
@property
|
|
37678
|
-
def Offset(self):
|
|
37679
|
-
r"""分页步长
|
|
37680
|
-
:rtype: int
|
|
37681
|
-
"""
|
|
37682
|
-
return self._Offset
|
|
37683
|
-
|
|
37684
|
-
@Offset.setter
|
|
37685
|
-
def Offset(self, Offset):
|
|
37686
|
-
self._Offset = Offset
|
|
37687
|
-
|
|
37688
|
-
|
|
37689
|
-
def _deserialize(self, params):
|
|
37690
|
-
if params.get("Filters") is not None:
|
|
37691
|
-
self._Filters = []
|
|
37692
|
-
for item in params.get("Filters"):
|
|
37693
|
-
obj = Filters()
|
|
37694
|
-
obj._deserialize(item)
|
|
37695
|
-
self._Filters.append(obj)
|
|
37696
|
-
self._Limit = params.get("Limit")
|
|
37697
|
-
self._Offset = params.get("Offset")
|
|
37698
|
-
memeber_set = set(params.keys())
|
|
37699
|
-
for name, value in vars(self).items():
|
|
37700
|
-
property_name = name[1:]
|
|
37701
|
-
if property_name in memeber_set:
|
|
37702
|
-
memeber_set.remove(property_name)
|
|
37703
|
-
if len(memeber_set) > 0:
|
|
37704
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
37705
|
-
|
|
37706
|
-
|
|
37707
|
-
|
|
37708
|
-
class DescribeExpertServiceOrderListResponse(AbstractModel):
|
|
37709
|
-
r"""DescribeExpertServiceOrderList返回参数结构体
|
|
37710
|
-
|
|
37711
|
-
"""
|
|
37712
|
-
|
|
37713
|
-
def __init__(self):
|
|
37714
|
-
r"""
|
|
37715
|
-
:param _TotalCount: 总条数
|
|
37716
|
-
:type TotalCount: int
|
|
37717
|
-
:param _List: 订单列表
|
|
37718
|
-
:type List: list of ExpertServiceOrderInfo
|
|
37719
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37720
|
-
:type RequestId: str
|
|
37721
|
-
"""
|
|
37722
|
-
self._TotalCount = None
|
|
37723
|
-
self._List = None
|
|
37724
|
-
self._RequestId = None
|
|
37725
|
-
|
|
37726
|
-
@property
|
|
37727
|
-
def TotalCount(self):
|
|
37728
|
-
r"""总条数
|
|
37729
|
-
:rtype: int
|
|
37730
|
-
"""
|
|
37731
|
-
return self._TotalCount
|
|
37732
|
-
|
|
37733
|
-
@TotalCount.setter
|
|
37734
|
-
def TotalCount(self, TotalCount):
|
|
37735
|
-
self._TotalCount = TotalCount
|
|
37736
|
-
|
|
37737
|
-
@property
|
|
37738
|
-
def List(self):
|
|
37739
|
-
r"""订单列表
|
|
37740
|
-
:rtype: list of ExpertServiceOrderInfo
|
|
37741
|
-
"""
|
|
37742
|
-
return self._List
|
|
37743
|
-
|
|
37744
|
-
@List.setter
|
|
37745
|
-
def List(self, List):
|
|
37746
|
-
self._List = List
|
|
37747
|
-
|
|
37748
|
-
@property
|
|
37749
|
-
def RequestId(self):
|
|
37750
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
37751
|
-
:rtype: str
|
|
37752
|
-
"""
|
|
37753
|
-
return self._RequestId
|
|
37754
|
-
|
|
37755
|
-
@RequestId.setter
|
|
37756
|
-
def RequestId(self, RequestId):
|
|
37757
|
-
self._RequestId = RequestId
|
|
37758
|
-
|
|
37759
|
-
|
|
37760
|
-
def _deserialize(self, params):
|
|
37761
|
-
self._TotalCount = params.get("TotalCount")
|
|
37762
|
-
if params.get("List") is not None:
|
|
37763
|
-
self._List = []
|
|
37764
|
-
for item in params.get("List"):
|
|
37765
|
-
obj = ExpertServiceOrderInfo()
|
|
37766
|
-
obj._deserialize(item)
|
|
37767
|
-
self._List.append(obj)
|
|
37768
|
-
self._RequestId = params.get("RequestId")
|
|
37769
|
-
|
|
37770
|
-
|
|
37771
37140
|
class DescribeExportMachinesRequest(AbstractModel):
|
|
37772
37141
|
r"""DescribeExportMachines请求参数结构体
|
|
37773
37142
|
|
|
@@ -41134,6 +40503,8 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
|
41134
40503
|
:type AutoBindRaspSwitch: bool
|
|
41135
40504
|
:param _AutoOpenRaspSwitch: 是否自动新增机器开启rasp防护,false 关闭 true 开启
|
|
41136
40505
|
:type AutoOpenRaspSwitch: bool
|
|
40506
|
+
:param _AutoDowngradeSwitch: 是否自动缩容开关开启
|
|
40507
|
+
:type AutoDowngradeSwitch: bool
|
|
41137
40508
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41138
40509
|
:type RequestId: str
|
|
41139
40510
|
"""
|
|
@@ -41158,6 +40529,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
|
41158
40529
|
self._RepurchaseRenewSwitch = None
|
|
41159
40530
|
self._AutoBindRaspSwitch = None
|
|
41160
40531
|
self._AutoOpenRaspSwitch = None
|
|
40532
|
+
self._AutoDowngradeSwitch = None
|
|
41161
40533
|
self._RequestId = None
|
|
41162
40534
|
|
|
41163
40535
|
@property
|
|
@@ -41391,6 +40763,17 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
|
41391
40763
|
def AutoOpenRaspSwitch(self, AutoOpenRaspSwitch):
|
|
41392
40764
|
self._AutoOpenRaspSwitch = AutoOpenRaspSwitch
|
|
41393
40765
|
|
|
40766
|
+
@property
|
|
40767
|
+
def AutoDowngradeSwitch(self):
|
|
40768
|
+
r"""是否自动缩容开关开启
|
|
40769
|
+
:rtype: bool
|
|
40770
|
+
"""
|
|
40771
|
+
return self._AutoDowngradeSwitch
|
|
40772
|
+
|
|
40773
|
+
@AutoDowngradeSwitch.setter
|
|
40774
|
+
def AutoDowngradeSwitch(self, AutoDowngradeSwitch):
|
|
40775
|
+
self._AutoDowngradeSwitch = AutoDowngradeSwitch
|
|
40776
|
+
|
|
41394
40777
|
@property
|
|
41395
40778
|
def RequestId(self):
|
|
41396
40779
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -41425,6 +40808,7 @@ class DescribeLicenseGeneralResponse(AbstractModel):
|
|
|
41425
40808
|
self._RepurchaseRenewSwitch = params.get("RepurchaseRenewSwitch")
|
|
41426
40809
|
self._AutoBindRaspSwitch = params.get("AutoBindRaspSwitch")
|
|
41427
40810
|
self._AutoOpenRaspSwitch = params.get("AutoOpenRaspSwitch")
|
|
40811
|
+
self._AutoDowngradeSwitch = params.get("AutoDowngradeSwitch")
|
|
41428
40812
|
self._RequestId = params.get("RequestId")
|
|
41429
40813
|
|
|
41430
40814
|
|
|
@@ -45238,7 +44622,7 @@ ECM 边缘计算
|
|
|
45238
44622
|
LH 轻量应用服务器
|
|
45239
44623
|
Other 混合云专区
|
|
45240
44624
|
:type MachineType: str
|
|
45241
|
-
:param _MachineRegion: 机器所属地域。如:ap-guangzhou,ap-shanghai
|
|
44625
|
+
:param _MachineRegion: 机器所属地域。如:ap-guangzhou,ap-shanghai,非腾讯云主机使用:ap-others
|
|
45242
44626
|
:type MachineRegion: str
|
|
45243
44627
|
:param _Limit: 返回数量,默认为10,最大值为100。
|
|
45244
44628
|
:type Limit: int
|
|
@@ -45286,7 +44670,7 @@ Other 混合云专区
|
|
|
45286
44670
|
|
|
45287
44671
|
@property
|
|
45288
44672
|
def MachineRegion(self):
|
|
45289
|
-
r"""机器所属地域。如:ap-guangzhou,ap-shanghai
|
|
44673
|
+
r"""机器所属地域。如:ap-guangzhou,ap-shanghai,非腾讯云主机使用:ap-others
|
|
45290
44674
|
:rtype: str
|
|
45291
44675
|
"""
|
|
45292
44676
|
return self._MachineRegion
|
|
@@ -45451,7 +44835,7 @@ ECM 边缘计算
|
|
|
45451
44835
|
LH 轻量应用服务器
|
|
45452
44836
|
Other 混合云专区
|
|
45453
44837
|
:type MachineType: str
|
|
45454
|
-
:param _MachineRegion: 机器所属地域。如:ap-guangzhou,ap-
|
|
44838
|
+
:param _MachineRegion: 机器所属地域。如:ap-guangzhou,ap-shangha,非腾讯云主机使用:ap-others
|
|
45455
44839
|
:type MachineRegion: str
|
|
45456
44840
|
:param _Limit: 返回数量,默认为10,最大值为100。
|
|
45457
44841
|
:type Limit: int
|
|
@@ -45490,7 +44874,7 @@ Other 混合云专区
|
|
|
45490
44874
|
|
|
45491
44875
|
@property
|
|
45492
44876
|
def MachineRegion(self):
|
|
45493
|
-
r"""机器所属地域。如:ap-guangzhou,ap-
|
|
44877
|
+
r"""机器所属地域。如:ap-guangzhou,ap-shangha,非腾讯云主机使用:ap-others
|
|
45494
44878
|
:rtype: str
|
|
45495
44879
|
"""
|
|
45496
44880
|
return self._MachineRegion
|
|
@@ -47007,120 +46391,6 @@ class DescribeMalwareWhiteListResponse(AbstractModel):
|
|
|
47007
46391
|
self._RequestId = params.get("RequestId")
|
|
47008
46392
|
|
|
47009
46393
|
|
|
47010
|
-
class DescribeMonthInspectionReportRequest(AbstractModel):
|
|
47011
|
-
r"""DescribeMonthInspectionReport请求参数结构体
|
|
47012
|
-
|
|
47013
|
-
"""
|
|
47014
|
-
|
|
47015
|
-
def __init__(self):
|
|
47016
|
-
r"""
|
|
47017
|
-
:param _Limit: 分页大小
|
|
47018
|
-
:type Limit: int
|
|
47019
|
-
:param _Offset: 分页步长
|
|
47020
|
-
:type Offset: int
|
|
47021
|
-
"""
|
|
47022
|
-
self._Limit = None
|
|
47023
|
-
self._Offset = None
|
|
47024
|
-
|
|
47025
|
-
@property
|
|
47026
|
-
def Limit(self):
|
|
47027
|
-
r"""分页大小
|
|
47028
|
-
:rtype: int
|
|
47029
|
-
"""
|
|
47030
|
-
return self._Limit
|
|
47031
|
-
|
|
47032
|
-
@Limit.setter
|
|
47033
|
-
def Limit(self, Limit):
|
|
47034
|
-
self._Limit = Limit
|
|
47035
|
-
|
|
47036
|
-
@property
|
|
47037
|
-
def Offset(self):
|
|
47038
|
-
r"""分页步长
|
|
47039
|
-
:rtype: int
|
|
47040
|
-
"""
|
|
47041
|
-
return self._Offset
|
|
47042
|
-
|
|
47043
|
-
@Offset.setter
|
|
47044
|
-
def Offset(self, Offset):
|
|
47045
|
-
self._Offset = Offset
|
|
47046
|
-
|
|
47047
|
-
|
|
47048
|
-
def _deserialize(self, params):
|
|
47049
|
-
self._Limit = params.get("Limit")
|
|
47050
|
-
self._Offset = params.get("Offset")
|
|
47051
|
-
memeber_set = set(params.keys())
|
|
47052
|
-
for name, value in vars(self).items():
|
|
47053
|
-
property_name = name[1:]
|
|
47054
|
-
if property_name in memeber_set:
|
|
47055
|
-
memeber_set.remove(property_name)
|
|
47056
|
-
if len(memeber_set) > 0:
|
|
47057
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
47058
|
-
|
|
47059
|
-
|
|
47060
|
-
|
|
47061
|
-
class DescribeMonthInspectionReportResponse(AbstractModel):
|
|
47062
|
-
r"""DescribeMonthInspectionReport返回参数结构体
|
|
47063
|
-
|
|
47064
|
-
"""
|
|
47065
|
-
|
|
47066
|
-
def __init__(self):
|
|
47067
|
-
r"""
|
|
47068
|
-
:param _TotalCount: 总条数
|
|
47069
|
-
:type TotalCount: int
|
|
47070
|
-
:param _List: 巡检报告列表
|
|
47071
|
-
:type List: list of MonthInspectionReport
|
|
47072
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
47073
|
-
:type RequestId: str
|
|
47074
|
-
"""
|
|
47075
|
-
self._TotalCount = None
|
|
47076
|
-
self._List = None
|
|
47077
|
-
self._RequestId = None
|
|
47078
|
-
|
|
47079
|
-
@property
|
|
47080
|
-
def TotalCount(self):
|
|
47081
|
-
r"""总条数
|
|
47082
|
-
:rtype: int
|
|
47083
|
-
"""
|
|
47084
|
-
return self._TotalCount
|
|
47085
|
-
|
|
47086
|
-
@TotalCount.setter
|
|
47087
|
-
def TotalCount(self, TotalCount):
|
|
47088
|
-
self._TotalCount = TotalCount
|
|
47089
|
-
|
|
47090
|
-
@property
|
|
47091
|
-
def List(self):
|
|
47092
|
-
r"""巡检报告列表
|
|
47093
|
-
:rtype: list of MonthInspectionReport
|
|
47094
|
-
"""
|
|
47095
|
-
return self._List
|
|
47096
|
-
|
|
47097
|
-
@List.setter
|
|
47098
|
-
def List(self, List):
|
|
47099
|
-
self._List = List
|
|
47100
|
-
|
|
47101
|
-
@property
|
|
47102
|
-
def RequestId(self):
|
|
47103
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
47104
|
-
:rtype: str
|
|
47105
|
-
"""
|
|
47106
|
-
return self._RequestId
|
|
47107
|
-
|
|
47108
|
-
@RequestId.setter
|
|
47109
|
-
def RequestId(self, RequestId):
|
|
47110
|
-
self._RequestId = RequestId
|
|
47111
|
-
|
|
47112
|
-
|
|
47113
|
-
def _deserialize(self, params):
|
|
47114
|
-
self._TotalCount = params.get("TotalCount")
|
|
47115
|
-
if params.get("List") is not None:
|
|
47116
|
-
self._List = []
|
|
47117
|
-
for item in params.get("List"):
|
|
47118
|
-
obj = MonthInspectionReport()
|
|
47119
|
-
obj._deserialize(item)
|
|
47120
|
-
self._List.append(obj)
|
|
47121
|
-
self._RequestId = params.get("RequestId")
|
|
47122
|
-
|
|
47123
|
-
|
|
47124
46394
|
class DescribeNetAttackSettingRequest(AbstractModel):
|
|
47125
46395
|
r"""DescribeNetAttackSetting请求参数结构体
|
|
47126
46396
|
|
|
@@ -48591,374 +47861,206 @@ class DescribeProtectDirListResponse(AbstractModel):
|
|
|
48591
47861
|
if params.get("List") is not None:
|
|
48592
47862
|
self._List = []
|
|
48593
47863
|
for item in params.get("List"):
|
|
48594
|
-
obj = ProtectDirInfo()
|
|
48595
|
-
obj._deserialize(item)
|
|
48596
|
-
self._List.append(obj)
|
|
48597
|
-
self._RequestId = params.get("RequestId")
|
|
48598
|
-
|
|
48599
|
-
|
|
48600
|
-
class DescribeProtectDirRelatedServerRequest(AbstractModel):
|
|
48601
|
-
r"""DescribeProtectDirRelatedServer请求参数结构体
|
|
48602
|
-
|
|
48603
|
-
"""
|
|
48604
|
-
|
|
48605
|
-
def __init__(self):
|
|
48606
|
-
r"""
|
|
48607
|
-
:param _Id: 唯一ID
|
|
48608
|
-
:type Id: str
|
|
48609
|
-
:param _Limit: 分页条数 最大100条
|
|
48610
|
-
:type Limit: int
|
|
48611
|
-
:param _Offset: 偏移量
|
|
48612
|
-
:type Offset: int
|
|
48613
|
-
:param _Filters: 过滤参数 ProtectStatus
|
|
48614
|
-
:type Filters: list of Filter
|
|
48615
|
-
:param _Order: 排序方式
|
|
48616
|
-
:type Order: str
|
|
48617
|
-
:param _By: 排序值
|
|
48618
|
-
:type By: str
|
|
48619
|
-
"""
|
|
48620
|
-
self._Id = None
|
|
48621
|
-
self._Limit = None
|
|
48622
|
-
self._Offset = None
|
|
48623
|
-
self._Filters = None
|
|
48624
|
-
self._Order = None
|
|
48625
|
-
self._By = None
|
|
48626
|
-
|
|
48627
|
-
@property
|
|
48628
|
-
def Id(self):
|
|
48629
|
-
r"""唯一ID
|
|
48630
|
-
:rtype: str
|
|
48631
|
-
"""
|
|
48632
|
-
return self._Id
|
|
48633
|
-
|
|
48634
|
-
@Id.setter
|
|
48635
|
-
def Id(self, Id):
|
|
48636
|
-
self._Id = Id
|
|
48637
|
-
|
|
48638
|
-
@property
|
|
48639
|
-
def Limit(self):
|
|
48640
|
-
r"""分页条数 最大100条
|
|
48641
|
-
:rtype: int
|
|
48642
|
-
"""
|
|
48643
|
-
return self._Limit
|
|
48644
|
-
|
|
48645
|
-
@Limit.setter
|
|
48646
|
-
def Limit(self, Limit):
|
|
48647
|
-
self._Limit = Limit
|
|
48648
|
-
|
|
48649
|
-
@property
|
|
48650
|
-
def Offset(self):
|
|
48651
|
-
r"""偏移量
|
|
48652
|
-
:rtype: int
|
|
48653
|
-
"""
|
|
48654
|
-
return self._Offset
|
|
48655
|
-
|
|
48656
|
-
@Offset.setter
|
|
48657
|
-
def Offset(self, Offset):
|
|
48658
|
-
self._Offset = Offset
|
|
48659
|
-
|
|
48660
|
-
@property
|
|
48661
|
-
def Filters(self):
|
|
48662
|
-
r"""过滤参数 ProtectStatus
|
|
48663
|
-
:rtype: list of Filter
|
|
48664
|
-
"""
|
|
48665
|
-
return self._Filters
|
|
48666
|
-
|
|
48667
|
-
@Filters.setter
|
|
48668
|
-
def Filters(self, Filters):
|
|
48669
|
-
self._Filters = Filters
|
|
48670
|
-
|
|
48671
|
-
@property
|
|
48672
|
-
def Order(self):
|
|
48673
|
-
r"""排序方式
|
|
48674
|
-
:rtype: str
|
|
48675
|
-
"""
|
|
48676
|
-
return self._Order
|
|
48677
|
-
|
|
48678
|
-
@Order.setter
|
|
48679
|
-
def Order(self, Order):
|
|
48680
|
-
self._Order = Order
|
|
48681
|
-
|
|
48682
|
-
@property
|
|
48683
|
-
def By(self):
|
|
48684
|
-
r"""排序值
|
|
48685
|
-
:rtype: str
|
|
48686
|
-
"""
|
|
48687
|
-
return self._By
|
|
48688
|
-
|
|
48689
|
-
@By.setter
|
|
48690
|
-
def By(self, By):
|
|
48691
|
-
self._By = By
|
|
48692
|
-
|
|
48693
|
-
|
|
48694
|
-
def _deserialize(self, params):
|
|
48695
|
-
self._Id = params.get("Id")
|
|
48696
|
-
self._Limit = params.get("Limit")
|
|
48697
|
-
self._Offset = params.get("Offset")
|
|
48698
|
-
if params.get("Filters") is not None:
|
|
48699
|
-
self._Filters = []
|
|
48700
|
-
for item in params.get("Filters"):
|
|
48701
|
-
obj = Filter()
|
|
48702
|
-
obj._deserialize(item)
|
|
48703
|
-
self._Filters.append(obj)
|
|
48704
|
-
self._Order = params.get("Order")
|
|
48705
|
-
self._By = params.get("By")
|
|
48706
|
-
memeber_set = set(params.keys())
|
|
48707
|
-
for name, value in vars(self).items():
|
|
48708
|
-
property_name = name[1:]
|
|
48709
|
-
if property_name in memeber_set:
|
|
48710
|
-
memeber_set.remove(property_name)
|
|
48711
|
-
if len(memeber_set) > 0:
|
|
48712
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
48713
|
-
|
|
48714
|
-
|
|
48715
|
-
|
|
48716
|
-
class DescribeProtectDirRelatedServerResponse(AbstractModel):
|
|
48717
|
-
r"""DescribeProtectDirRelatedServer返回参数结构体
|
|
48718
|
-
|
|
48719
|
-
"""
|
|
48720
|
-
|
|
48721
|
-
def __init__(self):
|
|
48722
|
-
r"""
|
|
48723
|
-
:param _List: 网站关联服务器列表信息
|
|
48724
|
-
:type List: list of ProtectDirRelatedServer
|
|
48725
|
-
:param _TotalCount: 总数
|
|
48726
|
-
:type TotalCount: int
|
|
48727
|
-
:param _ProtectServerCount: 已开启防护总数
|
|
48728
|
-
:type ProtectServerCount: int
|
|
48729
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48730
|
-
:type RequestId: str
|
|
48731
|
-
"""
|
|
48732
|
-
self._List = None
|
|
48733
|
-
self._TotalCount = None
|
|
48734
|
-
self._ProtectServerCount = None
|
|
48735
|
-
self._RequestId = None
|
|
48736
|
-
|
|
48737
|
-
@property
|
|
48738
|
-
def List(self):
|
|
48739
|
-
r"""网站关联服务器列表信息
|
|
48740
|
-
:rtype: list of ProtectDirRelatedServer
|
|
48741
|
-
"""
|
|
48742
|
-
return self._List
|
|
48743
|
-
|
|
48744
|
-
@List.setter
|
|
48745
|
-
def List(self, List):
|
|
48746
|
-
self._List = List
|
|
48747
|
-
|
|
48748
|
-
@property
|
|
48749
|
-
def TotalCount(self):
|
|
48750
|
-
r"""总数
|
|
48751
|
-
:rtype: int
|
|
48752
|
-
"""
|
|
48753
|
-
return self._TotalCount
|
|
48754
|
-
|
|
48755
|
-
@TotalCount.setter
|
|
48756
|
-
def TotalCount(self, TotalCount):
|
|
48757
|
-
self._TotalCount = TotalCount
|
|
48758
|
-
|
|
48759
|
-
@property
|
|
48760
|
-
def ProtectServerCount(self):
|
|
48761
|
-
r"""已开启防护总数
|
|
48762
|
-
:rtype: int
|
|
48763
|
-
"""
|
|
48764
|
-
return self._ProtectServerCount
|
|
48765
|
-
|
|
48766
|
-
@ProtectServerCount.setter
|
|
48767
|
-
def ProtectServerCount(self, ProtectServerCount):
|
|
48768
|
-
self._ProtectServerCount = ProtectServerCount
|
|
48769
|
-
|
|
48770
|
-
@property
|
|
48771
|
-
def RequestId(self):
|
|
48772
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48773
|
-
:rtype: str
|
|
48774
|
-
"""
|
|
48775
|
-
return self._RequestId
|
|
48776
|
-
|
|
48777
|
-
@RequestId.setter
|
|
48778
|
-
def RequestId(self, RequestId):
|
|
48779
|
-
self._RequestId = RequestId
|
|
48780
|
-
|
|
48781
|
-
|
|
48782
|
-
def _deserialize(self, params):
|
|
48783
|
-
if params.get("List") is not None:
|
|
48784
|
-
self._List = []
|
|
48785
|
-
for item in params.get("List"):
|
|
48786
|
-
obj = ProtectDirRelatedServer()
|
|
48787
|
-
obj._deserialize(item)
|
|
48788
|
-
self._List.append(obj)
|
|
48789
|
-
self._TotalCount = params.get("TotalCount")
|
|
48790
|
-
self._ProtectServerCount = params.get("ProtectServerCount")
|
|
48791
|
-
self._RequestId = params.get("RequestId")
|
|
48792
|
-
|
|
48793
|
-
|
|
48794
|
-
class DescribeProtectNetListRequest(AbstractModel):
|
|
48795
|
-
r"""DescribeProtectNetList请求参数结构体
|
|
48796
|
-
|
|
48797
|
-
"""
|
|
48798
|
-
|
|
48799
|
-
def __init__(self):
|
|
48800
|
-
r"""
|
|
48801
|
-
:param _Filters: 过滤条件。
|
|
48802
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
48803
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
48804
|
-
:type Filters: list of Filters
|
|
48805
|
-
:param _Limit: 需要返回的数量,最大值为100
|
|
48806
|
-
:type Limit: int
|
|
48807
|
-
:param _Offset: 排序步长
|
|
48808
|
-
:type Offset: int
|
|
48809
|
-
:param _Order: 排序方法
|
|
48810
|
-
:type Order: str
|
|
48811
|
-
:param _By: 排序字段 StartTime,EndTime
|
|
48812
|
-
:type By: str
|
|
48813
|
-
"""
|
|
48814
|
-
self._Filters = None
|
|
48815
|
-
self._Limit = None
|
|
48816
|
-
self._Offset = None
|
|
48817
|
-
self._Order = None
|
|
48818
|
-
self._By = None
|
|
48819
|
-
|
|
48820
|
-
@property
|
|
48821
|
-
def Filters(self):
|
|
48822
|
-
r"""过滤条件。
|
|
48823
|
-
<li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
|
|
48824
|
-
<li>Uuids - String - 是否必填:否 - 主机id过滤</li>
|
|
48825
|
-
:rtype: list of Filters
|
|
48826
|
-
"""
|
|
48827
|
-
return self._Filters
|
|
48828
|
-
|
|
48829
|
-
@Filters.setter
|
|
48830
|
-
def Filters(self, Filters):
|
|
48831
|
-
self._Filters = Filters
|
|
48832
|
-
|
|
48833
|
-
@property
|
|
48834
|
-
def Limit(self):
|
|
48835
|
-
r"""需要返回的数量,最大值为100
|
|
48836
|
-
:rtype: int
|
|
48837
|
-
"""
|
|
48838
|
-
return self._Limit
|
|
48839
|
-
|
|
48840
|
-
@Limit.setter
|
|
48841
|
-
def Limit(self, Limit):
|
|
48842
|
-
self._Limit = Limit
|
|
48843
|
-
|
|
48844
|
-
@property
|
|
48845
|
-
def Offset(self):
|
|
48846
|
-
r"""排序步长
|
|
48847
|
-
:rtype: int
|
|
48848
|
-
"""
|
|
48849
|
-
return self._Offset
|
|
48850
|
-
|
|
48851
|
-
@Offset.setter
|
|
48852
|
-
def Offset(self, Offset):
|
|
48853
|
-
self._Offset = Offset
|
|
48854
|
-
|
|
48855
|
-
@property
|
|
48856
|
-
def Order(self):
|
|
48857
|
-
r"""排序方法
|
|
48858
|
-
:rtype: str
|
|
48859
|
-
"""
|
|
48860
|
-
return self._Order
|
|
48861
|
-
|
|
48862
|
-
@Order.setter
|
|
48863
|
-
def Order(self, Order):
|
|
48864
|
-
self._Order = Order
|
|
48865
|
-
|
|
48866
|
-
@property
|
|
48867
|
-
def By(self):
|
|
48868
|
-
r"""排序字段 StartTime,EndTime
|
|
48869
|
-
:rtype: str
|
|
48870
|
-
"""
|
|
48871
|
-
return self._By
|
|
48872
|
-
|
|
48873
|
-
@By.setter
|
|
48874
|
-
def By(self, By):
|
|
48875
|
-
self._By = By
|
|
48876
|
-
|
|
48877
|
-
|
|
48878
|
-
def _deserialize(self, params):
|
|
48879
|
-
if params.get("Filters") is not None:
|
|
48880
|
-
self._Filters = []
|
|
48881
|
-
for item in params.get("Filters"):
|
|
48882
|
-
obj = Filters()
|
|
48883
|
-
obj._deserialize(item)
|
|
48884
|
-
self._Filters.append(obj)
|
|
48885
|
-
self._Limit = params.get("Limit")
|
|
48886
|
-
self._Offset = params.get("Offset")
|
|
48887
|
-
self._Order = params.get("Order")
|
|
48888
|
-
self._By = params.get("By")
|
|
48889
|
-
memeber_set = set(params.keys())
|
|
48890
|
-
for name, value in vars(self).items():
|
|
48891
|
-
property_name = name[1:]
|
|
48892
|
-
if property_name in memeber_set:
|
|
48893
|
-
memeber_set.remove(property_name)
|
|
48894
|
-
if len(memeber_set) > 0:
|
|
48895
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
48896
|
-
|
|
48897
|
-
|
|
48898
|
-
|
|
48899
|
-
class DescribeProtectNetListResponse(AbstractModel):
|
|
48900
|
-
r"""DescribeProtectNetList返回参数结构体
|
|
48901
|
-
|
|
48902
|
-
"""
|
|
48903
|
-
|
|
48904
|
-
def __init__(self):
|
|
48905
|
-
r"""
|
|
48906
|
-
:param _TotalCount: 总条数
|
|
48907
|
-
:type TotalCount: int
|
|
48908
|
-
:param _List: 安全管家数据
|
|
48909
|
-
:type List: list of ProtectNetInfo
|
|
48910
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48911
|
-
:type RequestId: str
|
|
48912
|
-
"""
|
|
48913
|
-
self._TotalCount = None
|
|
48914
|
-
self._List = None
|
|
48915
|
-
self._RequestId = None
|
|
48916
|
-
|
|
48917
|
-
@property
|
|
48918
|
-
def TotalCount(self):
|
|
48919
|
-
r"""总条数
|
|
48920
|
-
:rtype: int
|
|
48921
|
-
"""
|
|
48922
|
-
return self._TotalCount
|
|
48923
|
-
|
|
48924
|
-
@TotalCount.setter
|
|
48925
|
-
def TotalCount(self, TotalCount):
|
|
48926
|
-
self._TotalCount = TotalCount
|
|
48927
|
-
|
|
48928
|
-
@property
|
|
48929
|
-
def List(self):
|
|
48930
|
-
r"""安全管家数据
|
|
48931
|
-
:rtype: list of ProtectNetInfo
|
|
48932
|
-
"""
|
|
48933
|
-
return self._List
|
|
48934
|
-
|
|
48935
|
-
@List.setter
|
|
48936
|
-
def List(self, List):
|
|
48937
|
-
self._List = List
|
|
48938
|
-
|
|
48939
|
-
@property
|
|
48940
|
-
def RequestId(self):
|
|
48941
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48942
|
-
:rtype: str
|
|
48943
|
-
"""
|
|
48944
|
-
return self._RequestId
|
|
48945
|
-
|
|
48946
|
-
@RequestId.setter
|
|
48947
|
-
def RequestId(self, RequestId):
|
|
48948
|
-
self._RequestId = RequestId
|
|
48949
|
-
|
|
48950
|
-
|
|
48951
|
-
def _deserialize(self, params):
|
|
48952
|
-
self._TotalCount = params.get("TotalCount")
|
|
48953
|
-
if params.get("List") is not None:
|
|
48954
|
-
self._List = []
|
|
48955
|
-
for item in params.get("List"):
|
|
48956
|
-
obj = ProtectNetInfo()
|
|
47864
|
+
obj = ProtectDirInfo()
|
|
48957
47865
|
obj._deserialize(item)
|
|
48958
47866
|
self._List.append(obj)
|
|
48959
47867
|
self._RequestId = params.get("RequestId")
|
|
48960
47868
|
|
|
48961
47869
|
|
|
47870
|
+
class DescribeProtectDirRelatedServerRequest(AbstractModel):
|
|
47871
|
+
r"""DescribeProtectDirRelatedServer请求参数结构体
|
|
47872
|
+
|
|
47873
|
+
"""
|
|
47874
|
+
|
|
47875
|
+
def __init__(self):
|
|
47876
|
+
r"""
|
|
47877
|
+
:param _Id: 唯一ID
|
|
47878
|
+
:type Id: str
|
|
47879
|
+
:param _Limit: 分页条数 最大100条
|
|
47880
|
+
:type Limit: int
|
|
47881
|
+
:param _Offset: 偏移量
|
|
47882
|
+
:type Offset: int
|
|
47883
|
+
:param _Filters: 过滤参数 ProtectStatus
|
|
47884
|
+
:type Filters: list of Filter
|
|
47885
|
+
:param _Order: 排序方式
|
|
47886
|
+
:type Order: str
|
|
47887
|
+
:param _By: 排序值
|
|
47888
|
+
:type By: str
|
|
47889
|
+
"""
|
|
47890
|
+
self._Id = None
|
|
47891
|
+
self._Limit = None
|
|
47892
|
+
self._Offset = None
|
|
47893
|
+
self._Filters = None
|
|
47894
|
+
self._Order = None
|
|
47895
|
+
self._By = None
|
|
47896
|
+
|
|
47897
|
+
@property
|
|
47898
|
+
def Id(self):
|
|
47899
|
+
r"""唯一ID
|
|
47900
|
+
:rtype: str
|
|
47901
|
+
"""
|
|
47902
|
+
return self._Id
|
|
47903
|
+
|
|
47904
|
+
@Id.setter
|
|
47905
|
+
def Id(self, Id):
|
|
47906
|
+
self._Id = Id
|
|
47907
|
+
|
|
47908
|
+
@property
|
|
47909
|
+
def Limit(self):
|
|
47910
|
+
r"""分页条数 最大100条
|
|
47911
|
+
:rtype: int
|
|
47912
|
+
"""
|
|
47913
|
+
return self._Limit
|
|
47914
|
+
|
|
47915
|
+
@Limit.setter
|
|
47916
|
+
def Limit(self, Limit):
|
|
47917
|
+
self._Limit = Limit
|
|
47918
|
+
|
|
47919
|
+
@property
|
|
47920
|
+
def Offset(self):
|
|
47921
|
+
r"""偏移量
|
|
47922
|
+
:rtype: int
|
|
47923
|
+
"""
|
|
47924
|
+
return self._Offset
|
|
47925
|
+
|
|
47926
|
+
@Offset.setter
|
|
47927
|
+
def Offset(self, Offset):
|
|
47928
|
+
self._Offset = Offset
|
|
47929
|
+
|
|
47930
|
+
@property
|
|
47931
|
+
def Filters(self):
|
|
47932
|
+
r"""过滤参数 ProtectStatus
|
|
47933
|
+
:rtype: list of Filter
|
|
47934
|
+
"""
|
|
47935
|
+
return self._Filters
|
|
47936
|
+
|
|
47937
|
+
@Filters.setter
|
|
47938
|
+
def Filters(self, Filters):
|
|
47939
|
+
self._Filters = Filters
|
|
47940
|
+
|
|
47941
|
+
@property
|
|
47942
|
+
def Order(self):
|
|
47943
|
+
r"""排序方式
|
|
47944
|
+
:rtype: str
|
|
47945
|
+
"""
|
|
47946
|
+
return self._Order
|
|
47947
|
+
|
|
47948
|
+
@Order.setter
|
|
47949
|
+
def Order(self, Order):
|
|
47950
|
+
self._Order = Order
|
|
47951
|
+
|
|
47952
|
+
@property
|
|
47953
|
+
def By(self):
|
|
47954
|
+
r"""排序值
|
|
47955
|
+
:rtype: str
|
|
47956
|
+
"""
|
|
47957
|
+
return self._By
|
|
47958
|
+
|
|
47959
|
+
@By.setter
|
|
47960
|
+
def By(self, By):
|
|
47961
|
+
self._By = By
|
|
47962
|
+
|
|
47963
|
+
|
|
47964
|
+
def _deserialize(self, params):
|
|
47965
|
+
self._Id = params.get("Id")
|
|
47966
|
+
self._Limit = params.get("Limit")
|
|
47967
|
+
self._Offset = params.get("Offset")
|
|
47968
|
+
if params.get("Filters") is not None:
|
|
47969
|
+
self._Filters = []
|
|
47970
|
+
for item in params.get("Filters"):
|
|
47971
|
+
obj = Filter()
|
|
47972
|
+
obj._deserialize(item)
|
|
47973
|
+
self._Filters.append(obj)
|
|
47974
|
+
self._Order = params.get("Order")
|
|
47975
|
+
self._By = params.get("By")
|
|
47976
|
+
memeber_set = set(params.keys())
|
|
47977
|
+
for name, value in vars(self).items():
|
|
47978
|
+
property_name = name[1:]
|
|
47979
|
+
if property_name in memeber_set:
|
|
47980
|
+
memeber_set.remove(property_name)
|
|
47981
|
+
if len(memeber_set) > 0:
|
|
47982
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
47983
|
+
|
|
47984
|
+
|
|
47985
|
+
|
|
47986
|
+
class DescribeProtectDirRelatedServerResponse(AbstractModel):
|
|
47987
|
+
r"""DescribeProtectDirRelatedServer返回参数结构体
|
|
47988
|
+
|
|
47989
|
+
"""
|
|
47990
|
+
|
|
47991
|
+
def __init__(self):
|
|
47992
|
+
r"""
|
|
47993
|
+
:param _List: 网站关联服务器列表信息
|
|
47994
|
+
:type List: list of ProtectDirRelatedServer
|
|
47995
|
+
:param _TotalCount: 总数
|
|
47996
|
+
:type TotalCount: int
|
|
47997
|
+
:param _ProtectServerCount: 已开启防护总数
|
|
47998
|
+
:type ProtectServerCount: int
|
|
47999
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48000
|
+
:type RequestId: str
|
|
48001
|
+
"""
|
|
48002
|
+
self._List = None
|
|
48003
|
+
self._TotalCount = None
|
|
48004
|
+
self._ProtectServerCount = None
|
|
48005
|
+
self._RequestId = None
|
|
48006
|
+
|
|
48007
|
+
@property
|
|
48008
|
+
def List(self):
|
|
48009
|
+
r"""网站关联服务器列表信息
|
|
48010
|
+
:rtype: list of ProtectDirRelatedServer
|
|
48011
|
+
"""
|
|
48012
|
+
return self._List
|
|
48013
|
+
|
|
48014
|
+
@List.setter
|
|
48015
|
+
def List(self, List):
|
|
48016
|
+
self._List = List
|
|
48017
|
+
|
|
48018
|
+
@property
|
|
48019
|
+
def TotalCount(self):
|
|
48020
|
+
r"""总数
|
|
48021
|
+
:rtype: int
|
|
48022
|
+
"""
|
|
48023
|
+
return self._TotalCount
|
|
48024
|
+
|
|
48025
|
+
@TotalCount.setter
|
|
48026
|
+
def TotalCount(self, TotalCount):
|
|
48027
|
+
self._TotalCount = TotalCount
|
|
48028
|
+
|
|
48029
|
+
@property
|
|
48030
|
+
def ProtectServerCount(self):
|
|
48031
|
+
r"""已开启防护总数
|
|
48032
|
+
:rtype: int
|
|
48033
|
+
"""
|
|
48034
|
+
return self._ProtectServerCount
|
|
48035
|
+
|
|
48036
|
+
@ProtectServerCount.setter
|
|
48037
|
+
def ProtectServerCount(self, ProtectServerCount):
|
|
48038
|
+
self._ProtectServerCount = ProtectServerCount
|
|
48039
|
+
|
|
48040
|
+
@property
|
|
48041
|
+
def RequestId(self):
|
|
48042
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
48043
|
+
:rtype: str
|
|
48044
|
+
"""
|
|
48045
|
+
return self._RequestId
|
|
48046
|
+
|
|
48047
|
+
@RequestId.setter
|
|
48048
|
+
def RequestId(self, RequestId):
|
|
48049
|
+
self._RequestId = RequestId
|
|
48050
|
+
|
|
48051
|
+
|
|
48052
|
+
def _deserialize(self, params):
|
|
48053
|
+
if params.get("List") is not None:
|
|
48054
|
+
self._List = []
|
|
48055
|
+
for item in params.get("List"):
|
|
48056
|
+
obj = ProtectDirRelatedServer()
|
|
48057
|
+
obj._deserialize(item)
|
|
48058
|
+
self._List.append(obj)
|
|
48059
|
+
self._TotalCount = params.get("TotalCount")
|
|
48060
|
+
self._ProtectServerCount = params.get("ProtectServerCount")
|
|
48061
|
+
self._RequestId = params.get("RequestId")
|
|
48062
|
+
|
|
48063
|
+
|
|
48962
48064
|
class DescribePublicProxyInstallCommandRequest(AbstractModel):
|
|
48963
48065
|
r"""DescribePublicProxyInstallCommand请求参数结构体
|
|
48964
48066
|
|
|
@@ -50583,7 +49685,7 @@ class DescribeRaspMaxCpuResponse(AbstractModel):
|
|
|
50583
49685
|
|
|
50584
49686
|
def __init__(self):
|
|
50585
49687
|
r"""
|
|
50586
|
-
:param _RaspMaxCpu: rasp当前最大cpu
|
|
49688
|
+
:param _RaspMaxCpu: rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
|
|
50587
49689
|
:type RaspMaxCpu: int
|
|
50588
49690
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
50589
49691
|
:type RequestId: str
|
|
@@ -50593,7 +49695,7 @@ class DescribeRaspMaxCpuResponse(AbstractModel):
|
|
|
50593
49695
|
|
|
50594
49696
|
@property
|
|
50595
49697
|
def RaspMaxCpu(self):
|
|
50596
|
-
r"""rasp当前最大cpu
|
|
49698
|
+
r"""rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
|
|
50597
49699
|
:rtype: int
|
|
50598
49700
|
"""
|
|
50599
49701
|
return self._RaspMaxCpu
|
|
@@ -52587,6 +51689,8 @@ class DescribeScanStateResponse(AbstractModel):
|
|
|
52587
51689
|
:type RiskEventCount: int
|
|
52588
51690
|
:param _ScanEndTime: 扫描结束时间
|
|
52589
51691
|
:type ScanEndTime: str
|
|
51692
|
+
:param _KBNumber: 任务扫描的KB编号
|
|
51693
|
+
:type KBNumber: list of str
|
|
52590
51694
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
52591
51695
|
:type RequestId: str
|
|
52592
51696
|
"""
|
|
@@ -52598,6 +51702,7 @@ class DescribeScanStateResponse(AbstractModel):
|
|
|
52598
51702
|
self._ScanBeginTime = None
|
|
52599
51703
|
self._RiskEventCount = None
|
|
52600
51704
|
self._ScanEndTime = None
|
|
51705
|
+
self._KBNumber = None
|
|
52601
51706
|
self._RequestId = None
|
|
52602
51707
|
|
|
52603
51708
|
@property
|
|
@@ -52688,6 +51793,17 @@ class DescribeScanStateResponse(AbstractModel):
|
|
|
52688
51793
|
def ScanEndTime(self, ScanEndTime):
|
|
52689
51794
|
self._ScanEndTime = ScanEndTime
|
|
52690
51795
|
|
|
51796
|
+
@property
|
|
51797
|
+
def KBNumber(self):
|
|
51798
|
+
r"""任务扫描的KB编号
|
|
51799
|
+
:rtype: list of str
|
|
51800
|
+
"""
|
|
51801
|
+
return self._KBNumber
|
|
51802
|
+
|
|
51803
|
+
@KBNumber.setter
|
|
51804
|
+
def KBNumber(self, KBNumber):
|
|
51805
|
+
self._KBNumber = KBNumber
|
|
51806
|
+
|
|
52691
51807
|
@property
|
|
52692
51808
|
def RequestId(self):
|
|
52693
51809
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -52709,6 +51825,7 @@ class DescribeScanStateResponse(AbstractModel):
|
|
|
52709
51825
|
self._ScanBeginTime = params.get("ScanBeginTime")
|
|
52710
51826
|
self._RiskEventCount = params.get("RiskEventCount")
|
|
52711
51827
|
self._ScanEndTime = params.get("ScanEndTime")
|
|
51828
|
+
self._KBNumber = params.get("KBNumber")
|
|
52712
51829
|
self._RequestId = params.get("RequestId")
|
|
52713
51830
|
|
|
52714
51831
|
|
|
@@ -52850,6 +51967,8 @@ class DescribeScanTaskDetailsResponse(AbstractModel):
|
|
|
52850
51967
|
:type StoppingAll: bool
|
|
52851
51968
|
:param _VulCount: 扫描出漏洞个数
|
|
52852
51969
|
:type VulCount: int
|
|
51970
|
+
:param _PatchInfo: 单独扫描kb时的信息
|
|
51971
|
+
:type PatchInfo: list of PatchInfoDetail
|
|
52853
51972
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
52854
51973
|
:type RequestId: str
|
|
52855
51974
|
"""
|
|
@@ -52868,6 +51987,7 @@ class DescribeScanTaskDetailsResponse(AbstractModel):
|
|
|
52868
51987
|
self._Type = None
|
|
52869
51988
|
self._StoppingAll = None
|
|
52870
51989
|
self._VulCount = None
|
|
51990
|
+
self._PatchInfo = None
|
|
52871
51991
|
self._RequestId = None
|
|
52872
51992
|
|
|
52873
51993
|
@property
|
|
@@ -53035,6 +52155,17 @@ class DescribeScanTaskDetailsResponse(AbstractModel):
|
|
|
53035
52155
|
def VulCount(self, VulCount):
|
|
53036
52156
|
self._VulCount = VulCount
|
|
53037
52157
|
|
|
52158
|
+
@property
|
|
52159
|
+
def PatchInfo(self):
|
|
52160
|
+
r"""单独扫描kb时的信息
|
|
52161
|
+
:rtype: list of PatchInfoDetail
|
|
52162
|
+
"""
|
|
52163
|
+
return self._PatchInfo
|
|
52164
|
+
|
|
52165
|
+
@PatchInfo.setter
|
|
52166
|
+
def PatchInfo(self, PatchInfo):
|
|
52167
|
+
self._PatchInfo = PatchInfo
|
|
52168
|
+
|
|
53038
52169
|
@property
|
|
53039
52170
|
def RequestId(self):
|
|
53040
52171
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -53073,6 +52204,12 @@ class DescribeScanTaskDetailsResponse(AbstractModel):
|
|
|
53073
52204
|
self._Type = params.get("Type")
|
|
53074
52205
|
self._StoppingAll = params.get("StoppingAll")
|
|
53075
52206
|
self._VulCount = params.get("VulCount")
|
|
52207
|
+
if params.get("PatchInfo") is not None:
|
|
52208
|
+
self._PatchInfo = []
|
|
52209
|
+
for item in params.get("PatchInfo"):
|
|
52210
|
+
obj = PatchInfoDetail()
|
|
52211
|
+
obj._deserialize(item)
|
|
52212
|
+
self._PatchInfo.append(obj)
|
|
53076
52213
|
self._RequestId = params.get("RequestId")
|
|
53077
52214
|
|
|
53078
52215
|
|
|
@@ -58517,10 +57654,13 @@ class DescribeVulFixStatusRequest(AbstractModel):
|
|
|
58517
57654
|
:type VulId: int
|
|
58518
57655
|
:param _Quuid: 主机quuid 和VulId 组合可查 某主机最近一次修复任务详情
|
|
58519
57656
|
:type Quuid: str
|
|
57657
|
+
:param _KbId: 补丁 id
|
|
57658
|
+
:type KbId: int
|
|
58520
57659
|
"""
|
|
58521
57660
|
self._FixId = None
|
|
58522
57661
|
self._VulId = None
|
|
58523
57662
|
self._Quuid = None
|
|
57663
|
+
self._KbId = None
|
|
58524
57664
|
|
|
58525
57665
|
@property
|
|
58526
57666
|
def FixId(self):
|
|
@@ -58555,11 +57695,23 @@ class DescribeVulFixStatusRequest(AbstractModel):
|
|
|
58555
57695
|
def Quuid(self, Quuid):
|
|
58556
57696
|
self._Quuid = Quuid
|
|
58557
57697
|
|
|
57698
|
+
@property
|
|
57699
|
+
def KbId(self):
|
|
57700
|
+
r"""补丁 id
|
|
57701
|
+
:rtype: int
|
|
57702
|
+
"""
|
|
57703
|
+
return self._KbId
|
|
57704
|
+
|
|
57705
|
+
@KbId.setter
|
|
57706
|
+
def KbId(self, KbId):
|
|
57707
|
+
self._KbId = KbId
|
|
57708
|
+
|
|
58558
57709
|
|
|
58559
57710
|
def _deserialize(self, params):
|
|
58560
57711
|
self._FixId = params.get("FixId")
|
|
58561
57712
|
self._VulId = params.get("VulId")
|
|
58562
57713
|
self._Quuid = params.get("Quuid")
|
|
57714
|
+
self._KbId = params.get("KbId")
|
|
58563
57715
|
memeber_set = set(params.keys())
|
|
58564
57716
|
for name, value in vars(self).items():
|
|
58565
57717
|
property_name = name[1:]
|
|
@@ -62825,117 +61977,6 @@ class EffectiveMachineInfo(AbstractModel):
|
|
|
62825
61977
|
|
|
62826
61978
|
|
|
62827
61979
|
|
|
62828
|
-
class EmergencyResponseInfo(AbstractModel):
|
|
62829
|
-
r"""专家服务-应急响应信息
|
|
62830
|
-
|
|
62831
|
-
"""
|
|
62832
|
-
|
|
62833
|
-
def __init__(self):
|
|
62834
|
-
r"""
|
|
62835
|
-
:param _TaskId: 任务id
|
|
62836
|
-
:type TaskId: str
|
|
62837
|
-
:param _HostNum: 主机个数
|
|
62838
|
-
:type HostNum: int
|
|
62839
|
-
:param _Status: 服务状态 0未启动,·响应中,2响应完成
|
|
62840
|
-
:type Status: int
|
|
62841
|
-
:param _StartTime: 服务开始时间
|
|
62842
|
-
:type StartTime: str
|
|
62843
|
-
:param _EndTime: 服务结束时间
|
|
62844
|
-
:type EndTime: str
|
|
62845
|
-
:param _ReportPath: 报告下载地址
|
|
62846
|
-
:type ReportPath: str
|
|
62847
|
-
"""
|
|
62848
|
-
self._TaskId = None
|
|
62849
|
-
self._HostNum = None
|
|
62850
|
-
self._Status = None
|
|
62851
|
-
self._StartTime = None
|
|
62852
|
-
self._EndTime = None
|
|
62853
|
-
self._ReportPath = None
|
|
62854
|
-
|
|
62855
|
-
@property
|
|
62856
|
-
def TaskId(self):
|
|
62857
|
-
r"""任务id
|
|
62858
|
-
:rtype: str
|
|
62859
|
-
"""
|
|
62860
|
-
return self._TaskId
|
|
62861
|
-
|
|
62862
|
-
@TaskId.setter
|
|
62863
|
-
def TaskId(self, TaskId):
|
|
62864
|
-
self._TaskId = TaskId
|
|
62865
|
-
|
|
62866
|
-
@property
|
|
62867
|
-
def HostNum(self):
|
|
62868
|
-
r"""主机个数
|
|
62869
|
-
:rtype: int
|
|
62870
|
-
"""
|
|
62871
|
-
return self._HostNum
|
|
62872
|
-
|
|
62873
|
-
@HostNum.setter
|
|
62874
|
-
def HostNum(self, HostNum):
|
|
62875
|
-
self._HostNum = HostNum
|
|
62876
|
-
|
|
62877
|
-
@property
|
|
62878
|
-
def Status(self):
|
|
62879
|
-
r"""服务状态 0未启动,·响应中,2响应完成
|
|
62880
|
-
:rtype: int
|
|
62881
|
-
"""
|
|
62882
|
-
return self._Status
|
|
62883
|
-
|
|
62884
|
-
@Status.setter
|
|
62885
|
-
def Status(self, Status):
|
|
62886
|
-
self._Status = Status
|
|
62887
|
-
|
|
62888
|
-
@property
|
|
62889
|
-
def StartTime(self):
|
|
62890
|
-
r"""服务开始时间
|
|
62891
|
-
:rtype: str
|
|
62892
|
-
"""
|
|
62893
|
-
return self._StartTime
|
|
62894
|
-
|
|
62895
|
-
@StartTime.setter
|
|
62896
|
-
def StartTime(self, StartTime):
|
|
62897
|
-
self._StartTime = StartTime
|
|
62898
|
-
|
|
62899
|
-
@property
|
|
62900
|
-
def EndTime(self):
|
|
62901
|
-
r"""服务结束时间
|
|
62902
|
-
:rtype: str
|
|
62903
|
-
"""
|
|
62904
|
-
return self._EndTime
|
|
62905
|
-
|
|
62906
|
-
@EndTime.setter
|
|
62907
|
-
def EndTime(self, EndTime):
|
|
62908
|
-
self._EndTime = EndTime
|
|
62909
|
-
|
|
62910
|
-
@property
|
|
62911
|
-
def ReportPath(self):
|
|
62912
|
-
r"""报告下载地址
|
|
62913
|
-
:rtype: str
|
|
62914
|
-
"""
|
|
62915
|
-
return self._ReportPath
|
|
62916
|
-
|
|
62917
|
-
@ReportPath.setter
|
|
62918
|
-
def ReportPath(self, ReportPath):
|
|
62919
|
-
self._ReportPath = ReportPath
|
|
62920
|
-
|
|
62921
|
-
|
|
62922
|
-
def _deserialize(self, params):
|
|
62923
|
-
self._TaskId = params.get("TaskId")
|
|
62924
|
-
self._HostNum = params.get("HostNum")
|
|
62925
|
-
self._Status = params.get("Status")
|
|
62926
|
-
self._StartTime = params.get("StartTime")
|
|
62927
|
-
self._EndTime = params.get("EndTime")
|
|
62928
|
-
self._ReportPath = params.get("ReportPath")
|
|
62929
|
-
memeber_set = set(params.keys())
|
|
62930
|
-
for name, value in vars(self).items():
|
|
62931
|
-
property_name = name[1:]
|
|
62932
|
-
if property_name in memeber_set:
|
|
62933
|
-
memeber_set.remove(property_name)
|
|
62934
|
-
if len(memeber_set) > 0:
|
|
62935
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
62936
|
-
|
|
62937
|
-
|
|
62938
|
-
|
|
62939
61980
|
class EmergencyVul(AbstractModel):
|
|
62940
61981
|
r"""应急漏洞信息
|
|
62941
61982
|
|
|
@@ -63263,132 +62304,6 @@ class EventStat(AbstractModel):
|
|
|
63263
62304
|
|
|
63264
62305
|
|
|
63265
62306
|
|
|
63266
|
-
class ExpertServiceOrderInfo(AbstractModel):
|
|
63267
|
-
r"""专家服务订单信息
|
|
63268
|
-
|
|
63269
|
-
"""
|
|
63270
|
-
|
|
63271
|
-
def __init__(self):
|
|
63272
|
-
r"""
|
|
63273
|
-
:param _OrderId: 订单id
|
|
63274
|
-
:type OrderId: int
|
|
63275
|
-
:param _InquireType: 订单类型 1应急 2 旗舰重保 3 安全管家
|
|
63276
|
-
:type InquireType: int
|
|
63277
|
-
:param _InquireNum: 服务数量
|
|
63278
|
-
:type InquireNum: int
|
|
63279
|
-
:param _BeginTime: 服务开始时间
|
|
63280
|
-
:type BeginTime: str
|
|
63281
|
-
:param _EndTime: 服务结束时间
|
|
63282
|
-
:type EndTime: str
|
|
63283
|
-
:param _ServiceTime: 服务时长几个月
|
|
63284
|
-
:type ServiceTime: int
|
|
63285
|
-
:param _Status: 订单状态 0 未启动 1 服务中 2已过期 3完成,4退费销毁
|
|
63286
|
-
:type Status: int
|
|
63287
|
-
"""
|
|
63288
|
-
self._OrderId = None
|
|
63289
|
-
self._InquireType = None
|
|
63290
|
-
self._InquireNum = None
|
|
63291
|
-
self._BeginTime = None
|
|
63292
|
-
self._EndTime = None
|
|
63293
|
-
self._ServiceTime = None
|
|
63294
|
-
self._Status = None
|
|
63295
|
-
|
|
63296
|
-
@property
|
|
63297
|
-
def OrderId(self):
|
|
63298
|
-
r"""订单id
|
|
63299
|
-
:rtype: int
|
|
63300
|
-
"""
|
|
63301
|
-
return self._OrderId
|
|
63302
|
-
|
|
63303
|
-
@OrderId.setter
|
|
63304
|
-
def OrderId(self, OrderId):
|
|
63305
|
-
self._OrderId = OrderId
|
|
63306
|
-
|
|
63307
|
-
@property
|
|
63308
|
-
def InquireType(self):
|
|
63309
|
-
r"""订单类型 1应急 2 旗舰重保 3 安全管家
|
|
63310
|
-
:rtype: int
|
|
63311
|
-
"""
|
|
63312
|
-
return self._InquireType
|
|
63313
|
-
|
|
63314
|
-
@InquireType.setter
|
|
63315
|
-
def InquireType(self, InquireType):
|
|
63316
|
-
self._InquireType = InquireType
|
|
63317
|
-
|
|
63318
|
-
@property
|
|
63319
|
-
def InquireNum(self):
|
|
63320
|
-
r"""服务数量
|
|
63321
|
-
:rtype: int
|
|
63322
|
-
"""
|
|
63323
|
-
return self._InquireNum
|
|
63324
|
-
|
|
63325
|
-
@InquireNum.setter
|
|
63326
|
-
def InquireNum(self, InquireNum):
|
|
63327
|
-
self._InquireNum = InquireNum
|
|
63328
|
-
|
|
63329
|
-
@property
|
|
63330
|
-
def BeginTime(self):
|
|
63331
|
-
r"""服务开始时间
|
|
63332
|
-
:rtype: str
|
|
63333
|
-
"""
|
|
63334
|
-
return self._BeginTime
|
|
63335
|
-
|
|
63336
|
-
@BeginTime.setter
|
|
63337
|
-
def BeginTime(self, BeginTime):
|
|
63338
|
-
self._BeginTime = BeginTime
|
|
63339
|
-
|
|
63340
|
-
@property
|
|
63341
|
-
def EndTime(self):
|
|
63342
|
-
r"""服务结束时间
|
|
63343
|
-
:rtype: str
|
|
63344
|
-
"""
|
|
63345
|
-
return self._EndTime
|
|
63346
|
-
|
|
63347
|
-
@EndTime.setter
|
|
63348
|
-
def EndTime(self, EndTime):
|
|
63349
|
-
self._EndTime = EndTime
|
|
63350
|
-
|
|
63351
|
-
@property
|
|
63352
|
-
def ServiceTime(self):
|
|
63353
|
-
r"""服务时长几个月
|
|
63354
|
-
:rtype: int
|
|
63355
|
-
"""
|
|
63356
|
-
return self._ServiceTime
|
|
63357
|
-
|
|
63358
|
-
@ServiceTime.setter
|
|
63359
|
-
def ServiceTime(self, ServiceTime):
|
|
63360
|
-
self._ServiceTime = ServiceTime
|
|
63361
|
-
|
|
63362
|
-
@property
|
|
63363
|
-
def Status(self):
|
|
63364
|
-
r"""订单状态 0 未启动 1 服务中 2已过期 3完成,4退费销毁
|
|
63365
|
-
:rtype: int
|
|
63366
|
-
"""
|
|
63367
|
-
return self._Status
|
|
63368
|
-
|
|
63369
|
-
@Status.setter
|
|
63370
|
-
def Status(self, Status):
|
|
63371
|
-
self._Status = Status
|
|
63372
|
-
|
|
63373
|
-
|
|
63374
|
-
def _deserialize(self, params):
|
|
63375
|
-
self._OrderId = params.get("OrderId")
|
|
63376
|
-
self._InquireType = params.get("InquireType")
|
|
63377
|
-
self._InquireNum = params.get("InquireNum")
|
|
63378
|
-
self._BeginTime = params.get("BeginTime")
|
|
63379
|
-
self._EndTime = params.get("EndTime")
|
|
63380
|
-
self._ServiceTime = params.get("ServiceTime")
|
|
63381
|
-
self._Status = params.get("Status")
|
|
63382
|
-
memeber_set = set(params.keys())
|
|
63383
|
-
for name, value in vars(self).items():
|
|
63384
|
-
property_name = name[1:]
|
|
63385
|
-
if property_name in memeber_set:
|
|
63386
|
-
memeber_set.remove(property_name)
|
|
63387
|
-
if len(memeber_set) > 0:
|
|
63388
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
63389
|
-
|
|
63390
|
-
|
|
63391
|
-
|
|
63392
62307
|
class ExportAssetAppListRequest(AbstractModel):
|
|
63393
62308
|
r"""ExportAssetAppList请求参数结构体
|
|
63394
62309
|
|
|
@@ -73437,6 +72352,8 @@ XTI - 威胁情报
|
|
|
73437
72352
|
:type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
|
|
73438
72353
|
:param _Port: 请求目的端口
|
|
73439
72354
|
:type Port: int
|
|
72355
|
+
:param _IPAnalyse: ip分析
|
|
72356
|
+
:type IPAnalyse: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
73440
72357
|
"""
|
|
73441
72358
|
self._Id = None
|
|
73442
72359
|
self._Uuid = None
|
|
@@ -73460,6 +72377,7 @@ XTI - 威胁情报
|
|
|
73460
72377
|
self._Desc = None
|
|
73461
72378
|
self._MachineExtraInfo = None
|
|
73462
72379
|
self._Port = None
|
|
72380
|
+
self._IPAnalyse = None
|
|
73463
72381
|
|
|
73464
72382
|
@property
|
|
73465
72383
|
def Id(self):
|
|
@@ -73707,6 +72625,17 @@ XTI - 威胁情报
|
|
|
73707
72625
|
def Port(self, Port):
|
|
73708
72626
|
self._Port = Port
|
|
73709
72627
|
|
|
72628
|
+
@property
|
|
72629
|
+
def IPAnalyse(self):
|
|
72630
|
+
r"""ip分析
|
|
72631
|
+
:rtype: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
72632
|
+
"""
|
|
72633
|
+
return self._IPAnalyse
|
|
72634
|
+
|
|
72635
|
+
@IPAnalyse.setter
|
|
72636
|
+
def IPAnalyse(self, IPAnalyse):
|
|
72637
|
+
self._IPAnalyse = IPAnalyse
|
|
72638
|
+
|
|
73710
72639
|
|
|
73711
72640
|
def _deserialize(self, params):
|
|
73712
72641
|
self._Id = params.get("Id")
|
|
@@ -73733,6 +72662,9 @@ XTI - 威胁情报
|
|
|
73733
72662
|
self._MachineExtraInfo = MachineExtraInfo()
|
|
73734
72663
|
self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
|
|
73735
72664
|
self._Port = params.get("Port")
|
|
72665
|
+
if params.get("IPAnalyse") is not None:
|
|
72666
|
+
self._IPAnalyse = IPAnalyse()
|
|
72667
|
+
self._IPAnalyse._deserialize(params.get("IPAnalyse"))
|
|
73736
72668
|
memeber_set = set(params.keys())
|
|
73737
72669
|
for name, value in vars(self).items():
|
|
73738
72670
|
property_name = name[1:]
|
|
@@ -74256,6 +73188,108 @@ class HostTagInfo(AbstractModel):
|
|
|
74256
73188
|
|
|
74257
73189
|
|
|
74258
73190
|
|
|
73191
|
+
class IPAnalyse(AbstractModel):
|
|
73192
|
+
r"""ip 分析
|
|
73193
|
+
|
|
73194
|
+
"""
|
|
73195
|
+
|
|
73196
|
+
def __init__(self):
|
|
73197
|
+
r"""
|
|
73198
|
+
:param _Status: 0 安全
|
|
73199
|
+
1 可疑
|
|
73200
|
+
2 恶意
|
|
73201
|
+
3 未知
|
|
73202
|
+
:type Status: int
|
|
73203
|
+
:param _Tags: 标签特征
|
|
73204
|
+
:type Tags: list of str
|
|
73205
|
+
:param _Family: 家族信息
|
|
73206
|
+
:type Family: list of str
|
|
73207
|
+
:param _Profile: 画像
|
|
73208
|
+
:type Profile: list of str
|
|
73209
|
+
:param _Isp: 运营商
|
|
73210
|
+
:type Isp: str
|
|
73211
|
+
"""
|
|
73212
|
+
self._Status = None
|
|
73213
|
+
self._Tags = None
|
|
73214
|
+
self._Family = None
|
|
73215
|
+
self._Profile = None
|
|
73216
|
+
self._Isp = None
|
|
73217
|
+
|
|
73218
|
+
@property
|
|
73219
|
+
def Status(self):
|
|
73220
|
+
r"""0 安全
|
|
73221
|
+
1 可疑
|
|
73222
|
+
2 恶意
|
|
73223
|
+
3 未知
|
|
73224
|
+
:rtype: int
|
|
73225
|
+
"""
|
|
73226
|
+
return self._Status
|
|
73227
|
+
|
|
73228
|
+
@Status.setter
|
|
73229
|
+
def Status(self, Status):
|
|
73230
|
+
self._Status = Status
|
|
73231
|
+
|
|
73232
|
+
@property
|
|
73233
|
+
def Tags(self):
|
|
73234
|
+
r"""标签特征
|
|
73235
|
+
:rtype: list of str
|
|
73236
|
+
"""
|
|
73237
|
+
return self._Tags
|
|
73238
|
+
|
|
73239
|
+
@Tags.setter
|
|
73240
|
+
def Tags(self, Tags):
|
|
73241
|
+
self._Tags = Tags
|
|
73242
|
+
|
|
73243
|
+
@property
|
|
73244
|
+
def Family(self):
|
|
73245
|
+
r"""家族信息
|
|
73246
|
+
:rtype: list of str
|
|
73247
|
+
"""
|
|
73248
|
+
return self._Family
|
|
73249
|
+
|
|
73250
|
+
@Family.setter
|
|
73251
|
+
def Family(self, Family):
|
|
73252
|
+
self._Family = Family
|
|
73253
|
+
|
|
73254
|
+
@property
|
|
73255
|
+
def Profile(self):
|
|
73256
|
+
r"""画像
|
|
73257
|
+
:rtype: list of str
|
|
73258
|
+
"""
|
|
73259
|
+
return self._Profile
|
|
73260
|
+
|
|
73261
|
+
@Profile.setter
|
|
73262
|
+
def Profile(self, Profile):
|
|
73263
|
+
self._Profile = Profile
|
|
73264
|
+
|
|
73265
|
+
@property
|
|
73266
|
+
def Isp(self):
|
|
73267
|
+
r"""运营商
|
|
73268
|
+
:rtype: str
|
|
73269
|
+
"""
|
|
73270
|
+
return self._Isp
|
|
73271
|
+
|
|
73272
|
+
@Isp.setter
|
|
73273
|
+
def Isp(self, Isp):
|
|
73274
|
+
self._Isp = Isp
|
|
73275
|
+
|
|
73276
|
+
|
|
73277
|
+
def _deserialize(self, params):
|
|
73278
|
+
self._Status = params.get("Status")
|
|
73279
|
+
self._Tags = params.get("Tags")
|
|
73280
|
+
self._Family = params.get("Family")
|
|
73281
|
+
self._Profile = params.get("Profile")
|
|
73282
|
+
self._Isp = params.get("Isp")
|
|
73283
|
+
memeber_set = set(params.keys())
|
|
73284
|
+
for name, value in vars(self).items():
|
|
73285
|
+
property_name = name[1:]
|
|
73286
|
+
if property_name in memeber_set:
|
|
73287
|
+
memeber_set.remove(property_name)
|
|
73288
|
+
if len(memeber_set) > 0:
|
|
73289
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
73290
|
+
|
|
73291
|
+
|
|
73292
|
+
|
|
74259
73293
|
class IgnoreBaselineRule(AbstractModel):
|
|
74260
73294
|
r"""忽略的基线检测项信息
|
|
74261
73295
|
|
|
@@ -74352,70 +73386,6 @@ class IgnoreBaselineRule(AbstractModel):
|
|
|
74352
73386
|
|
|
74353
73387
|
|
|
74354
73388
|
|
|
74355
|
-
class IgnoreImpactedHostsRequest(AbstractModel):
|
|
74356
|
-
r"""IgnoreImpactedHosts请求参数结构体
|
|
74357
|
-
|
|
74358
|
-
"""
|
|
74359
|
-
|
|
74360
|
-
def __init__(self):
|
|
74361
|
-
r"""
|
|
74362
|
-
:param _Ids: 漏洞ID数组。
|
|
74363
|
-
:type Ids: list of int non-negative
|
|
74364
|
-
"""
|
|
74365
|
-
self._Ids = None
|
|
74366
|
-
|
|
74367
|
-
@property
|
|
74368
|
-
def Ids(self):
|
|
74369
|
-
r"""漏洞ID数组。
|
|
74370
|
-
:rtype: list of int non-negative
|
|
74371
|
-
"""
|
|
74372
|
-
return self._Ids
|
|
74373
|
-
|
|
74374
|
-
@Ids.setter
|
|
74375
|
-
def Ids(self, Ids):
|
|
74376
|
-
self._Ids = Ids
|
|
74377
|
-
|
|
74378
|
-
|
|
74379
|
-
def _deserialize(self, params):
|
|
74380
|
-
self._Ids = params.get("Ids")
|
|
74381
|
-
memeber_set = set(params.keys())
|
|
74382
|
-
for name, value in vars(self).items():
|
|
74383
|
-
property_name = name[1:]
|
|
74384
|
-
if property_name in memeber_set:
|
|
74385
|
-
memeber_set.remove(property_name)
|
|
74386
|
-
if len(memeber_set) > 0:
|
|
74387
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
74388
|
-
|
|
74389
|
-
|
|
74390
|
-
|
|
74391
|
-
class IgnoreImpactedHostsResponse(AbstractModel):
|
|
74392
|
-
r"""IgnoreImpactedHosts返回参数结构体
|
|
74393
|
-
|
|
74394
|
-
"""
|
|
74395
|
-
|
|
74396
|
-
def __init__(self):
|
|
74397
|
-
r"""
|
|
74398
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
74399
|
-
:type RequestId: str
|
|
74400
|
-
"""
|
|
74401
|
-
self._RequestId = None
|
|
74402
|
-
|
|
74403
|
-
@property
|
|
74404
|
-
def RequestId(self):
|
|
74405
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
74406
|
-
:rtype: str
|
|
74407
|
-
"""
|
|
74408
|
-
return self._RequestId
|
|
74409
|
-
|
|
74410
|
-
@RequestId.setter
|
|
74411
|
-
def RequestId(self, RequestId):
|
|
74412
|
-
self._RequestId = RequestId
|
|
74413
|
-
|
|
74414
|
-
|
|
74415
|
-
def _deserialize(self, params):
|
|
74416
|
-
self._RequestId = params.get("RequestId")
|
|
74417
|
-
|
|
74418
|
-
|
|
74419
73389
|
class IgnoreRuleEffectHostInfo(AbstractModel):
|
|
74420
73390
|
r"""忽略检测项影响主机信息
|
|
74421
73391
|
|
|
@@ -80173,6 +79143,11 @@ class ModifyAutoOpenProVersionConfigRequest(AbstractModel):
|
|
|
80173
79143
|
<li>CLOSE:关闭</li>
|
|
80174
79144
|
<li>OPEN:打开</li>
|
|
80175
79145
|
:type Status: str
|
|
79146
|
+
:param _ProtectType: 加固防护模式
|
|
79147
|
+
PROVERSION_POSTPAY 专业版-按量计费
|
|
79148
|
+
PROVERSION_PREPAY 专业版-包年包月
|
|
79149
|
+
FLAGSHIP_PREPAY 旗舰版-包年包月
|
|
79150
|
+
:type ProtectType: str
|
|
80176
79151
|
:param _AutoRepurchaseSwitch: 自动加购/扩容授权开关,默认 1, 0关闭, 1开启
|
|
80177
79152
|
:type AutoRepurchaseSwitch: int
|
|
80178
79153
|
:param _AutoRepurchaseRenewSwitch: 自动加购的订单是否自动续费,默认0 ,0关闭, 1开启
|
|
@@ -80183,13 +79158,17 @@ class ModifyAutoOpenProVersionConfigRequest(AbstractModel):
|
|
|
80183
79158
|
:type AutoBindRaspSwitch: int
|
|
80184
79159
|
:param _AutoOpenRaspSwitch: 新增机器自动开启rasp防护,默认关闭,0 关闭 1开启
|
|
80185
79160
|
:type AutoOpenRaspSwitch: int
|
|
79161
|
+
:param _AutoDowngradeSwitch: 自动缩容开关,0 关闭 1开启
|
|
79162
|
+
:type AutoDowngradeSwitch: int
|
|
80186
79163
|
"""
|
|
80187
79164
|
self._Status = None
|
|
79165
|
+
self._ProtectType = None
|
|
80188
79166
|
self._AutoRepurchaseSwitch = None
|
|
80189
79167
|
self._AutoRepurchaseRenewSwitch = None
|
|
80190
79168
|
self._RepurchaseRenewSwitch = None
|
|
80191
79169
|
self._AutoBindRaspSwitch = None
|
|
80192
79170
|
self._AutoOpenRaspSwitch = None
|
|
79171
|
+
self._AutoDowngradeSwitch = None
|
|
80193
79172
|
|
|
80194
79173
|
@property
|
|
80195
79174
|
def Status(self):
|
|
@@ -80204,6 +79183,20 @@ class ModifyAutoOpenProVersionConfigRequest(AbstractModel):
|
|
|
80204
79183
|
def Status(self, Status):
|
|
80205
79184
|
self._Status = Status
|
|
80206
79185
|
|
|
79186
|
+
@property
|
|
79187
|
+
def ProtectType(self):
|
|
79188
|
+
r"""加固防护模式
|
|
79189
|
+
PROVERSION_POSTPAY 专业版-按量计费
|
|
79190
|
+
PROVERSION_PREPAY 专业版-包年包月
|
|
79191
|
+
FLAGSHIP_PREPAY 旗舰版-包年包月
|
|
79192
|
+
:rtype: str
|
|
79193
|
+
"""
|
|
79194
|
+
return self._ProtectType
|
|
79195
|
+
|
|
79196
|
+
@ProtectType.setter
|
|
79197
|
+
def ProtectType(self, ProtectType):
|
|
79198
|
+
self._ProtectType = ProtectType
|
|
79199
|
+
|
|
80207
79200
|
@property
|
|
80208
79201
|
def AutoRepurchaseSwitch(self):
|
|
80209
79202
|
r"""自动加购/扩容授权开关,默认 1, 0关闭, 1开启
|
|
@@ -80259,14 +79252,27 @@ class ModifyAutoOpenProVersionConfigRequest(AbstractModel):
|
|
|
80259
79252
|
def AutoOpenRaspSwitch(self, AutoOpenRaspSwitch):
|
|
80260
79253
|
self._AutoOpenRaspSwitch = AutoOpenRaspSwitch
|
|
80261
79254
|
|
|
79255
|
+
@property
|
|
79256
|
+
def AutoDowngradeSwitch(self):
|
|
79257
|
+
r"""自动缩容开关,0 关闭 1开启
|
|
79258
|
+
:rtype: int
|
|
79259
|
+
"""
|
|
79260
|
+
return self._AutoDowngradeSwitch
|
|
79261
|
+
|
|
79262
|
+
@AutoDowngradeSwitch.setter
|
|
79263
|
+
def AutoDowngradeSwitch(self, AutoDowngradeSwitch):
|
|
79264
|
+
self._AutoDowngradeSwitch = AutoDowngradeSwitch
|
|
79265
|
+
|
|
80262
79266
|
|
|
80263
79267
|
def _deserialize(self, params):
|
|
80264
79268
|
self._Status = params.get("Status")
|
|
79269
|
+
self._ProtectType = params.get("ProtectType")
|
|
80265
79270
|
self._AutoRepurchaseSwitch = params.get("AutoRepurchaseSwitch")
|
|
80266
79271
|
self._AutoRepurchaseRenewSwitch = params.get("AutoRepurchaseRenewSwitch")
|
|
80267
79272
|
self._RepurchaseRenewSwitch = params.get("RepurchaseRenewSwitch")
|
|
80268
79273
|
self._AutoBindRaspSwitch = params.get("AutoBindRaspSwitch")
|
|
80269
79274
|
self._AutoOpenRaspSwitch = params.get("AutoOpenRaspSwitch")
|
|
79275
|
+
self._AutoDowngradeSwitch = params.get("AutoDowngradeSwitch")
|
|
80270
79276
|
memeber_set = set(params.keys())
|
|
80271
79277
|
for name, value in vars(self).items():
|
|
80272
79278
|
property_name = name[1:]
|
|
@@ -84757,14 +83763,14 @@ class ModifyRaspMaxCpuRequest(AbstractModel):
|
|
|
84757
83763
|
|
|
84758
83764
|
def __init__(self):
|
|
84759
83765
|
r"""
|
|
84760
|
-
:param _RaspMaxCpu: rasp当前最大cpu
|
|
83766
|
+
:param _RaspMaxCpu: rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
|
|
84761
83767
|
:type RaspMaxCpu: int
|
|
84762
83768
|
"""
|
|
84763
83769
|
self._RaspMaxCpu = None
|
|
84764
83770
|
|
|
84765
83771
|
@property
|
|
84766
83772
|
def RaspMaxCpu(self):
|
|
84767
|
-
r"""rasp当前最大cpu
|
|
83773
|
+
r"""rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
|
|
84768
83774
|
:rtype: int
|
|
84769
83775
|
"""
|
|
84770
83776
|
return self._RaspMaxCpu
|
|
@@ -86080,6 +85086,8 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
|
86080
85086
|
:type Quuids: list of str
|
|
86081
85087
|
:param _ExcludedQuuids: 需排除的机器列表
|
|
86082
85088
|
:type ExcludedQuuids: list of str
|
|
85089
|
+
:param _MsgLanguage: 推送语言类型,中文zh,英文en
|
|
85090
|
+
:type MsgLanguage: str
|
|
86083
85091
|
"""
|
|
86084
85092
|
self._Id = None
|
|
86085
85093
|
self._Name = None
|
|
@@ -86091,6 +85099,7 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
|
86091
85099
|
self._IsDisabled = None
|
|
86092
85100
|
self._Quuids = None
|
|
86093
85101
|
self._ExcludedQuuids = None
|
|
85102
|
+
self._MsgLanguage = None
|
|
86094
85103
|
|
|
86095
85104
|
@property
|
|
86096
85105
|
def Id(self):
|
|
@@ -86202,6 +85211,17 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
|
86202
85211
|
def ExcludedQuuids(self, ExcludedQuuids):
|
|
86203
85212
|
self._ExcludedQuuids = ExcludedQuuids
|
|
86204
85213
|
|
|
85214
|
+
@property
|
|
85215
|
+
def MsgLanguage(self):
|
|
85216
|
+
r"""推送语言类型,中文zh,英文en
|
|
85217
|
+
:rtype: str
|
|
85218
|
+
"""
|
|
85219
|
+
return self._MsgLanguage
|
|
85220
|
+
|
|
85221
|
+
@MsgLanguage.setter
|
|
85222
|
+
def MsgLanguage(self, MsgLanguage):
|
|
85223
|
+
self._MsgLanguage = MsgLanguage
|
|
85224
|
+
|
|
86205
85225
|
|
|
86206
85226
|
def _deserialize(self, params):
|
|
86207
85227
|
self._Id = params.get("Id")
|
|
@@ -86234,6 +85254,7 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
|
86234
85254
|
self._IsDisabled = params.get("IsDisabled")
|
|
86235
85255
|
self._Quuids = params.get("Quuids")
|
|
86236
85256
|
self._ExcludedQuuids = params.get("ExcludedQuuids")
|
|
85257
|
+
self._MsgLanguage = params.get("MsgLanguage")
|
|
86237
85258
|
memeber_set = set(params.keys())
|
|
86238
85259
|
for name, value in vars(self).items():
|
|
86239
85260
|
property_name = name[1:]
|
|
@@ -86366,11 +85387,29 @@ class ModifyWebHookReceiverRequest(AbstractModel):
|
|
|
86366
85387
|
:type Addr: str
|
|
86367
85388
|
:param _IsModify: 是否修改
|
|
86368
85389
|
:type IsModify: bool
|
|
85390
|
+
:param _Type: 类型
|
|
85391
|
+
:type Type: int
|
|
85392
|
+
:param _SCFRegion: 目标地域
|
|
85393
|
+
:type SCFRegion: str
|
|
85394
|
+
:param _Namespace: 命名空间
|
|
85395
|
+
:type Namespace: str
|
|
85396
|
+
:param _FunctionName: 函数名称
|
|
85397
|
+
:type FunctionName: str
|
|
85398
|
+
:param _FunctionVersion: 函数版本
|
|
85399
|
+
:type FunctionVersion: str
|
|
85400
|
+
:param _Alias: 别名
|
|
85401
|
+
:type Alias: str
|
|
86369
85402
|
"""
|
|
86370
85403
|
self._Id = None
|
|
86371
85404
|
self._Name = None
|
|
86372
85405
|
self._Addr = None
|
|
86373
85406
|
self._IsModify = None
|
|
85407
|
+
self._Type = None
|
|
85408
|
+
self._SCFRegion = None
|
|
85409
|
+
self._Namespace = None
|
|
85410
|
+
self._FunctionName = None
|
|
85411
|
+
self._FunctionVersion = None
|
|
85412
|
+
self._Alias = None
|
|
86374
85413
|
|
|
86375
85414
|
@property
|
|
86376
85415
|
def Id(self):
|
|
@@ -86416,12 +85455,84 @@ class ModifyWebHookReceiverRequest(AbstractModel):
|
|
|
86416
85455
|
def IsModify(self, IsModify):
|
|
86417
85456
|
self._IsModify = IsModify
|
|
86418
85457
|
|
|
85458
|
+
@property
|
|
85459
|
+
def Type(self):
|
|
85460
|
+
r"""类型
|
|
85461
|
+
:rtype: int
|
|
85462
|
+
"""
|
|
85463
|
+
return self._Type
|
|
85464
|
+
|
|
85465
|
+
@Type.setter
|
|
85466
|
+
def Type(self, Type):
|
|
85467
|
+
self._Type = Type
|
|
85468
|
+
|
|
85469
|
+
@property
|
|
85470
|
+
def SCFRegion(self):
|
|
85471
|
+
r"""目标地域
|
|
85472
|
+
:rtype: str
|
|
85473
|
+
"""
|
|
85474
|
+
return self._SCFRegion
|
|
85475
|
+
|
|
85476
|
+
@SCFRegion.setter
|
|
85477
|
+
def SCFRegion(self, SCFRegion):
|
|
85478
|
+
self._SCFRegion = SCFRegion
|
|
85479
|
+
|
|
85480
|
+
@property
|
|
85481
|
+
def Namespace(self):
|
|
85482
|
+
r"""命名空间
|
|
85483
|
+
:rtype: str
|
|
85484
|
+
"""
|
|
85485
|
+
return self._Namespace
|
|
85486
|
+
|
|
85487
|
+
@Namespace.setter
|
|
85488
|
+
def Namespace(self, Namespace):
|
|
85489
|
+
self._Namespace = Namespace
|
|
85490
|
+
|
|
85491
|
+
@property
|
|
85492
|
+
def FunctionName(self):
|
|
85493
|
+
r"""函数名称
|
|
85494
|
+
:rtype: str
|
|
85495
|
+
"""
|
|
85496
|
+
return self._FunctionName
|
|
85497
|
+
|
|
85498
|
+
@FunctionName.setter
|
|
85499
|
+
def FunctionName(self, FunctionName):
|
|
85500
|
+
self._FunctionName = FunctionName
|
|
85501
|
+
|
|
85502
|
+
@property
|
|
85503
|
+
def FunctionVersion(self):
|
|
85504
|
+
r"""函数版本
|
|
85505
|
+
:rtype: str
|
|
85506
|
+
"""
|
|
85507
|
+
return self._FunctionVersion
|
|
85508
|
+
|
|
85509
|
+
@FunctionVersion.setter
|
|
85510
|
+
def FunctionVersion(self, FunctionVersion):
|
|
85511
|
+
self._FunctionVersion = FunctionVersion
|
|
85512
|
+
|
|
85513
|
+
@property
|
|
85514
|
+
def Alias(self):
|
|
85515
|
+
r"""别名
|
|
85516
|
+
:rtype: str
|
|
85517
|
+
"""
|
|
85518
|
+
return self._Alias
|
|
85519
|
+
|
|
85520
|
+
@Alias.setter
|
|
85521
|
+
def Alias(self, Alias):
|
|
85522
|
+
self._Alias = Alias
|
|
85523
|
+
|
|
86419
85524
|
|
|
86420
85525
|
def _deserialize(self, params):
|
|
86421
85526
|
self._Id = params.get("Id")
|
|
86422
85527
|
self._Name = params.get("Name")
|
|
86423
85528
|
self._Addr = params.get("Addr")
|
|
86424
85529
|
self._IsModify = params.get("IsModify")
|
|
85530
|
+
self._Type = params.get("Type")
|
|
85531
|
+
self._SCFRegion = params.get("SCFRegion")
|
|
85532
|
+
self._Namespace = params.get("Namespace")
|
|
85533
|
+
self._FunctionName = params.get("FunctionName")
|
|
85534
|
+
self._FunctionVersion = params.get("FunctionVersion")
|
|
85535
|
+
self._Alias = params.get("Alias")
|
|
86425
85536
|
memeber_set = set(params.keys())
|
|
86426
85537
|
for name, value in vars(self).items():
|
|
86427
85538
|
property_name = name[1:]
|
|
@@ -86907,72 +86018,6 @@ class ModifyWebPageProtectSwitchResponse(AbstractModel):
|
|
|
86907
86018
|
self._RequestId = params.get("RequestId")
|
|
86908
86019
|
|
|
86909
86020
|
|
|
86910
|
-
class MonthInspectionReport(AbstractModel):
|
|
86911
|
-
r"""专家服务-月巡检报告
|
|
86912
|
-
|
|
86913
|
-
"""
|
|
86914
|
-
|
|
86915
|
-
def __init__(self):
|
|
86916
|
-
r"""
|
|
86917
|
-
:param _ReportName: 巡检报告名称
|
|
86918
|
-
:type ReportName: str
|
|
86919
|
-
:param _ReportPath: 巡检报告下载地址
|
|
86920
|
-
:type ReportPath: str
|
|
86921
|
-
:param _ModifyTime: 巡检报告更新时间
|
|
86922
|
-
:type ModifyTime: str
|
|
86923
|
-
"""
|
|
86924
|
-
self._ReportName = None
|
|
86925
|
-
self._ReportPath = None
|
|
86926
|
-
self._ModifyTime = None
|
|
86927
|
-
|
|
86928
|
-
@property
|
|
86929
|
-
def ReportName(self):
|
|
86930
|
-
r"""巡检报告名称
|
|
86931
|
-
:rtype: str
|
|
86932
|
-
"""
|
|
86933
|
-
return self._ReportName
|
|
86934
|
-
|
|
86935
|
-
@ReportName.setter
|
|
86936
|
-
def ReportName(self, ReportName):
|
|
86937
|
-
self._ReportName = ReportName
|
|
86938
|
-
|
|
86939
|
-
@property
|
|
86940
|
-
def ReportPath(self):
|
|
86941
|
-
r"""巡检报告下载地址
|
|
86942
|
-
:rtype: str
|
|
86943
|
-
"""
|
|
86944
|
-
return self._ReportPath
|
|
86945
|
-
|
|
86946
|
-
@ReportPath.setter
|
|
86947
|
-
def ReportPath(self, ReportPath):
|
|
86948
|
-
self._ReportPath = ReportPath
|
|
86949
|
-
|
|
86950
|
-
@property
|
|
86951
|
-
def ModifyTime(self):
|
|
86952
|
-
r"""巡检报告更新时间
|
|
86953
|
-
:rtype: str
|
|
86954
|
-
"""
|
|
86955
|
-
return self._ModifyTime
|
|
86956
|
-
|
|
86957
|
-
@ModifyTime.setter
|
|
86958
|
-
def ModifyTime(self, ModifyTime):
|
|
86959
|
-
self._ModifyTime = ModifyTime
|
|
86960
|
-
|
|
86961
|
-
|
|
86962
|
-
def _deserialize(self, params):
|
|
86963
|
-
self._ReportName = params.get("ReportName")
|
|
86964
|
-
self._ReportPath = params.get("ReportPath")
|
|
86965
|
-
self._ModifyTime = params.get("ModifyTime")
|
|
86966
|
-
memeber_set = set(params.keys())
|
|
86967
|
-
for name, value in vars(self).items():
|
|
86968
|
-
property_name = name[1:]
|
|
86969
|
-
if property_name in memeber_set:
|
|
86970
|
-
memeber_set.remove(property_name)
|
|
86971
|
-
if len(memeber_set) > 0:
|
|
86972
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
86973
|
-
|
|
86974
|
-
|
|
86975
|
-
|
|
86976
86021
|
class NetAttackEvent(AbstractModel):
|
|
86977
86022
|
r"""网络攻击事件
|
|
86978
86023
|
|
|
@@ -87014,6 +86059,10 @@ class NetAttackEvent(AbstractModel):
|
|
|
87014
86059
|
:type Count: int
|
|
87015
86060
|
:param _New: 是否今日新增主机
|
|
87016
86061
|
:type New: bool
|
|
86062
|
+
:param _RaspOpen: 是否开启应用防护,0关闭,1开启
|
|
86063
|
+
:type RaspOpen: int
|
|
86064
|
+
:param _IPAnalyse: ip分析
|
|
86065
|
+
:type IPAnalyse: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
87017
86066
|
"""
|
|
87018
86067
|
self._Id = None
|
|
87019
86068
|
self._Uuid = None
|
|
@@ -87032,6 +86081,8 @@ class NetAttackEvent(AbstractModel):
|
|
|
87032
86081
|
self._Quuid = None
|
|
87033
86082
|
self._Count = None
|
|
87034
86083
|
self._New = None
|
|
86084
|
+
self._RaspOpen = None
|
|
86085
|
+
self._IPAnalyse = None
|
|
87035
86086
|
|
|
87036
86087
|
@property
|
|
87037
86088
|
def Id(self):
|
|
@@ -87220,6 +86271,28 @@ class NetAttackEvent(AbstractModel):
|
|
|
87220
86271
|
def New(self, New):
|
|
87221
86272
|
self._New = New
|
|
87222
86273
|
|
|
86274
|
+
@property
|
|
86275
|
+
def RaspOpen(self):
|
|
86276
|
+
r"""是否开启应用防护,0关闭,1开启
|
|
86277
|
+
:rtype: int
|
|
86278
|
+
"""
|
|
86279
|
+
return self._RaspOpen
|
|
86280
|
+
|
|
86281
|
+
@RaspOpen.setter
|
|
86282
|
+
def RaspOpen(self, RaspOpen):
|
|
86283
|
+
self._RaspOpen = RaspOpen
|
|
86284
|
+
|
|
86285
|
+
@property
|
|
86286
|
+
def IPAnalyse(self):
|
|
86287
|
+
r"""ip分析
|
|
86288
|
+
:rtype: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
86289
|
+
"""
|
|
86290
|
+
return self._IPAnalyse
|
|
86291
|
+
|
|
86292
|
+
@IPAnalyse.setter
|
|
86293
|
+
def IPAnalyse(self, IPAnalyse):
|
|
86294
|
+
self._IPAnalyse = IPAnalyse
|
|
86295
|
+
|
|
87223
86296
|
|
|
87224
86297
|
def _deserialize(self, params):
|
|
87225
86298
|
self._Id = params.get("Id")
|
|
@@ -87241,6 +86314,10 @@ class NetAttackEvent(AbstractModel):
|
|
|
87241
86314
|
self._Quuid = params.get("Quuid")
|
|
87242
86315
|
self._Count = params.get("Count")
|
|
87243
86316
|
self._New = params.get("New")
|
|
86317
|
+
self._RaspOpen = params.get("RaspOpen")
|
|
86318
|
+
if params.get("IPAnalyse") is not None:
|
|
86319
|
+
self._IPAnalyse = IPAnalyse()
|
|
86320
|
+
self._IPAnalyse._deserialize(params.get("IPAnalyse"))
|
|
87244
86321
|
memeber_set = set(params.keys())
|
|
87245
86322
|
for name, value in vars(self).items():
|
|
87246
86323
|
property_name = name[1:]
|
|
@@ -87304,6 +86381,10 @@ class NetAttackEventInfo(AbstractModel):
|
|
|
87304
86381
|
:type HostOpType: int
|
|
87305
86382
|
:param _HostOpProcessTree: 进程树,需要用base64 解码
|
|
87306
86383
|
:type HostOpProcessTree: str
|
|
86384
|
+
:param _IPAnalyse: IP分析
|
|
86385
|
+
:type IPAnalyse: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
86386
|
+
:param _NetResponsePayload: 响应数据包 base64编码
|
|
86387
|
+
:type NetResponsePayload: str
|
|
87307
86388
|
"""
|
|
87308
86389
|
self._Status = None
|
|
87309
86390
|
self._SrcIP = None
|
|
@@ -87328,6 +86409,8 @@ class NetAttackEventInfo(AbstractModel):
|
|
|
87328
86409
|
self._Type = None
|
|
87329
86410
|
self._HostOpType = None
|
|
87330
86411
|
self._HostOpProcessTree = None
|
|
86412
|
+
self._IPAnalyse = None
|
|
86413
|
+
self._NetResponsePayload = None
|
|
87331
86414
|
|
|
87332
86415
|
@property
|
|
87333
86416
|
def Status(self):
|
|
@@ -87582,6 +86665,28 @@ class NetAttackEventInfo(AbstractModel):
|
|
|
87582
86665
|
def HostOpProcessTree(self, HostOpProcessTree):
|
|
87583
86666
|
self._HostOpProcessTree = HostOpProcessTree
|
|
87584
86667
|
|
|
86668
|
+
@property
|
|
86669
|
+
def IPAnalyse(self):
|
|
86670
|
+
r"""IP分析
|
|
86671
|
+
:rtype: :class:`tencentcloud.cwp.v20180228.models.IPAnalyse`
|
|
86672
|
+
"""
|
|
86673
|
+
return self._IPAnalyse
|
|
86674
|
+
|
|
86675
|
+
@IPAnalyse.setter
|
|
86676
|
+
def IPAnalyse(self, IPAnalyse):
|
|
86677
|
+
self._IPAnalyse = IPAnalyse
|
|
86678
|
+
|
|
86679
|
+
@property
|
|
86680
|
+
def NetResponsePayload(self):
|
|
86681
|
+
r"""响应数据包 base64编码
|
|
86682
|
+
:rtype: str
|
|
86683
|
+
"""
|
|
86684
|
+
return self._NetResponsePayload
|
|
86685
|
+
|
|
86686
|
+
@NetResponsePayload.setter
|
|
86687
|
+
def NetResponsePayload(self, NetResponsePayload):
|
|
86688
|
+
self._NetResponsePayload = NetResponsePayload
|
|
86689
|
+
|
|
87585
86690
|
|
|
87586
86691
|
def _deserialize(self, params):
|
|
87587
86692
|
self._Status = params.get("Status")
|
|
@@ -87609,6 +86714,10 @@ class NetAttackEventInfo(AbstractModel):
|
|
|
87609
86714
|
self._Type = params.get("Type")
|
|
87610
86715
|
self._HostOpType = params.get("HostOpType")
|
|
87611
86716
|
self._HostOpProcessTree = params.get("HostOpProcessTree")
|
|
86717
|
+
if params.get("IPAnalyse") is not None:
|
|
86718
|
+
self._IPAnalyse = IPAnalyse()
|
|
86719
|
+
self._IPAnalyse._deserialize(params.get("IPAnalyse"))
|
|
86720
|
+
self._NetResponsePayload = params.get("NetResponsePayload")
|
|
87612
86721
|
memeber_set = set(params.keys())
|
|
87613
86722
|
for name, value in vars(self).items():
|
|
87614
86723
|
property_name = name[1:]
|
|
@@ -88206,6 +87315,117 @@ class OsName(AbstractModel):
|
|
|
88206
87315
|
|
|
88207
87316
|
|
|
88208
87317
|
|
|
87318
|
+
class PatchInfoDetail(AbstractModel):
|
|
87319
|
+
r"""补丁信息详情
|
|
87320
|
+
|
|
87321
|
+
"""
|
|
87322
|
+
|
|
87323
|
+
def __init__(self):
|
|
87324
|
+
r"""
|
|
87325
|
+
:param _KBNo: KB编号
|
|
87326
|
+
:type KBNo: str
|
|
87327
|
+
:param _Name: KB名称
|
|
87328
|
+
:type Name: str
|
|
87329
|
+
:param _PublishTime: 2025-05
|
|
87330
|
+
:type PublishTime: str
|
|
87331
|
+
:param _RelatedCveId: KB影响的漏洞
|
|
87332
|
+
:type RelatedCveId: list of str
|
|
87333
|
+
:param _KbDocUrl: KB说明文档
|
|
87334
|
+
:type KbDocUrl: str
|
|
87335
|
+
:param _Id: KB id编号
|
|
87336
|
+
:type Id: int
|
|
87337
|
+
"""
|
|
87338
|
+
self._KBNo = None
|
|
87339
|
+
self._Name = None
|
|
87340
|
+
self._PublishTime = None
|
|
87341
|
+
self._RelatedCveId = None
|
|
87342
|
+
self._KbDocUrl = None
|
|
87343
|
+
self._Id = None
|
|
87344
|
+
|
|
87345
|
+
@property
|
|
87346
|
+
def KBNo(self):
|
|
87347
|
+
r"""KB编号
|
|
87348
|
+
:rtype: str
|
|
87349
|
+
"""
|
|
87350
|
+
return self._KBNo
|
|
87351
|
+
|
|
87352
|
+
@KBNo.setter
|
|
87353
|
+
def KBNo(self, KBNo):
|
|
87354
|
+
self._KBNo = KBNo
|
|
87355
|
+
|
|
87356
|
+
@property
|
|
87357
|
+
def Name(self):
|
|
87358
|
+
r"""KB名称
|
|
87359
|
+
:rtype: str
|
|
87360
|
+
"""
|
|
87361
|
+
return self._Name
|
|
87362
|
+
|
|
87363
|
+
@Name.setter
|
|
87364
|
+
def Name(self, Name):
|
|
87365
|
+
self._Name = Name
|
|
87366
|
+
|
|
87367
|
+
@property
|
|
87368
|
+
def PublishTime(self):
|
|
87369
|
+
r"""2025-05
|
|
87370
|
+
:rtype: str
|
|
87371
|
+
"""
|
|
87372
|
+
return self._PublishTime
|
|
87373
|
+
|
|
87374
|
+
@PublishTime.setter
|
|
87375
|
+
def PublishTime(self, PublishTime):
|
|
87376
|
+
self._PublishTime = PublishTime
|
|
87377
|
+
|
|
87378
|
+
@property
|
|
87379
|
+
def RelatedCveId(self):
|
|
87380
|
+
r"""KB影响的漏洞
|
|
87381
|
+
:rtype: list of str
|
|
87382
|
+
"""
|
|
87383
|
+
return self._RelatedCveId
|
|
87384
|
+
|
|
87385
|
+
@RelatedCveId.setter
|
|
87386
|
+
def RelatedCveId(self, RelatedCveId):
|
|
87387
|
+
self._RelatedCveId = RelatedCveId
|
|
87388
|
+
|
|
87389
|
+
@property
|
|
87390
|
+
def KbDocUrl(self):
|
|
87391
|
+
r"""KB说明文档
|
|
87392
|
+
:rtype: str
|
|
87393
|
+
"""
|
|
87394
|
+
return self._KbDocUrl
|
|
87395
|
+
|
|
87396
|
+
@KbDocUrl.setter
|
|
87397
|
+
def KbDocUrl(self, KbDocUrl):
|
|
87398
|
+
self._KbDocUrl = KbDocUrl
|
|
87399
|
+
|
|
87400
|
+
@property
|
|
87401
|
+
def Id(self):
|
|
87402
|
+
r"""KB id编号
|
|
87403
|
+
:rtype: int
|
|
87404
|
+
"""
|
|
87405
|
+
return self._Id
|
|
87406
|
+
|
|
87407
|
+
@Id.setter
|
|
87408
|
+
def Id(self, Id):
|
|
87409
|
+
self._Id = Id
|
|
87410
|
+
|
|
87411
|
+
|
|
87412
|
+
def _deserialize(self, params):
|
|
87413
|
+
self._KBNo = params.get("KBNo")
|
|
87414
|
+
self._Name = params.get("Name")
|
|
87415
|
+
self._PublishTime = params.get("PublishTime")
|
|
87416
|
+
self._RelatedCveId = params.get("RelatedCveId")
|
|
87417
|
+
self._KbDocUrl = params.get("KbDocUrl")
|
|
87418
|
+
self._Id = params.get("Id")
|
|
87419
|
+
memeber_set = set(params.keys())
|
|
87420
|
+
for name, value in vars(self).items():
|
|
87421
|
+
property_name = name[1:]
|
|
87422
|
+
if property_name in memeber_set:
|
|
87423
|
+
memeber_set.remove(property_name)
|
|
87424
|
+
if len(memeber_set) > 0:
|
|
87425
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
87426
|
+
|
|
87427
|
+
|
|
87428
|
+
|
|
88209
87429
|
class Place(AbstractModel):
|
|
88210
87430
|
r"""登录地信息
|
|
88211
87431
|
|
|
@@ -88406,6 +87626,8 @@ class PrivilegeEscalationProcess(AbstractModel):
|
|
|
88406
87626
|
:type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
|
|
88407
87627
|
:param _Pid: 进程id
|
|
88408
87628
|
:type Pid: int
|
|
87629
|
+
:param _Count: 告警数量
|
|
87630
|
+
:type Count: int
|
|
88409
87631
|
"""
|
|
88410
87632
|
self._Id = None
|
|
88411
87633
|
self._Uuid = None
|
|
@@ -88427,6 +87649,7 @@ class PrivilegeEscalationProcess(AbstractModel):
|
|
|
88427
87649
|
self._MachineName = None
|
|
88428
87650
|
self._MachineExtraInfo = None
|
|
88429
87651
|
self._Pid = None
|
|
87652
|
+
self._Count = None
|
|
88430
87653
|
|
|
88431
87654
|
@property
|
|
88432
87655
|
def Id(self):
|
|
@@ -88648,6 +87871,17 @@ class PrivilegeEscalationProcess(AbstractModel):
|
|
|
88648
87871
|
def Pid(self, Pid):
|
|
88649
87872
|
self._Pid = Pid
|
|
88650
87873
|
|
|
87874
|
+
@property
|
|
87875
|
+
def Count(self):
|
|
87876
|
+
r"""告警数量
|
|
87877
|
+
:rtype: int
|
|
87878
|
+
"""
|
|
87879
|
+
return self._Count
|
|
87880
|
+
|
|
87881
|
+
@Count.setter
|
|
87882
|
+
def Count(self, Count):
|
|
87883
|
+
self._Count = Count
|
|
87884
|
+
|
|
88651
87885
|
|
|
88652
87886
|
def _deserialize(self, params):
|
|
88653
87887
|
self._Id = params.get("Id")
|
|
@@ -88672,6 +87906,7 @@ class PrivilegeEscalationProcess(AbstractModel):
|
|
|
88672
87906
|
self._MachineExtraInfo = MachineExtraInfo()
|
|
88673
87907
|
self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
|
|
88674
87908
|
self._Pid = params.get("Pid")
|
|
87909
|
+
self._Count = params.get("Count")
|
|
88675
87910
|
memeber_set = set(params.keys())
|
|
88676
87911
|
for name, value in vars(self).items():
|
|
88677
87912
|
property_name = name[1:]
|
|
@@ -88741,6 +87976,8 @@ class PrivilegeEventInfo(AbstractModel):
|
|
|
88741
87976
|
:type MachineStatus: str
|
|
88742
87977
|
:param _ModifyTime: 处理时间
|
|
88743
87978
|
:type ModifyTime: str
|
|
87979
|
+
:param _Count: 告警数量
|
|
87980
|
+
:type Count: int
|
|
88744
87981
|
"""
|
|
88745
87982
|
self._Id = None
|
|
88746
87983
|
self._Uuid = None
|
|
@@ -88768,6 +88005,7 @@ class PrivilegeEventInfo(AbstractModel):
|
|
|
88768
88005
|
self._NewCaps = None
|
|
88769
88006
|
self._MachineStatus = None
|
|
88770
88007
|
self._ModifyTime = None
|
|
88008
|
+
self._Count = None
|
|
88771
88009
|
|
|
88772
88010
|
@property
|
|
88773
88011
|
def Id(self):
|
|
@@ -89055,6 +88293,17 @@ class PrivilegeEventInfo(AbstractModel):
|
|
|
89055
88293
|
def ModifyTime(self, ModifyTime):
|
|
89056
88294
|
self._ModifyTime = ModifyTime
|
|
89057
88295
|
|
|
88296
|
+
@property
|
|
88297
|
+
def Count(self):
|
|
88298
|
+
r"""告警数量
|
|
88299
|
+
:rtype: int
|
|
88300
|
+
"""
|
|
88301
|
+
return self._Count
|
|
88302
|
+
|
|
88303
|
+
@Count.setter
|
|
88304
|
+
def Count(self, Count):
|
|
88305
|
+
self._Count = Count
|
|
88306
|
+
|
|
89058
88307
|
|
|
89059
88308
|
def _deserialize(self, params):
|
|
89060
88309
|
self._Id = params.get("Id")
|
|
@@ -89083,6 +88332,7 @@ class PrivilegeEventInfo(AbstractModel):
|
|
|
89083
88332
|
self._NewCaps = params.get("NewCaps")
|
|
89084
88333
|
self._MachineStatus = params.get("MachineStatus")
|
|
89085
88334
|
self._ModifyTime = params.get("ModifyTime")
|
|
88335
|
+
self._Count = params.get("Count")
|
|
89086
88336
|
memeber_set = set(params.keys())
|
|
89087
88337
|
for name, value in vars(self).items():
|
|
89088
88338
|
property_name = name[1:]
|
|
@@ -90246,117 +89496,6 @@ class ProtectMachineInfo(AbstractModel):
|
|
|
90246
89496
|
|
|
90247
89497
|
|
|
90248
89498
|
|
|
90249
|
-
class ProtectNetInfo(AbstractModel):
|
|
90250
|
-
r"""专家服务-旗舰重保信息
|
|
90251
|
-
|
|
90252
|
-
"""
|
|
90253
|
-
|
|
90254
|
-
def __init__(self):
|
|
90255
|
-
r"""
|
|
90256
|
-
:param _TaskId: 任务id
|
|
90257
|
-
:type TaskId: str
|
|
90258
|
-
:param _ProtectDays: 重保天数
|
|
90259
|
-
:type ProtectDays: int
|
|
90260
|
-
:param _Status: 重保状态 0未启动,1重保中,2已完成
|
|
90261
|
-
:type Status: int
|
|
90262
|
-
:param _StartTime: 重保启动时间
|
|
90263
|
-
:type StartTime: str
|
|
90264
|
-
:param _EndTime: 重保完成时间
|
|
90265
|
-
:type EndTime: str
|
|
90266
|
-
:param _ReportPath: 报告下载地址
|
|
90267
|
-
:type ReportPath: str
|
|
90268
|
-
"""
|
|
90269
|
-
self._TaskId = None
|
|
90270
|
-
self._ProtectDays = None
|
|
90271
|
-
self._Status = None
|
|
90272
|
-
self._StartTime = None
|
|
90273
|
-
self._EndTime = None
|
|
90274
|
-
self._ReportPath = None
|
|
90275
|
-
|
|
90276
|
-
@property
|
|
90277
|
-
def TaskId(self):
|
|
90278
|
-
r"""任务id
|
|
90279
|
-
:rtype: str
|
|
90280
|
-
"""
|
|
90281
|
-
return self._TaskId
|
|
90282
|
-
|
|
90283
|
-
@TaskId.setter
|
|
90284
|
-
def TaskId(self, TaskId):
|
|
90285
|
-
self._TaskId = TaskId
|
|
90286
|
-
|
|
90287
|
-
@property
|
|
90288
|
-
def ProtectDays(self):
|
|
90289
|
-
r"""重保天数
|
|
90290
|
-
:rtype: int
|
|
90291
|
-
"""
|
|
90292
|
-
return self._ProtectDays
|
|
90293
|
-
|
|
90294
|
-
@ProtectDays.setter
|
|
90295
|
-
def ProtectDays(self, ProtectDays):
|
|
90296
|
-
self._ProtectDays = ProtectDays
|
|
90297
|
-
|
|
90298
|
-
@property
|
|
90299
|
-
def Status(self):
|
|
90300
|
-
r"""重保状态 0未启动,1重保中,2已完成
|
|
90301
|
-
:rtype: int
|
|
90302
|
-
"""
|
|
90303
|
-
return self._Status
|
|
90304
|
-
|
|
90305
|
-
@Status.setter
|
|
90306
|
-
def Status(self, Status):
|
|
90307
|
-
self._Status = Status
|
|
90308
|
-
|
|
90309
|
-
@property
|
|
90310
|
-
def StartTime(self):
|
|
90311
|
-
r"""重保启动时间
|
|
90312
|
-
:rtype: str
|
|
90313
|
-
"""
|
|
90314
|
-
return self._StartTime
|
|
90315
|
-
|
|
90316
|
-
@StartTime.setter
|
|
90317
|
-
def StartTime(self, StartTime):
|
|
90318
|
-
self._StartTime = StartTime
|
|
90319
|
-
|
|
90320
|
-
@property
|
|
90321
|
-
def EndTime(self):
|
|
90322
|
-
r"""重保完成时间
|
|
90323
|
-
:rtype: str
|
|
90324
|
-
"""
|
|
90325
|
-
return self._EndTime
|
|
90326
|
-
|
|
90327
|
-
@EndTime.setter
|
|
90328
|
-
def EndTime(self, EndTime):
|
|
90329
|
-
self._EndTime = EndTime
|
|
90330
|
-
|
|
90331
|
-
@property
|
|
90332
|
-
def ReportPath(self):
|
|
90333
|
-
r"""报告下载地址
|
|
90334
|
-
:rtype: str
|
|
90335
|
-
"""
|
|
90336
|
-
return self._ReportPath
|
|
90337
|
-
|
|
90338
|
-
@ReportPath.setter
|
|
90339
|
-
def ReportPath(self, ReportPath):
|
|
90340
|
-
self._ReportPath = ReportPath
|
|
90341
|
-
|
|
90342
|
-
|
|
90343
|
-
def _deserialize(self, params):
|
|
90344
|
-
self._TaskId = params.get("TaskId")
|
|
90345
|
-
self._ProtectDays = params.get("ProtectDays")
|
|
90346
|
-
self._Status = params.get("Status")
|
|
90347
|
-
self._StartTime = params.get("StartTime")
|
|
90348
|
-
self._EndTime = params.get("EndTime")
|
|
90349
|
-
self._ReportPath = params.get("ReportPath")
|
|
90350
|
-
memeber_set = set(params.keys())
|
|
90351
|
-
for name, value in vars(self).items():
|
|
90352
|
-
property_name = name[1:]
|
|
90353
|
-
if property_name in memeber_set:
|
|
90354
|
-
memeber_set.remove(property_name)
|
|
90355
|
-
if len(memeber_set) > 0:
|
|
90356
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
90357
|
-
|
|
90358
|
-
|
|
90359
|
-
|
|
90360
89499
|
class ProtectStat(AbstractModel):
|
|
90361
89500
|
r"""防护信息统计
|
|
90362
89501
|
|
|
@@ -93351,10 +92490,13 @@ class RetryVulFixRequest(AbstractModel):
|
|
|
93351
92490
|
:type Quuid: str
|
|
93352
92491
|
:param _VulId: 漏洞id
|
|
93353
92492
|
:type VulId: int
|
|
92493
|
+
:param _KbId: Kb Id
|
|
92494
|
+
:type KbId: int
|
|
93354
92495
|
"""
|
|
93355
92496
|
self._FixId = None
|
|
93356
92497
|
self._Quuid = None
|
|
93357
92498
|
self._VulId = None
|
|
92499
|
+
self._KbId = None
|
|
93358
92500
|
|
|
93359
92501
|
@property
|
|
93360
92502
|
def FixId(self):
|
|
@@ -93389,11 +92531,23 @@ class RetryVulFixRequest(AbstractModel):
|
|
|
93389
92531
|
def VulId(self, VulId):
|
|
93390
92532
|
self._VulId = VulId
|
|
93391
92533
|
|
|
92534
|
+
@property
|
|
92535
|
+
def KbId(self):
|
|
92536
|
+
r"""Kb Id
|
|
92537
|
+
:rtype: int
|
|
92538
|
+
"""
|
|
92539
|
+
return self._KbId
|
|
92540
|
+
|
|
92541
|
+
@KbId.setter
|
|
92542
|
+
def KbId(self, KbId):
|
|
92543
|
+
self._KbId = KbId
|
|
92544
|
+
|
|
93392
92545
|
|
|
93393
92546
|
def _deserialize(self, params):
|
|
93394
92547
|
self._FixId = params.get("FixId")
|
|
93395
92548
|
self._Quuid = params.get("Quuid")
|
|
93396
92549
|
self._VulId = params.get("VulId")
|
|
92550
|
+
self._KbId = params.get("KbId")
|
|
93397
92551
|
memeber_set = set(params.keys())
|
|
93398
92552
|
for name, value in vars(self).items():
|
|
93399
92553
|
property_name = name[1:]
|
|
@@ -96448,9 +95602,12 @@ class ScanVulAgainRequest(AbstractModel):
|
|
|
96448
95602
|
:type EventIds: str
|
|
96449
95603
|
:param _Uuids: 重新检查的机器uuid,多个逗号分隔
|
|
96450
95604
|
:type Uuids: str
|
|
95605
|
+
:param _EventType: 0漏洞,1windows 补丁
|
|
95606
|
+
:type EventType: int
|
|
96451
95607
|
"""
|
|
96452
95608
|
self._EventIds = None
|
|
96453
95609
|
self._Uuids = None
|
|
95610
|
+
self._EventType = None
|
|
96454
95611
|
|
|
96455
95612
|
@property
|
|
96456
95613
|
def EventIds(self):
|
|
@@ -96474,10 +95631,22 @@ class ScanVulAgainRequest(AbstractModel):
|
|
|
96474
95631
|
def Uuids(self, Uuids):
|
|
96475
95632
|
self._Uuids = Uuids
|
|
96476
95633
|
|
|
95634
|
+
@property
|
|
95635
|
+
def EventType(self):
|
|
95636
|
+
r"""0漏洞,1windows 补丁
|
|
95637
|
+
:rtype: int
|
|
95638
|
+
"""
|
|
95639
|
+
return self._EventType
|
|
95640
|
+
|
|
95641
|
+
@EventType.setter
|
|
95642
|
+
def EventType(self, EventType):
|
|
95643
|
+
self._EventType = EventType
|
|
95644
|
+
|
|
96477
95645
|
|
|
96478
95646
|
def _deserialize(self, params):
|
|
96479
95647
|
self._EventIds = params.get("EventIds")
|
|
96480
95648
|
self._Uuids = params.get("Uuids")
|
|
95649
|
+
self._EventType = params.get("EventType")
|
|
96481
95650
|
memeber_set = set(params.keys())
|
|
96482
95651
|
for name, value in vars(self).items():
|
|
96483
95652
|
property_name = name[1:]
|
|
@@ -96495,11 +95664,39 @@ class ScanVulAgainResponse(AbstractModel):
|
|
|
96495
95664
|
|
|
96496
95665
|
def __init__(self):
|
|
96497
95666
|
r"""
|
|
95667
|
+
:param _SuccessCount: 执行成功主机数
|
|
95668
|
+
:type SuccessCount: int
|
|
95669
|
+
:param _BasicVersionCount: 基础版(不支持)的主机数
|
|
95670
|
+
:type BasicVersionCount: int
|
|
96498
95671
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
96499
95672
|
:type RequestId: str
|
|
96500
95673
|
"""
|
|
95674
|
+
self._SuccessCount = None
|
|
95675
|
+
self._BasicVersionCount = None
|
|
96501
95676
|
self._RequestId = None
|
|
96502
95677
|
|
|
95678
|
+
@property
|
|
95679
|
+
def SuccessCount(self):
|
|
95680
|
+
r"""执行成功主机数
|
|
95681
|
+
:rtype: int
|
|
95682
|
+
"""
|
|
95683
|
+
return self._SuccessCount
|
|
95684
|
+
|
|
95685
|
+
@SuccessCount.setter
|
|
95686
|
+
def SuccessCount(self, SuccessCount):
|
|
95687
|
+
self._SuccessCount = SuccessCount
|
|
95688
|
+
|
|
95689
|
+
@property
|
|
95690
|
+
def BasicVersionCount(self):
|
|
95691
|
+
r"""基础版(不支持)的主机数
|
|
95692
|
+
:rtype: int
|
|
95693
|
+
"""
|
|
95694
|
+
return self._BasicVersionCount
|
|
95695
|
+
|
|
95696
|
+
@BasicVersionCount.setter
|
|
95697
|
+
def BasicVersionCount(self, BasicVersionCount):
|
|
95698
|
+
self._BasicVersionCount = BasicVersionCount
|
|
95699
|
+
|
|
96503
95700
|
@property
|
|
96504
95701
|
def RequestId(self):
|
|
96505
95702
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -96513,6 +95710,8 @@ class ScanVulAgainResponse(AbstractModel):
|
|
|
96513
95710
|
|
|
96514
95711
|
|
|
96515
95712
|
def _deserialize(self, params):
|
|
95713
|
+
self._SuccessCount = params.get("SuccessCount")
|
|
95714
|
+
self._BasicVersionCount = params.get("BasicVersionCount")
|
|
96516
95715
|
self._RequestId = params.get("RequestId")
|
|
96517
95716
|
|
|
96518
95717
|
|
|
@@ -96539,6 +95738,8 @@ class ScanVulRequest(AbstractModel):
|
|
|
96539
95738
|
:type VulIds: list of int non-negative
|
|
96540
95739
|
:param _ScanMethod: 0版本比对,2版本比对+poc
|
|
96541
95740
|
:type ScanMethod: int
|
|
95741
|
+
:param _KBNumber: kb编号
|
|
95742
|
+
:type KBNumber: list of str
|
|
96542
95743
|
"""
|
|
96543
95744
|
self._VulLevels = None
|
|
96544
95745
|
self._HostType = None
|
|
@@ -96548,6 +95749,7 @@ class ScanVulRequest(AbstractModel):
|
|
|
96548
95749
|
self._TimeoutPeriod = None
|
|
96549
95750
|
self._VulIds = None
|
|
96550
95751
|
self._ScanMethod = None
|
|
95752
|
+
self._KBNumber = None
|
|
96551
95753
|
|
|
96552
95754
|
@property
|
|
96553
95755
|
def VulLevels(self):
|
|
@@ -96637,6 +95839,17 @@ class ScanVulRequest(AbstractModel):
|
|
|
96637
95839
|
def ScanMethod(self, ScanMethod):
|
|
96638
95840
|
self._ScanMethod = ScanMethod
|
|
96639
95841
|
|
|
95842
|
+
@property
|
|
95843
|
+
def KBNumber(self):
|
|
95844
|
+
r"""kb编号
|
|
95845
|
+
:rtype: list of str
|
|
95846
|
+
"""
|
|
95847
|
+
return self._KBNumber
|
|
95848
|
+
|
|
95849
|
+
@KBNumber.setter
|
|
95850
|
+
def KBNumber(self, KBNumber):
|
|
95851
|
+
self._KBNumber = KBNumber
|
|
95852
|
+
|
|
96640
95853
|
|
|
96641
95854
|
def _deserialize(self, params):
|
|
96642
95855
|
self._VulLevels = params.get("VulLevels")
|
|
@@ -96647,6 +95860,7 @@ class ScanVulRequest(AbstractModel):
|
|
|
96647
95860
|
self._TimeoutPeriod = params.get("TimeoutPeriod")
|
|
96648
95861
|
self._VulIds = params.get("VulIds")
|
|
96649
95862
|
self._ScanMethod = params.get("ScanMethod")
|
|
95863
|
+
self._KBNumber = params.get("KBNumber")
|
|
96650
95864
|
memeber_set = set(params.keys())
|
|
96651
95865
|
for name, value in vars(self).items():
|
|
96652
95866
|
property_name = name[1:]
|
|
@@ -99000,177 +98214,6 @@ class SearchTemplate(AbstractModel):
|
|
|
99000
98214
|
|
|
99001
98215
|
|
|
99002
98216
|
|
|
99003
|
-
class SecurityButlerInfo(AbstractModel):
|
|
99004
|
-
r"""安全管家列表信息
|
|
99005
|
-
|
|
99006
|
-
"""
|
|
99007
|
-
|
|
99008
|
-
def __init__(self):
|
|
99009
|
-
r"""
|
|
99010
|
-
:param _Id: 数据id
|
|
99011
|
-
:type Id: int
|
|
99012
|
-
:param _OrderId: 订单id
|
|
99013
|
-
:type OrderId: int
|
|
99014
|
-
:param _Quuid: cvm id
|
|
99015
|
-
:type Quuid: str
|
|
99016
|
-
:param _Status: 服务状态 0-服务中,1-已到期 2已销毁
|
|
99017
|
-
:type Status: int
|
|
99018
|
-
:param _StartTime: 服务开始时间
|
|
99019
|
-
:type StartTime: str
|
|
99020
|
-
:param _EndTime: 服务结束时间
|
|
99021
|
-
:type EndTime: str
|
|
99022
|
-
:param _HostName: 主机名称
|
|
99023
|
-
:type HostName: str
|
|
99024
|
-
:param _HostIp: 主机Ip
|
|
99025
|
-
:type HostIp: str
|
|
99026
|
-
:param _Uuid: 主机 uuid
|
|
99027
|
-
:type Uuid: str
|
|
99028
|
-
:param _RiskCount: 主机风险数
|
|
99029
|
-
:type RiskCount: int
|
|
99030
|
-
"""
|
|
99031
|
-
self._Id = None
|
|
99032
|
-
self._OrderId = None
|
|
99033
|
-
self._Quuid = None
|
|
99034
|
-
self._Status = None
|
|
99035
|
-
self._StartTime = None
|
|
99036
|
-
self._EndTime = None
|
|
99037
|
-
self._HostName = None
|
|
99038
|
-
self._HostIp = None
|
|
99039
|
-
self._Uuid = None
|
|
99040
|
-
self._RiskCount = None
|
|
99041
|
-
|
|
99042
|
-
@property
|
|
99043
|
-
def Id(self):
|
|
99044
|
-
r"""数据id
|
|
99045
|
-
:rtype: int
|
|
99046
|
-
"""
|
|
99047
|
-
return self._Id
|
|
99048
|
-
|
|
99049
|
-
@Id.setter
|
|
99050
|
-
def Id(self, Id):
|
|
99051
|
-
self._Id = Id
|
|
99052
|
-
|
|
99053
|
-
@property
|
|
99054
|
-
def OrderId(self):
|
|
99055
|
-
r"""订单id
|
|
99056
|
-
:rtype: int
|
|
99057
|
-
"""
|
|
99058
|
-
return self._OrderId
|
|
99059
|
-
|
|
99060
|
-
@OrderId.setter
|
|
99061
|
-
def OrderId(self, OrderId):
|
|
99062
|
-
self._OrderId = OrderId
|
|
99063
|
-
|
|
99064
|
-
@property
|
|
99065
|
-
def Quuid(self):
|
|
99066
|
-
r"""cvm id
|
|
99067
|
-
:rtype: str
|
|
99068
|
-
"""
|
|
99069
|
-
return self._Quuid
|
|
99070
|
-
|
|
99071
|
-
@Quuid.setter
|
|
99072
|
-
def Quuid(self, Quuid):
|
|
99073
|
-
self._Quuid = Quuid
|
|
99074
|
-
|
|
99075
|
-
@property
|
|
99076
|
-
def Status(self):
|
|
99077
|
-
r"""服务状态 0-服务中,1-已到期 2已销毁
|
|
99078
|
-
:rtype: int
|
|
99079
|
-
"""
|
|
99080
|
-
return self._Status
|
|
99081
|
-
|
|
99082
|
-
@Status.setter
|
|
99083
|
-
def Status(self, Status):
|
|
99084
|
-
self._Status = Status
|
|
99085
|
-
|
|
99086
|
-
@property
|
|
99087
|
-
def StartTime(self):
|
|
99088
|
-
r"""服务开始时间
|
|
99089
|
-
:rtype: str
|
|
99090
|
-
"""
|
|
99091
|
-
return self._StartTime
|
|
99092
|
-
|
|
99093
|
-
@StartTime.setter
|
|
99094
|
-
def StartTime(self, StartTime):
|
|
99095
|
-
self._StartTime = StartTime
|
|
99096
|
-
|
|
99097
|
-
@property
|
|
99098
|
-
def EndTime(self):
|
|
99099
|
-
r"""服务结束时间
|
|
99100
|
-
:rtype: str
|
|
99101
|
-
"""
|
|
99102
|
-
return self._EndTime
|
|
99103
|
-
|
|
99104
|
-
@EndTime.setter
|
|
99105
|
-
def EndTime(self, EndTime):
|
|
99106
|
-
self._EndTime = EndTime
|
|
99107
|
-
|
|
99108
|
-
@property
|
|
99109
|
-
def HostName(self):
|
|
99110
|
-
r"""主机名称
|
|
99111
|
-
:rtype: str
|
|
99112
|
-
"""
|
|
99113
|
-
return self._HostName
|
|
99114
|
-
|
|
99115
|
-
@HostName.setter
|
|
99116
|
-
def HostName(self, HostName):
|
|
99117
|
-
self._HostName = HostName
|
|
99118
|
-
|
|
99119
|
-
@property
|
|
99120
|
-
def HostIp(self):
|
|
99121
|
-
r"""主机Ip
|
|
99122
|
-
:rtype: str
|
|
99123
|
-
"""
|
|
99124
|
-
return self._HostIp
|
|
99125
|
-
|
|
99126
|
-
@HostIp.setter
|
|
99127
|
-
def HostIp(self, HostIp):
|
|
99128
|
-
self._HostIp = HostIp
|
|
99129
|
-
|
|
99130
|
-
@property
|
|
99131
|
-
def Uuid(self):
|
|
99132
|
-
r"""主机 uuid
|
|
99133
|
-
:rtype: str
|
|
99134
|
-
"""
|
|
99135
|
-
return self._Uuid
|
|
99136
|
-
|
|
99137
|
-
@Uuid.setter
|
|
99138
|
-
def Uuid(self, Uuid):
|
|
99139
|
-
self._Uuid = Uuid
|
|
99140
|
-
|
|
99141
|
-
@property
|
|
99142
|
-
def RiskCount(self):
|
|
99143
|
-
r"""主机风险数
|
|
99144
|
-
:rtype: int
|
|
99145
|
-
"""
|
|
99146
|
-
return self._RiskCount
|
|
99147
|
-
|
|
99148
|
-
@RiskCount.setter
|
|
99149
|
-
def RiskCount(self, RiskCount):
|
|
99150
|
-
self._RiskCount = RiskCount
|
|
99151
|
-
|
|
99152
|
-
|
|
99153
|
-
def _deserialize(self, params):
|
|
99154
|
-
self._Id = params.get("Id")
|
|
99155
|
-
self._OrderId = params.get("OrderId")
|
|
99156
|
-
self._Quuid = params.get("Quuid")
|
|
99157
|
-
self._Status = params.get("Status")
|
|
99158
|
-
self._StartTime = params.get("StartTime")
|
|
99159
|
-
self._EndTime = params.get("EndTime")
|
|
99160
|
-
self._HostName = params.get("HostName")
|
|
99161
|
-
self._HostIp = params.get("HostIp")
|
|
99162
|
-
self._Uuid = params.get("Uuid")
|
|
99163
|
-
self._RiskCount = params.get("RiskCount")
|
|
99164
|
-
memeber_set = set(params.keys())
|
|
99165
|
-
for name, value in vars(self).items():
|
|
99166
|
-
property_name = name[1:]
|
|
99167
|
-
if property_name in memeber_set:
|
|
99168
|
-
memeber_set.remove(property_name)
|
|
99169
|
-
if len(memeber_set) > 0:
|
|
99170
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
99171
|
-
|
|
99172
|
-
|
|
99173
|
-
|
|
99174
98217
|
class SecurityDynamic(AbstractModel):
|
|
99175
98218
|
r"""安全事件消息数据。
|
|
99176
98219
|
|
|
@@ -104401,7 +103444,7 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104401
103444
|
r"""
|
|
104402
103445
|
:param _VulId: 漏洞id
|
|
104403
103446
|
:type VulId: int
|
|
104404
|
-
:param _PublishTime:
|
|
103447
|
+
:param _PublishTime: 漏洞披露时间
|
|
104405
103448
|
:type PublishTime: str
|
|
104406
103449
|
:param _Name: 漏洞名
|
|
104407
103450
|
:type Name: str
|
|
@@ -104411,6 +103454,10 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104411
103454
|
:type SupportFix: int
|
|
104412
103455
|
:param _SupportDefense: 是否支持自动防御 0:不支持 1:支持
|
|
104413
103456
|
:type SupportDefense: int
|
|
103457
|
+
:param _KbId: KB对应的ID
|
|
103458
|
+
:type KbId: int
|
|
103459
|
+
:param _KbNumber: KB号
|
|
103460
|
+
:type KbNumber: str
|
|
104414
103461
|
"""
|
|
104415
103462
|
self._VulId = None
|
|
104416
103463
|
self._PublishTime = None
|
|
@@ -104418,6 +103465,8 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104418
103465
|
self._NameEn = None
|
|
104419
103466
|
self._SupportFix = None
|
|
104420
103467
|
self._SupportDefense = None
|
|
103468
|
+
self._KbId = None
|
|
103469
|
+
self._KbNumber = None
|
|
104421
103470
|
|
|
104422
103471
|
@property
|
|
104423
103472
|
def VulId(self):
|
|
@@ -104432,7 +103481,7 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104432
103481
|
|
|
104433
103482
|
@property
|
|
104434
103483
|
def PublishTime(self):
|
|
104435
|
-
r"""
|
|
103484
|
+
r"""漏洞披露时间
|
|
104436
103485
|
:rtype: str
|
|
104437
103486
|
"""
|
|
104438
103487
|
return self._PublishTime
|
|
@@ -104485,6 +103534,28 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104485
103534
|
def SupportDefense(self, SupportDefense):
|
|
104486
103535
|
self._SupportDefense = SupportDefense
|
|
104487
103536
|
|
|
103537
|
+
@property
|
|
103538
|
+
def KbId(self):
|
|
103539
|
+
r"""KB对应的ID
|
|
103540
|
+
:rtype: int
|
|
103541
|
+
"""
|
|
103542
|
+
return self._KbId
|
|
103543
|
+
|
|
103544
|
+
@KbId.setter
|
|
103545
|
+
def KbId(self, KbId):
|
|
103546
|
+
self._KbId = KbId
|
|
103547
|
+
|
|
103548
|
+
@property
|
|
103549
|
+
def KbNumber(self):
|
|
103550
|
+
r"""KB号
|
|
103551
|
+
:rtype: str
|
|
103552
|
+
"""
|
|
103553
|
+
return self._KbNumber
|
|
103554
|
+
|
|
103555
|
+
@KbNumber.setter
|
|
103556
|
+
def KbNumber(self, KbNumber):
|
|
103557
|
+
self._KbNumber = KbNumber
|
|
103558
|
+
|
|
104488
103559
|
|
|
104489
103560
|
def _deserialize(self, params):
|
|
104490
103561
|
self._VulId = params.get("VulId")
|
|
@@ -104493,6 +103564,8 @@ class VulEmergentMsgInfo(AbstractModel):
|
|
|
104493
103564
|
self._NameEn = params.get("NameEn")
|
|
104494
103565
|
self._SupportFix = params.get("SupportFix")
|
|
104495
103566
|
self._SupportDefense = params.get("SupportDefense")
|
|
103567
|
+
self._KbId = params.get("KbId")
|
|
103568
|
+
self._KbNumber = params.get("KbNumber")
|
|
104496
103569
|
memeber_set = set(params.keys())
|
|
104497
103570
|
for name, value in vars(self).items():
|
|
104498
103571
|
property_name = name[1:]
|
|
@@ -104635,6 +103708,14 @@ class VulFixStatusInfo(AbstractModel):
|
|
|
104635
103708
|
:type FixSuccessCnt: int
|
|
104636
103709
|
:param _FixMethod: 修复方式 0组件更新或者安装补丁,1禁用服务
|
|
104637
103710
|
:type FixMethod: int
|
|
103711
|
+
:param _KbId: kb的ID
|
|
103712
|
+
:type KbId: int
|
|
103713
|
+
:param _KbNumber: kb号
|
|
103714
|
+
:type KbNumber: str
|
|
103715
|
+
:param _KbName: kb名字
|
|
103716
|
+
:type KbName: str
|
|
103717
|
+
:param _PreKbList: 前置kb列表
|
|
103718
|
+
:type PreKbList: list of str
|
|
104638
103719
|
"""
|
|
104639
103720
|
self._VulId = None
|
|
104640
103721
|
self._VulName = None
|
|
@@ -104643,6 +103724,10 @@ class VulFixStatusInfo(AbstractModel):
|
|
|
104643
103724
|
self._FailCnt = None
|
|
104644
103725
|
self._FixSuccessCnt = None
|
|
104645
103726
|
self._FixMethod = None
|
|
103727
|
+
self._KbId = None
|
|
103728
|
+
self._KbNumber = None
|
|
103729
|
+
self._KbName = None
|
|
103730
|
+
self._PreKbList = None
|
|
104646
103731
|
|
|
104647
103732
|
@property
|
|
104648
103733
|
def VulId(self):
|
|
@@ -104721,6 +103806,50 @@ class VulFixStatusInfo(AbstractModel):
|
|
|
104721
103806
|
def FixMethod(self, FixMethod):
|
|
104722
103807
|
self._FixMethod = FixMethod
|
|
104723
103808
|
|
|
103809
|
+
@property
|
|
103810
|
+
def KbId(self):
|
|
103811
|
+
r"""kb的ID
|
|
103812
|
+
:rtype: int
|
|
103813
|
+
"""
|
|
103814
|
+
return self._KbId
|
|
103815
|
+
|
|
103816
|
+
@KbId.setter
|
|
103817
|
+
def KbId(self, KbId):
|
|
103818
|
+
self._KbId = KbId
|
|
103819
|
+
|
|
103820
|
+
@property
|
|
103821
|
+
def KbNumber(self):
|
|
103822
|
+
r"""kb号
|
|
103823
|
+
:rtype: str
|
|
103824
|
+
"""
|
|
103825
|
+
return self._KbNumber
|
|
103826
|
+
|
|
103827
|
+
@KbNumber.setter
|
|
103828
|
+
def KbNumber(self, KbNumber):
|
|
103829
|
+
self._KbNumber = KbNumber
|
|
103830
|
+
|
|
103831
|
+
@property
|
|
103832
|
+
def KbName(self):
|
|
103833
|
+
r"""kb名字
|
|
103834
|
+
:rtype: str
|
|
103835
|
+
"""
|
|
103836
|
+
return self._KbName
|
|
103837
|
+
|
|
103838
|
+
@KbName.setter
|
|
103839
|
+
def KbName(self, KbName):
|
|
103840
|
+
self._KbName = KbName
|
|
103841
|
+
|
|
103842
|
+
@property
|
|
103843
|
+
def PreKbList(self):
|
|
103844
|
+
r"""前置kb列表
|
|
103845
|
+
:rtype: list of str
|
|
103846
|
+
"""
|
|
103847
|
+
return self._PreKbList
|
|
103848
|
+
|
|
103849
|
+
@PreKbList.setter
|
|
103850
|
+
def PreKbList(self, PreKbList):
|
|
103851
|
+
self._PreKbList = PreKbList
|
|
103852
|
+
|
|
104724
103853
|
|
|
104725
103854
|
def _deserialize(self, params):
|
|
104726
103855
|
self._VulId = params.get("VulId")
|
|
@@ -104735,6 +103864,10 @@ class VulFixStatusInfo(AbstractModel):
|
|
|
104735
103864
|
self._FailCnt = params.get("FailCnt")
|
|
104736
103865
|
self._FixSuccessCnt = params.get("FixSuccessCnt")
|
|
104737
103866
|
self._FixMethod = params.get("FixMethod")
|
|
103867
|
+
self._KbId = params.get("KbId")
|
|
103868
|
+
self._KbNumber = params.get("KbNumber")
|
|
103869
|
+
self._KbName = params.get("KbName")
|
|
103870
|
+
self._PreKbList = params.get("PreKbList")
|
|
104738
103871
|
memeber_set = set(params.keys())
|
|
104739
103872
|
for name, value in vars(self).items():
|
|
104740
103873
|
property_name = name[1:]
|
|
@@ -105076,6 +104209,8 @@ class VulInfoHostInfo(AbstractModel):
|
|
|
105076
104209
|
:type InstanceId: str
|
|
105077
104210
|
:param _MachineType: 主机类型
|
|
105078
104211
|
:type MachineType: str
|
|
104212
|
+
:param _AgentStatus: agent是否在线;0不在线,1在线
|
|
104213
|
+
:type AgentStatus: int
|
|
105079
104214
|
"""
|
|
105080
104215
|
self._HostName = None
|
|
105081
104216
|
self._HostIp = None
|
|
@@ -105085,6 +104220,7 @@ class VulInfoHostInfo(AbstractModel):
|
|
|
105085
104220
|
self._Uuid = None
|
|
105086
104221
|
self._InstanceId = None
|
|
105087
104222
|
self._MachineType = None
|
|
104223
|
+
self._AgentStatus = None
|
|
105088
104224
|
|
|
105089
104225
|
@property
|
|
105090
104226
|
def HostName(self):
|
|
@@ -105174,6 +104310,17 @@ class VulInfoHostInfo(AbstractModel):
|
|
|
105174
104310
|
def MachineType(self, MachineType):
|
|
105175
104311
|
self._MachineType = MachineType
|
|
105176
104312
|
|
|
104313
|
+
@property
|
|
104314
|
+
def AgentStatus(self):
|
|
104315
|
+
r"""agent是否在线;0不在线,1在线
|
|
104316
|
+
:rtype: int
|
|
104317
|
+
"""
|
|
104318
|
+
return self._AgentStatus
|
|
104319
|
+
|
|
104320
|
+
@AgentStatus.setter
|
|
104321
|
+
def AgentStatus(self, AgentStatus):
|
|
104322
|
+
self._AgentStatus = AgentStatus
|
|
104323
|
+
|
|
105177
104324
|
|
|
105178
104325
|
def _deserialize(self, params):
|
|
105179
104326
|
self._HostName = params.get("HostName")
|
|
@@ -105184,6 +104331,7 @@ class VulInfoHostInfo(AbstractModel):
|
|
|
105184
104331
|
self._Uuid = params.get("Uuid")
|
|
105185
104332
|
self._InstanceId = params.get("InstanceId")
|
|
105186
104333
|
self._MachineType = params.get("MachineType")
|
|
104334
|
+
self._AgentStatus = params.get("AgentStatus")
|
|
105187
104335
|
memeber_set = set(params.keys())
|
|
105188
104336
|
for name, value in vars(self).items():
|
|
105189
104337
|
property_name = name[1:]
|
|
@@ -105265,6 +104413,10 @@ class VulInfoList(AbstractModel):
|
|
|
105265
104413
|
:type VulFixSwitch: int
|
|
105266
104414
|
:param _LatestFixTime: 最近修复时间
|
|
105267
104415
|
:type LatestFixTime: str
|
|
104416
|
+
:param _RaspOpenNodeCount: 漏洞对应机器的应用防护开启数量
|
|
104417
|
+
:type RaspOpenNodeCount: int
|
|
104418
|
+
:param _RaspClosedNodeCount: 漏洞对应机器的应用防护关闭数量
|
|
104419
|
+
:type RaspClosedNodeCount: int
|
|
105268
104420
|
"""
|
|
105269
104421
|
self._Ids = None
|
|
105270
104422
|
self._Name = None
|
|
@@ -105294,6 +104446,8 @@ class VulInfoList(AbstractModel):
|
|
|
105294
104446
|
self._Method = None
|
|
105295
104447
|
self._VulFixSwitch = None
|
|
105296
104448
|
self._LatestFixTime = None
|
|
104449
|
+
self._RaspOpenNodeCount = None
|
|
104450
|
+
self._RaspClosedNodeCount = None
|
|
105297
104451
|
|
|
105298
104452
|
@property
|
|
105299
104453
|
def Ids(self):
|
|
@@ -105611,6 +104765,28 @@ class VulInfoList(AbstractModel):
|
|
|
105611
104765
|
def LatestFixTime(self, LatestFixTime):
|
|
105612
104766
|
self._LatestFixTime = LatestFixTime
|
|
105613
104767
|
|
|
104768
|
+
@property
|
|
104769
|
+
def RaspOpenNodeCount(self):
|
|
104770
|
+
r"""漏洞对应机器的应用防护开启数量
|
|
104771
|
+
:rtype: int
|
|
104772
|
+
"""
|
|
104773
|
+
return self._RaspOpenNodeCount
|
|
104774
|
+
|
|
104775
|
+
@RaspOpenNodeCount.setter
|
|
104776
|
+
def RaspOpenNodeCount(self, RaspOpenNodeCount):
|
|
104777
|
+
self._RaspOpenNodeCount = RaspOpenNodeCount
|
|
104778
|
+
|
|
104779
|
+
@property
|
|
104780
|
+
def RaspClosedNodeCount(self):
|
|
104781
|
+
r"""漏洞对应机器的应用防护关闭数量
|
|
104782
|
+
:rtype: int
|
|
104783
|
+
"""
|
|
104784
|
+
return self._RaspClosedNodeCount
|
|
104785
|
+
|
|
104786
|
+
@RaspClosedNodeCount.setter
|
|
104787
|
+
def RaspClosedNodeCount(self, RaspClosedNodeCount):
|
|
104788
|
+
self._RaspClosedNodeCount = RaspClosedNodeCount
|
|
104789
|
+
|
|
105614
104790
|
|
|
105615
104791
|
def _deserialize(self, params):
|
|
105616
104792
|
self._Ids = params.get("Ids")
|
|
@@ -105641,6 +104817,8 @@ class VulInfoList(AbstractModel):
|
|
|
105641
104817
|
self._Method = params.get("Method")
|
|
105642
104818
|
self._VulFixSwitch = params.get("VulFixSwitch")
|
|
105643
104819
|
self._LatestFixTime = params.get("LatestFixTime")
|
|
104820
|
+
self._RaspOpenNodeCount = params.get("RaspOpenNodeCount")
|
|
104821
|
+
self._RaspClosedNodeCount = params.get("RaspClosedNodeCount")
|
|
105644
104822
|
memeber_set = set(params.keys())
|
|
105645
104823
|
for name, value in vars(self).items():
|
|
105646
104824
|
property_name = name[1:]
|
|
@@ -106524,6 +105702,8 @@ class WebHookPolicy(AbstractModel):
|
|
|
106524
105702
|
:type HostCount: int
|
|
106525
105703
|
:param _ExcludedQuuids: 需排除的机器列表
|
|
106526
105704
|
:type ExcludedQuuids: list of str
|
|
105705
|
+
:param _MsgLanguage: 推送语言类型,中文zh,英文en
|
|
105706
|
+
:type MsgLanguage: str
|
|
106527
105707
|
"""
|
|
106528
105708
|
self._Id = None
|
|
106529
105709
|
self._Name = None
|
|
@@ -106536,6 +105716,7 @@ class WebHookPolicy(AbstractModel):
|
|
|
106536
105716
|
self._Quuids = None
|
|
106537
105717
|
self._HostCount = None
|
|
106538
105718
|
self._ExcludedQuuids = None
|
|
105719
|
+
self._MsgLanguage = None
|
|
106539
105720
|
|
|
106540
105721
|
@property
|
|
106541
105722
|
def Id(self):
|
|
@@ -106658,6 +105839,17 @@ class WebHookPolicy(AbstractModel):
|
|
|
106658
105839
|
def ExcludedQuuids(self, ExcludedQuuids):
|
|
106659
105840
|
self._ExcludedQuuids = ExcludedQuuids
|
|
106660
105841
|
|
|
105842
|
+
@property
|
|
105843
|
+
def MsgLanguage(self):
|
|
105844
|
+
r"""推送语言类型,中文zh,英文en
|
|
105845
|
+
:rtype: str
|
|
105846
|
+
"""
|
|
105847
|
+
return self._MsgLanguage
|
|
105848
|
+
|
|
105849
|
+
@MsgLanguage.setter
|
|
105850
|
+
def MsgLanguage(self, MsgLanguage):
|
|
105851
|
+
self._MsgLanguage = MsgLanguage
|
|
105852
|
+
|
|
106661
105853
|
|
|
106662
105854
|
def _deserialize(self, params):
|
|
106663
105855
|
self._Id = params.get("Id")
|
|
@@ -106691,6 +105883,7 @@ class WebHookPolicy(AbstractModel):
|
|
|
106691
105883
|
self._Quuids = params.get("Quuids")
|
|
106692
105884
|
self._HostCount = params.get("HostCount")
|
|
106693
105885
|
self._ExcludedQuuids = params.get("ExcludedQuuids")
|
|
105886
|
+
self._MsgLanguage = params.get("MsgLanguage")
|
|
106694
105887
|
memeber_set = set(params.keys())
|
|
106695
105888
|
for name, value in vars(self).items():
|
|
106696
105889
|
property_name = name[1:]
|
|
@@ -106714,10 +105907,28 @@ class WebHookReceiver(AbstractModel):
|
|
|
106714
105907
|
:type Name: str
|
|
106715
105908
|
:param _Addr: webhook地址
|
|
106716
105909
|
:type Addr: str
|
|
105910
|
+
:param _Type: 类型
|
|
105911
|
+
:type Type: int
|
|
105912
|
+
:param _SCFRegion: 目标地域
|
|
105913
|
+
:type SCFRegion: str
|
|
105914
|
+
:param _Namespace: 命名空间
|
|
105915
|
+
:type Namespace: str
|
|
105916
|
+
:param _FunctionName: 函数名称
|
|
105917
|
+
:type FunctionName: str
|
|
105918
|
+
:param _FunctionVersion: 版本
|
|
105919
|
+
:type FunctionVersion: str
|
|
105920
|
+
:param _Alias: 别名
|
|
105921
|
+
:type Alias: str
|
|
106717
105922
|
"""
|
|
106718
105923
|
self._Id = None
|
|
106719
105924
|
self._Name = None
|
|
106720
105925
|
self._Addr = None
|
|
105926
|
+
self._Type = None
|
|
105927
|
+
self._SCFRegion = None
|
|
105928
|
+
self._Namespace = None
|
|
105929
|
+
self._FunctionName = None
|
|
105930
|
+
self._FunctionVersion = None
|
|
105931
|
+
self._Alias = None
|
|
106721
105932
|
|
|
106722
105933
|
@property
|
|
106723
105934
|
def Id(self):
|
|
@@ -106752,11 +105963,83 @@ class WebHookReceiver(AbstractModel):
|
|
|
106752
105963
|
def Addr(self, Addr):
|
|
106753
105964
|
self._Addr = Addr
|
|
106754
105965
|
|
|
105966
|
+
@property
|
|
105967
|
+
def Type(self):
|
|
105968
|
+
r"""类型
|
|
105969
|
+
:rtype: int
|
|
105970
|
+
"""
|
|
105971
|
+
return self._Type
|
|
105972
|
+
|
|
105973
|
+
@Type.setter
|
|
105974
|
+
def Type(self, Type):
|
|
105975
|
+
self._Type = Type
|
|
105976
|
+
|
|
105977
|
+
@property
|
|
105978
|
+
def SCFRegion(self):
|
|
105979
|
+
r"""目标地域
|
|
105980
|
+
:rtype: str
|
|
105981
|
+
"""
|
|
105982
|
+
return self._SCFRegion
|
|
105983
|
+
|
|
105984
|
+
@SCFRegion.setter
|
|
105985
|
+
def SCFRegion(self, SCFRegion):
|
|
105986
|
+
self._SCFRegion = SCFRegion
|
|
105987
|
+
|
|
105988
|
+
@property
|
|
105989
|
+
def Namespace(self):
|
|
105990
|
+
r"""命名空间
|
|
105991
|
+
:rtype: str
|
|
105992
|
+
"""
|
|
105993
|
+
return self._Namespace
|
|
105994
|
+
|
|
105995
|
+
@Namespace.setter
|
|
105996
|
+
def Namespace(self, Namespace):
|
|
105997
|
+
self._Namespace = Namespace
|
|
105998
|
+
|
|
105999
|
+
@property
|
|
106000
|
+
def FunctionName(self):
|
|
106001
|
+
r"""函数名称
|
|
106002
|
+
:rtype: str
|
|
106003
|
+
"""
|
|
106004
|
+
return self._FunctionName
|
|
106005
|
+
|
|
106006
|
+
@FunctionName.setter
|
|
106007
|
+
def FunctionName(self, FunctionName):
|
|
106008
|
+
self._FunctionName = FunctionName
|
|
106009
|
+
|
|
106010
|
+
@property
|
|
106011
|
+
def FunctionVersion(self):
|
|
106012
|
+
r"""版本
|
|
106013
|
+
:rtype: str
|
|
106014
|
+
"""
|
|
106015
|
+
return self._FunctionVersion
|
|
106016
|
+
|
|
106017
|
+
@FunctionVersion.setter
|
|
106018
|
+
def FunctionVersion(self, FunctionVersion):
|
|
106019
|
+
self._FunctionVersion = FunctionVersion
|
|
106020
|
+
|
|
106021
|
+
@property
|
|
106022
|
+
def Alias(self):
|
|
106023
|
+
r"""别名
|
|
106024
|
+
:rtype: str
|
|
106025
|
+
"""
|
|
106026
|
+
return self._Alias
|
|
106027
|
+
|
|
106028
|
+
@Alias.setter
|
|
106029
|
+
def Alias(self, Alias):
|
|
106030
|
+
self._Alias = Alias
|
|
106031
|
+
|
|
106755
106032
|
|
|
106756
106033
|
def _deserialize(self, params):
|
|
106757
106034
|
self._Id = params.get("Id")
|
|
106758
106035
|
self._Name = params.get("Name")
|
|
106759
106036
|
self._Addr = params.get("Addr")
|
|
106037
|
+
self._Type = params.get("Type")
|
|
106038
|
+
self._SCFRegion = params.get("SCFRegion")
|
|
106039
|
+
self._Namespace = params.get("Namespace")
|
|
106040
|
+
self._FunctionName = params.get("FunctionName")
|
|
106041
|
+
self._FunctionVersion = params.get("FunctionVersion")
|
|
106042
|
+
self._Alias = params.get("Alias")
|
|
106760
106043
|
memeber_set = set(params.keys())
|
|
106761
106044
|
for name, value in vars(self).items():
|
|
106762
106045
|
property_name = name[1:]
|