tencentcloud-sdk-python 3.0.1207__py2.py3-none-any.whl → 3.0.1233__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +201 -2
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +296 -4
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +211 -165
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +2316 -2164
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +385 -0
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +178 -6
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +637 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +179 -1
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +9 -0
- tencentcloud/emr/v20190103/models.py +8787 -5344
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +510 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +106 -15
- tencentcloud/ess/v20201111/models.py +742 -96
- tencentcloud/essbasic/v20210526/essbasic_client.py +64 -2
- tencentcloud/essbasic/v20210526/models.py +395 -18
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +53 -1
- tencentcloud/hunyuan/v20230901/models.py +528 -10
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/models.py +14 -6
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +261 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +13 -0
- tencentcloud/mps/v20190612/models.py +631 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +333 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12482 -4167
- tencentcloud/organization/v20210331/organization_client.py +1326 -130
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/rce/v20201103/rce_client.py +2 -2
- tencentcloud/redis/v20180412/models.py +335 -20
- tencentcloud/redis/v20180412/redis_client.py +46 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +5 -4
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +185 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +209 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +31 -31
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +259 -30
- tencentcloud/trtc/v20190722/trtc_client.py +48 -38
- tencentcloud/tse/v20201207/models.py +114 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vclm/v20240523/errorcodes.py +30 -3
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +399 -10
- tencentcloud/vpc/v20170312/vpc_client.py +2 -2
- tencentcloud/vrs/v20200824/models.py +1 -0
- tencentcloud/vrs/v20200824/vrs_client.py +1 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +2905 -366
- tencentcloud/wedata/v20210820/wedata_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +196 -187
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -277,6 +277,69 @@ class AlertExtraInfo(AbstractModel):
|
|
277
277
|
:param _HitStrategy: 主机防护命中策略,是策略ID和策略名称的组合
|
278
278
|
注意:此字段可能返回 null,表示取不到有效值。
|
279
279
|
:type HitStrategy: str
|
280
|
+
:param _ProcessName: 进程名
|
281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
282
|
+
:type ProcessName: str
|
283
|
+
:param _PID: PID
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
285
|
+
:type PID: str
|
286
|
+
:param _PodName: 容器Pod名
|
287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
288
|
+
:type PodName: str
|
289
|
+
:param _PodID: 容器PodID
|
290
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
291
|
+
:type PodID: str
|
292
|
+
:param _Response: Http响应
|
293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
294
|
+
:type Response: str
|
295
|
+
:param _SystemCall: 系统调用
|
296
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
297
|
+
:type SystemCall: str
|
298
|
+
:param _Verb: 操作类型verb
|
299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
300
|
+
:type Verb: str
|
301
|
+
:param _LogID: 日志ID
|
302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
303
|
+
:type LogID: str
|
304
|
+
:param _Different: 变更内容
|
305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
306
|
+
:type Different: str
|
307
|
+
:param _EventType: 事件类型
|
308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
309
|
+
:type EventType: str
|
310
|
+
:param _Description: 事件描述
|
311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
312
|
+
:type Description: str
|
313
|
+
:param _TargetAddress: 目标地址(容器反弹shell)
|
314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
315
|
+
:type TargetAddress: str
|
316
|
+
:param _MaliciousRequestDomain: 恶意请求域名(容器恶意外联)
|
317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
318
|
+
:type MaliciousRequestDomain: str
|
319
|
+
:param _RuleType: 规则类型(容器K8sAPI异常请求)
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
321
|
+
:type RuleType: str
|
322
|
+
:param _RequestURI: 请求资源(容器K8sAPI异常请求)
|
323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
324
|
+
:type RequestURI: str
|
325
|
+
:param _RequestUser: 发起请求用户(容器K8sAPI异常请求)
|
326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
327
|
+
:type RequestUser: str
|
328
|
+
:param _RequestObject: 请求对象(容器K8sAPI异常请求)
|
329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
330
|
+
:type RequestObject: str
|
331
|
+
:param _ResponseObject: 响应对象(容器K8sAPI异常请求)
|
332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
333
|
+
:type ResponseObject: str
|
334
|
+
:param _FileType: 文件类型(容器文件篡改)
|
335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
336
|
+
:type FileType: str
|
337
|
+
:param _TIType: 标签特征(容器恶意外联)
|
338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
339
|
+
:type TIType: str
|
340
|
+
:param _SourceIP: 来源IP(容器K8sAPI异常请求)
|
341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
342
|
+
:type SourceIP: str
|
280
343
|
"""
|
281
344
|
self._RelateEvent = None
|
282
345
|
self._LeakContent = None
|
@@ -347,6 +410,27 @@ class AlertExtraInfo(AbstractModel):
|
|
347
410
|
self._StrategyID = None
|
348
411
|
self._StrategyName = None
|
349
412
|
self._HitStrategy = None
|
413
|
+
self._ProcessName = None
|
414
|
+
self._PID = None
|
415
|
+
self._PodName = None
|
416
|
+
self._PodID = None
|
417
|
+
self._Response = None
|
418
|
+
self._SystemCall = None
|
419
|
+
self._Verb = None
|
420
|
+
self._LogID = None
|
421
|
+
self._Different = None
|
422
|
+
self._EventType = None
|
423
|
+
self._Description = None
|
424
|
+
self._TargetAddress = None
|
425
|
+
self._MaliciousRequestDomain = None
|
426
|
+
self._RuleType = None
|
427
|
+
self._RequestURI = None
|
428
|
+
self._RequestUser = None
|
429
|
+
self._RequestObject = None
|
430
|
+
self._ResponseObject = None
|
431
|
+
self._FileType = None
|
432
|
+
self._TIType = None
|
433
|
+
self._SourceIP = None
|
350
434
|
|
351
435
|
@property
|
352
436
|
def RelateEvent(self):
|
@@ -900,6 +984,174 @@ class AlertExtraInfo(AbstractModel):
|
|
900
984
|
def HitStrategy(self, HitStrategy):
|
901
985
|
self._HitStrategy = HitStrategy
|
902
986
|
|
987
|
+
@property
|
988
|
+
def ProcessName(self):
|
989
|
+
return self._ProcessName
|
990
|
+
|
991
|
+
@ProcessName.setter
|
992
|
+
def ProcessName(self, ProcessName):
|
993
|
+
self._ProcessName = ProcessName
|
994
|
+
|
995
|
+
@property
|
996
|
+
def PID(self):
|
997
|
+
return self._PID
|
998
|
+
|
999
|
+
@PID.setter
|
1000
|
+
def PID(self, PID):
|
1001
|
+
self._PID = PID
|
1002
|
+
|
1003
|
+
@property
|
1004
|
+
def PodName(self):
|
1005
|
+
return self._PodName
|
1006
|
+
|
1007
|
+
@PodName.setter
|
1008
|
+
def PodName(self, PodName):
|
1009
|
+
self._PodName = PodName
|
1010
|
+
|
1011
|
+
@property
|
1012
|
+
def PodID(self):
|
1013
|
+
return self._PodID
|
1014
|
+
|
1015
|
+
@PodID.setter
|
1016
|
+
def PodID(self, PodID):
|
1017
|
+
self._PodID = PodID
|
1018
|
+
|
1019
|
+
@property
|
1020
|
+
def Response(self):
|
1021
|
+
return self._Response
|
1022
|
+
|
1023
|
+
@Response.setter
|
1024
|
+
def Response(self, Response):
|
1025
|
+
self._Response = Response
|
1026
|
+
|
1027
|
+
@property
|
1028
|
+
def SystemCall(self):
|
1029
|
+
return self._SystemCall
|
1030
|
+
|
1031
|
+
@SystemCall.setter
|
1032
|
+
def SystemCall(self, SystemCall):
|
1033
|
+
self._SystemCall = SystemCall
|
1034
|
+
|
1035
|
+
@property
|
1036
|
+
def Verb(self):
|
1037
|
+
return self._Verb
|
1038
|
+
|
1039
|
+
@Verb.setter
|
1040
|
+
def Verb(self, Verb):
|
1041
|
+
self._Verb = Verb
|
1042
|
+
|
1043
|
+
@property
|
1044
|
+
def LogID(self):
|
1045
|
+
return self._LogID
|
1046
|
+
|
1047
|
+
@LogID.setter
|
1048
|
+
def LogID(self, LogID):
|
1049
|
+
self._LogID = LogID
|
1050
|
+
|
1051
|
+
@property
|
1052
|
+
def Different(self):
|
1053
|
+
return self._Different
|
1054
|
+
|
1055
|
+
@Different.setter
|
1056
|
+
def Different(self, Different):
|
1057
|
+
self._Different = Different
|
1058
|
+
|
1059
|
+
@property
|
1060
|
+
def EventType(self):
|
1061
|
+
return self._EventType
|
1062
|
+
|
1063
|
+
@EventType.setter
|
1064
|
+
def EventType(self, EventType):
|
1065
|
+
self._EventType = EventType
|
1066
|
+
|
1067
|
+
@property
|
1068
|
+
def Description(self):
|
1069
|
+
return self._Description
|
1070
|
+
|
1071
|
+
@Description.setter
|
1072
|
+
def Description(self, Description):
|
1073
|
+
self._Description = Description
|
1074
|
+
|
1075
|
+
@property
|
1076
|
+
def TargetAddress(self):
|
1077
|
+
return self._TargetAddress
|
1078
|
+
|
1079
|
+
@TargetAddress.setter
|
1080
|
+
def TargetAddress(self, TargetAddress):
|
1081
|
+
self._TargetAddress = TargetAddress
|
1082
|
+
|
1083
|
+
@property
|
1084
|
+
def MaliciousRequestDomain(self):
|
1085
|
+
return self._MaliciousRequestDomain
|
1086
|
+
|
1087
|
+
@MaliciousRequestDomain.setter
|
1088
|
+
def MaliciousRequestDomain(self, MaliciousRequestDomain):
|
1089
|
+
self._MaliciousRequestDomain = MaliciousRequestDomain
|
1090
|
+
|
1091
|
+
@property
|
1092
|
+
def RuleType(self):
|
1093
|
+
return self._RuleType
|
1094
|
+
|
1095
|
+
@RuleType.setter
|
1096
|
+
def RuleType(self, RuleType):
|
1097
|
+
self._RuleType = RuleType
|
1098
|
+
|
1099
|
+
@property
|
1100
|
+
def RequestURI(self):
|
1101
|
+
return self._RequestURI
|
1102
|
+
|
1103
|
+
@RequestURI.setter
|
1104
|
+
def RequestURI(self, RequestURI):
|
1105
|
+
self._RequestURI = RequestURI
|
1106
|
+
|
1107
|
+
@property
|
1108
|
+
def RequestUser(self):
|
1109
|
+
return self._RequestUser
|
1110
|
+
|
1111
|
+
@RequestUser.setter
|
1112
|
+
def RequestUser(self, RequestUser):
|
1113
|
+
self._RequestUser = RequestUser
|
1114
|
+
|
1115
|
+
@property
|
1116
|
+
def RequestObject(self):
|
1117
|
+
return self._RequestObject
|
1118
|
+
|
1119
|
+
@RequestObject.setter
|
1120
|
+
def RequestObject(self, RequestObject):
|
1121
|
+
self._RequestObject = RequestObject
|
1122
|
+
|
1123
|
+
@property
|
1124
|
+
def ResponseObject(self):
|
1125
|
+
return self._ResponseObject
|
1126
|
+
|
1127
|
+
@ResponseObject.setter
|
1128
|
+
def ResponseObject(self, ResponseObject):
|
1129
|
+
self._ResponseObject = ResponseObject
|
1130
|
+
|
1131
|
+
@property
|
1132
|
+
def FileType(self):
|
1133
|
+
return self._FileType
|
1134
|
+
|
1135
|
+
@FileType.setter
|
1136
|
+
def FileType(self, FileType):
|
1137
|
+
self._FileType = FileType
|
1138
|
+
|
1139
|
+
@property
|
1140
|
+
def TIType(self):
|
1141
|
+
return self._TIType
|
1142
|
+
|
1143
|
+
@TIType.setter
|
1144
|
+
def TIType(self, TIType):
|
1145
|
+
self._TIType = TIType
|
1146
|
+
|
1147
|
+
@property
|
1148
|
+
def SourceIP(self):
|
1149
|
+
return self._SourceIP
|
1150
|
+
|
1151
|
+
@SourceIP.setter
|
1152
|
+
def SourceIP(self, SourceIP):
|
1153
|
+
self._SourceIP = SourceIP
|
1154
|
+
|
903
1155
|
|
904
1156
|
def _deserialize(self, params):
|
905
1157
|
if params.get("RelateEvent") is not None:
|
@@ -978,6 +1230,27 @@ class AlertExtraInfo(AbstractModel):
|
|
978
1230
|
self._StrategyID = params.get("StrategyID")
|
979
1231
|
self._StrategyName = params.get("StrategyName")
|
980
1232
|
self._HitStrategy = params.get("HitStrategy")
|
1233
|
+
self._ProcessName = params.get("ProcessName")
|
1234
|
+
self._PID = params.get("PID")
|
1235
|
+
self._PodName = params.get("PodName")
|
1236
|
+
self._PodID = params.get("PodID")
|
1237
|
+
self._Response = params.get("Response")
|
1238
|
+
self._SystemCall = params.get("SystemCall")
|
1239
|
+
self._Verb = params.get("Verb")
|
1240
|
+
self._LogID = params.get("LogID")
|
1241
|
+
self._Different = params.get("Different")
|
1242
|
+
self._EventType = params.get("EventType")
|
1243
|
+
self._Description = params.get("Description")
|
1244
|
+
self._TargetAddress = params.get("TargetAddress")
|
1245
|
+
self._MaliciousRequestDomain = params.get("MaliciousRequestDomain")
|
1246
|
+
self._RuleType = params.get("RuleType")
|
1247
|
+
self._RequestURI = params.get("RequestURI")
|
1248
|
+
self._RequestUser = params.get("RequestUser")
|
1249
|
+
self._RequestObject = params.get("RequestObject")
|
1250
|
+
self._ResponseObject = params.get("ResponseObject")
|
1251
|
+
self._FileType = params.get("FileType")
|
1252
|
+
self._TIType = params.get("TIType")
|
1253
|
+
self._SourceIP = params.get("SourceIP")
|
981
1254
|
memeber_set = set(params.keys())
|
982
1255
|
for name, value in vars(self).items():
|
983
1256
|
property_name = name[1:]
|
@@ -1086,6 +1359,12 @@ CSIP:云安全中心
|
|
1086
1359
|
:param _RiskTreatment: 风险处置
|
1087
1360
|
注意:此字段可能返回 null,表示取不到有效值。
|
1088
1361
|
:type RiskTreatment: str
|
1362
|
+
:param _LogType: 日志类型
|
1363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1364
|
+
:type LogType: str
|
1365
|
+
:param _LogSearch: 语句检索
|
1366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1367
|
+
:type LogSearch: str
|
1089
1368
|
"""
|
1090
1369
|
self._ID = None
|
1091
1370
|
self._Name = None
|
@@ -1114,6 +1393,8 @@ CSIP:云安全中心
|
|
1114
1393
|
self._Action = None
|
1115
1394
|
self._RiskInvestigation = None
|
1116
1395
|
self._RiskTreatment = None
|
1396
|
+
self._LogType = None
|
1397
|
+
self._LogSearch = None
|
1117
1398
|
|
1118
1399
|
@property
|
1119
1400
|
def ID(self):
|
@@ -1331,6 +1612,22 @@ CSIP:云安全中心
|
|
1331
1612
|
def RiskTreatment(self, RiskTreatment):
|
1332
1613
|
self._RiskTreatment = RiskTreatment
|
1333
1614
|
|
1615
|
+
@property
|
1616
|
+
def LogType(self):
|
1617
|
+
return self._LogType
|
1618
|
+
|
1619
|
+
@LogType.setter
|
1620
|
+
def LogType(self, LogType):
|
1621
|
+
self._LogType = LogType
|
1622
|
+
|
1623
|
+
@property
|
1624
|
+
def LogSearch(self):
|
1625
|
+
return self._LogSearch
|
1626
|
+
|
1627
|
+
@LogSearch.setter
|
1628
|
+
def LogSearch(self, LogSearch):
|
1629
|
+
self._LogSearch = LogSearch
|
1630
|
+
|
1334
1631
|
|
1335
1632
|
def _deserialize(self, params):
|
1336
1633
|
self._ID = params.get("ID")
|
@@ -1366,6 +1663,8 @@ CSIP:云安全中心
|
|
1366
1663
|
self._Action = params.get("Action")
|
1367
1664
|
self._RiskInvestigation = params.get("RiskInvestigation")
|
1368
1665
|
self._RiskTreatment = params.get("RiskTreatment")
|
1666
|
+
self._LogType = params.get("LogType")
|
1667
|
+
self._LogSearch = params.get("LogSearch")
|
1369
1668
|
memeber_set = set(params.keys())
|
1370
1669
|
for name, value in vars(self).items():
|
1371
1670
|
property_name = name[1:]
|
@@ -4330,6 +4629,15 @@ class BugInfoDetail(AbstractModel):
|
|
4330
4629
|
class CVMAssetVO(AbstractModel):
|
4331
4630
|
"""主机资产信息
|
4332
4631
|
|
4632
|
+
主机防护状态枚举,左边是常量,右边是显示
|
4633
|
+
0:未安装
|
4634
|
+
1:基础版防护中
|
4635
|
+
2:普惠版防护中
|
4636
|
+
3:专业版防护中
|
4637
|
+
4:旗舰版防护中
|
4638
|
+
5:已离线
|
4639
|
+
6:已关机
|
4640
|
+
|
4333
4641
|
"""
|
4334
4642
|
|
4335
4643
|
def __init__(self):
|
@@ -4529,6 +4837,19 @@ class CVMAssetVO(AbstractModel):
|
|
4529
4837
|
:param _CloudType: 云资产类型:0:腾讯云,1:aws,2:azure
|
4530
4838
|
注意:此字段可能返回 null,表示取不到有效值。
|
4531
4839
|
:type CloudType: int
|
4840
|
+
:param _ProtectStatus: 主机防护状态枚举
|
4841
|
+
0:未安装
|
4842
|
+
1:基础版防护中
|
4843
|
+
2:普惠版防护中
|
4844
|
+
3:专业版防护中
|
4845
|
+
4:旗舰版防护中
|
4846
|
+
5:已离线
|
4847
|
+
6:已关机
|
4848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4849
|
+
:type ProtectStatus: int
|
4850
|
+
:param _OfflineTime: 最后离线时间
|
4851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4852
|
+
:type OfflineTime: str
|
4532
4853
|
"""
|
4533
4854
|
self._AssetId = None
|
4534
4855
|
self._AssetName = None
|
@@ -4595,6 +4916,8 @@ class CVMAssetVO(AbstractModel):
|
|
4595
4916
|
self._AgentCpuPer = None
|
4596
4917
|
self._RealAppid = None
|
4597
4918
|
self._CloudType = None
|
4919
|
+
self._ProtectStatus = None
|
4920
|
+
self._OfflineTime = None
|
4598
4921
|
|
4599
4922
|
@property
|
4600
4923
|
def AssetId(self):
|
@@ -5116,6 +5439,22 @@ class CVMAssetVO(AbstractModel):
|
|
5116
5439
|
def CloudType(self, CloudType):
|
5117
5440
|
self._CloudType = CloudType
|
5118
5441
|
|
5442
|
+
@property
|
5443
|
+
def ProtectStatus(self):
|
5444
|
+
return self._ProtectStatus
|
5445
|
+
|
5446
|
+
@ProtectStatus.setter
|
5447
|
+
def ProtectStatus(self, ProtectStatus):
|
5448
|
+
self._ProtectStatus = ProtectStatus
|
5449
|
+
|
5450
|
+
@property
|
5451
|
+
def OfflineTime(self):
|
5452
|
+
return self._OfflineTime
|
5453
|
+
|
5454
|
+
@OfflineTime.setter
|
5455
|
+
def OfflineTime(self, OfflineTime):
|
5456
|
+
self._OfflineTime = OfflineTime
|
5457
|
+
|
5119
5458
|
|
5120
5459
|
def _deserialize(self, params):
|
5121
5460
|
self._AssetId = params.get("AssetId")
|
@@ -5198,6 +5537,8 @@ class CVMAssetVO(AbstractModel):
|
|
5198
5537
|
self._AgentCpuPer = params.get("AgentCpuPer")
|
5199
5538
|
self._RealAppid = params.get("RealAppid")
|
5200
5539
|
self._CloudType = params.get("CloudType")
|
5540
|
+
self._ProtectStatus = params.get("ProtectStatus")
|
5541
|
+
self._OfflineTime = params.get("OfflineTime")
|
5201
5542
|
memeber_set = set(params.keys())
|
5202
5543
|
for name, value in vars(self).items():
|
5203
5544
|
property_name = name[1:]
|
@@ -7304,6 +7645,9 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7304
7645
|
:param _PublicPrivateAttr: 公网内网枚举
|
7305
7646
|
注意:此字段可能返回 null,表示取不到有效值。
|
7306
7647
|
:type PublicPrivateAttr: list of FilterDataObject
|
7648
|
+
:param _ProtectStatusList: 主机防护状态
|
7649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7650
|
+
:type ProtectStatusList: list of FilterDataObject
|
7307
7651
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7308
7652
|
:type RequestId: str
|
7309
7653
|
"""
|
@@ -7320,6 +7664,7 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7320
7664
|
self._OsList = None
|
7321
7665
|
self._AssetMapInstanceTypeList = None
|
7322
7666
|
self._PublicPrivateAttr = None
|
7667
|
+
self._ProtectStatusList = None
|
7323
7668
|
self._RequestId = None
|
7324
7669
|
|
7325
7670
|
@property
|
@@ -7426,6 +7771,14 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7426
7771
|
def PublicPrivateAttr(self, PublicPrivateAttr):
|
7427
7772
|
self._PublicPrivateAttr = PublicPrivateAttr
|
7428
7773
|
|
7774
|
+
@property
|
7775
|
+
def ProtectStatusList(self):
|
7776
|
+
return self._ProtectStatusList
|
7777
|
+
|
7778
|
+
@ProtectStatusList.setter
|
7779
|
+
def ProtectStatusList(self, ProtectStatusList):
|
7780
|
+
self._ProtectStatusList = ProtectStatusList
|
7781
|
+
|
7429
7782
|
@property
|
7430
7783
|
def RequestId(self):
|
7431
7784
|
return self._RequestId
|
@@ -7509,6 +7862,12 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7509
7862
|
obj = FilterDataObject()
|
7510
7863
|
obj._deserialize(item)
|
7511
7864
|
self._PublicPrivateAttr.append(obj)
|
7865
|
+
if params.get("ProtectStatusList") is not None:
|
7866
|
+
self._ProtectStatusList = []
|
7867
|
+
for item in params.get("ProtectStatusList"):
|
7868
|
+
obj = FilterDataObject()
|
7869
|
+
obj._deserialize(item)
|
7870
|
+
self._ProtectStatusList.append(obj)
|
7512
7871
|
self._RequestId = params.get("RequestId")
|
7513
7872
|
|
7514
7873
|
|
@@ -15392,6 +15751,12 @@ class RoleInfo(AbstractModel):
|
|
15392
15751
|
:param _FromLogAnalysisData: 来源日志分析的信息字段
|
15393
15752
|
注意:此字段可能返回 null,表示取不到有效值。
|
15394
15753
|
:type FromLogAnalysisData: list of KeyValue
|
15754
|
+
:param _ContainerName: 容器名
|
15755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15756
|
+
:type ContainerName: str
|
15757
|
+
:param _ContainerID: 容器ID
|
15758
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15759
|
+
:type ContainerID: str
|
15395
15760
|
"""
|
15396
15761
|
self._IP = None
|
15397
15762
|
self._HostIP = None
|
@@ -15414,6 +15779,8 @@ class RoleInfo(AbstractModel):
|
|
15414
15779
|
self._FileName = None
|
15415
15780
|
self._AssetType = None
|
15416
15781
|
self._FromLogAnalysisData = None
|
15782
|
+
self._ContainerName = None
|
15783
|
+
self._ContainerID = None
|
15417
15784
|
|
15418
15785
|
@property
|
15419
15786
|
def IP(self):
|
@@ -15583,6 +15950,22 @@ class RoleInfo(AbstractModel):
|
|
15583
15950
|
def FromLogAnalysisData(self, FromLogAnalysisData):
|
15584
15951
|
self._FromLogAnalysisData = FromLogAnalysisData
|
15585
15952
|
|
15953
|
+
@property
|
15954
|
+
def ContainerName(self):
|
15955
|
+
return self._ContainerName
|
15956
|
+
|
15957
|
+
@ContainerName.setter
|
15958
|
+
def ContainerName(self, ContainerName):
|
15959
|
+
self._ContainerName = ContainerName
|
15960
|
+
|
15961
|
+
@property
|
15962
|
+
def ContainerID(self):
|
15963
|
+
return self._ContainerID
|
15964
|
+
|
15965
|
+
@ContainerID.setter
|
15966
|
+
def ContainerID(self, ContainerID):
|
15967
|
+
self._ContainerID = ContainerID
|
15968
|
+
|
15586
15969
|
|
15587
15970
|
def _deserialize(self, params):
|
15588
15971
|
self._IP = params.get("IP")
|
@@ -15611,6 +15994,8 @@ class RoleInfo(AbstractModel):
|
|
15611
15994
|
obj = KeyValue()
|
15612
15995
|
obj._deserialize(item)
|
15613
15996
|
self._FromLogAnalysisData.append(obj)
|
15997
|
+
self._ContainerName = params.get("ContainerName")
|
15998
|
+
self._ContainerID = params.get("ContainerID")
|
15614
15999
|
memeber_set = set(params.keys())
|
15615
16000
|
for name, value in vars(self).items():
|
15616
16001
|
property_name = name[1:]
|
@@ -151,6 +151,29 @@ class CvmClient(AbstractClient):
|
|
151
151
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
152
152
|
|
153
153
|
|
154
|
+
def ConvertOperatingSystems(self, request):
|
155
|
+
"""本接口(ConvertOperatingSystem)用于转换实例的操作系统,仅支持源操作系统为 CentOS 7、CentOS 8 的实例。
|
156
|
+
|
157
|
+
:param request: Request instance for ConvertOperatingSystems.
|
158
|
+
:type request: :class:`tencentcloud.cvm.v20170312.models.ConvertOperatingSystemsRequest`
|
159
|
+
:rtype: :class:`tencentcloud.cvm.v20170312.models.ConvertOperatingSystemsResponse`
|
160
|
+
|
161
|
+
"""
|
162
|
+
try:
|
163
|
+
params = request._serialize()
|
164
|
+
headers = request.headers
|
165
|
+
body = self.call("ConvertOperatingSystems", params, headers=headers)
|
166
|
+
response = json.loads(body)
|
167
|
+
model = models.ConvertOperatingSystemsResponse()
|
168
|
+
model._deserialize(response["Response"])
|
169
|
+
return model
|
170
|
+
except Exception as e:
|
171
|
+
if isinstance(e, TencentCloudSDKException):
|
172
|
+
raise
|
173
|
+
else:
|
174
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
175
|
+
|
176
|
+
|
154
177
|
def CreateDisasterRecoverGroup(self, request):
|
155
178
|
"""本接口 (CreateDisasterRecoverGroup)用于创建[分散置放群组](https://cloud.tencent.com/document/product/213/15486)。创建好的置放群组,可在[创建实例](https://cloud.tencent.com/document/api/213/15730)时指定。
|
156
179
|
|
@@ -35,6 +35,9 @@ FAILEDOPERATION_BYOLIMAGESHAREFAILED = 'FailedOperation.BYOLImageShareFailed'
|
|
35
35
|
# 未找到指定的容灾组
|
36
36
|
FAILEDOPERATION_DISASTERRECOVERGROUPNOTFOUND = 'FailedOperation.DisasterRecoverGroupNotFound'
|
37
37
|
|
38
|
+
# 获取实例的自动化助手状态失败
|
39
|
+
FAILEDOPERATION_GETINSTANCETATAGENTSTATUSFAILED = 'FailedOperation.GetInstanceTATAgentStatusFailed'
|
40
|
+
|
38
41
|
# 标签键存在不合法字符
|
39
42
|
FAILEDOPERATION_ILLEGALTAGKEY = 'FailedOperation.IllegalTagKey'
|
40
43
|
|
@@ -221,6 +224,9 @@ INVALIDPARAMETER = 'InvalidParameter'
|
|
221
224
|
# 最多指定一个参数。
|
222
225
|
INVALIDPARAMETER_ATMOSTONE = 'InvalidParameter.AtMostOne'
|
223
226
|
|
227
|
+
# 不支持自动制作快照。
|
228
|
+
INVALIDPARAMETER_AUTOSNAPSHOTNOTSUPPORTED = 'InvalidParameter.AutoSnapshotNotSupported'
|
229
|
+
|
224
230
|
# 不支持参数CdcId。
|
225
231
|
INVALIDPARAMETER_CDCNOTSUPPORTED = 'InvalidParameter.CdcNotSupported'
|
226
232
|
|
@@ -281,6 +287,9 @@ INVALIDPARAMETER_INVALIDPARAMETERCOEXISTIMAGEIDSFILTERS = 'InvalidParameter.Inva
|
|
281
287
|
# 错误的url地址。
|
282
288
|
INVALIDPARAMETER_INVALIDPARAMETERURLERROR = 'InvalidParameter.InvalidParameterUrlError'
|
283
289
|
|
290
|
+
# 输入的 TargetOSType 非法
|
291
|
+
INVALIDPARAMETER_INVALIDTARGETOSTYPE = 'InvalidParameter.InvalidTargetOSType'
|
292
|
+
|
284
293
|
# CoreCount和ThreadPerCore必须同时提供。
|
285
294
|
INVALIDPARAMETER_LACKCORECOUNTORTHREADPERCORE = 'InvalidParameter.LackCoreCountOrThreadPerCore'
|
286
295
|
|
@@ -890,6 +899,9 @@ UNSUPPORTEDOPERATION_INSTANCEMIXEDPRICINGMODEL = 'UnsupportedOperation.InstanceM
|
|
890
899
|
# 中心可用区和边缘可用区实例不能混用批量操作。
|
891
900
|
UNSUPPORTEDOPERATION_INSTANCEMIXEDZONETYPE = 'UnsupportedOperation.InstanceMixedZoneType'
|
892
901
|
|
902
|
+
# 指定实例不支持操作系统转换。
|
903
|
+
UNSUPPORTEDOPERATION_INSTANCEOSCONVERTOSNOTSUPPORT = 'UnsupportedOperation.InstanceOsConvertOsNotSupport'
|
904
|
+
|
893
905
|
# 请求不支持操作系统为`Xserver windows2012cndatacenterx86_64`的实例`ins-xxxxxx` 。
|
894
906
|
UNSUPPORTEDOPERATION_INSTANCEOSWINDOWS = 'UnsupportedOperation.InstanceOsWindows'
|
895
907
|
|
@@ -923,6 +935,9 @@ UNSUPPORTEDOPERATION_INSTANCESTATEISOLATING = 'UnsupportedOperation.InstanceStat
|
|
923
935
|
# 不支持操作创建失败的实例。
|
924
936
|
UNSUPPORTEDOPERATION_INSTANCESTATELAUNCHFAILED = 'UnsupportedOperation.InstanceStateLaunchFailed'
|
925
937
|
|
938
|
+
# 指定操作不支持非运行中状态的实例。
|
939
|
+
UNSUPPORTEDOPERATION_INSTANCESTATENOTRUNNING = 'UnsupportedOperation.InstanceStateNotRunning'
|
940
|
+
|
926
941
|
# 请求不支持创建未完成的实例
|
927
942
|
UNSUPPORTEDOPERATION_INSTANCESTATEPENDING = 'UnsupportedOperation.InstanceStatePending'
|
928
943
|
|
@@ -1013,6 +1028,9 @@ UNSUPPORTEDOPERATION_LOCALDISKMIGRATINGTOCLOUDDISK = 'UnsupportedOperation.Local
|
|
1013
1028
|
# 此请求不支持该区域镜像,请更换其他镜像。
|
1014
1029
|
UNSUPPORTEDOPERATION_LOCATIONIMAGENOTSUPPORTED = 'UnsupportedOperation.LocationImageNotSupported'
|
1015
1030
|
|
1031
|
+
# 市场镜像实例不支持操作系统转换
|
1032
|
+
UNSUPPORTEDOPERATION_MARKETIMAGECONVERTOSUNSUPPORTED = 'UnsupportedOperation.MarketImageConvertOSUnsupported'
|
1033
|
+
|
1016
1034
|
# 从市场镜像创建的自定义镜像不支持导出。
|
1017
1035
|
UNSUPPORTEDOPERATION_MARKETIMAGEEXPORTUNSUPPORTED = 'UnsupportedOperation.MarketImageExportUnsupported'
|
1018
1036
|
|
@@ -1094,6 +1112,9 @@ UNSUPPORTEDOPERATION_STOPPEDMODESTOPCHARGINGSAMEFAMILY = 'UnsupportedOperation.S
|
|
1094
1112
|
# 请求不支持该类型系统盘。
|
1095
1113
|
UNSUPPORTEDOPERATION_SYSTEMDISKTYPE = 'UnsupportedOperation.SystemDiskType'
|
1096
1114
|
|
1115
|
+
# 自动化助手不在线情况下,不支持该操作。
|
1116
|
+
UNSUPPORTEDOPERATION_TATAGENTNOTONLINE = 'UnsupportedOperation.TatAgentNotOnline'
|
1117
|
+
|
1097
1118
|
# 包月转包销,不支持包销折扣高于现有包年包月折扣。
|
1098
1119
|
UNSUPPORTEDOPERATION_UNDERWRITEDISCOUNTGREATERTHANPREPAIDDISCOUNT = 'UnsupportedOperation.UnderwriteDiscountGreaterThanPrepaidDiscount'
|
1099
1120
|
|
@@ -1118,6 +1139,9 @@ UNSUPPORTEDOPERATION_UNSUPPORTEDINTERNATIONALUSER = 'UnsupportedOperation.Unsupp
|
|
1118
1139
|
# 指定的Pool非法。
|
1119
1140
|
UNSUPPORTEDOPERATION_UNSUPPORTEDPOOL = 'UnsupportedOperation.UnsupportedPool'
|
1120
1141
|
|
1142
|
+
# 指定用户不支持执行操作系统转换。
|
1143
|
+
UNSUPPORTEDOPERATION_USERCONVERTOSNOTSUPPORT = 'UnsupportedOperation.UserConvertOsNotSupport'
|
1144
|
+
|
1121
1145
|
# 用户限额操作的配额不足。
|
1122
1146
|
UNSUPPORTEDOPERATION_USERLIMITOPERATIONEXCEEDQUOTA = 'UnsupportedOperation.UserLimitOperationExceedQuota'
|
1123
1147
|
|