tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1346__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/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +14 -689
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +111 -256
- tencentcloud/ckafka/v20190819/models.py +2 -1204
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +18 -1032
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +2 -22
- tencentcloud/dbbrain/v20210527/models.py +17 -96
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -456
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -44
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +266 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +239 -38
- tencentcloud/teo/v20220901/teo_client.py +46 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -12
- tencentcloud/thpc/v20230321/models.py +0 -20
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +254 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +63 -63
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -143,7 +143,6 @@ class Aggregation(AbstractModel):
|
|
143
143
|
:param _SortCount: 内存排序次数。
|
144
144
|
:type SortCount: int
|
145
145
|
:param _SlowLogs: 慢查模板概览。
|
146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
147
146
|
:type SlowLogs: list of str
|
148
147
|
"""
|
149
148
|
self._AvgExecTime = None
|
@@ -199,7 +198,6 @@ class Aggregation(AbstractModel):
|
|
199
198
|
@property
|
200
199
|
def SlowLogs(self):
|
201
200
|
"""慢查模板概览。
|
202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
203
201
|
:rtype: list of str
|
204
202
|
"""
|
205
203
|
return self._SlowLogs
|
@@ -233,46 +231,32 @@ class AlarmProfileList(AbstractModel):
|
|
233
231
|
def __init__(self):
|
234
232
|
r"""
|
235
233
|
:param _IsWebHook: 0-不是 1-是
|
236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
237
234
|
:type IsWebHook: int
|
238
235
|
:param _ReceiveUinCount: 接收告警用户数量
|
239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
240
236
|
:type ReceiveUinCount: int
|
241
237
|
:param _Lang: 语言
|
242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
243
238
|
:type Lang: str
|
244
239
|
:param _TemplateType: 模板类型
|
245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
246
240
|
:type TemplateType: str
|
247
241
|
:param _Remark: 备注
|
248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
249
242
|
:type Remark: str
|
250
243
|
:param _ReceiveGroupCount: 接收组数量
|
251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
252
244
|
:type ReceiveGroupCount: int
|
253
245
|
:param _UpdateUin: 更新用户的uin
|
254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
255
246
|
:type UpdateUin: int
|
256
247
|
:param _ReceiveType: 接收类型
|
257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
258
248
|
:type ReceiveType: list of int
|
259
249
|
:param _ReceiveInfo: 接收用户信息
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
261
250
|
:type ReceiveInfo: list of ReceiveInfo
|
262
251
|
:param _UpdateTime: 更新时间
|
263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
264
252
|
:type UpdateTime: str
|
265
253
|
:param _TemplateName: 模板名
|
266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
267
254
|
:type TemplateName: str
|
268
255
|
:param _SendChannel: 发送渠道
|
269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
270
256
|
:type SendChannel: list of int
|
271
257
|
:param _TemplateId: 模板id
|
272
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
273
258
|
:type TemplateId: int
|
274
259
|
:param _WebHookCount: webhook数量
|
275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
276
260
|
:type WebHookCount: int
|
277
261
|
"""
|
278
262
|
self._IsWebHook = None
|
@@ -293,7 +277,6 @@ class AlarmProfileList(AbstractModel):
|
|
293
277
|
@property
|
294
278
|
def IsWebHook(self):
|
295
279
|
"""0-不是 1-是
|
296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
297
280
|
:rtype: int
|
298
281
|
"""
|
299
282
|
return self._IsWebHook
|
@@ -305,7 +288,6 @@ class AlarmProfileList(AbstractModel):
|
|
305
288
|
@property
|
306
289
|
def ReceiveUinCount(self):
|
307
290
|
"""接收告警用户数量
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
309
291
|
:rtype: int
|
310
292
|
"""
|
311
293
|
return self._ReceiveUinCount
|
@@ -317,7 +299,6 @@ class AlarmProfileList(AbstractModel):
|
|
317
299
|
@property
|
318
300
|
def Lang(self):
|
319
301
|
"""语言
|
320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
321
302
|
:rtype: str
|
322
303
|
"""
|
323
304
|
return self._Lang
|
@@ -329,7 +310,6 @@ class AlarmProfileList(AbstractModel):
|
|
329
310
|
@property
|
330
311
|
def TemplateType(self):
|
331
312
|
"""模板类型
|
332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
333
313
|
:rtype: str
|
334
314
|
"""
|
335
315
|
return self._TemplateType
|
@@ -341,7 +321,6 @@ class AlarmProfileList(AbstractModel):
|
|
341
321
|
@property
|
342
322
|
def Remark(self):
|
343
323
|
"""备注
|
344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
345
324
|
:rtype: str
|
346
325
|
"""
|
347
326
|
return self._Remark
|
@@ -353,7 +332,6 @@ class AlarmProfileList(AbstractModel):
|
|
353
332
|
@property
|
354
333
|
def ReceiveGroupCount(self):
|
355
334
|
"""接收组数量
|
356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
357
335
|
:rtype: int
|
358
336
|
"""
|
359
337
|
return self._ReceiveGroupCount
|
@@ -365,7 +343,6 @@ class AlarmProfileList(AbstractModel):
|
|
365
343
|
@property
|
366
344
|
def UpdateUin(self):
|
367
345
|
"""更新用户的uin
|
368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
369
346
|
:rtype: int
|
370
347
|
"""
|
371
348
|
return self._UpdateUin
|
@@ -377,7 +354,6 @@ class AlarmProfileList(AbstractModel):
|
|
377
354
|
@property
|
378
355
|
def ReceiveType(self):
|
379
356
|
"""接收类型
|
380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
381
357
|
:rtype: list of int
|
382
358
|
"""
|
383
359
|
return self._ReceiveType
|
@@ -389,7 +365,6 @@ class AlarmProfileList(AbstractModel):
|
|
389
365
|
@property
|
390
366
|
def ReceiveInfo(self):
|
391
367
|
"""接收用户信息
|
392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
393
368
|
:rtype: list of ReceiveInfo
|
394
369
|
"""
|
395
370
|
return self._ReceiveInfo
|
@@ -401,7 +376,6 @@ class AlarmProfileList(AbstractModel):
|
|
401
376
|
@property
|
402
377
|
def UpdateTime(self):
|
403
378
|
"""更新时间
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
405
379
|
:rtype: str
|
406
380
|
"""
|
407
381
|
return self._UpdateTime
|
@@ -413,7 +387,6 @@ class AlarmProfileList(AbstractModel):
|
|
413
387
|
@property
|
414
388
|
def TemplateName(self):
|
415
389
|
"""模板名
|
416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
417
390
|
:rtype: str
|
418
391
|
"""
|
419
392
|
return self._TemplateName
|
@@ -425,7 +398,6 @@ class AlarmProfileList(AbstractModel):
|
|
425
398
|
@property
|
426
399
|
def SendChannel(self):
|
427
400
|
"""发送渠道
|
428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
429
401
|
:rtype: list of int
|
430
402
|
"""
|
431
403
|
return self._SendChannel
|
@@ -437,7 +409,6 @@ class AlarmProfileList(AbstractModel):
|
|
437
409
|
@property
|
438
410
|
def TemplateId(self):
|
439
411
|
"""模板id
|
440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
441
412
|
:rtype: int
|
442
413
|
"""
|
443
414
|
return self._TemplateId
|
@@ -449,7 +420,6 @@ class AlarmProfileList(AbstractModel):
|
|
449
420
|
@property
|
450
421
|
def WebHookCount(self):
|
451
422
|
"""webhook数量
|
452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
453
423
|
:rtype: int
|
454
424
|
"""
|
455
425
|
return self._WebHookCount
|
@@ -869,7 +839,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
869
839
|
:param _Region: 实例所在地域。
|
870
840
|
:type Region: str
|
871
841
|
:param _ResourceTags: 资源Tags。
|
872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
873
842
|
:type ResourceTags: list of str
|
874
843
|
"""
|
875
844
|
self._AppId = None
|
@@ -949,7 +918,6 @@ class AuditInstanceInfo(AbstractModel):
|
|
949
918
|
@property
|
950
919
|
def ResourceTags(self):
|
951
920
|
"""资源Tags。
|
952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
953
921
|
:rtype: list of str
|
954
922
|
"""
|
955
923
|
return self._ResourceTags
|
@@ -985,18 +953,15 @@ class AuditLogFile(AbstractModel):
|
|
985
953
|
def __init__(self):
|
986
954
|
r"""
|
987
955
|
:param _AsyncRequestId: 审计日志文件生成异步任务ID。
|
988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
989
956
|
:type AsyncRequestId: int
|
990
957
|
:param _FileName: 审计日志文件名称。
|
991
958
|
:type FileName: str
|
992
959
|
:param _CreateTime: 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
994
960
|
:type CreateTime: str
|
995
961
|
:param _Status: 文件状态值。可能返回的值为:
|
996
962
|
"creating" - 生成中;
|
997
963
|
"failed" - 创建失败;
|
998
964
|
"success" - 已生成;
|
999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1000
965
|
:type Status: str
|
1001
966
|
:param _FileSize: 文件大小,单位为 KB。
|
1002
967
|
:type FileSize: float
|
@@ -1022,7 +987,6 @@ class AuditLogFile(AbstractModel):
|
|
1022
987
|
@property
|
1023
988
|
def AsyncRequestId(self):
|
1024
989
|
"""审计日志文件生成异步任务ID。
|
1025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1026
990
|
:rtype: int
|
1027
991
|
"""
|
1028
992
|
return self._AsyncRequestId
|
@@ -1045,7 +1009,6 @@ class AuditLogFile(AbstractModel):
|
|
1045
1009
|
@property
|
1046
1010
|
def CreateTime(self):
|
1047
1011
|
"""审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
1048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1049
1012
|
:rtype: str
|
1050
1013
|
"""
|
1051
1014
|
return self._CreateTime
|
@@ -1060,7 +1023,6 @@ class AuditLogFile(AbstractModel):
|
|
1060
1023
|
"creating" - 生成中;
|
1061
1024
|
"failed" - 创建失败;
|
1062
1025
|
"success" - 已生成;
|
1063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1064
1026
|
:rtype: str
|
1065
1027
|
"""
|
1066
1028
|
return self._Status
|
@@ -2968,9 +2930,12 @@ class CreateProxySessionKillTaskRequest(AbstractModel):
|
|
2968
2930
|
:type InstanceId: str
|
2969
2931
|
:param _Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
2970
2932
|
:type Product: str
|
2933
|
+
:param _InstanceProxyId: 实列代理ID。
|
2934
|
+
:type InstanceProxyId: str
|
2971
2935
|
"""
|
2972
2936
|
self._InstanceId = None
|
2973
2937
|
self._Product = None
|
2938
|
+
self._InstanceProxyId = None
|
2974
2939
|
|
2975
2940
|
@property
|
2976
2941
|
def InstanceId(self):
|
@@ -2994,10 +2959,22 @@ class CreateProxySessionKillTaskRequest(AbstractModel):
|
|
2994
2959
|
def Product(self, Product):
|
2995
2960
|
self._Product = Product
|
2996
2961
|
|
2962
|
+
@property
|
2963
|
+
def InstanceProxyId(self):
|
2964
|
+
"""实列代理ID。
|
2965
|
+
:rtype: str
|
2966
|
+
"""
|
2967
|
+
return self._InstanceProxyId
|
2968
|
+
|
2969
|
+
@InstanceProxyId.setter
|
2970
|
+
def InstanceProxyId(self, InstanceProxyId):
|
2971
|
+
self._InstanceProxyId = InstanceProxyId
|
2972
|
+
|
2997
2973
|
|
2998
2974
|
def _deserialize(self, params):
|
2999
2975
|
self._InstanceId = params.get("InstanceId")
|
3000
2976
|
self._Product = params.get("Product")
|
2977
|
+
self._InstanceProxyId = params.get("InstanceProxyId")
|
3001
2978
|
memeber_set = set(params.keys())
|
3002
2979
|
for name, value in vars(self).items():
|
3003
2980
|
property_name = name[1:]
|
@@ -6434,7 +6411,7 @@ class DescribeHealthScoreRequest(AbstractModel):
|
|
6434
6411
|
:type InstanceId: str
|
6435
6412
|
:param _Time: 获取健康得分的时间,时间格式如:2019-09-10 12:13:14。
|
6436
6413
|
:type Time: str
|
6437
|
-
:param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
6414
|
+
:param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
6438
6415
|
:type Product: str
|
6439
6416
|
"""
|
6440
6417
|
self._InstanceId = None
|
@@ -6465,7 +6442,7 @@ class DescribeHealthScoreRequest(AbstractModel):
|
|
6465
6442
|
|
6466
6443
|
@property
|
6467
6444
|
def Product(self):
|
6468
|
-
"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
6445
|
+
"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
6469
6446
|
:rtype: str
|
6470
6447
|
"""
|
6471
6448
|
return self._Product
|
@@ -14177,7 +14154,6 @@ class MonitorMetric(AbstractModel):
|
|
14177
14154
|
:param _Unit: 指标单位。
|
14178
14155
|
:type Unit: str
|
14179
14156
|
:param _Values: 指标值。
|
14180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14181
14157
|
:type Values: list of float
|
14182
14158
|
"""
|
14183
14159
|
self._Metric = None
|
@@ -14209,7 +14185,6 @@ class MonitorMetric(AbstractModel):
|
|
14209
14185
|
@property
|
14210
14186
|
def Values(self):
|
14211
14187
|
"""指标值。
|
14212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14213
14188
|
:rtype: list of float
|
14214
14189
|
"""
|
14215
14190
|
return self._Values
|
@@ -14842,22 +14817,16 @@ class ReceiveInfo(AbstractModel):
|
|
14842
14817
|
def __init__(self):
|
14843
14818
|
r"""
|
14844
14819
|
:param _ReceiveGroup: 接收组
|
14845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14846
14820
|
:type ReceiveGroup: list of int
|
14847
14821
|
:param _EndReceiveTime: 最后接收时间
|
14848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14849
14822
|
:type EndReceiveTime: str
|
14850
14823
|
:param _ReceiveName: 接收名
|
14851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14852
14824
|
:type ReceiveName: str
|
14853
14825
|
:param _SendChannel: 推送渠道
|
14854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14855
14826
|
:type SendChannel: list of int
|
14856
14827
|
:param _StartReceiveTime: 开始时间
|
14857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14858
14828
|
:type StartReceiveTime: str
|
14859
14829
|
:param _ReceiveUin: 接收用户列表
|
14860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14861
14830
|
:type ReceiveUin: list of ReceiveUin
|
14862
14831
|
"""
|
14863
14832
|
self._ReceiveGroup = None
|
@@ -14870,7 +14839,6 @@ class ReceiveInfo(AbstractModel):
|
|
14870
14839
|
@property
|
14871
14840
|
def ReceiveGroup(self):
|
14872
14841
|
"""接收组
|
14873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14874
14842
|
:rtype: list of int
|
14875
14843
|
"""
|
14876
14844
|
return self._ReceiveGroup
|
@@ -14882,7 +14850,6 @@ class ReceiveInfo(AbstractModel):
|
|
14882
14850
|
@property
|
14883
14851
|
def EndReceiveTime(self):
|
14884
14852
|
"""最后接收时间
|
14885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14886
14853
|
:rtype: str
|
14887
14854
|
"""
|
14888
14855
|
return self._EndReceiveTime
|
@@ -14894,7 +14861,6 @@ class ReceiveInfo(AbstractModel):
|
|
14894
14861
|
@property
|
14895
14862
|
def ReceiveName(self):
|
14896
14863
|
"""接收名
|
14897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14898
14864
|
:rtype: str
|
14899
14865
|
"""
|
14900
14866
|
return self._ReceiveName
|
@@ -14906,7 +14872,6 @@ class ReceiveInfo(AbstractModel):
|
|
14906
14872
|
@property
|
14907
14873
|
def SendChannel(self):
|
14908
14874
|
"""推送渠道
|
14909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14910
14875
|
:rtype: list of int
|
14911
14876
|
"""
|
14912
14877
|
return self._SendChannel
|
@@ -14918,7 +14883,6 @@ class ReceiveInfo(AbstractModel):
|
|
14918
14883
|
@property
|
14919
14884
|
def StartReceiveTime(self):
|
14920
14885
|
"""开始时间
|
14921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14922
14886
|
:rtype: str
|
14923
14887
|
"""
|
14924
14888
|
return self._StartReceiveTime
|
@@ -14930,7 +14894,6 @@ class ReceiveInfo(AbstractModel):
|
|
14930
14894
|
@property
|
14931
14895
|
def ReceiveUin(self):
|
14932
14896
|
"""接收用户列表
|
14933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14934
14897
|
:rtype: list of ReceiveUin
|
14935
14898
|
"""
|
14936
14899
|
return self._ReceiveUin
|
@@ -16018,10 +15981,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16018
15981
|
:param _AsyncRequestId: 异步任务Id。
|
16019
15982
|
:type AsyncRequestId: int
|
16020
15983
|
:param _StartTime: 任务开始时间。
|
16021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16022
15984
|
:type StartTime: str
|
16023
15985
|
:param _EndTime: 任务结束时间。
|
16024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16025
15986
|
:type EndTime: str
|
16026
15987
|
:param _CreateTime: 任务创建时间。
|
16027
15988
|
:type CreateTime: str
|
@@ -16030,16 +15991,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16030
15991
|
:param _Progress: 任务执行进度。
|
16031
15992
|
:type Progress: int
|
16032
15993
|
:param _LogStartTime: 导出日志开始时间。
|
16033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16034
15994
|
:type LogStartTime: str
|
16035
15995
|
:param _LogEndTime: 导出日志结束时间。
|
16036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16037
15996
|
:type LogEndTime: str
|
16038
15997
|
:param _TotalSize: 日志文件总大小,单位KB。
|
16039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16040
15998
|
:type TotalSize: int
|
16041
15999
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
16042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16043
16000
|
:type DangerLevels: list of int non-negative
|
16044
16001
|
"""
|
16045
16002
|
self._AsyncRequestId = None
|
@@ -16067,7 +16024,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16067
16024
|
@property
|
16068
16025
|
def StartTime(self):
|
16069
16026
|
"""任务开始时间。
|
16070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16071
16027
|
:rtype: str
|
16072
16028
|
"""
|
16073
16029
|
return self._StartTime
|
@@ -16079,7 +16035,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16079
16035
|
@property
|
16080
16036
|
def EndTime(self):
|
16081
16037
|
"""任务结束时间。
|
16082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16083
16038
|
:rtype: str
|
16084
16039
|
"""
|
16085
16040
|
return self._EndTime
|
@@ -16124,7 +16079,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16124
16079
|
@property
|
16125
16080
|
def LogStartTime(self):
|
16126
16081
|
"""导出日志开始时间。
|
16127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16128
16082
|
:rtype: str
|
16129
16083
|
"""
|
16130
16084
|
return self._LogStartTime
|
@@ -16136,7 +16090,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16136
16090
|
@property
|
16137
16091
|
def LogEndTime(self):
|
16138
16092
|
"""导出日志结束时间。
|
16139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16140
16093
|
:rtype: str
|
16141
16094
|
"""
|
16142
16095
|
return self._LogEndTime
|
@@ -16148,7 +16101,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16148
16101
|
@property
|
16149
16102
|
def TotalSize(self):
|
16150
16103
|
"""日志文件总大小,单位KB。
|
16151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16152
16104
|
:rtype: int
|
16153
16105
|
"""
|
16154
16106
|
return self._TotalSize
|
@@ -16160,7 +16112,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16160
16112
|
@property
|
16161
16113
|
def DangerLevels(self):
|
16162
16114
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
16163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16164
16115
|
:rtype: list of int non-negative
|
16165
16116
|
"""
|
16166
16117
|
return self._DangerLevels
|
@@ -16337,21 +16288,16 @@ class SlowLogInfoItem(AbstractModel):
|
|
16337
16288
|
:param _Database: 数据库
|
16338
16289
|
:type Database: str
|
16339
16290
|
:param _UserName: User来源
|
16340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16341
16291
|
:type UserName: str
|
16342
16292
|
:param _UserHost: IP来源
|
16343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16344
16293
|
:type UserHost: str
|
16345
16294
|
:param _QueryTime: 执行时间,单位秒
|
16346
16295
|
:type QueryTime: float
|
16347
16296
|
:param _LockTime: 锁时间,单位秒
|
16348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16349
16297
|
:type LockTime: float
|
16350
16298
|
:param _RowsExamined: 扫描行数
|
16351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16352
16299
|
:type RowsExamined: int
|
16353
16300
|
:param _RowsSent: 返回行数
|
16354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16355
16301
|
:type RowsSent: int
|
16356
16302
|
"""
|
16357
16303
|
self._Timestamp = None
|
@@ -16400,7 +16346,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16400
16346
|
@property
|
16401
16347
|
def UserName(self):
|
16402
16348
|
"""User来源
|
16403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16404
16349
|
:rtype: str
|
16405
16350
|
"""
|
16406
16351
|
return self._UserName
|
@@ -16412,7 +16357,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16412
16357
|
@property
|
16413
16358
|
def UserHost(self):
|
16414
16359
|
"""IP来源
|
16415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16416
16360
|
:rtype: str
|
16417
16361
|
"""
|
16418
16362
|
return self._UserHost
|
@@ -16435,7 +16379,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16435
16379
|
@property
|
16436
16380
|
def LockTime(self):
|
16437
16381
|
"""锁时间,单位秒
|
16438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16439
16382
|
:rtype: float
|
16440
16383
|
"""
|
16441
16384
|
return self._LockTime
|
@@ -16447,7 +16390,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16447
16390
|
@property
|
16448
16391
|
def RowsExamined(self):
|
16449
16392
|
"""扫描行数
|
16450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16451
16393
|
:rtype: int
|
16452
16394
|
"""
|
16453
16395
|
return self._RowsExamined
|
@@ -16459,7 +16401,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16459
16401
|
@property
|
16460
16402
|
def RowsSent(self):
|
16461
16403
|
"""返回行数
|
16462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16463
16404
|
:rtype: int
|
16464
16405
|
"""
|
16465
16406
|
return self._RowsSent
|
@@ -17020,16 +16961,12 @@ class StatisticDataInfo(AbstractModel):
|
|
17020
16961
|
def __init__(self):
|
17021
16962
|
r"""
|
17022
16963
|
:param _Name: 统计维度的值。
|
17023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17024
16964
|
:type Name: str
|
17025
16965
|
:param _TimeAvg: 平均时间。
|
17026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17027
16966
|
:type TimeAvg: float
|
17028
16967
|
:param _TimeSum: 总时间。
|
17029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17030
16968
|
:type TimeSum: float
|
17031
16969
|
:param _Count: 数量。
|
17032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17033
16970
|
:type Count: int
|
17034
16971
|
"""
|
17035
16972
|
self._Name = None
|
@@ -17040,7 +16977,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17040
16977
|
@property
|
17041
16978
|
def Name(self):
|
17042
16979
|
"""统计维度的值。
|
17043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17044
16980
|
:rtype: str
|
17045
16981
|
"""
|
17046
16982
|
return self._Name
|
@@ -17052,7 +16988,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17052
16988
|
@property
|
17053
16989
|
def TimeAvg(self):
|
17054
16990
|
"""平均时间。
|
17055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17056
16991
|
:rtype: float
|
17057
16992
|
"""
|
17058
16993
|
return self._TimeAvg
|
@@ -17064,7 +16999,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17064
16999
|
@property
|
17065
17000
|
def TimeSum(self):
|
17066
17001
|
"""总时间。
|
17067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17068
17002
|
:rtype: float
|
17069
17003
|
"""
|
17070
17004
|
return self._TimeSum
|
@@ -17076,7 +17010,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17076
17010
|
@property
|
17077
17011
|
def Count(self):
|
17078
17012
|
"""数量。
|
17079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17080
17013
|
:rtype: int
|
17081
17014
|
"""
|
17082
17015
|
return self._Count
|
@@ -17109,10 +17042,8 @@ class StatisticInfo(AbstractModel):
|
|
17109
17042
|
def __init__(self):
|
17110
17043
|
r"""
|
17111
17044
|
:param _Dimension: 统计分析的维度。
|
17112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17113
17045
|
:type Dimension: str
|
17114
17046
|
:param _Data: 统计分析的维度下的统计数据详情。
|
17115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17116
17047
|
:type Data: list of StatisticDataInfo
|
17117
17048
|
"""
|
17118
17049
|
self._Dimension = None
|
@@ -17121,7 +17052,6 @@ class StatisticInfo(AbstractModel):
|
|
17121
17052
|
@property
|
17122
17053
|
def Dimension(self):
|
17123
17054
|
"""统计分析的维度。
|
17124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17125
17055
|
:rtype: str
|
17126
17056
|
"""
|
17127
17057
|
return self._Dimension
|
@@ -17133,7 +17063,6 @@ class StatisticInfo(AbstractModel):
|
|
17133
17063
|
@property
|
17134
17064
|
def Data(self):
|
17135
17065
|
"""统计分析的维度下的统计数据详情。
|
17136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17137
17066
|
:rtype: list of StatisticDataInfo
|
17138
17067
|
"""
|
17139
17068
|
return self._Data
|
@@ -18091,16 +18020,12 @@ class UserProfile(AbstractModel):
|
|
18091
18020
|
def __init__(self):
|
18092
18021
|
r"""
|
18093
18022
|
:param _ProfileId: 配置的id。
|
18094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18095
18023
|
:type ProfileId: str
|
18096
18024
|
:param _ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
18097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18098
18025
|
:type ProfileType: str
|
18099
18026
|
:param _ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
18100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18101
18027
|
:type ProfileLevel: str
|
18102
18028
|
:param _ProfileName: 配置名称。
|
18103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18104
18029
|
:type ProfileName: str
|
18105
18030
|
:param _ProfileInfo: 配置详情。
|
18106
18031
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
|
@@ -18114,7 +18039,6 @@ class UserProfile(AbstractModel):
|
|
18114
18039
|
@property
|
18115
18040
|
def ProfileId(self):
|
18116
18041
|
"""配置的id。
|
18117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18118
18042
|
:rtype: str
|
18119
18043
|
"""
|
18120
18044
|
return self._ProfileId
|
@@ -18126,7 +18050,6 @@ class UserProfile(AbstractModel):
|
|
18126
18050
|
@property
|
18127
18051
|
def ProfileType(self):
|
18128
18052
|
"""配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
18129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18130
18053
|
:rtype: str
|
18131
18054
|
"""
|
18132
18055
|
return self._ProfileType
|
@@ -18138,7 +18061,6 @@ class UserProfile(AbstractModel):
|
|
18138
18061
|
@property
|
18139
18062
|
def ProfileLevel(self):
|
18140
18063
|
"""配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
18141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18142
18064
|
:rtype: str
|
18143
18065
|
"""
|
18144
18066
|
return self._ProfileLevel
|
@@ -18150,7 +18072,6 @@ class UserProfile(AbstractModel):
|
|
18150
18072
|
@property
|
18151
18073
|
def ProfileName(self):
|
18152
18074
|
"""配置名称。
|
18153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18154
18075
|
:rtype: str
|
18155
18076
|
"""
|
18156
18077
|
return self._ProfileName
|