tencentcloud-sdk-python 3.0.1343__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.
Files changed (70) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/billing/v20180709/models.py +0 -14
  5. tencentcloud/cbs/v20170312/models.py +0 -20
  6. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  7. tencentcloud/cdb/v20170320/models.py +117 -0
  8. tencentcloud/cdwch/v20200915/models.py +0 -110
  9. tencentcloud/ckafka/v20190819/models.py +0 -260
  10. tencentcloud/clb/v20180317/models.py +49 -20
  11. tencentcloud/cls/v20201016/cls_client.py +0 -92
  12. tencentcloud/cls/v20201016/models.py +74 -1145
  13. tencentcloud/cvm/v20170312/models.py +15 -0
  14. tencentcloud/cynosdb/v20190107/models.py +2 -86
  15. tencentcloud/dbbrain/v20191016/models.py +0 -36
  16. tencentcloud/dbbrain/v20210527/models.py +0 -106
  17. tencentcloud/dcdb/v20180411/models.py +0 -48
  18. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  19. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  20. tencentcloud/dnspod/v20210323/models.py +724 -0
  21. tencentcloud/domain/v20180808/models.py +0 -8
  22. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  23. tencentcloud/dsgc/v20190723/models.py +0 -34
  24. tencentcloud/ess/v20201111/models.py +4 -2
  25. tencentcloud/essbasic/v20210526/models.py +4 -2
  26. tencentcloud/fmu/v20191213/errorcodes.py +3 -0
  27. tencentcloud/fmu/v20191213/models.py +4 -4
  28. tencentcloud/goosefs/v20220519/models.py +0 -2
  29. tencentcloud/gwlb/v20240906/models.py +4 -4
  30. tencentcloud/hai/v20230812/errorcodes.py +1 -1
  31. tencentcloud/iotcloud/v20210408/models.py +2 -4
  32. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  33. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  34. tencentcloud/lighthouse/v20200324/models.py +12 -20
  35. tencentcloud/lke/v20231130/models.py +15 -0
  36. tencentcloud/lowcode/v20210108/models.py +0 -2
  37. tencentcloud/mariadb/v20170312/models.py +0 -38
  38. tencentcloud/mmps/v20200710/models.py +0 -56
  39. tencentcloud/monitor/v20180724/models.py +251 -0
  40. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  41. tencentcloud/mps/v20190612/errorcodes.py +34 -0
  42. tencentcloud/mps/v20190612/models.py +4129 -429
  43. tencentcloud/mps/v20190612/mps_client.py +208 -0
  44. tencentcloud/postgres/v20170312/models.py +0 -222
  45. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  46. tencentcloud/redis/v20180412/models.py +64 -0
  47. tencentcloud/redis/v20180412/redis_client.py +23 -0
  48. tencentcloud/svp/v20240125/models.py +0 -42
  49. tencentcloud/tcb/v20180608/models.py +109 -348
  50. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  51. tencentcloud/tcss/v20201101/models.py +1813 -2547
  52. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  53. tencentcloud/tdmq/v20200217/models.py +158 -436
  54. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  55. tencentcloud/teo/v20220901/models.py +158 -36
  56. tencentcloud/teo/v20220901/teo_client.py +23 -0
  57. tencentcloud/thpc/v20211109/models.py +0 -6
  58. tencentcloud/thpc/v20220401/models.py +0 -6
  59. tencentcloud/thpc/v20230321/models.py +0 -8
  60. tencentcloud/tke/v20180525/models.py +0 -54
  61. tencentcloud/tke/v20220501/models.py +0 -34
  62. tencentcloud/vpc/v20170312/models.py +0 -34
  63. tencentcloud/waf/v20180125/models.py +15 -0
  64. tencentcloud/wedata/v20210820/models.py +122 -0
  65. tencentcloud/weilingwith/v20230427/models.py +0 -964
  66. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  67. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
  68. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  69. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  70. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.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
@@ -11069,7 +11031,6 @@ class DiagHistoryEventItem(AbstractModel):
11069
11031
  :param _InstanceId: 实例 ID 。
11070
11032
  :type InstanceId: str
11071
11033
  :param _Metric: 保留字段。
11072
- 注意:此字段可能返回 null,表示取不到有效值。
11073
11034
  :type Metric: str
11074
11035
  :param _Region: 地域。
