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
|
@@ -10867,12 +10867,19 @@ class MediaReplacementInfo(AbstractModel):
|
|
|
10867
10867
|
:param _PreprocessOperation: 预处理操作。
|
|
10868
10868
|
注:目前该功能暂不支持,请勿使用。
|
|
10869
10869
|
:type PreprocessOperation: :class:`tencentcloud.cme.v20191029.models.MediaPreprocessOperation`
|
|
10870
|
+
:param _MuteSwitch: 静音开关,仅对视频类型媒体生效。取值有:
|
|
10871
|
+
<li>ON:视频媒体开启静音,该段媒体在导出中会屏蔽音频;</li>
|
|
10872
|
+
<li>OFF:视频媒体关闭静音;</li>
|
|
10873
|
+
|
|
10874
|
+
注:默认为 OFF,即不对视频媒体的音频做静音处理。
|
|
10875
|
+
:type MuteSwitch: str
|
|
10870
10876
|
"""
|
|
10871
10877
|
self._MediaType = None
|
|
10872
10878
|
self._MaterialId = None
|
|
10873
10879
|
self._MediaUrl = None
|
|
10874
10880
|
self._StartTimeOffset = None
|
|
10875
10881
|
self._PreprocessOperation = None
|
|
10882
|
+
self._MuteSwitch = None
|
|
10876
10883
|
|
|
10877
10884
|
@property
|
|
10878
10885
|
def MediaType(self):
|
|
@@ -10937,6 +10944,21 @@ class MediaReplacementInfo(AbstractModel):
|
|
|
10937
10944
|
def PreprocessOperation(self, PreprocessOperation):
|
|
10938
10945
|
self._PreprocessOperation = PreprocessOperation
|
|
10939
10946
|
|
|
10947
|
+
@property
|
|
10948
|
+
def MuteSwitch(self):
|
|
10949
|
+
r"""静音开关,仅对视频类型媒体生效。取值有:
|
|
10950
|
+
<li>ON:视频媒体开启静音,该段媒体在导出中会屏蔽音频;</li>
|
|
10951
|
+
<li>OFF:视频媒体关闭静音;</li>
|
|
10952
|
+
|
|
10953
|
+
注:默认为 OFF,即不对视频媒体的音频做静音处理。
|
|
10954
|
+
:rtype: str
|
|
10955
|
+
"""
|
|
10956
|
+
return self._MuteSwitch
|
|
10957
|
+
|
|
10958
|
+
@MuteSwitch.setter
|
|
10959
|
+
def MuteSwitch(self, MuteSwitch):
|
|
10960
|
+
self._MuteSwitch = MuteSwitch
|
|
10961
|
+
|
|
10940
10962
|
|
|
10941
10963
|
def _deserialize(self, params):
|
|
10942
10964
|
self._MediaType = params.get("MediaType")
|
|
@@ -10946,6 +10968,7 @@ class MediaReplacementInfo(AbstractModel):
|
|
|
10946
10968
|
if params.get("PreprocessOperation") is not None:
|
|
10947
10969
|
self._PreprocessOperation = MediaPreprocessOperation()
|
|
10948
10970
|
self._PreprocessOperation._deserialize(params.get("PreprocessOperation"))
|
|
10971
|
+
self._MuteSwitch = params.get("MuteSwitch")
|
|
10949
10972
|
memeber_set = set(params.keys())
|
|
10950
10973
|
for name, value in vars(self).items():
|
|
10951
10974
|
property_name = name[1:]
|
|
@@ -157,6 +157,17 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
157
157
|
:type RuleKey: str
|
|
158
158
|
:param _CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
159
159
|
:type CloudType: int
|
|
160
|
+
:param _AIStatus: 告警AI分析状态
|
|
161
|
+
-1 分析失败
|
|
162
|
+
0 未分析
|
|
163
|
+
1 分析中
|
|
164
|
+
2 分析成功,真实告警
|
|
165
|
+
3 分析成功,可疑告警
|
|
166
|
+
:type AIStatus: int
|
|
167
|
+
:param _FirstAlarmTimestamp: 首次告警时间戳(秒级)
|
|
168
|
+
:type FirstAlarmTimestamp: int
|
|
169
|
+
:param _LastAlarmTimestamp: 最后告警时间戳(秒级)
|
|
170
|
+
:type LastAlarmTimestamp: int
|
|
160
171
|
"""
|
|
161
172
|
self._Name = None
|
|
162
173
|
self._Level = None
|
|
@@ -181,6 +192,9 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
181
192
|
self._Evidence = None
|
|
182
193
|
self._RuleKey = None
|
|
183
194
|
self._CloudType = None
|
|
195
|
+
self._AIStatus = None
|
|
196
|
+
self._FirstAlarmTimestamp = None
|
|
197
|
+
self._LastAlarmTimestamp = None
|
|
184
198
|
|
|
185
199
|
@property
|
|
186
200
|
def Name(self):
|
|
@@ -440,6 +454,44 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
440
454
|
def CloudType(self, CloudType):
|
|
441
455
|
self._CloudType = CloudType
|
|
442
456
|
|
|
457
|
+
@property
|
|
458
|
+
def AIStatus(self):
|
|
459
|
+
r"""告警AI分析状态
|
|
460
|
+
-1 分析失败
|
|
461
|
+
0 未分析
|
|
462
|
+
1 分析中
|
|
463
|
+
2 分析成功,真实告警
|
|
464
|
+
3 分析成功,可疑告警
|
|
465
|
+
:rtype: int
|
|
466
|
+
"""
|
|
467
|
+
return self._AIStatus
|
|
468
|
+
|
|
469
|
+
@AIStatus.setter
|
|
470
|
+
def AIStatus(self, AIStatus):
|
|
471
|
+
self._AIStatus = AIStatus
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
def FirstAlarmTimestamp(self):
|
|
475
|
+
r"""首次告警时间戳(秒级)
|
|
476
|
+
:rtype: int
|
|
477
|
+
"""
|
|
478
|
+
return self._FirstAlarmTimestamp
|
|
479
|
+
|
|
480
|
+
@FirstAlarmTimestamp.setter
|
|
481
|
+
def FirstAlarmTimestamp(self, FirstAlarmTimestamp):
|
|
482
|
+
self._FirstAlarmTimestamp = FirstAlarmTimestamp
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
def LastAlarmTimestamp(self):
|
|
486
|
+
r"""最后告警时间戳(秒级)
|
|
487
|
+
:rtype: int
|
|
488
|
+
"""
|
|
489
|
+
return self._LastAlarmTimestamp
|
|
490
|
+
|
|
491
|
+
@LastAlarmTimestamp.setter
|
|
492
|
+
def LastAlarmTimestamp(self, LastAlarmTimestamp):
|
|
493
|
+
self._LastAlarmTimestamp = LastAlarmTimestamp
|
|
494
|
+
|
|
443
495
|
|
|
444
496
|
def _deserialize(self, params):
|
|
445
497
|
self._Name = params.get("Name")
|
|
@@ -465,6 +517,9 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
465
517
|
self._Evidence = params.get("Evidence")
|
|
466
518
|
self._RuleKey = params.get("RuleKey")
|
|
467
519
|
self._CloudType = params.get("CloudType")
|
|
520
|
+
self._AIStatus = params.get("AIStatus")
|
|
521
|
+
self._FirstAlarmTimestamp = params.get("FirstAlarmTimestamp")
|
|
522
|
+
self._LastAlarmTimestamp = params.get("LastAlarmTimestamp")
|
|
468
523
|
memeber_set = set(params.keys())
|
|
469
524
|
for name, value in vars(self).items():
|
|
470
525
|
property_name = name[1:]
|
|
@@ -488,10 +543,19 @@ class AccessKeyAlarmCount(AbstractModel):
|
|
|
488
543
|
:type AccessKey: str
|
|
489
544
|
:param _AlarmCount: 告警数量
|
|
490
545
|
:type AlarmCount: int
|
|
546
|
+
:param _AccessKeyStatus: 访问密钥状态 0 禁用 1 已启用 2 已删除
|
|
547
|
+
:type AccessKeyStatus: int
|
|
548
|
+
:param _AccessKeyCreateTime: AK创建时间
|
|
549
|
+
:type AccessKeyCreateTime: str
|
|
550
|
+
:param _LastAccessTime: AK最后使用时间,从未使用过则返回“-”
|
|
551
|
+
:type LastAccessTime: str
|
|
491
552
|
"""
|
|
492
553
|
self._ID = None
|
|
493
554
|
self._AccessKey = None
|
|
494
555
|
self._AlarmCount = None
|
|
556
|
+
self._AccessKeyStatus = None
|
|
557
|
+
self._AccessKeyCreateTime = None
|
|
558
|
+
self._LastAccessTime = None
|
|
495
559
|
|
|
496
560
|
@property
|
|
497
561
|
def ID(self):
|
|
@@ -526,11 +590,47 @@ class AccessKeyAlarmCount(AbstractModel):
|
|
|
526
590
|
def AlarmCount(self, AlarmCount):
|
|
527
591
|
self._AlarmCount = AlarmCount
|
|
528
592
|
|
|
593
|
+
@property
|
|
594
|
+
def AccessKeyStatus(self):
|
|
595
|
+
r"""访问密钥状态 0 禁用 1 已启用 2 已删除
|
|
596
|
+
:rtype: int
|
|
597
|
+
"""
|
|
598
|
+
return self._AccessKeyStatus
|
|
599
|
+
|
|
600
|
+
@AccessKeyStatus.setter
|
|
601
|
+
def AccessKeyStatus(self, AccessKeyStatus):
|
|
602
|
+
self._AccessKeyStatus = AccessKeyStatus
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
def AccessKeyCreateTime(self):
|
|
606
|
+
r"""AK创建时间
|
|
607
|
+
:rtype: str
|
|
608
|
+
"""
|
|
609
|
+
return self._AccessKeyCreateTime
|
|
610
|
+
|
|
611
|
+
@AccessKeyCreateTime.setter
|
|
612
|
+
def AccessKeyCreateTime(self, AccessKeyCreateTime):
|
|
613
|
+
self._AccessKeyCreateTime = AccessKeyCreateTime
|
|
614
|
+
|
|
615
|
+
@property
|
|
616
|
+
def LastAccessTime(self):
|
|
617
|
+
r"""AK最后使用时间,从未使用过则返回“-”
|
|
618
|
+
:rtype: str
|
|
619
|
+
"""
|
|
620
|
+
return self._LastAccessTime
|
|
621
|
+
|
|
622
|
+
@LastAccessTime.setter
|
|
623
|
+
def LastAccessTime(self, LastAccessTime):
|
|
624
|
+
self._LastAccessTime = LastAccessTime
|
|
625
|
+
|
|
529
626
|
|
|
530
627
|
def _deserialize(self, params):
|
|
531
628
|
self._ID = params.get("ID")
|
|
532
629
|
self._AccessKey = params.get("AccessKey")
|
|
533
630
|
self._AlarmCount = params.get("AlarmCount")
|
|
631
|
+
self._AccessKeyStatus = params.get("AccessKeyStatus")
|
|
632
|
+
self._AccessKeyCreateTime = params.get("AccessKeyCreateTime")
|
|
633
|
+
self._LastAccessTime = params.get("LastAccessTime")
|
|
534
634
|
memeber_set = set(params.keys())
|
|
535
635
|
for name, value in vars(self).items():
|
|
536
636
|
property_name = name[1:]
|
|
@@ -983,6 +1083,10 @@ class AccessKeyRisk(AbstractModel):
|
|
|
983
1083
|
:type AppID: int
|
|
984
1084
|
:param _QueryParam: 对应风险的查询参数
|
|
985
1085
|
:type QueryParam: str
|
|
1086
|
+
:param _CloudType: 云类型 0-腾讯云 4-阿里云
|
|
1087
|
+
:type CloudType: int
|
|
1088
|
+
:param _RelatedAK: 相关的AK列表,包含AK名和AK备注
|
|
1089
|
+
:type RelatedAK: list of AKInfo
|
|
986
1090
|
"""
|
|
987
1091
|
self._Name = None
|
|
988
1092
|
self._Level = None
|
|
@@ -1005,6 +1109,8 @@ class AccessKeyRisk(AbstractModel):
|
|
|
1005
1109
|
self._CheckStatus = None
|
|
1006
1110
|
self._AppID = None
|
|
1007
1111
|
self._QueryParam = None
|
|
1112
|
+
self._CloudType = None
|
|
1113
|
+
self._RelatedAK = None
|
|
1008
1114
|
|
|
1009
1115
|
@property
|
|
1010
1116
|
def Name(self):
|
|
@@ -1244,6 +1350,28 @@ class AccessKeyRisk(AbstractModel):
|
|
|
1244
1350
|
def QueryParam(self, QueryParam):
|
|
1245
1351
|
self._QueryParam = QueryParam
|
|
1246
1352
|
|
|
1353
|
+
@property
|
|
1354
|
+
def CloudType(self):
|
|
1355
|
+
r"""云类型 0-腾讯云 4-阿里云
|
|
1356
|
+
:rtype: int
|
|
1357
|
+
"""
|
|
1358
|
+
return self._CloudType
|
|
1359
|
+
|
|
1360
|
+
@CloudType.setter
|
|
1361
|
+
def CloudType(self, CloudType):
|
|
1362
|
+
self._CloudType = CloudType
|
|
1363
|
+
|
|
1364
|
+
@property
|
|
1365
|
+
def RelatedAK(self):
|
|
1366
|
+
r"""相关的AK列表,包含AK名和AK备注
|
|
1367
|
+
:rtype: list of AKInfo
|
|
1368
|
+
"""
|
|
1369
|
+
return self._RelatedAK
|
|
1370
|
+
|
|
1371
|
+
@RelatedAK.setter
|
|
1372
|
+
def RelatedAK(self, RelatedAK):
|
|
1373
|
+
self._RelatedAK = RelatedAK
|
|
1374
|
+
|
|
1247
1375
|
|
|
1248
1376
|
def _deserialize(self, params):
|
|
1249
1377
|
self._Name = params.get("Name")
|
|
@@ -1267,6 +1395,13 @@ class AccessKeyRisk(AbstractModel):
|
|
|
1267
1395
|
self._CheckStatus = params.get("CheckStatus")
|
|
1268
1396
|
self._AppID = params.get("AppID")
|
|
1269
1397
|
self._QueryParam = params.get("QueryParam")
|
|
1398
|
+
self._CloudType = params.get("CloudType")
|
|
1399
|
+
if params.get("RelatedAK") is not None:
|
|
1400
|
+
self._RelatedAK = []
|
|
1401
|
+
for item in params.get("RelatedAK"):
|
|
1402
|
+
obj = AKInfo()
|
|
1403
|
+
obj._deserialize(item)
|
|
1404
|
+
self._RelatedAK.append(obj)
|
|
1270
1405
|
memeber_set = set(params.keys())
|
|
1271
1406
|
for name, value in vars(self).items():
|
|
1272
1407
|
property_name = name[1:]
|
|
@@ -5235,6 +5370,8 @@ class AssetRiskItem(AbstractModel):
|
|
|
5235
5370
|
:type RiskRuleId: str
|
|
5236
5371
|
:param _Classify: 处置分类
|
|
5237
5372
|
:type Classify: str
|
|
5373
|
+
:param _StandardTerms: 等保合规
|
|
5374
|
+
:type StandardTerms: list of StandardTerm
|
|
5238
5375
|
"""
|
|
5239
5376
|
self._AppId = None
|
|
5240
5377
|
self._Provider = None
|
|
@@ -5251,6 +5388,7 @@ class AssetRiskItem(AbstractModel):
|
|
|
5251
5388
|
self._Severity = None
|
|
5252
5389
|
self._RiskRuleId = None
|
|
5253
5390
|
self._Classify = None
|
|
5391
|
+
self._StandardTerms = None
|
|
5254
5392
|
|
|
5255
5393
|
@property
|
|
5256
5394
|
def AppId(self):
|
|
@@ -5417,6 +5555,17 @@ class AssetRiskItem(AbstractModel):
|
|
|
5417
5555
|
def Classify(self, Classify):
|
|
5418
5556
|
self._Classify = Classify
|
|
5419
5557
|
|
|
5558
|
+
@property
|
|
5559
|
+
def StandardTerms(self):
|
|
5560
|
+
r"""等保合规
|
|
5561
|
+
:rtype: list of StandardTerm
|
|
5562
|
+
"""
|
|
5563
|
+
return self._StandardTerms
|
|
5564
|
+
|
|
5565
|
+
@StandardTerms.setter
|
|
5566
|
+
def StandardTerms(self, StandardTerms):
|
|
5567
|
+
self._StandardTerms = StandardTerms
|
|
5568
|
+
|
|
5420
5569
|
|
|
5421
5570
|
def _deserialize(self, params):
|
|
5422
5571
|
self._AppId = params.get("AppId")
|
|
@@ -5434,6 +5583,12 @@ class AssetRiskItem(AbstractModel):
|
|
|
5434
5583
|
self._Severity = params.get("Severity")
|
|
5435
5584
|
self._RiskRuleId = params.get("RiskRuleId")
|
|
5436
5585
|
self._Classify = params.get("Classify")
|
|
5586
|
+
if params.get("StandardTerms") is not None:
|
|
5587
|
+
self._StandardTerms = []
|
|
5588
|
+
for item in params.get("StandardTerms"):
|
|
5589
|
+
obj = StandardTerm()
|
|
5590
|
+
obj._deserialize(item)
|
|
5591
|
+
self._StandardTerms.append(obj)
|
|
5437
5592
|
memeber_set = set(params.keys())
|
|
5438
5593
|
for name, value in vars(self).items():
|
|
5439
5594
|
property_name = name[1:]
|
|
@@ -9859,6 +10014,8 @@ class CheckViewRiskItem(AbstractModel):
|
|
|
9859
10014
|
:type EventType: str
|
|
9860
10015
|
:param _Classify: 处置分类
|
|
9861
10016
|
:type Classify: str
|
|
10017
|
+
:param _StandardTerms: cspm规范条款
|
|
10018
|
+
:type StandardTerms: list of StandardTerm
|
|
9862
10019
|
"""
|
|
9863
10020
|
self._RiskRuleId = None
|
|
9864
10021
|
self._RiskTitle = None
|
|
@@ -9874,6 +10031,7 @@ class CheckViewRiskItem(AbstractModel):
|
|
|
9874
10031
|
self._AssetType = None
|
|
9875
10032
|
self._EventType = None
|
|
9876
10033
|
self._Classify = None
|
|
10034
|
+
self._StandardTerms = None
|
|
9877
10035
|
|
|
9878
10036
|
@property
|
|
9879
10037
|
def RiskRuleId(self):
|
|
@@ -10029,6 +10187,17 @@ class CheckViewRiskItem(AbstractModel):
|
|
|
10029
10187
|
def Classify(self, Classify):
|
|
10030
10188
|
self._Classify = Classify
|
|
10031
10189
|
|
|
10190
|
+
@property
|
|
10191
|
+
def StandardTerms(self):
|
|
10192
|
+
r"""cspm规范条款
|
|
10193
|
+
:rtype: list of StandardTerm
|
|
10194
|
+
"""
|
|
10195
|
+
return self._StandardTerms
|
|
10196
|
+
|
|
10197
|
+
@StandardTerms.setter
|
|
10198
|
+
def StandardTerms(self, StandardTerms):
|
|
10199
|
+
self._StandardTerms = StandardTerms
|
|
10200
|
+
|
|
10032
10201
|
|
|
10033
10202
|
def _deserialize(self, params):
|
|
10034
10203
|
self._RiskRuleId = params.get("RiskRuleId")
|
|
@@ -10045,6 +10214,12 @@ class CheckViewRiskItem(AbstractModel):
|
|
|
10045
10214
|
self._AssetType = params.get("AssetType")
|
|
10046
10215
|
self._EventType = params.get("EventType")
|
|
10047
10216
|
self._Classify = params.get("Classify")
|
|
10217
|
+
if params.get("StandardTerms") is not None:
|
|
10218
|
+
self._StandardTerms = []
|
|
10219
|
+
for item in params.get("StandardTerms"):
|
|
10220
|
+
obj = StandardTerm()
|
|
10221
|
+
obj._deserialize(item)
|
|
10222
|
+
self._StandardTerms.append(obj)
|
|
10048
10223
|
memeber_set = set(params.keys())
|
|
10049
10224
|
for name, value in vars(self).items():
|
|
10050
10225
|
property_name = name[1:]
|
|
@@ -13935,11 +14110,14 @@ class DescribeAssetRiskListResponse(AbstractModel):
|
|
|
13935
14110
|
:type TotalCount: int
|
|
13936
14111
|
:param _AssetRiskList: 资产视角下风险列表
|
|
13937
14112
|
:type AssetRiskList: list of AssetRiskItem
|
|
14113
|
+
:param _StandardNameList: 等保规范名称集合
|
|
14114
|
+
:type StandardNameList: list of StandardItem
|
|
13938
14115
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13939
14116
|
:type RequestId: str
|
|
13940
14117
|
"""
|
|
13941
14118
|
self._TotalCount = None
|
|
13942
14119
|
self._AssetRiskList = None
|
|
14120
|
+
self._StandardNameList = None
|
|
13943
14121
|
self._RequestId = None
|
|
13944
14122
|
|
|
13945
14123
|
@property
|
|
@@ -13964,6 +14142,17 @@ class DescribeAssetRiskListResponse(AbstractModel):
|
|
|
13964
14142
|
def AssetRiskList(self, AssetRiskList):
|
|
13965
14143
|
self._AssetRiskList = AssetRiskList
|
|
13966
14144
|
|
|
14145
|
+
@property
|
|
14146
|
+
def StandardNameList(self):
|
|
14147
|
+
r"""等保规范名称集合
|
|
14148
|
+
:rtype: list of StandardItem
|
|
14149
|
+
"""
|
|
14150
|
+
return self._StandardNameList
|
|
14151
|
+
|
|
14152
|
+
@StandardNameList.setter
|
|
14153
|
+
def StandardNameList(self, StandardNameList):
|
|
14154
|
+
self._StandardNameList = StandardNameList
|
|
14155
|
+
|
|
13967
14156
|
@property
|
|
13968
14157
|
def RequestId(self):
|
|
13969
14158
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -13984,6 +14173,12 @@ class DescribeAssetRiskListResponse(AbstractModel):
|
|
|
13984
14173
|
obj = AssetRiskItem()
|
|
13985
14174
|
obj._deserialize(item)
|
|
13986
14175
|
self._AssetRiskList.append(obj)
|
|
14176
|
+
if params.get("StandardNameList") is not None:
|
|
14177
|
+
self._StandardNameList = []
|
|
14178
|
+
for item in params.get("StandardNameList"):
|
|
14179
|
+
obj = StandardItem()
|
|
14180
|
+
obj._deserialize(item)
|
|
14181
|
+
self._StandardNameList.append(obj)
|
|
13987
14182
|
self._RequestId = params.get("RequestId")
|
|
13988
14183
|
|
|
13989
14184
|
|
|
@@ -15265,11 +15460,14 @@ class DescribeCheckViewRisksResponse(AbstractModel):
|
|
|
15265
15460
|
:type TotalCount: int
|
|
15266
15461
|
:param _CheckViewRiskList: 检查视角下风险列表
|
|
15267
15462
|
:type CheckViewRiskList: list of CheckViewRiskItem
|
|
15463
|
+
:param _StandardNameList: 检查视角下cspm规范标签列表
|
|
15464
|
+
:type StandardNameList: list of StandardItem
|
|
15268
15465
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15269
15466
|
:type RequestId: str
|
|
15270
15467
|
"""
|
|
15271
15468
|
self._TotalCount = None
|
|
15272
15469
|
self._CheckViewRiskList = None
|
|
15470
|
+
self._StandardNameList = None
|
|
15273
15471
|
self._RequestId = None
|
|
15274
15472
|
|
|
15275
15473
|
@property
|
|
@@ -15294,6 +15492,17 @@ class DescribeCheckViewRisksResponse(AbstractModel):
|
|
|
15294
15492
|
def CheckViewRiskList(self, CheckViewRiskList):
|
|
15295
15493
|
self._CheckViewRiskList = CheckViewRiskList
|
|
15296
15494
|
|
|
15495
|
+
@property
|
|
15496
|
+
def StandardNameList(self):
|
|
15497
|
+
r"""检查视角下cspm规范标签列表
|
|
15498
|
+
:rtype: list of StandardItem
|
|
15499
|
+
"""
|
|
15500
|
+
return self._StandardNameList
|
|
15501
|
+
|
|
15502
|
+
@StandardNameList.setter
|
|
15503
|
+
def StandardNameList(self, StandardNameList):
|
|
15504
|
+
self._StandardNameList = StandardNameList
|
|
15505
|
+
|
|
15297
15506
|
@property
|
|
15298
15507
|
def RequestId(self):
|
|
15299
15508
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -15314,6 +15523,12 @@ class DescribeCheckViewRisksResponse(AbstractModel):
|
|
|
15314
15523
|
obj = CheckViewRiskItem()
|
|
15315
15524
|
obj._deserialize(item)
|
|
15316
15525
|
self._CheckViewRiskList.append(obj)
|
|
15526
|
+
if params.get("StandardNameList") is not None:
|
|
15527
|
+
self._StandardNameList = []
|
|
15528
|
+
for item in params.get("StandardNameList"):
|
|
15529
|
+
obj = StandardItem()
|
|
15530
|
+
obj._deserialize(item)
|
|
15531
|
+
self._StandardNameList.append(obj)
|
|
15317
15532
|
self._RequestId = params.get("RequestId")
|
|
15318
15533
|
|
|
15319
15534
|
|
|
@@ -32947,6 +33162,108 @@ class SourceIPVpcInfo(AbstractModel):
|
|
|
32947
33162
|
|
|
32948
33163
|
|
|
32949
33164
|
|
|
33165
|
+
class StandardItem(AbstractModel):
|
|
33166
|
+
r"""CSPM规范
|
|
33167
|
+
|
|
33168
|
+
"""
|
|
33169
|
+
|
|
33170
|
+
def __init__(self):
|
|
33171
|
+
r"""
|
|
33172
|
+
:param _ID: 规范ID
|
|
33173
|
+
:type ID: int
|
|
33174
|
+
:param _Name: 规范名称
|
|
33175
|
+
:type Name: str
|
|
33176
|
+
"""
|
|
33177
|
+
self._ID = None
|
|
33178
|
+
self._Name = None
|
|
33179
|
+
|
|
33180
|
+
@property
|
|
33181
|
+
def ID(self):
|
|
33182
|
+
r"""规范ID
|
|
33183
|
+
:rtype: int
|
|
33184
|
+
"""
|
|
33185
|
+
return self._ID
|
|
33186
|
+
|
|
33187
|
+
@ID.setter
|
|
33188
|
+
def ID(self, ID):
|
|
33189
|
+
self._ID = ID
|
|
33190
|
+
|
|
33191
|
+
@property
|
|
33192
|
+
def Name(self):
|
|
33193
|
+
r"""规范名称
|
|
33194
|
+
:rtype: str
|
|
33195
|
+
"""
|
|
33196
|
+
return self._Name
|
|
33197
|
+
|
|
33198
|
+
@Name.setter
|
|
33199
|
+
def Name(self, Name):
|
|
33200
|
+
self._Name = Name
|
|
33201
|
+
|
|
33202
|
+
|
|
33203
|
+
def _deserialize(self, params):
|
|
33204
|
+
self._ID = params.get("ID")
|
|
33205
|
+
self._Name = params.get("Name")
|
|
33206
|
+
memeber_set = set(params.keys())
|
|
33207
|
+
for name, value in vars(self).items():
|
|
33208
|
+
property_name = name[1:]
|
|
33209
|
+
if property_name in memeber_set:
|
|
33210
|
+
memeber_set.remove(property_name)
|
|
33211
|
+
if len(memeber_set) > 0:
|
|
33212
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
33213
|
+
|
|
33214
|
+
|
|
33215
|
+
|
|
33216
|
+
class StandardTerm(AbstractModel):
|
|
33217
|
+
r"""CSPM条款
|
|
33218
|
+
|
|
33219
|
+
"""
|
|
33220
|
+
|
|
33221
|
+
def __init__(self):
|
|
33222
|
+
r"""
|
|
33223
|
+
:param _Tag: 标签
|
|
33224
|
+
:type Tag: str
|
|
33225
|
+
:param _Terms: 条款
|
|
33226
|
+
:type Terms: list of str
|
|
33227
|
+
"""
|
|
33228
|
+
self._Tag = None
|
|
33229
|
+
self._Terms = None
|
|
33230
|
+
|
|
33231
|
+
@property
|
|
33232
|
+
def Tag(self):
|
|
33233
|
+
r"""标签
|
|
33234
|
+
:rtype: str
|
|
33235
|
+
"""
|
|
33236
|
+
return self._Tag
|
|
33237
|
+
|
|
33238
|
+
@Tag.setter
|
|
33239
|
+
def Tag(self, Tag):
|
|
33240
|
+
self._Tag = Tag
|
|
33241
|
+
|
|
33242
|
+
@property
|
|
33243
|
+
def Terms(self):
|
|
33244
|
+
r"""条款
|
|
33245
|
+
:rtype: list of str
|
|
33246
|
+
"""
|
|
33247
|
+
return self._Terms
|
|
33248
|
+
|
|
33249
|
+
@Terms.setter
|
|
33250
|
+
def Terms(self, Terms):
|
|
33251
|
+
self._Terms = Terms
|
|
33252
|
+
|
|
33253
|
+
|
|
33254
|
+
def _deserialize(self, params):
|
|
33255
|
+
self._Tag = params.get("Tag")
|
|
33256
|
+
self._Terms = params.get("Terms")
|
|
33257
|
+
memeber_set = set(params.keys())
|
|
33258
|
+
for name, value in vars(self).items():
|
|
33259
|
+
property_name = name[1:]
|
|
33260
|
+
if property_name in memeber_set:
|
|
33261
|
+
memeber_set.remove(property_name)
|
|
33262
|
+
if len(memeber_set) > 0:
|
|
33263
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
33264
|
+
|
|
33265
|
+
|
|
33266
|
+
|
|
32950
33267
|
class StatisticalFilter(AbstractModel):
|
|
32951
33268
|
r"""用户行为分析 统计条件
|
|
32952
33269
|
|
|
@@ -2317,7 +2317,7 @@ class CvmClient(AbstractClient):
|
|
|
2317
2317
|
|
|
2318
2318
|
* 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD、CLOUD_BSSD类型的实例使用该接口进行机型调整。
|
|
2319
2319
|
* 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
2320
|
-
* 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS
|
|
2320
|
+
* 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表调整实例配置操作成功。完成实例配置调整后,实例将自动显示为运行中,无需手动进行开机。
|
|
2321
2321
|
|
|
2322
2322
|
:param request: Request instance for ResetInstancesType.
|
|
2323
2323
|
:type request: :class:`tencentcloud.cvm.v20170312.models.ResetInstancesTypeRequest`
|
|
@@ -1866,7 +1866,7 @@ class CvmClient(AbstractClient):
|
|
|
1866
1866
|
|
|
1867
1867
|
* 目前只支持[系统盘类型](/document/api/213/9452#block_device)是CLOUD_BASIC、CLOUD_PREMIUM、CLOUD_SSD、CLOUD_BSSD类型的实例使用该接口进行机型调整。
|
|
1868
1868
|
* 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型。对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
1869
|
-
* 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS
|
|
1869
|
+
* 本接口为异步接口,调整实例配置请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表调整实例配置操作成功。完成实例配置调整后,实例将自动显示为运行中,无需手动进行开机。
|
|
1870
1870
|
"""
|
|
1871
1871
|
|
|
1872
1872
|
kwargs = {}
|
|
@@ -233,6 +233,9 @@ INVALIDPARAMETER_AUTOSNAPSHOTNOTSUPPORTED = 'InvalidParameter.AutoSnapshotNotSup
|
|
|
233
233
|
# 不支持参数CdcId。
|
|
234
234
|
INVALIDPARAMETER_CDCNOTSUPPORTED = 'InvalidParameter.CdcNotSupported'
|
|
235
235
|
|
|
236
|
+
# CDZ不支持实例跨区迁移
|
|
237
|
+
INVALIDPARAMETER_CDZNOTSUPPORTED = 'InvalidParameter.CdzNotSupported'
|
|
238
|
+
|
|
236
239
|
# DataDiskIds不应该传入RootDisk的Id。
|
|
237
240
|
INVALIDPARAMETER_DATADISKIDCONTAINSROOTDISK = 'InvalidParameter.DataDiskIdContainsRootDisk'
|
|
238
241
|
|
|
@@ -491,6 +494,9 @@ INVALIDPARAMETERVALUE_INVALIDIMAGESTATE = 'InvalidParameterValue.InvalidImageSta
|
|
|
491
494
|
# 该实例配置来自免费升配活动,暂不支持3个月内进行降配。
|
|
492
495
|
INVALIDPARAMETERVALUE_INVALIDINSTANCESOURCE = 'InvalidParameterValue.InvalidInstanceSource'
|
|
493
496
|
|
|
497
|
+
# 该机型不支持周期合约
|
|
498
|
+
INVALIDPARAMETERVALUE_INVALIDINSTANCETYPEPERIODICCONTRACT = 'InvalidParameterValue.InvalidInstanceTypePeriodicContract'
|
|
499
|
+
|
|
494
500
|
# 指定机型不支持包销付费模式。
|
|
495
501
|
INVALIDPARAMETERVALUE_INVALIDINSTANCETYPEUNDERWRITE = 'InvalidParameterValue.InvalidInstanceTypeUnderwrite'
|
|
496
502
|
|
|
@@ -575,6 +581,9 @@ INVALIDPARAMETERVALUE_LIMITEXCEEDED = 'InvalidParameterValue.LimitExceeded'
|
|
|
575
581
|
# 本地盘的限制范围。
|
|
576
582
|
INVALIDPARAMETERVALUE_LOCALDISKSIZERANGE = 'InvalidParameterValue.LocalDiskSizeRange'
|
|
577
583
|
|
|
584
|
+
# 专属可用区本地COS集群缺少endpoint配置
|
|
585
|
+
INVALIDPARAMETERVALUE_MISSINGLOCATIONCOSENDPOINT = 'InvalidParameterValue.MissingLocationCosEndpoint'
|
|
586
|
+
|
|
578
587
|
# 参数值必须为开启DHCP的VPC
|
|
579
588
|
INVALIDPARAMETERVALUE_MUSTDHCPENABLEDVPC = 'InvalidParameterValue.MustDhcpEnabledVpc'
|
|
580
589
|
|