tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +0 -110
- tencentcloud/ckafka/v20190819/models.py +0 -260
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +81 -983
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +0 -20
- tencentcloud/dbbrain/v20210527/models.py +0 -92
- 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/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/svp/v20240125/models.py +0 -42
- 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 +0 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/models.py +158 -36
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -8
- 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 +32 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -6492,10 +6492,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6492
6492
|
:param _AsyncRequestId: 异步任务Id。
|
6493
6493
|
:type AsyncRequestId: int
|
6494
6494
|
:param _StartTime: 任务开始时间。
|
6495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6496
6495
|
:type StartTime: str
|
6497
6496
|
:param _EndTime: 任务结束时间。
|
6498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6499
6497
|
:type EndTime: str
|
6500
6498
|
:param _CreateTime: 任务创建时间。
|
6501
6499
|
:type CreateTime: str
|
@@ -6504,16 +6502,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6504
6502
|
:param _Progress: 任务执行进度。
|
6505
6503
|
:type Progress: int
|
6506
6504
|
:param _LogStartTime: 导出日志开始时间。
|
6507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6508
6505
|
:type LogStartTime: str
|
6509
6506
|
:param _LogEndTime: 导出日志结束时间。
|
6510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6511
6507
|
:type LogEndTime: str
|
6512
6508
|
:param _TotalSize: 日志文件总大小,单位KB。
|
6513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6514
6509
|
:type TotalSize: int
|
6515
6510
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
6516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6517
6511
|
:type DangerLevels: list of int non-negative
|
6518
6512
|
"""
|
6519
6513
|
self._AsyncRequestId = None
|
@@ -6541,7 +6535,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6541
6535
|
@property
|
6542
6536
|
def StartTime(self):
|
6543
6537
|
"""任务开始时间。
|
6544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6545
6538
|
:rtype: str
|
6546
6539
|
"""
|
6547
6540
|
return self._StartTime
|
@@ -6553,7 +6546,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6553
6546
|
@property
|
6554
6547
|
def EndTime(self):
|
6555
6548
|
"""任务结束时间。
|
6556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6557
6549
|
:rtype: str
|
6558
6550
|
"""
|
6559
6551
|
return self._EndTime
|
@@ -6598,7 +6590,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6598
6590
|
@property
|
6599
6591
|
def LogStartTime(self):
|
6600
6592
|
"""导出日志开始时间。
|
6601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6602
6593
|
:rtype: str
|
6603
6594
|
"""
|
6604
6595
|
return self._LogStartTime
|
@@ -6610,7 +6601,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6610
6601
|
@property
|
6611
6602
|
def LogEndTime(self):
|
6612
6603
|
"""导出日志结束时间。
|
6613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6614
6604
|
:rtype: str
|
6615
6605
|
"""
|
6616
6606
|
return self._LogEndTime
|
@@ -6622,7 +6612,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6622
6612
|
@property
|
6623
6613
|
def TotalSize(self):
|
6624
6614
|
"""日志文件总大小,单位KB。
|
6625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6626
6615
|
:rtype: int
|
6627
6616
|
"""
|
6628
6617
|
return self._TotalSize
|
@@ -6634,7 +6623,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
6634
6623
|
@property
|
6635
6624
|
def DangerLevels(self):
|
6636
6625
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
6637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6638
6626
|
:rtype: list of int non-negative
|
6639
6627
|
"""
|
6640
6628
|
return self._DangerLevels
|
@@ -7506,16 +7494,12 @@ class UserProfile(AbstractModel):
|
|
7506
7494
|
def __init__(self):
|
7507
7495
|
r"""
|
7508
7496
|
:param _ProfileId: 配置的id。
|
7509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7510
7497
|
:type ProfileId: str
|
7511
7498
|
:param _ProfileType: 配置类型。
|
7512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7513
7499
|
:type ProfileType: str
|
7514
7500
|
:param _ProfileLevel: 配置级别,"User"或"Instance"。
|
7515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7516
7501
|
:type ProfileLevel: str
|
7517
7502
|
:param _ProfileName: 配置名称。
|
7518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7519
7503
|
:type ProfileName: str
|
7520
7504
|
:param _ProfileInfo: 配置详情。
|
7521
7505
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20191016.models.ProfileInfo`
|
@@ -7529,7 +7513,6 @@ class UserProfile(AbstractModel):
|
|
7529
7513
|
@property
|
7530
7514
|
def ProfileId(self):
|
7531
7515
|
"""配置的id。
|
7532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7533
7516
|
:rtype: str
|
7534
7517
|
"""
|
7535
7518
|
return self._ProfileId
|
@@ -7541,7 +7524,6 @@ class UserProfile(AbstractModel):
|
|
7541
7524
|
@property
|
7542
7525
|
def ProfileType(self):
|
7543
7526
|
"""配置类型。
|
7544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7545
7527
|
:rtype: str
|
7546
7528
|
"""
|
7547
7529
|
return self._ProfileType
|
@@ -7553,7 +7535,6 @@ class UserProfile(AbstractModel):
|
|
7553
7535
|
@property
|
7554
7536
|
def ProfileLevel(self):
|
7555
7537
|
"""配置级别,"User"或"Instance"。
|
7556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7557
7538
|
:rtype: str
|
7558
7539
|
"""
|
7559
7540
|
return self._ProfileLevel
|
@@ -7565,7 +7546,6 @@ class UserProfile(AbstractModel):
|
|
7565
7546
|
@property
|
7566
7547
|
def ProfileName(self):
|
7567
7548
|
"""配置名称。
|
7568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7569
7549
|
:rtype: str
|
7570
7550
|
"""
|
7571
7551
|
return self._ProfileName
|
@@ -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
|
@@ -14842,22 +14804,16 @@ class ReceiveInfo(AbstractModel):
|
|
14842
14804
|
def __init__(self):
|
14843
14805
|
r"""
|
14844
14806
|
:param _ReceiveGroup: 接收组
|
14845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14846
14807
|
:type ReceiveGroup: list of int
|
14847
14808
|
:param _EndReceiveTime: 最后接收时间
|
14848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14849
14809
|
:type EndReceiveTime: str
|
14850
14810
|
:param _ReceiveName: 接收名
|
14851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14852
14811
|
:type ReceiveName: str
|
14853
14812
|
:param _SendChannel: 推送渠道
|
14854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14855
14813
|
:type SendChannel: list of int
|
14856
14814
|
:param _StartReceiveTime: 开始时间
|
14857
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14858
14815
|
:type StartReceiveTime: str
|
14859
14816
|
:param _ReceiveUin: 接收用户列表
|
14860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14861
14817
|
:type ReceiveUin: list of ReceiveUin
|
14862
14818
|
"""
|
14863
14819
|
self._ReceiveGroup = None
|
@@ -14870,7 +14826,6 @@ class ReceiveInfo(AbstractModel):
|
|
14870
14826
|
@property
|
14871
14827
|
def ReceiveGroup(self):
|
14872
14828
|
"""接收组
|
14873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14874
14829
|
:rtype: list of int
|
14875
14830
|
"""
|
14876
14831
|
return self._ReceiveGroup
|
@@ -14882,7 +14837,6 @@ class ReceiveInfo(AbstractModel):
|
|
14882
14837
|
@property
|
14883
14838
|
def EndReceiveTime(self):
|
14884
14839
|
"""最后接收时间
|
14885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14886
14840
|
:rtype: str
|
14887
14841
|
"""
|
14888
14842
|
return self._EndReceiveTime
|
@@ -14894,7 +14848,6 @@ class ReceiveInfo(AbstractModel):
|
|
14894
14848
|
@property
|
14895
14849
|
def ReceiveName(self):
|
14896
14850
|
"""接收名
|
14897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14898
14851
|
:rtype: str
|
14899
14852
|
"""
|
14900
14853
|
return self._ReceiveName
|
@@ -14906,7 +14859,6 @@ class ReceiveInfo(AbstractModel):
|
|
14906
14859
|
@property
|
14907
14860
|
def SendChannel(self):
|
14908
14861
|
"""推送渠道
|
14909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14910
14862
|
:rtype: list of int
|
14911
14863
|
"""
|
14912
14864
|
return self._SendChannel
|
@@ -14918,7 +14870,6 @@ class ReceiveInfo(AbstractModel):
|
|
14918
14870
|
@property
|
14919
14871
|
def StartReceiveTime(self):
|
14920
14872
|
"""开始时间
|
14921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14922
14873
|
:rtype: str
|
14923
14874
|
"""
|
14924
14875
|
return self._StartReceiveTime
|
@@ -14930,7 +14881,6 @@ class ReceiveInfo(AbstractModel):
|
|
14930
14881
|
@property
|
14931
14882
|
def ReceiveUin(self):
|
14932
14883
|
"""接收用户列表
|
14933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14934
14884
|
:rtype: list of ReceiveUin
|
14935
14885
|
"""
|
14936
14886
|
return self._ReceiveUin
|
@@ -16018,10 +15968,8 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16018
15968
|
:param _AsyncRequestId: 异步任务Id。
|
16019
15969
|
:type AsyncRequestId: int
|
16020
15970
|
:param _StartTime: 任务开始时间。
|
16021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16022
15971
|
:type StartTime: str
|
16023
15972
|
:param _EndTime: 任务结束时间。
|
16024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16025
15973
|
:type EndTime: str
|
16026
15974
|
:param _CreateTime: 任务创建时间。
|
16027
15975
|
:type CreateTime: str
|
@@ -16030,16 +15978,12 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16030
15978
|
:param _Progress: 任务执行进度。
|
16031
15979
|
:type Progress: int
|
16032
15980
|
:param _LogStartTime: 导出日志开始时间。
|
16033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16034
15981
|
:type LogStartTime: str
|
16035
15982
|
:param _LogEndTime: 导出日志结束时间。
|
16036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16037
15983
|
:type LogEndTime: str
|
16038
15984
|
:param _TotalSize: 日志文件总大小,单位KB。
|
16039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16040
15985
|
:type TotalSize: int
|
16041
15986
|
:param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
16042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16043
15987
|
:type DangerLevels: list of int non-negative
|
16044
15988
|
"""
|
16045
15989
|
self._AsyncRequestId = None
|
@@ -16067,7 +16011,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16067
16011
|
@property
|
16068
16012
|
def StartTime(self):
|
16069
16013
|
"""任务开始时间。
|
16070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16071
16014
|
:rtype: str
|
16072
16015
|
"""
|
16073
16016
|
return self._StartTime
|
@@ -16079,7 +16022,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16079
16022
|
@property
|
16080
16023
|
def EndTime(self):
|
16081
16024
|
"""任务结束时间。
|
16082
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16083
16025
|
:rtype: str
|
16084
16026
|
"""
|
16085
16027
|
return self._EndTime
|
@@ -16124,7 +16066,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16124
16066
|
@property
|
16125
16067
|
def LogStartTime(self):
|
16126
16068
|
"""导出日志开始时间。
|
16127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16128
16069
|
:rtype: str
|
16129
16070
|
"""
|
16130
16071
|
return self._LogStartTime
|
@@ -16136,7 +16077,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16136
16077
|
@property
|
16137
16078
|
def LogEndTime(self):
|
16138
16079
|
"""导出日志结束时间。
|
16139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16140
16080
|
:rtype: str
|
16141
16081
|
"""
|
16142
16082
|
return self._LogEndTime
|
@@ -16148,7 +16088,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16148
16088
|
@property
|
16149
16089
|
def TotalSize(self):
|
16150
16090
|
"""日志文件总大小,单位KB。
|
16151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16152
16091
|
:rtype: int
|
16153
16092
|
"""
|
16154
16093
|
return self._TotalSize
|
@@ -16160,7 +16099,6 @@ class SecLogExportTaskInfo(AbstractModel):
|
|
16160
16099
|
@property
|
16161
16100
|
def DangerLevels(self):
|
16162
16101
|
"""风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
16163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16164
16102
|
:rtype: list of int non-negative
|
16165
16103
|
"""
|
16166
16104
|
return self._DangerLevels
|
@@ -16337,21 +16275,16 @@ class SlowLogInfoItem(AbstractModel):
|
|
16337
16275
|
:param _Database: 数据库
|
16338
16276
|
:type Database: str
|
16339
16277
|
:param _UserName: User来源
|
16340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16341
16278
|
:type UserName: str
|
16342
16279
|
:param _UserHost: IP来源
|
16343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16344
16280
|
:type UserHost: str
|
16345
16281
|
:param _QueryTime: 执行时间,单位秒
|
16346
16282
|
:type QueryTime: float
|
16347
16283
|
:param _LockTime: 锁时间,单位秒
|
16348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16349
16284
|
:type LockTime: float
|
16350
16285
|
:param _RowsExamined: 扫描行数
|
16351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16352
16286
|
:type RowsExamined: int
|
16353
16287
|
:param _RowsSent: 返回行数
|
16354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16355
16288
|
:type RowsSent: int
|
16356
16289
|
"""
|
16357
16290
|
self._Timestamp = None
|
@@ -16400,7 +16333,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16400
16333
|
@property
|
16401
16334
|
def UserName(self):
|
16402
16335
|
"""User来源
|
16403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16404
16336
|
:rtype: str
|
16405
16337
|
"""
|
16406
16338
|
return self._UserName
|
@@ -16412,7 +16344,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16412
16344
|
@property
|
16413
16345
|
def UserHost(self):
|
16414
16346
|
"""IP来源
|
16415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16416
16347
|
:rtype: str
|
16417
16348
|
"""
|
16418
16349
|
return self._UserHost
|
@@ -16435,7 +16366,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16435
16366
|
@property
|
16436
16367
|
def LockTime(self):
|
16437
16368
|
"""锁时间,单位秒
|
16438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16439
16369
|
:rtype: float
|
16440
16370
|
"""
|
16441
16371
|
return self._LockTime
|
@@ -16447,7 +16377,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16447
16377
|
@property
|
16448
16378
|
def RowsExamined(self):
|
16449
16379
|
"""扫描行数
|
16450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16451
16380
|
:rtype: int
|
16452
16381
|
"""
|
16453
16382
|
return self._RowsExamined
|
@@ -16459,7 +16388,6 @@ class SlowLogInfoItem(AbstractModel):
|
|
16459
16388
|
@property
|
16460
16389
|
def RowsSent(self):
|
16461
16390
|
"""返回行数
|
16462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16463
16391
|
:rtype: int
|
16464
16392
|
"""
|
16465
16393
|
return self._RowsSent
|
@@ -17020,16 +16948,12 @@ class StatisticDataInfo(AbstractModel):
|
|
17020
16948
|
def __init__(self):
|
17021
16949
|
r"""
|
17022
16950
|
:param _Name: 统计维度的值。
|
17023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17024
16951
|
:type Name: str
|
17025
16952
|
:param _TimeAvg: 平均时间。
|
17026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17027
16953
|
:type TimeAvg: float
|
17028
16954
|
:param _TimeSum: 总时间。
|
17029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17030
16955
|
:type TimeSum: float
|
17031
16956
|
:param _Count: 数量。
|
17032
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17033
16957
|
:type Count: int
|
17034
16958
|
"""
|
17035
16959
|
self._Name = None
|
@@ -17040,7 +16964,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17040
16964
|
@property
|
17041
16965
|
def Name(self):
|
17042
16966
|
"""统计维度的值。
|
17043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17044
16967
|
:rtype: str
|
17045
16968
|
"""
|
17046
16969
|
return self._Name
|
@@ -17052,7 +16975,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17052
16975
|
@property
|
17053
16976
|
def TimeAvg(self):
|
17054
16977
|
"""平均时间。
|
17055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17056
16978
|
:rtype: float
|
17057
16979
|
"""
|
17058
16980
|
return self._TimeAvg
|
@@ -17064,7 +16986,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17064
16986
|
@property
|
17065
16987
|
def TimeSum(self):
|
17066
16988
|
"""总时间。
|
17067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17068
16989
|
:rtype: float
|
17069
16990
|
"""
|
17070
16991
|
return self._TimeSum
|
@@ -17076,7 +16997,6 @@ class StatisticDataInfo(AbstractModel):
|
|
17076
16997
|
@property
|
17077
16998
|
def Count(self):
|
17078
16999
|
"""数量。
|
17079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17080
17000
|
:rtype: int
|
17081
17001
|
"""
|
17082
17002
|
return self._Count
|
@@ -17109,10 +17029,8 @@ class StatisticInfo(AbstractModel):
|
|
17109
17029
|
def __init__(self):
|
17110
17030
|
r"""
|
17111
17031
|
:param _Dimension: 统计分析的维度。
|
17112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17113
17032
|
:type Dimension: str
|
17114
17033
|
:param _Data: 统计分析的维度下的统计数据详情。
|
17115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17116
17034
|
:type Data: list of StatisticDataInfo
|
17117
17035
|
"""
|
17118
17036
|
self._Dimension = None
|
@@ -17121,7 +17039,6 @@ class StatisticInfo(AbstractModel):
|
|
17121
17039
|
@property
|
17122
17040
|
def Dimension(self):
|
17123
17041
|
"""统计分析的维度。
|
17124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17125
17042
|
:rtype: str
|
17126
17043
|
"""
|
17127
17044
|
return self._Dimension
|
@@ -17133,7 +17050,6 @@ class StatisticInfo(AbstractModel):
|
|
17133
17050
|
@property
|
17134
17051
|
def Data(self):
|
17135
17052
|
"""统计分析的维度下的统计数据详情。
|
17136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17137
17053
|
:rtype: list of StatisticDataInfo
|
17138
17054
|
"""
|
17139
17055
|
return self._Data
|
@@ -18091,16 +18007,12 @@ class UserProfile(AbstractModel):
|
|
18091
18007
|
def __init__(self):
|
18092
18008
|
r"""
|
18093
18009
|
:param _ProfileId: 配置的id。
|
18094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18095
18010
|
:type ProfileId: str
|
18096
18011
|
:param _ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
18097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18098
18012
|
:type ProfileType: str
|
18099
18013
|
:param _ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
18100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18101
18014
|
:type ProfileLevel: str
|
18102
18015
|
:param _ProfileName: 配置名称。
|
18103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18104
18016
|
:type ProfileName: str
|
18105
18017
|
:param _ProfileInfo: 配置详情。
|
18106
18018
|
:type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
|
@@ -18114,7 +18026,6 @@ class UserProfile(AbstractModel):
|
|
18114
18026
|
@property
|
18115
18027
|
def ProfileId(self):
|
18116
18028
|
"""配置的id。
|
18117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18118
18029
|
:rtype: str
|
18119
18030
|
"""
|
18120
18031
|
return self._ProfileId
|
@@ -18126,7 +18037,6 @@ class UserProfile(AbstractModel):
|
|
18126
18037
|
@property
|
18127
18038
|
def ProfileType(self):
|
18128
18039
|
"""配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
18129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18130
18040
|
:rtype: str
|
18131
18041
|
"""
|
18132
18042
|
return self._ProfileType
|
@@ -18138,7 +18048,6 @@ class UserProfile(AbstractModel):
|
|
18138
18048
|
@property
|
18139
18049
|
def ProfileLevel(self):
|
18140
18050
|
"""配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
18141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18142
18051
|
:rtype: str
|
18143
18052
|
"""
|
18144
18053
|
return self._ProfileLevel
|
@@ -18150,7 +18059,6 @@ class UserProfile(AbstractModel):
|
|
18150
18059
|
@property
|
18151
18060
|
def ProfileName(self):
|
18152
18061
|
"""配置名称。
|
18153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18154
18062
|
:rtype: str
|
18155
18063
|
"""
|
18156
18064
|
return self._ProfileName
|