11075
11036
  :type Region: str
@@ -11176,7 +11137,6 @@ class DiagHistoryEventItem(AbstractModel):
11176
11137
  @property
11177
11138
  def Metric(self):
11178
11139
  """保留字段。
11179
- 注意:此字段可能返回 null,表示取不到有效值。
11180
11140
  :rtype: str
11181
11141
  """
11182
11142
  return self._Metric
@@ -12102,13 +12062,10 @@ class InstanceConfs(AbstractModel):
12102
12062
  :param _OverviewDisplay: 实例概览开关,Yes/No。
12103
12063
  :type OverviewDisplay: str
12104
12064
  :param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
12105
- 注意:此字段可能返回 null,表示取不到有效值。
12106
12065
  :type KeyDelimiters: list of str
12107
12066
  :param _ShardNum: 分片节点数量。
12108
- 注意:此字段可能返回 null,表示取不到有效值。
12109
12067
  :type ShardNum: str
12110
12068
  :param _AnalysisTopKey: 是否开启大key周期性分析,仅redis产品有效。
12111
- 注意:此字段可能返回 null,表示取不到有效值。
12112
12069
  :type AnalysisTopKey: str
12113
12070
  """
12114
12071
  self._DailyInspection = None
@@ -12142,7 +12099,6 @@ class InstanceConfs(AbstractModel):
12142
12099
  @property
12143
12100
  def KeyDelimiters(self):
12144
12101
  """redis大key分析的自定义分割符,仅redis使用
12145
- 注意:此字段可能返回 null,表示取不到有效值。
12146
12102
  :rtype: list of str
12147
12103
  """
12148
12104
  return self._KeyDelimiters
@@ -12154,7 +12110,6 @@ class InstanceConfs(AbstractModel):
12154
12110
  @property
12155
12111
  def ShardNum(self):
12156
12112
  """分片节点数量。
12157
- 注意:此字段可能返回 null,表示取不到有效值。
12158
12113
  :rtype: str
12159
12114
  """
12160
12115
  return self._ShardNum
@@ -12166,7 +12121,6 @@ class InstanceConfs(AbstractModel):
12166
12121
  @property
12167
12122
  def AnalysisTopKey(self):
12168
12123
  """是否开启大key周期性分析,仅redis产品有效。
12169
- 注意:此字段可能返回 null,表示取不到有效值。
12170
12124
  :rtype: str
12171
12125
  """
12172
12126
  return self._AnalysisTopKey
@@ -14063,7 +14017,6 @@ class MonitorFloatMetric(AbstractModel):
14063
14017
  :param _Unit: 指标单位。
14064
14018
  :type Unit: str
14065
14019
  :param _Values: 指标值。
14066
- 注意:此字段可能返回 null,表示取不到有效值。
14067
14020
  :type Values: list of float
14068
14021
  """
14069
14022
  self._Metric = None
@@ -14095,7 +14048,6 @@ class MonitorFloatMetric(AbstractModel):
14095
14048
  @property
14096
14049
  def Values(self):
14097
14050
  """指标值。
14098
- 注意:此字段可能返回 null,表示取不到有效值。
14099
14051
  :rtype: list of float
14100
14052
  """
14101
14053
  return self._Values
@@ -14852,22 +14804,16 @@ class ReceiveInfo(AbstractModel):
14852
14804
  def __init__(self):
14853
14805
  r"""
14854
14806
  :param _ReceiveGroup: 接收组
14855
- 注意:此字段可能返回 null,表示取不到有效值。
14856
14807
  :type ReceiveGroup: list of int
14857
14808
  :param _EndReceiveTime: 最后接收时间
14858
- 注意:此字段可能返回 null,表示取不到有效值。
14859
14809
  :type EndReceiveTime: str
14860
14810
  :param _ReceiveName: 接收名
14861
- 注意:此字段可能返回 null,表示取不到有效值。
14862
14811
  :type ReceiveName: str
14863
14812
  :param _SendChannel: 推送渠道
14864
- 注意:此字段可能返回 null,表示取不到有效值。
14865
14813
  :type SendChannel: list of int
14866
14814
  :param _StartReceiveTime: 开始时间
14867
- 注意:此字段可能返回 null,表示取不到有效值。
14868
14815
  :type StartReceiveTime: str
14869
14816
  :param _ReceiveUin: 接收用户列表
14870
- 注意:此字段可能返回 null,表示取不到有效值。
14871
14817
  :type ReceiveUin: list of ReceiveUin
14872
14818
  """
14873
14819
  self._ReceiveGroup = None
@@ -14880,7 +14826,6 @@ class ReceiveInfo(AbstractModel):
14880
14826
  @property
14881
14827
  def ReceiveGroup(self):
14882
14828
  """接收组
14883
- 注意:此字段可能返回 null,表示取不到有效值。
14884
14829
  :rtype: list of int
14885
14830
  """
14886
14831
  return self._ReceiveGroup
@@ -14892,7 +14837,6 @@ class ReceiveInfo(AbstractModel):
14892
14837
  @property
14893
14838
  def EndReceiveTime(self):
14894
14839
  """最后接收时间
14895
- 注意:此字段可能返回 null,表示取不到有效值。
14896
14840
  :rtype: str
14897
14841
  """
14898
14842
  return self._EndReceiveTime
@@ -14904,7 +14848,6 @@ class ReceiveInfo(AbstractModel):
14904
14848
  @property
14905
14849
  def ReceiveName(self):
14906
14850
  """接收名
14907
- 注意:此字段可能返回 null,表示取不到有效值。
14908
14851
  :rtype: str
14909
14852
  """
14910
14853
  return self._ReceiveName
@@ -14916,7 +14859,6 @@ class ReceiveInfo(AbstractModel):
14916
14859
  @property
14917
14860
  def SendChannel(self):
14918
14861
  """推送渠道
14919
- 注意:此字段可能返回 null,表示取不到有效值。
14920
14862
  :rtype: list of int
14921
14863
  """
14922
14864
  return self._SendChannel
@@ -14928,7 +14870,6 @@ class ReceiveInfo(AbstractModel):
14928
14870
  @property
14929
14871
  def StartReceiveTime(self):
14930
14872
  """开始时间
14931
- 注意:此字段可能返回 null,表示取不到有效值。
14932
14873
  :rtype: str
14933
14874
  """
14934
14875
  return self._StartReceiveTime
@@ -14940,7 +14881,6 @@ class ReceiveInfo(AbstractModel):
14940
14881
  @property
14941
14882
  def ReceiveUin(self):
14942
14883
  """接收用户列表
14943
- 注意:此字段可能返回 null,表示取不到有效值。
14944
14884
  :rtype: list of ReceiveUin
14945
14885
  """
14946
14886
  return self._ReceiveUin
@@ -15664,7 +15604,6 @@ class SchemaSpaceData(AbstractModel):
15664
15604
  :param _TableRows: 行数。
15665
15605
  :type TableRows: int
15666
15606
  :param _PhysicalFileSize: 库中所有表对应的独立物理文件大小加和(MB)。
15667
- 注意:此字段可能返回 null,表示取不到有效值。
15668
15607
  :type PhysicalFileSize: float
15669
15608
  """
15670
15609
  self._TableSchema = None
@@ -15756,7 +15695,6 @@ class SchemaSpaceData(AbstractModel):
15756
15695
  @property
15757
15696
  def PhysicalFileSize(self):
15758
15697
  """库中所有表对应的独立物理文件大小加和(MB)。
15759
- 注意:此字段可能返回 null,表示取不到有效值。
15760
15698
  :rtype: float
15761
15699
  """
15762
15700
  return self._PhysicalFileSize
@@ -15852,7 +15790,6 @@ class ScoreDetail(AbstractModel):
15852
15790
  :param _ScoreLostMax: 扣分总分上限。
15853
15791
  :type ScoreLostMax: int
15854
15792
  :param _Items: 扣分项列表。
15855
- 注意:此字段可能返回 null,表示取不到有效值。
15856
15793
  :type Items: list of ScoreItem
15857
15794
  """
15858
15795
  self._IssueType = None
@@ -15896,7 +15833,6 @@ class ScoreDetail(AbstractModel):
15896
15833
  @property
15897
15834
  def Items(self):
15898
15835
  """扣分项列表。
15899
- 注意:此字段可能返回 null,表示取不到有效值。
15900
15836
  :rtype: list of ScoreItem
15901
15837
  """
15902
15838
  return self._Items
@@ -16032,10 +15968,8 @@ class SecLogExportTaskInfo(AbstractModel):
16032
15968
  :param _AsyncRequestId: 异步任务Id。
16033
15969
  :type AsyncRequestId: int
16034
15970
  :param _StartTime: 任务开始时间。
16035
- 注意:此字段可能返回 null,表示取不到有效值。
16036
15971
  :type StartTime: str
16037
15972
  :param _EndTime: 任务结束时间。
16038
- 注意:此字段可能返回 null,表示取不到有效值。
16039
15973
  :type EndTime: str
16040
15974
  :param _CreateTime: 任务创建时间。
16041
15975
  :type CreateTime: str
@@ -16044,16 +15978,12 @@ class SecLogExportTaskInfo(AbstractModel):
16044
15978
  :param _Progress: 任务执行进度。
16045
15979
  :type Progress: int
16046
15980
  :param _LogStartTime: 导出日志开始时间。
16047
- 注意:此字段可能返回 null,表示取不到有效值。
16048
15981
  :type LogStartTime: str
16049
15982
  :param _LogEndTime: 导出日志结束时间。
16050
- 注意:此字段可能返回 null,表示取不到有效值。
16051
15983
  :type LogEndTime: str
16052
15984
  :param _TotalSize: 日志文件总大小,单位KB。
16053
- 注意:此字段可能返回 null,表示取不到有效值。
16054
15985
  :type TotalSize: int
16055
15986
  :param _DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
16056
- 注意:此字段可能返回 null,表示取不到有效值。
16057
15987
  :type DangerLevels: list of int non-negative
16058
15988
  """
16059
15989
  self._AsyncRequestId = None
@@ -16081,7 +16011,6 @@ class SecLogExportTaskInfo(AbstractModel):
16081
16011
  @property
16082
16012
  def StartTime(self):
16083
16013
  """任务开始时间。
16084
- 注意:此字段可能返回 null,表示取不到有效值。
16085
16014
  :rtype: str
16086
16015
  """
16087
16016
  return self._StartTime
@@ -16093,7 +16022,6 @@ class SecLogExportTaskInfo(AbstractModel):
16093
16022
  @property
16094
16023
  def EndTime(self):
16095
16024
  """任务结束时间。
16096
- 注意:此字段可能返回 null,表示取不到有效值。
16097
16025
  :rtype: str
16098
16026
  """
16099
16027
  return self._EndTime
@@ -16138,7 +16066,6 @@ class SecLogExportTaskInfo(AbstractModel):
16138
16066
  @property
16139
16067
  def LogStartTime(self):
16140
16068
  """导出日志开始时间。
16141
- 注意:此字段可能返回 null,表示取不到有效值。
16142
16069
  :rtype: str
16143
16070
  """
16144
16071
  return self._LogStartTime
@@ -16150,7 +16077,6 @@ class SecLogExportTaskInfo(AbstractModel):
16150
16077
  @property
16151
16078
  def LogEndTime(self):
16152
16079
  """导出日志结束时间。
16153
- 注意:此字段可能返回 null,表示取不到有效值。
16154
16080
  :rtype: str
16155
16081
  """
16156
16082
  return self._LogEndTime
@@ -16162,7 +16088,6 @@ class SecLogExportTaskInfo(AbstractModel):
16162
16088
  @property
16163
16089
  def TotalSize(self):
16164
16090
  """日志文件总大小,单位KB。
16165
- 注意:此字段可能返回 null,表示取不到有效值。
16166
16091
  :rtype: int
16167
16092
  """
16168
16093
  return self._TotalSize
@@ -16174,7 +16099,6 @@ class SecLogExportTaskInfo(AbstractModel):
16174
16099
  @property
16175
16100
  def DangerLevels(self):
16176
16101
  """风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
16177
- 注意:此字段可能返回 null,表示取不到有效值。
16178
16102
  :rtype: list of int non-negative
16179
16103
  """
16180
16104
  return self._DangerLevels
@@ -16351,21 +16275,16 @@ class SlowLogInfoItem(AbstractModel):
16351
16275
  :param _Database: 数据库
16352
16276
  :type Database: str
16353
16277
  :param _UserName: User来源
16354
- 注意:此字段可能返回 null,表示取不到有效值。
16355
16278
  :type UserName: str
16356
16279
  :param _UserHost: IP来源
16357
- 注意:此字段可能返回 null,表示取不到有效值。
16358
16280
  :type UserHost: str
16359
16281
  :param _QueryTime: 执行时间,单位秒
16360
16282
  :type QueryTime: float
16361
16283
  :param _LockTime: 锁时间,单位秒
16362
- 注意:此字段可能返回 null,表示取不到有效值。
16363
16284
  :type LockTime: float
16364
16285
  :param _RowsExamined: 扫描行数
16365
- 注意:此字段可能返回 null,表示取不到有效值。
16366
16286
  :type RowsExamined: int
16367
16287
  :param _RowsSent: 返回行数
16368
- 注意:此字段可能返回 null,表示取不到有效值。
16369
16288
  :type RowsSent: int
16370
16289
  """
16371
16290
  self._Timestamp = None
@@ -16414,7 +16333,6 @@ class SlowLogInfoItem(AbstractModel):
16414
16333
  @property
16415
16334
  def UserName(self):
16416
16335
  """User来源
16417
- 注意:此字段可能返回 null,表示取不到有效值。
16418
16336
  :rtype: str
16419
16337
  """
16420
16338
  return self._UserName
@@ -16426,7 +16344,6 @@ class SlowLogInfoItem(AbstractModel):
16426
16344
  @property
16427
16345
  def UserHost(self):
16428
16346
  """IP来源
16429
- 注意:此字段可能返回 null,表示取不到有效值。
16430
16347
  :rtype: str
16431
16348
  """
16432
16349
  return self._UserHost
@@ -16449,7 +16366,6 @@ class SlowLogInfoItem(AbstractModel):
16449
16366
  @property
16450
16367
  def LockTime(self):
16451
16368
  """锁时间,单位秒
16452
- 注意:此字段可能返回 null,表示取不到有效值。
16453
16369
  :rtype: float
16454
16370
  """
16455
16371
  return self._LockTime
@@ -16461,7 +16377,6 @@ class SlowLogInfoItem(AbstractModel):
16461
16377
  @property
16462
16378
  def RowsExamined(self):
16463
16379
  """扫描行数
16464
- 注意:此字段可能返回 null,表示取不到有效值。
16465
16380
  :rtype: int
16466
16381
  """
16467
16382
  return self._RowsExamined
@@ -16473,7 +16388,6 @@ class SlowLogInfoItem(AbstractModel):
16473
16388
  @property
16474
16389
  def RowsSent(self):
16475
16390
  """返回行数
16476
- 注意:此字段可能返回 null,表示取不到有效值。
16477
16391
  :rtype: int
16478
16392
  """
16479
16393
  return self._RowsSent
@@ -17034,16 +16948,12 @@ class StatisticDataInfo(AbstractModel):
17034
16948
  def __init__(self):
17035
16949
  r"""
17036
16950
  :param _Name: 统计维度的值。
17037
- 注意:此字段可能返回 null,表示取不到有效值。
17038
16951
  :type Name: str
17039
16952
  :param _TimeAvg: 平均时间。
17040
- 注意:此字段可能返回 null,表示取不到有效值。
17041
16953
  :type TimeAvg: float
17042
16954
  :param _TimeSum: 总时间。
17043
- 注意:此字段可能返回 null,表示取不到有效值。
17044
16955
  :type TimeSum: float
17045
16956
  :param _Count: 数量。
17046
- 注意:此字段可能返回 null,表示取不到有效值。
17047
16957
  :type Count: int
17048
16958
  """
17049
16959
  self._Name = None
@@ -17054,7 +16964,6 @@ class StatisticDataInfo(AbstractModel):
17054
16964
  @property
17055
16965
  def Name(self):
17056
16966
  """统计维度的值。
17057
- 注意:此字段可能返回 null,表示取不到有效值。
17058
16967
  :rtype: str
17059
16968
  """
17060
16969
  return self._Name
@@ -17066,7 +16975,6 @@ class StatisticDataInfo(AbstractModel):
17066
16975
  @property
17067
16976
  def TimeAvg(self):
17068
16977
  """平均时间。
17069
- 注意:此字段可能返回 null,表示取不到有效值。
17070
16978
  :rtype: float
17071
16979
  """
17072
16980
  return self._TimeAvg
@@ -17078,7 +16986,6 @@ class StatisticDataInfo(AbstractModel):
17078
16986
  @property
17079
16987
  def TimeSum(self):
17080
16988
  """总时间。
17081
- 注意:此字段可能返回 null,表示取不到有效值。
17082
16989
  :rtype: float
17083
16990
  """
17084
16991
  return self._TimeSum
@@ -17090,7 +16997,6 @@ class StatisticDataInfo(AbstractModel):
17090
16997
  @property
17091
16998
  def Count(self):
17092
16999
  """数量。
17093
- 注意:此字段可能返回 null,表示取不到有效值。
17094
17000
  :rtype: int
17095
17001
  """
17096
17002
  return self._Count
@@ -17123,10 +17029,8 @@ class StatisticInfo(AbstractModel):
17123
17029
  def __init__(self):
17124
17030
  r"""
17125
17031
  :param _Dimension: 统计分析的维度。
17126
- 注意:此字段可能返回 null,表示取不到有效值。
17127
17032
  :type Dimension: str
17128
17033
  :param _Data: 统计分析的维度下的统计数据详情。
17129
- 注意:此字段可能返回 null,表示取不到有效值。
17130
17034
  :type Data: list of StatisticDataInfo
17131
17035
  """
17132
17036
  self._Dimension = None
@@ -17135,7 +17039,6 @@ class StatisticInfo(AbstractModel):
17135
17039
  @property
17136
17040
  def Dimension(self):
17137
17041
  """统计分析的维度。
17138
- 注意:此字段可能返回 null,表示取不到有效值。
17139
17042
  :rtype: str
17140
17043
  """
17141
17044
  return self._Dimension
@@ -17147,7 +17050,6 @@ class StatisticInfo(AbstractModel):
17147
17050
  @property
17148
17051
  def Data(self):
17149
17052
  """统计分析的维度下的统计数据详情。
17150
- 注意:此字段可能返回 null,表示取不到有效值。
17151
17053
  :rtype: list of StatisticDataInfo
17152
17054
  """
17153
17055
  return self._Data
@@ -18105,16 +18007,12 @@ class UserProfile(AbstractModel):
18105
18007
  def __init__(self):
18106
18008
  r"""
18107
18009
  :param _ProfileId: 配置的id。
18108
- 注意:此字段可能返回 null,表示取不到有效值。
18109
18010
  :type ProfileId: str
18110
18011
  :param _ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
18111
- 注意:此字段可能返回 null,表示取不到有效值。
18112
18012
  :type ProfileType: str
18113
18013
  :param _ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
18114
- 注意:此字段可能返回 null,表示取不到有效值。
18115
18014
  :type ProfileLevel: str
18116
18015
  :param _ProfileName: 配置名称。
18117
- 注意:此字段可能返回 null,表示取不到有效值。
18118
18016
  :type ProfileName: str
18119
18017
  :param _ProfileInfo: 配置详情。
18120
18018
  :type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
@@ -18128,7 +18026,6 @@ class UserProfile(AbstractModel):
18128
18026
  @property
18129
18027
  def ProfileId(self):
18130
18028
  """配置的id。
18131
- 注意:此字段可能返回 null,表示取不到有效值。
18132
18029
  :rtype: str
18133
18030
  """
18134
18031
  return self._ProfileId
@@ -18140,7 +18037,6 @@ class UserProfile(AbstractModel):
18140
18037
  @property
18141
18038
  def ProfileType(self):
18142
18039
  """配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
18143
- 注意:此字段可能返回 null,表示取不到有效值。
18144
18040
  :rtype: str
18145
18041
  """
18146
18042
  return self._ProfileType
@@ -18152,7 +18048,6 @@ class UserProfile(AbstractModel):
18152
18048
  @property
18153
18049
  def ProfileLevel(self):
18154
18050
  """配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
18155
- 注意:此字段可能返回 null,表示取不到有效值。
18156
18051
  :rtype: str
18157
18052
  """
18158
18053
  return self._ProfileLevel
@@ -18164,7 +18059,6 @@ class UserProfile(AbstractModel):
18164
18059
  @property
18165
18060
  def ProfileName(self):
18166
18061
  """配置名称。
18167
- 注意:此字段可能返回 null,表示取不到有效值。
18168
18062
  :rtype: str
18169
18063
  """
18170
18064
  return self._ProfileName