tencentcloud-sdk-python 3.0.1468__py2.py3-none-any.whl → 3.0.1469__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 (33) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ccc/v20200210/models.py +45 -0
  3. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  4. tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  5. tencentcloud/cdb/v20170320/models.py +128 -19
  6. tencentcloud/cdwpg/v20201230/models.py +15 -0
  7. tencentcloud/cls/v20201016/models.py +6 -6
  8. tencentcloud/dbbrain/v20191016/models.py +116 -66
  9. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  10. tencentcloud/dbbrain/v20210527/models.py +619 -230
  11. tencentcloud/dts/v20180330/dts_client.py +1 -1
  12. tencentcloud/dts/v20180330/models.py +8 -4
  13. tencentcloud/dts/v20211206/dts_client.py +6 -5
  14. tencentcloud/dts/v20211206/models.py +136 -94
  15. tencentcloud/ess/v20201111/models.py +213 -2
  16. tencentcloud/essbasic/v20210526/models.py +203 -0
  17. tencentcloud/ioa/v20220601/models.py +15 -0
  18. tencentcloud/lke/v20231130/models.py +264 -54
  19. tencentcloud/mongodb/v20190725/models.py +979 -508
  20. tencentcloud/mongodb/v20190725/mongodb_client.py +8 -8
  21. tencentcloud/monitor/v20180724/errorcodes.py +6 -0
  22. tencentcloud/redis/v20180412/models.py +24 -16
  23. tencentcloud/rum/v20210622/models.py +2 -2
  24. tencentcloud/teo/v20220901/models.py +637 -0
  25. tencentcloud/teo/v20220901/teo_client.py +69 -0
  26. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  27. tencentcloud/tke/v20180525/models.py +26 -8
  28. tencentcloud/waf/v20180125/models.py +30 -0
  29. {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/METADATA +1 -1
  30. {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/RECORD +33 -33
  31. {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/LICENSE +0 -0
  32. {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/WHEEL +0 -0
  33. {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/top_level.txt +0 -0
@@ -248,7 +248,7 @@ class AlarmProfileList(AbstractModel):
248
248
  :type ReceiveType: list of int
249
249
  :param _ReceiveInfo: 接收用户信息
250
250
  :type ReceiveInfo: list of ReceiveInfo
251
- :param _UpdateTime: 更新时间
251
+ :param _UpdateTime: 更新时间,格式: "yyyy-MM-dd HH:mm:ss"
252
252
  :type UpdateTime: str
253
253
  :param _TemplateName: 模板名
254
254
  :type TemplateName: str
@@ -375,7 +375,7 @@ class AlarmProfileList(AbstractModel):
375
375
 
376
376
  @property
377
377
  def UpdateTime(self):
378
- r"""更新时间
378
+ r"""更新时间,格式: "yyyy-MM-dd HH:mm:ss"
379
379
  :rtype: str
380
380
  """
381
381
  return self._UpdateTime
@@ -969,9 +969,9 @@ class AuditLogFile(AbstractModel):
969
969
  :type DownloadUrl: str
970
970
  :param _ErrMsg: 错误信息。
971
971
  :type ErrMsg: str
972
- :param _Progress: 文件生成进度。
972
+ :param _Progress: 文件生成进度。(单位:%)
973
973
  :type Progress: float
974
- :param _FinishTime: 文件生成成功时间。
974
+ :param _FinishTime: 文件生成成功时间。格式: "yyyy-MM-dd HH:mm:ss"
975
975
  :type FinishTime: str
976
976
  """
977
977
  self._AsyncRequestId = None
@@ -1066,7 +1066,7 @@ class AuditLogFile(AbstractModel):
1066
1066
 
1067
1067
  @property
1068
1068
  def Progress(self):
1069
- r"""文件生成进度。
1069
+ r"""文件生成进度。(单位:%)
1070
1070
  :rtype: float
1071
1071
  """
1072
1072
  return self._Progress
@@ -1077,7 +1077,7 @@ class AuditLogFile(AbstractModel):
1077
1077
 
1078
1078
  @property
1079
1079
  def FinishTime(self):
1080
- r"""文件生成成功时间。
1080
+ r"""文件生成成功时间。格式: "yyyy-MM-dd HH:mm:ss"
1081
1081
  :rtype: str
1082
1082
  """
1083
1083
  return self._FinishTime
@@ -1231,19 +1231,25 @@ class AutonomyActionVo(AbstractModel):
1231
1231
  :type EventId: int
1232
1232
  :param _Type: 类型:支持RedisAutoScaleUp
1233
1233
  :type Type: str
1234
- :param _TriggerTime: 自治任务触发时间。
1234
+ :param _TriggerTime: 自治任务触发时间。格式: "yyyy-MM-dd HH:mm:ss"
1235
1235
  :type TriggerTime: str
1236
- :param _CreateTime: 自治任务创建时间。
1236
+ :param _CreateTime: 自治任务创建时间。格式: "yyyy-MM-dd HH:mm:ss"
1237
1237
  :type CreateTime: str
1238
- :param _UpdateTime: 自治任务更新时间
1238
+ :param _UpdateTime: 自治任务更新时间,格式: "yyyy-MM-dd HH:mm:ss"
1239
1239
  :type UpdateTime: str
1240
- :param _FinishTime: 自治任务完成时间。
1240
+ :param _FinishTime: 自治任务完成时间。格式: "yyyy-MM-dd HH:mm:ss"
1241
1241
  :type FinishTime: str
1242
1242
  :param _ExpireTime: 剩余时间,单位:秒。
1243
1243
  :type ExpireTime: int
1244
1244
  :param _Reason: 触发原因。
1245
1245
  :type Reason: str
1246
- :param _Status: 自治任务状态:支持 RUNNING,FINISHED,TERMINATED,CANCELLED
1246
+ :param _Status: 自治任务状态:RUNNING,FINISHED,TERMINATED,CANCELLED
1247
+ 其中:
1248
+ RUNNING - 运行中
1249
+ FINISHED - 已完成
1250
+ TERMINATED - 已终止
1251
+ CANCELLED - 已取消
1252
+
1247
1253
  :type Status: str
1248
1254
  """
1249
1255
  self._ActionId = None
@@ -1292,7 +1298,7 @@ class AutonomyActionVo(AbstractModel):
1292
1298
 
1293
1299
  @property
1294
1300
  def TriggerTime(self):
1295
- r"""自治任务触发时间。
1301
+ r"""自治任务触发时间。格式: "yyyy-MM-dd HH:mm:ss"
1296
1302
  :rtype: str
1297
1303
  """
1298
1304
  return self._TriggerTime
@@ -1303,7 +1309,7 @@ class AutonomyActionVo(AbstractModel):
1303
1309
 
1304
1310
  @property
1305
1311
  def CreateTime(self):
1306
- r"""自治任务创建时间。
1312
+ r"""自治任务创建时间。格式: "yyyy-MM-dd HH:mm:ss"
1307
1313
  :rtype: str
1308
1314
  """
1309
1315
  return self._CreateTime
@@ -1314,7 +1320,7 @@ class AutonomyActionVo(AbstractModel):
1314
1320
 
1315
1321
  @property
1316
1322
  def UpdateTime(self):
1317
- r"""自治任务更新时间
1323
+ r"""自治任务更新时间,格式: "yyyy-MM-dd HH:mm:ss"
1318
1324
  :rtype: str
1319
1325
  """
1320
1326
  return self._UpdateTime
@@ -1325,7 +1331,7 @@ class AutonomyActionVo(AbstractModel):
1325
1331
 
1326
1332
  @property
1327
1333
  def FinishTime(self):
1328
- r"""自治任务完成时间。
1334
+ r"""自治任务完成时间。格式: "yyyy-MM-dd HH:mm:ss"
1329
1335
  :rtype: str
1330
1336
  """
1331
1337
  return self._FinishTime
@@ -1358,7 +1364,13 @@ class AutonomyActionVo(AbstractModel):
1358
1364
 
1359
1365
  @property
1360
1366
  def Status(self):
1361
- r"""自治任务状态:支持 RUNNING,FINISHED,TERMINATED,CANCELLED
1367
+ r"""自治任务状态:RUNNING,FINISHED,TERMINATED,CANCELLED
1368
+ 其中:
1369
+ RUNNING - 运行中
1370
+ FINISHED - 已完成
1371
+ TERMINATED - 已终止
1372
+ CANCELLED - 已取消
1373
+
1362
1374
  :rtype: str
1363
1375
  """
1364
1376
  return self._Status
@@ -1552,7 +1564,10 @@ class AutonomyUserProfileInfo(AbstractModel):
1552
1564
 
1553
1565
  def __init__(self):
1554
1566
  r"""
1555
- :param _Enabled: 是否开启自治。
1567
+ :param _Enabled: 是否开启自治。枚举值:true,false。
1568
+ 其中:
1569
+ true - 开启
1570
+ false - 关闭
1556
1571
  :type Enabled: bool
1557
1572
  :param _Uin: 用户Uin。
1558
1573
  :type Uin: str
@@ -1571,7 +1586,10 @@ class AutonomyUserProfileInfo(AbstractModel):
1571
1586
 
1572
1587
  @property
1573
1588
  def Enabled(self):
1574
- r"""是否开启自治。
1589
+ r"""是否开启自治。枚举值:true,false。
1590
+ 其中:
1591
+ true - 开启
1592
+ false - 关闭
1575
1593
  :rtype: bool
1576
1594
  """
1577
1595
  return self._Enabled
@@ -2043,9 +2061,9 @@ class CloseAuditServiceRequest(AbstractModel):
2043
2061
  r"""
2044
2062
  :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB。
2045
2063
  :type Product: str
2046
- :param _NodeRequestType: Product保持一致。如:"dcdb" ,"mariadb"。
2064
+ :param _NodeRequestType: NodeRequestType主要标识数据库产品类型,与Product保持一致。如:"dcdb" ,"mariadb"。
2047
2065
  :type NodeRequestType: str
2048
- :param _InstanceId: 实例Id。
2066
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2049
2067
  :type InstanceId: str
2050
2068
  """
2051
2069
  self._Product = None
@@ -2065,7 +2083,7 @@ class CloseAuditServiceRequest(AbstractModel):
2065
2083
 
2066
2084
  @property
2067
2085
  def NodeRequestType(self):
2068
- r"""Product保持一致。如:"dcdb" ,"mariadb"。
2086
+ r"""NodeRequestType主要标识数据库产品类型,与Product保持一致。如:"dcdb" ,"mariadb"。
2069
2087
  :rtype: str
2070
2088
  """
2071
2089
  return self._NodeRequestType
@@ -2076,7 +2094,7 @@ class CloseAuditServiceRequest(AbstractModel):
2076
2094
 
2077
2095
  @property
2078
2096
  def InstanceId(self):
2079
- r"""实例Id。
2097
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2080
2098
  :rtype: str
2081
2099
  """
2082
2100
  return self._InstanceId
@@ -2354,11 +2372,11 @@ class CreateAuditLogFileRequest(AbstractModel):
2354
2372
  :type Product: str
2355
2373
  :param _NodeRequestType: 与Product保持一致。如:"dcdb" ,"mariadb"
2356
2374
  :type NodeRequestType: str
2357
- :param _InstanceId: 实例 ID
2375
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2358
2376
  :type InstanceId: str
2359
- :param _StartTime: 开始时间,如“2019-09-10 12:13:14”。
2377
+ :param _StartTime: 开始时间,如“2025-03-17T00:00:00+00:00”。
2360
2378
  :type StartTime: str
2361
- :param _EndTime: 截止时间,如“2019-09-11 10:13:14”。
2379
+ :param _EndTime: 结束时间,如“2025-03-17T01:00:00+00:00”。
2362
2380
  :type EndTime: str
2363
2381
  :param _Filter: 过滤条件。可按设置的过滤条件过滤日志。
2364
2382
  :type Filter: :class:`tencentcloud.dbbrain.v20210527.models.AuditLogFilter`
@@ -2394,7 +2412,7 @@ class CreateAuditLogFileRequest(AbstractModel):
2394
2412
 
2395
2413
  @property
2396
2414
  def InstanceId(self):
2397
- r"""实例 ID
2415
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2398
2416
  :rtype: str
2399
2417
  """
2400
2418
  return self._InstanceId
@@ -2405,7 +2423,7 @@ class CreateAuditLogFileRequest(AbstractModel):
2405
2423
 
2406
2424
  @property
2407
2425
  def StartTime(self):
2408
- r"""开始时间,如“2019-09-10 12:13:14”。
2426
+ r"""开始时间,如“2025-03-17T00:00:00+00:00”。
2409
2427
  :rtype: str
2410
2428
  """
2411
2429
  return self._StartTime
@@ -2416,7 +2434,7 @@ class CreateAuditLogFileRequest(AbstractModel):
2416
2434
 
2417
2435
  @property
2418
2436
  def EndTime(self):
2419
- r"""截止时间,如“2019-09-11 10:13:14”。
2437
+ r"""结束时间,如“2025-03-17T01:00:00+00:00”。
2420
2438
  :rtype: str
2421
2439
  """
2422
2440
  return self._EndTime
@@ -2506,7 +2524,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2506
2524
 
2507
2525
  def __init__(self):
2508
2526
  r"""
2509
- :param _InstanceId: 实例ID
2527
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2510
2528
  :type InstanceId: str
2511
2529
  :param _StartTime: 开始时间,如“2020-11-08T14:00:00+08:00”。
2512
2530
  :type StartTime: str
@@ -2518,7 +2536,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2518
2536
  :type ContactPerson: list of int
2519
2537
  :param _ContactGroup: 接收邮件的联系组ID数组。
2520
2538
  :type ContactGroup: list of int
2521
- :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 CynosDB for MySQL,"redis" - 云数据库 Redis,默认值为"mysql"。
2539
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2522
2540
  :type Product: str
2523
2541
  """
2524
2542
  self._InstanceId = None
@@ -2531,7 +2549,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2531
2549
 
2532
2550
  @property
2533
2551
  def InstanceId(self):
2534
- r"""实例ID
2552
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2535
2553
  :rtype: str
2536
2554
  """
2537
2555
  return self._InstanceId
@@ -2597,7 +2615,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2597
2615
 
2598
2616
  @property
2599
2617
  def Product(self):
2600
- r"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 CynosDB for MySQL,"redis" - 云数据库 Redis,默认值为"mysql"。
2618
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2601
2619
  :rtype: str
2602
2620
  """
2603
2621
  return self._Product
@@ -2675,11 +2693,12 @@ class CreateDBDiagReportUrlRequest(AbstractModel):
2675
2693
 
2676
2694
  def __init__(self):
2677
2695
  r"""
2678
- :param _InstanceId: 实例ID
2696
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2697
+ 示例值:cdb-dctw4edd
2679
2698
  :type InstanceId: str
2680
- :param _AsyncRequestId: 健康报告相应的任务ID,可通过DescribeDBDiagReportTasks查询。
2699
+ :param _AsyncRequestId: 健康报告相应的任务ID,可通过[DescribeDBDiagReportTasks](https://cloud.tencent.com/document/product/1130/54873)查询。
2681
2700
  :type AsyncRequestId: int
2682
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
2701
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2683
2702
  :type Product: str
2684
2703
  """
2685
2704
  self._InstanceId = None
@@ -2688,7 +2707,8 @@ class CreateDBDiagReportUrlRequest(AbstractModel):
2688
2707
 
2689
2708
  @property
2690
2709
  def InstanceId(self):
2691
- r"""实例ID
2710
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2711
+ 示例值:cdb-dctw4edd
2692
2712
  :rtype: str
2693
2713
  """
2694
2714
  return self._InstanceId
@@ -2699,7 +2719,7 @@ class CreateDBDiagReportUrlRequest(AbstractModel):
2699
2719
 
2700
2720
  @property
2701
2721
  def AsyncRequestId(self):
2702
- r"""健康报告相应的任务ID,可通过DescribeDBDiagReportTasks查询。
2722
+ r"""健康报告相应的任务ID,可通过[DescribeDBDiagReportTasks](https://cloud.tencent.com/document/product/1130/54873)查询。
2703
2723
  :rtype: int
2704
2724
  """
2705
2725
  return self._AsyncRequestId
@@ -2710,7 +2730,7 @@ class CreateDBDiagReportUrlRequest(AbstractModel):
2710
2730
 
2711
2731
  @property
2712
2732
  def Product(self):
2713
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
2733
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2714
2734
  :rtype: str
2715
2735
  """
2716
2736
  return self._Product
@@ -3017,13 +3037,13 @@ class CreateMailProfileRequest(AbstractModel):
3017
3037
  :type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
3018
3038
  :param _ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
3019
3039
  :type ProfileLevel: str
3020
- :param _ProfileName: 配置名称,需要保持唯一性,数据库巡检邮件配置名称自拟;定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
3040
+ :param _ProfileName: 配置名称,需要保持唯一性,数据库巡检邮件配置名称自拟;定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。
3021
3041
  :type ProfileName: str
3022
3042
  :param _ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
3023
3043
  :type ProfileType: str
3024
- :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 CynosDB for MySQL。
3044
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"
3025
3045
  :type Product: str
3026
- :param _BindInstanceIds: 配置绑定的实例ID,当配置级别为"Instance"时需要传入且只能为一个实例;当配置级别为“User”时,此参数不填。
3046
+ :param _BindInstanceIds: 配置绑定的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。当配置级别为"Instance"时需要传入且只能为一个实例;当配置级别为“User”时,此参数不填。
3027
3047
  :type BindInstanceIds: list of str
3028
3048
  """
3029
3049
  self._ProfileInfo = None
@@ -3057,7 +3077,7 @@ class CreateMailProfileRequest(AbstractModel):
3057
3077
 
3058
3078
  @property
3059
3079
  def ProfileName(self):
3060
- r"""配置名称,需要保持唯一性,数据库巡检邮件配置名称自拟;定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
3080
+ r"""配置名称,需要保持唯一性,数据库巡检邮件配置名称自拟;定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。
3061
3081
  :rtype: str
3062
3082
  """
3063
3083
  return self._ProfileName
@@ -3079,7 +3099,7 @@ class CreateMailProfileRequest(AbstractModel):
3079
3099
 
3080
3100
  @property
3081
3101
  def Product(self):
3082
- r"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 CynosDB for MySQL。
3102
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"
3083
3103
  :rtype: str
3084
3104
  """
3085
3105
  return self._Product
@@ -3090,7 +3110,7 @@ class CreateMailProfileRequest(AbstractModel):
3090
3110
 
3091
3111
  @property
3092
3112
  def BindInstanceIds(self):
3093
- r"""配置绑定的实例ID,当配置级别为"Instance"时需要传入且只能为一个实例;当配置级别为“User”时,此参数不填。
3113
+ r"""配置绑定的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。当配置级别为"Instance"时需要传入且只能为一个实例;当配置级别为“User”时,此参数不填。
3094
3114
  :rtype: list of str
3095
3115
  """
3096
3116
  return self._BindInstanceIds
@@ -3263,7 +3283,7 @@ class CreateRedisBigKeyAnalysisTaskRequest(AbstractModel):
3263
3283
 
3264
3284
  def __init__(self):
3265
3285
  r"""
3266
- :param _InstanceId: 实例ID
3286
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3267
3287
  :type InstanceId: str
3268
3288
  :param _Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
3269
3289
  :type Product: str
@@ -3280,7 +3300,7 @@ class CreateRedisBigKeyAnalysisTaskRequest(AbstractModel):
3280
3300
 
3281
3301
  @property
3282
3302
  def InstanceId(self):
3283
- r"""实例ID
3303
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3284
3304
  :rtype: str
3285
3305
  """
3286
3306
  return self._InstanceId
@@ -3393,11 +3413,11 @@ class CreateSchedulerMailProfileRequest(AbstractModel):
3393
3413
  :type WeekConfiguration: list of int
3394
3414
  :param _ProfileInfo: 邮件配置内容。
3395
3415
  :type ProfileInfo: :class:`tencentcloud.dbbrain.v20210527.models.ProfileInfo`
3396
- :param _ProfileName: 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
3416
+ :param _ProfileName: 配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。
3397
3417
  :type ProfileName: str
3398
- :param _BindInstanceId: 配置订阅的实例ID
3418
+ :param _BindInstanceId: 配置订阅的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3399
3419
  :type BindInstanceId: str
3400
- :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
3420
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
3401
3421
  :type Product: str
3402
3422
  """
3403
3423
  self._WeekConfiguration = None
@@ -3430,7 +3450,7 @@ class CreateSchedulerMailProfileRequest(AbstractModel):
3430
3450
 
3431
3451
  @property
3432
3452
  def ProfileName(self):
3433
- r"""配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"schduler_cdb-test"。
3453
+ r"""配置名称,需要保持唯一性,定期生成邮件配置命名格式:"scheduler_" + {instanceId},如"scheduler_cdb-test"。
3434
3454
  :rtype: str
3435
3455
  """
3436
3456
  return self._ProfileName
@@ -3441,7 +3461,7 @@ class CreateSchedulerMailProfileRequest(AbstractModel):
3441
3461
 
3442
3462
  @property
3443
3463
  def BindInstanceId(self):
3444
- r"""配置订阅的实例ID
3464
+ r"""配置订阅的实例ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3445
3465
  :rtype: str
3446
3466
  """
3447
3467
  return self._BindInstanceId
@@ -3452,7 +3472,7 @@ class CreateSchedulerMailProfileRequest(AbstractModel):
3452
3472
 
3453
3473
  @property
3454
3474
  def Product(self):
3455
- r"""服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
3475
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
3456
3476
  :rtype: str
3457
3477
  """
3458
3478
  return self._Product
@@ -3654,9 +3674,15 @@ class CreateSqlFilterRequest(AbstractModel):
3654
3674
 
3655
3675
  def __init__(self):
3656
3676
  r"""
3657
- :param _InstanceId: 实例ID
3677
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3658
3678
  :type InstanceId: str
3659
- :param _SqlType: SQL类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
3679
+ :param _SqlType: SQL语句的类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
3680
+ 其中:
3681
+ SELECT - 查询
3682
+ UPDATE - 更新
3683
+ DELETE - 删除
3684
+ INSERT - 插入
3685
+ REPLACE - 替换
3660
3686
  :type SqlType: str
3661
3687
  :param _FilterKey: 关键字,用于筛选SQL语句,多个关键字用英文逗号分隔,逗号不能作为关键词,多个关键词之间的关系为“逻辑与”。
3662
3688
  :type FilterKey: str
@@ -3664,7 +3690,7 @@ class CreateSqlFilterRequest(AbstractModel):
3664
3690
  :type MaxConcurrency: int
3665
3691
  :param _Duration: 限流时长,单位秒,支持-1和小于2147483647的正整数,-1表示永不过期。
3666
3692
  :type Duration: int
3667
- :param _SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3693
+ :param _SessionToken: 通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3668
3694
  :type SessionToken: str
3669
3695
  :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
3670
3696
  :type Product: str
@@ -3679,7 +3705,7 @@ class CreateSqlFilterRequest(AbstractModel):
3679
3705
 
3680
3706
  @property
3681
3707
  def InstanceId(self):
3682
- r"""实例ID
3708
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3683
3709
  :rtype: str
3684
3710
  """
3685
3711
  return self._InstanceId
@@ -3690,7 +3716,13 @@ class CreateSqlFilterRequest(AbstractModel):
3690
3716
 
3691
3717
  @property
3692
3718
  def SqlType(self):
3693
- r"""SQL类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
3719
+ r"""SQL语句的类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
3720
+ 其中:
3721
+ SELECT - 查询
3722
+ UPDATE - 更新
3723
+ DELETE - 删除
3724
+ INSERT - 插入
3725
+ REPLACE - 替换
3694
3726
  :rtype: str
3695
3727
  """
3696
3728
  return self._SqlType
@@ -3734,7 +3766,7 @@ class CreateSqlFilterRequest(AbstractModel):
3734
3766
 
3735
3767
  @property
3736
3768
  def SessionToken(self):
3737
- r"""通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3769
+ r"""通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3738
3770
  :rtype: str
3739
3771
  """
3740
3772
  return self._SessionToken
@@ -3823,9 +3855,9 @@ class CreateUserAutonomyProfileRequest(AbstractModel):
3823
3855
 
3824
3856
  def __init__(self):
3825
3857
  r"""
3826
- :param _ProfileType: 配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
3858
+ :param _ProfileType: 配置类型,为需要配置的功能枚举值,目前包含以下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
3827
3859
  :type ProfileType: str
3828
- :param _InstanceId: 实列ID
3860
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3829
3861
  :type InstanceId: str
3830
3862
  :param _Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
3831
3863
  :type Product: str
@@ -3839,7 +3871,7 @@ class CreateUserAutonomyProfileRequest(AbstractModel):
3839
3871
 
3840
3872
  @property
3841
3873
  def ProfileType(self):
3842
- r"""配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
3874
+ r"""配置类型,为需要配置的功能枚举值,目前包含以下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
3843
3875
  :rtype: str
3844
3876
  """
3845
3877
  return self._ProfileType
@@ -3850,7 +3882,7 @@ class CreateUserAutonomyProfileRequest(AbstractModel):
3850
3882
 
3851
3883
  @property
3852
3884
  def InstanceId(self):
3853
- r"""实列ID
3885
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3854
3886
  :rtype: str
3855
3887
  """
3856
3888
  return self._InstanceId
@@ -3932,13 +3964,13 @@ class DeleteAuditLogFileRequest(AbstractModel):
3932
3964
 
3933
3965
  def __init__(self):
3934
3966
  r"""
3935
- :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB。
3967
+ :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
3936
3968
  :type Product: str
3937
- :param _NodeRequestType: Product保持一致。如:"dcdb" ,"mariadb"
3969
+ :param _NodeRequestType: NodeRequestType主要标识数据库产品类型,与Product保持一致。该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
3938
3970
  :type NodeRequestType: str
3939
- :param _InstanceId: 实例 ID
3971
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3940
3972
  :type InstanceId: str
3941
- :param _AsyncRequestId: 审计日志文件生成异步任务ID
3973
+ :param _AsyncRequestId: 审计日志文件生成异步任务ID。可通过[查询审计日志文件](https://cloud.tencent.com/document/product/1130/90371)获得。
3942
3974
  :type AsyncRequestId: int
3943
3975
  """
3944
3976
  self._Product = None
@@ -3948,7 +3980,7 @@ class DeleteAuditLogFileRequest(AbstractModel):
3948
3980
 
3949
3981
  @property
3950
3982
  def Product(self):
3951
- r"""服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB。
3983
+ r"""服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
3952
3984
  :rtype: str
3953
3985
  """
3954
3986
  return self._Product
@@ -3959,7 +3991,7 @@ class DeleteAuditLogFileRequest(AbstractModel):
3959
3991
 
3960
3992
  @property
3961
3993
  def NodeRequestType(self):
3962
- r"""Product保持一致。如:"dcdb" ,"mariadb"
3994
+ r"""NodeRequestType主要标识数据库产品类型,与Product保持一致。该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
3963
3995
  :rtype: str
3964
3996
  """
3965
3997
  return self._NodeRequestType
@@ -3970,7 +4002,7 @@ class DeleteAuditLogFileRequest(AbstractModel):
3970
4002
 
3971
4003
  @property
3972
4004
  def InstanceId(self):
3973
- r"""实例 ID
4005
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
3974
4006
  :rtype: str
3975
4007
  """
3976
4008
  return self._InstanceId
@@ -3981,7 +4013,7 @@ class DeleteAuditLogFileRequest(AbstractModel):
3981
4013
 
3982
4014
  @property
3983
4015
  def AsyncRequestId(self):
3984
- r"""审计日志文件生成异步任务ID
4016
+ r"""审计日志文件生成异步任务ID。可通过[查询审计日志文件](https://cloud.tencent.com/document/product/1130/90371)获得。
3985
4017
  :rtype: int
3986
4018
  """
3987
4019
  return self._AsyncRequestId
@@ -4041,11 +4073,11 @@ class DeleteDBDiagReportTasksRequest(AbstractModel):
4041
4073
 
4042
4074
  def __init__(self):
4043
4075
  r"""
4044
- :param _AsyncRequestIds: 需要删除的任务id列表
4076
+ :param _AsyncRequestIds: 需要删除的任务id列表。可通过[查询健康报告生成任务列表](https://cloud.tencent.com/document/product/1130/57805)获取
4045
4077
  :type AsyncRequestIds: list of int
4046
- :param _InstanceId: 实例ID
4078
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
4047
4079
  :type InstanceId: str
4048
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
4080
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"dbbrain-mysql" - 自建 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
4049
4081
  :type Product: str
4050
4082
  """
4051
4083
  self._AsyncRequestIds = None
@@ -4054,7 +4086,7 @@ class DeleteDBDiagReportTasksRequest(AbstractModel):
4054
4086
 
4055
4087
  @property
4056
4088
  def AsyncRequestIds(self):
4057
- r"""需要删除的任务id列表
4089
+ r"""需要删除的任务id列表。可通过[查询健康报告生成任务列表](https://cloud.tencent.com/document/product/1130/57805)获取
4058
4090
  :rtype: list of int
4059
4091
  """
4060
4092
  return self._AsyncRequestIds
@@ -4065,7 +4097,7 @@ class DeleteDBDiagReportTasksRequest(AbstractModel):
4065
4097
 
4066
4098
  @property
4067
4099
  def InstanceId(self):
4068
- r"""实例ID
4100
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
4069
4101
  :rtype: str
4070
4102
  """
4071
4103
  return self._InstanceId
@@ -4076,7 +4108,7 @@ class DeleteDBDiagReportTasksRequest(AbstractModel):
4076
4108
 
4077
4109
  @property
4078
4110
  def Product(self):
4079
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
4111
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"dbbrain-mysql" - 自建 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
4080
4112
  :rtype: str
4081
4113
  """
4082
4114
  return self._Product
@@ -4353,11 +4385,11 @@ class DeleteSqlFiltersRequest(AbstractModel):
4353
4385
 
4354
4386
  def __init__(self):
4355
4387
  r"""
4356
- :param _InstanceId: 实例ID
4388
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
4357
4389
  :type InstanceId: str
4358
- :param _FilterIds: 限流任务ID列表。
4390
+ :param _FilterIds: 限流任务ID列表。通过接口[创建实例SQL限流任务](https://cloud.tencent.com/document/product/1130/72835)获得。
4359
4391
  :type FilterIds: list of int
4360
- :param _SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
4392
+ :param _SessionToken: 通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
4361
4393
  :type SessionToken: str
4362
4394
  :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
4363
4395
  :type Product: str
@@ -4369,7 +4401,7 @@ class DeleteSqlFiltersRequest(AbstractModel):
4369
4401
 
4370
4402
  @property
4371
4403
  def InstanceId(self):
4372
- r"""实例ID
4404
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
4373
4405
  :rtype: str
4374
4406
  """
4375
4407
  return self._InstanceId
@@ -4380,7 +4412,7 @@ class DeleteSqlFiltersRequest(AbstractModel):
4380
4412
 
4381
4413
  @property
4382
4414
  def FilterIds(self):
4383
- r"""限流任务ID列表。
4415
+ r"""限流任务ID列表。通过接口[创建实例SQL限流任务](https://cloud.tencent.com/document/product/1130/72835)获得。
4384
4416
  :rtype: list of int
4385
4417
  """
4386
4418
  return self._FilterIds
@@ -4391,7 +4423,7 @@ class DeleteSqlFiltersRequest(AbstractModel):
4391
4423
 
4392
4424
  @property
4393
4425
  def SessionToken(self):
4394
- r"""通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
4426
+ r"""通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
4395
4427
  :rtype: str
4396
4428
  """
4397
4429
  return self._SessionToken
@@ -4464,12 +4496,11 @@ class DescribeAlarmTemplateRequest(AbstractModel):
4464
4496
  r"""
4465
4497
  :param _TemplateNameRegexp: 搜索字段
4466
4498
  :type TemplateNameRegexp: str
4467
- :param _Limit: 返回限制长度
4499
+ :param _Limit: 返回限制长度,最大值: 50,默认值: 50
4468
4500
  :type Limit: int
4469
- :param _Offset: 偏置
4501
+ :param _Offset: 偏置,最大值: 无限制,默认值: 0
4470
4502
  :type Offset: int
4471
- :param _Product: mysql - mysql
4472
- cynosdb - tdsql-c
4503
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL
4473
4504
  :type Product: str
4474
4505
  """
4475
4506
  self._TemplateNameRegexp = None
@@ -4490,7 +4521,7 @@ cynosdb - tdsql-c
4490
4521
 
4491
4522
  @property
4492
4523
  def Limit(self):
4493
- r"""返回限制长度
4524
+ r"""返回限制长度,最大值: 50,默认值: 50
4494
4525
  :rtype: int
4495
4526
  """
4496
4527
  return self._Limit
@@ -4501,7 +4532,7 @@ cynosdb - tdsql-c
4501
4532
 
4502
4533
  @property
4503
4534
  def Offset(self):
4504
- r"""偏置
4535
+ r"""偏置,最大值: 无限制,默认值: 0
4505
4536
  :rtype: int
4506
4537
  """
4507
4538
  return self._Offset
@@ -4512,8 +4543,7 @@ cynosdb - tdsql-c
4512
4543
 
4513
4544
  @property
4514
4545
  def Product(self):
4515
- r"""mysql - mysql
4516
- cynosdb - tdsql-c
4546
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL
4517
4547
  :rtype: str
4518
4548
  """
4519
4549
  return self._Product
@@ -4838,7 +4868,7 @@ class DescribeAuditInstanceListRequest(AbstractModel):
4838
4868
  r"""
4839
4869
  :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB。
4840
4870
  :type Product: str
4841
- :param _NodeRequestType: Product保持一致。如:"dcdb" ,"mariadb"。
4871
+ :param _NodeRequestType: NodeRequestType主要标识数据库产品类型,与Product保持一致。如:"dcdb" ,"mariadb"。
4842
4872
  :type NodeRequestType: str
4843
4873
  :param _AuditSwitch: 审计状态标识,0-未开通审计;1-已开通审计,默认为0。
4844
4874
  :type AuditSwitch: int
@@ -4846,7 +4876,7 @@ class DescribeAuditInstanceListRequest(AbstractModel):
4846
4876
  :type Offset: int
4847
4877
  :param _Limit: 查询数目,默认为20,最大为100。
4848
4878
  :type Limit: int
4849
- :param _Filters: 查询实例的搜索条件。
4879
+ :param _Filters: 查询实例的搜索条件。Name包括:InstanceId, InstanceName。
4850
4880
  :type Filters: list of AuditInstanceFilter
4851
4881
  """
4852
4882
  self._Product = None
@@ -4869,7 +4899,7 @@ class DescribeAuditInstanceListRequest(AbstractModel):
4869
4899
 
4870
4900
  @property
4871
4901
  def NodeRequestType(self):
4872
- r"""Product保持一致。如:"dcdb" ,"mariadb"。
4902
+ r"""NodeRequestType主要标识数据库产品类型,与Product保持一致。如:"dcdb" ,"mariadb"。
4873
4903
  :rtype: str
4874
4904
  """
4875
4905
  return self._NodeRequestType
@@ -4913,7 +4943,7 @@ class DescribeAuditInstanceListRequest(AbstractModel):
4913
4943
 
4914
4944
  @property
4915
4945
  def Filters(self):
4916
- r"""查询实例的搜索条件。
4946
+ r"""查询实例的搜索条件。Name包括:InstanceId, InstanceName。
4917
4947
  :rtype: list of AuditInstanceFilter
4918
4948
  """
4919
4949
  return self._Filters
@@ -5019,7 +5049,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
5019
5049
  :type Product: str
5020
5050
  :param _NodeRequestType: 该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
5021
5051
  :type NodeRequestType: str
5022
- :param _InstanceId: 实例 ID
5052
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5023
5053
  :type InstanceId: str
5024
5054
  :param _Offset: 偏移量,默认为0。
5025
5055
  :type Offset: int
@@ -5056,7 +5086,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
5056
5086
 
5057
5087
  @property
5058
5088
  def InstanceId(self):
5059
- r"""实例 ID
5089
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5060
5090
  :rtype: str
5061
5091
  """
5062
5092
  return self._InstanceId
@@ -5174,9 +5204,9 @@ class DescribeDBAutonomyActionRequest(AbstractModel):
5174
5204
 
5175
5205
  def __init__(self):
5176
5206
  r"""
5177
- :param _ActionId: 自治任务ID
5207
+ :param _ActionId: 自治任务ID。可通过 [DescribeDBAutonomyActions](https://cloud.tencent.com/document/product/1130/116974) 接口获取。
5178
5208
  :type ActionId: int
5179
- :param _InstanceId: 实列ID
5209
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5180
5210
  :type InstanceId: str
5181
5211
  :param _Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
5182
5212
  :type Product: str
@@ -5187,7 +5217,7 @@ class DescribeDBAutonomyActionRequest(AbstractModel):
5187
5217
 
5188
5218
  @property
5189
5219
  def ActionId(self):
5190
- r"""自治任务ID
5220
+ r"""自治任务ID。可通过 [DescribeDBAutonomyActions](https://cloud.tencent.com/document/product/1130/116974) 接口获取。
5191
5221
  :rtype: int
5192
5222
  """
5193
5223
  return self._ActionId
@@ -5198,7 +5228,7 @@ class DescribeDBAutonomyActionRequest(AbstractModel):
5198
5228
 
5199
5229
  @property
5200
5230
  def InstanceId(self):
5201
- r"""实列ID
5231
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5202
5232
  :rtype: str
5203
5233
  """
5204
5234
  return self._InstanceId
@@ -5248,19 +5278,25 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5248
5278
  :type TaskId: int
5249
5279
  :param _Type: 类型:支持RedisAutoScaleUp
5250
5280
  :type Type: str
5251
- :param _TriggerTime: 自治任务触发时间。
5281
+ :param _TriggerTime: 自治任务触发时间。格式: "yyyy-MM-dd HH:mm:ss"
5252
5282
  :type TriggerTime: str
5253
- :param _CreateTime: 自治任务创建时间。
5283
+ :param _CreateTime: 自治任务创建时间。格式: "yyyy-MM-dd HH:mm:ss"
5254
5284
  :type CreateTime: str
5255
- :param _UpdateTime: 自治任务更新时间。
5285
+ :param _UpdateTime: 自治任务更新时间。格式: "yyyy-MM-dd HH:mm:ss"
5256
5286
  :type UpdateTime: str
5257
- :param _FinishTime: 自治任务完成时间。
5287
+ :param _FinishTime: 自治任务完成时间。格式: "yyyy-MM-dd HH:mm:ss"
5258
5288
  :type FinishTime: str
5259
5289
  :param _ExpireTime: 剩余时间,单位:秒。
5260
5290
  :type ExpireTime: int
5261
5291
  :param _Reason: 触发原因。
5262
5292
  :type Reason: str
5263
5293
  :param _Status: 自治任务状态:支持 RUNNING,FINISHED,TERMINATED,CANCELLED
5294
+ 其中:
5295
+ RUNNING - 运行中
5296
+ FINISHED - 已完成
5297
+ TERMINATED - 已终止
5298
+ CANCELLED - 已取消
5299
+
5264
5300
  :type Status: str
5265
5301
  :param _Info: 任务相关的图表等信息。
5266
5302
  :type Info: str
@@ -5327,7 +5363,7 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5327
5363
 
5328
5364
  @property
5329
5365
  def TriggerTime(self):
5330
- r"""自治任务触发时间。
5366
+ r"""自治任务触发时间。格式: "yyyy-MM-dd HH:mm:ss"
5331
5367
  :rtype: str
5332
5368
  """
5333
5369
  return self._TriggerTime
@@ -5338,7 +5374,7 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5338
5374
 
5339
5375
  @property
5340
5376
  def CreateTime(self):
5341
- r"""自治任务创建时间。
5377
+ r"""自治任务创建时间。格式: "yyyy-MM-dd HH:mm:ss"
5342
5378
  :rtype: str
5343
5379
  """
5344
5380
  return self._CreateTime
@@ -5349,7 +5385,7 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5349
5385
 
5350
5386
  @property
5351
5387
  def UpdateTime(self):
5352
- r"""自治任务更新时间。
5388
+ r"""自治任务更新时间。格式: "yyyy-MM-dd HH:mm:ss"
5353
5389
  :rtype: str
5354
5390
  """
5355
5391
  return self._UpdateTime
@@ -5360,7 +5396,7 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5360
5396
 
5361
5397
  @property
5362
5398
  def FinishTime(self):
5363
- r"""自治任务完成时间。
5399
+ r"""自治任务完成时间。格式: "yyyy-MM-dd HH:mm:ss"
5364
5400
  :rtype: str
5365
5401
  """
5366
5402
  return self._FinishTime
@@ -5394,6 +5430,12 @@ class DescribeDBAutonomyActionResponse(AbstractModel):
5394
5430
  @property
5395
5431
  def Status(self):
5396
5432
  r"""自治任务状态:支持 RUNNING,FINISHED,TERMINATED,CANCELLED
5433
+ 其中:
5434
+ RUNNING - 运行中
5435
+ FINISHED - 已完成
5436
+ TERMINATED - 已终止
5437
+ CANCELLED - 已取消
5438
+
5397
5439
  :rtype: str
5398
5440
  """
5399
5441
  return self._Status
@@ -5448,9 +5490,9 @@ class DescribeDBAutonomyActionsRequest(AbstractModel):
5448
5490
 
5449
5491
  def __init__(self):
5450
5492
  r"""
5451
- :param _EventId: 事件ID
5493
+ :param _EventId: 事件ID。可通过 [DescribeDBDiagHistory](https://cloud.tencent.com/document/product/1130/39559) 接口获取。
5452
5494
  :type EventId: int
5453
- :param _InstanceId: 实列ID
5495
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5454
5496
  :type InstanceId: str
5455
5497
  :param _Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
5456
5498
  :type Product: str
@@ -5461,7 +5503,7 @@ class DescribeDBAutonomyActionsRequest(AbstractModel):
5461
5503
 
5462
5504
  @property
5463
5505
  def EventId(self):
5464
- r"""事件ID
5506
+ r"""事件ID。可通过 [DescribeDBDiagHistory](https://cloud.tencent.com/document/product/1130/39559) 接口获取。
5465
5507
  :rtype: int
5466
5508
  """
5467
5509
  return self._EventId
@@ -5472,7 +5514,7 @@ class DescribeDBAutonomyActionsRequest(AbstractModel):
5472
5514
 
5473
5515
  @property
5474
5516
  def InstanceId(self):
5475
- r"""实列ID
5517
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5476
5518
  :rtype: str
5477
5519
  """
5478
5520
  return self._InstanceId
@@ -5751,9 +5793,9 @@ class DescribeDBDiagEventRequest(AbstractModel):
5751
5793
 
5752
5794
  def __init__(self):
5753
5795
  r"""
5754
- :param _InstanceId: 实例 ID
5796
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5755
5797
  :type InstanceId: str
5756
- :param _EventId: 事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。
5798
+ :param _EventId: 事件 ID 。通过“获取实例诊断历史[DescribeDBDiagHistory](https://cloud.tencent.com/document/product/1130/39559) ”获取。
5757
5799
  :type EventId: int
5758
5800
  :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
5759
5801
  :type Product: str
@@ -5764,7 +5806,7 @@ class DescribeDBDiagEventRequest(AbstractModel):
5764
5806
 
5765
5807
  @property
5766
5808
  def InstanceId(self):
5767
- r"""实例 ID
5809
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
5768
5810
  :rtype: str
5769
5811
  """
5770
5812
  return self._InstanceId
@@ -5775,7 +5817,7 @@ class DescribeDBDiagEventRequest(AbstractModel):
5775
5817
 
5776
5818
  @property
5777
5819
  def EventId(self):
5778
- r"""事件 ID 。通过“获取实例诊断历史DescribeDBDiagHistory”获取。
5820
+ r"""事件 ID 。通过“获取实例诊断历史[DescribeDBDiagHistory](https://cloud.tencent.com/document/product/1130/39559) ”获取。
5779
5821
  :rtype: int
5780
5822
  """
5781
5823
  return self._EventId
@@ -5819,7 +5861,7 @@ class DescribeDBDiagEventResponse(AbstractModel):
5819
5861
  r"""
5820
5862
  :param _DiagItem: 诊断项。
5821
5863
  :type DiagItem: str
5822
- :param _DiagType: 诊断类型。
5864
+ :param _DiagType: 诊断类型。支持值包括"高危账号","自增键耗尽","连接性检查","CPU利用率","死锁","全表扫描","高并发/压力请求","预编译语句过多","内存利用率","Metadata lock","磁盘超限","内存超限","只读锁","只读实例剔除","行锁","活跃会话","慢SQL","数据库快照","磁盘空间利用率","执行计划变化","主从切换","Table open cache命中率低","大表","事务未提交","事务导致复制延迟"等。
5823
5865
  :type DiagType: str
5824
5866
  :param _EventId: 事件 ID 。
5825
5867
  :type EventId: int
@@ -5831,13 +5873,13 @@ class DescribeDBDiagEventResponse(AbstractModel):
5831
5873
  :type Problem: str
5832
5874
  :param _Severity: 严重程度。严重程度分为5级,按影响程度从高至低分别为:1:致命,2:严重,3:告警,4:提示,5:健康。
5833
5875
  :type Severity: int
5834
- :param _StartTime: 开始时间
5876
+ :param _StartTime: 开始时间。格式: "yyyy-MM-dd HH:mm:ss"
5835
5877
  :type StartTime: str
5836
5878
  :param _Suggestions: 诊断建议,若无建议则输出为空。
5837
5879
  :type Suggestions: str
5838
5880
  :param _Metric: 保留字段。
5839
5881
  :type Metric: str
5840
- :param _EndTime: 结束时间。
5882
+ :param _EndTime: 结束时间。格式: "yyyy-MM-dd HH:mm:ss"
5841
5883
  :type EndTime: str
5842
5884
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5843
5885
  :type RequestId: str
@@ -5868,7 +5910,7 @@ class DescribeDBDiagEventResponse(AbstractModel):
5868
5910
 
5869
5911
  @property
5870
5912
  def DiagType(self):
5871
- r"""诊断类型。
5913
+ r"""诊断类型。支持值包括"高危账号","自增键耗尽","连接性检查","CPU利用率","死锁","全表扫描","高并发/压力请求","预编译语句过多","内存利用率","Metadata lock","磁盘超限","内存超限","只读锁","只读实例剔除","行锁","活跃会话","慢SQL","数据库快照","磁盘空间利用率","执行计划变化","主从切换","Table open cache命中率低","大表","事务未提交","事务导致复制延迟"等。
5872
5914
  :rtype: str
5873
5915
  """
5874
5916
  return self._DiagType
@@ -5934,7 +5976,7 @@ class DescribeDBDiagEventResponse(AbstractModel):
5934
5976
 
5935
5977
  @property
5936
5978
  def StartTime(self):
5937
- r"""开始时间
5979
+ r"""开始时间。格式: "yyyy-MM-dd HH:mm:ss"
5938
5980
  :rtype: str
5939
5981
  """
5940
5982
  return self._StartTime
@@ -5967,7 +6009,7 @@ class DescribeDBDiagEventResponse(AbstractModel):
5967
6009
 
5968
6010
  @property
5969
6011
  def EndTime(self):
5970
- r"""结束时间。
6012
+ r"""结束时间。格式: "yyyy-MM-dd HH:mm:ss"
5971
6013
  :rtype: str
5972
6014
  """
5973
6015
  return self._EndTime
@@ -6199,9 +6241,9 @@ class DescribeDBDiagHistoryRequest(AbstractModel):
6199
6241
 
6200
6242
  def __init__(self):
6201
6243
  r"""
6202
- :param _InstanceId: 实例 ID
6244
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
6203
6245
  :type InstanceId: str
6204
- :param _StartTime: 开始时间,如“2019-09-10 12:13:14”。
6246
+ :param _StartTime: 开始时间,如“2019-09-10 12:13:14”。结束时间与开始时间的间隔最大可为2天。
6205
6247
  :type StartTime: str
6206
6248
  :param _EndTime: 结束时间,如“2019-09-11 12:13:14”,结束时间与开始时间的间隔最大可为2天。
6207
6249
  :type EndTime: str
@@ -6215,7 +6257,7 @@ class DescribeDBDiagHistoryRequest(AbstractModel):
6215
6257
 
6216
6258
  @property
6217
6259
  def InstanceId(self):
6218
- r"""实例 ID
6260
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
6219
6261
  :rtype: str
6220
6262
  """
6221
6263
  return self._InstanceId
@@ -6226,7 +6268,7 @@ class DescribeDBDiagHistoryRequest(AbstractModel):
6226
6268
 
6227
6269
  @property
6228
6270
  def StartTime(self):
6229
- r"""开始时间,如“2019-09-10 12:13:14”。
6271
+ r"""开始时间,如“2019-09-10 12:13:14”。结束时间与开始时间的间隔最大可为2天。
6230
6272
  :rtype: str
6231
6273
  """
6232
6274
  return self._StartTime
@@ -7469,13 +7511,13 @@ class DescribeIndexRecommendAggregationSlowLogsRequest(AbstractModel):
7469
7511
  r"""
7470
7512
  :param _Product: 服务产品类型,支持值包括:"mongodb" - 云数据库 。
7471
7513
  :type Product: str
7472
- :param _InstanceId: 实例ID
7514
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7473
7515
  :type InstanceId: str
7474
7516
  :param _Db: 数据库名称。
7475
7517
  :type Db: str
7476
7518
  :param _Collection: 表名。
7477
7519
  :type Collection: str
7478
- :param _Signs: 签名。这个值是DescribelndexRecommendInfo接口返回
7520
+ :param _Signs: 签名。这个值是 [DescribeIndexRecommendInfo](https://cloud.tencent.com/document/product/1130/98911) 接口返回
7479
7521
  :type Signs: list of str
7480
7522
  """
7481
7523
  self._Product = None
@@ -7497,7 +7539,7 @@ class DescribeIndexRecommendAggregationSlowLogsRequest(AbstractModel):
7497
7539
 
7498
7540
  @property
7499
7541
  def InstanceId(self):
7500
- r"""实例ID
7542
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7501
7543
  :rtype: str
7502
7544
  """
7503
7545
  return self._InstanceId
@@ -7530,7 +7572,7 @@ class DescribeIndexRecommendAggregationSlowLogsRequest(AbstractModel):
7530
7572
 
7531
7573
  @property
7532
7574
  def Signs(self):
7533
- r"""签名。这个值是DescribelndexRecommendInfo接口返回
7575
+ r"""签名。这个值是 [DescribeIndexRecommendInfo](https://cloud.tencent.com/document/product/1130/98911) 接口返回
7534
7576
  :rtype: list of str
7535
7577
  """
7536
7578
  return self._Signs
@@ -7610,7 +7652,7 @@ class DescribeIndexRecommendInfoRequest(AbstractModel):
7610
7652
  r"""
7611
7653
  :param _Product: 服务产品类型,支持值包括:"mongodb" - 云数据库 。
7612
7654
  :type Product: str
7613
- :param _InstanceId: 实例ID
7655
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7614
7656
  :type InstanceId: str
7615
7657
  """
7616
7658
  self._Product = None
@@ -7629,7 +7671,7 @@ class DescribeIndexRecommendInfoRequest(AbstractModel):
7629
7671
 
7630
7672
  @property
7631
7673
  def InstanceId(self):
7632
- r"""实例ID
7674
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7633
7675
  :rtype: str
7634
7676
  """
7635
7677
  return self._InstanceId
@@ -7934,6 +7976,165 @@ class DescribeMailProfileResponse(AbstractModel):
7934
7976
  self._RequestId = params.get("RequestId")
7935
7977
 
7936
7978
 
7979
+ class DescribeMetricTopProxiesRequest(AbstractModel):
7980
+ r"""DescribeMetricTopProxies请求参数结构体
7981
+
7982
+ """
7983
+
7984
+ def __init__(self):
7985
+ r"""
7986
+ :param _StartTime: 开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。
7987
+ :type StartTime: str
7988
+ :param _EndTime: 结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。
7989
+ :type EndTime: str
7990
+ :param _InstanceId: 实例ID列表。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7991
+ :type InstanceId: str
7992
+ :param _Product: 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mariadb"-数据库mariadb 默认为"mysql"。
7993
+ :type Product: str
7994
+ :param _Metric: 指标 eg: cpu_util, connections
7995
+ :type Metric: str
7996
+ :param _Limit: 默认前20条
7997
+ :type Limit: int
7998
+ """
7999
+ self._StartTime = None
8000
+ self._EndTime = None
8001
+ self._InstanceId = None
8002
+ self._Product = None
8003
+ self._Metric = None
8004
+ self._Limit = None
8005
+
8006
+ @property
8007
+ def StartTime(self):
8008
+ r"""开始时间,如“2021-05-27 00:00:00”,支持的最早查询时间为当前时间的前30天。
8009
+ :rtype: str
8010
+ """
8011
+ return self._StartTime
8012
+
8013
+ @StartTime.setter
8014
+ def StartTime(self, StartTime):
8015
+ self._StartTime = StartTime
8016
+
8017
+ @property
8018
+ def EndTime(self):
8019
+ r"""结束时间,如“2021-05-27 01:00:00”,支持的最早查询时间为当前时间的前30天。
8020
+ :rtype: str
8021
+ """
8022
+ return self._EndTime
8023
+
8024
+ @EndTime.setter
8025
+ def EndTime(self, EndTime):
8026
+ self._EndTime = EndTime
8027
+
8028
+ @property
8029
+ def InstanceId(self):
8030
+ r"""实例ID列表。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
8031
+ :rtype: str
8032
+ """
8033
+ return self._InstanceId
8034
+
8035
+ @InstanceId.setter
8036
+ def InstanceId(self, InstanceId):
8037
+ self._InstanceId = InstanceId
8038
+
8039
+ @property
8040
+ def Product(self):
8041
+ r"""服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,"mariadb"-数据库mariadb 默认为"mysql"。
8042
+ :rtype: str
8043
+ """
8044
+ return self._Product
8045
+
8046
+ @Product.setter
8047
+ def Product(self, Product):
8048
+ self._Product = Product
8049
+
8050
+ @property
8051
+ def Metric(self):
8052
+ r"""指标 eg: cpu_util, connections
8053
+ :rtype: str
8054
+ """
8055
+ return self._Metric
8056
+
8057
+ @Metric.setter
8058
+ def Metric(self, Metric):
8059
+ self._Metric = Metric
8060
+
8061
+ @property
8062
+ def Limit(self):
8063
+ r"""默认前20条
8064
+ :rtype: int
8065
+ """
8066
+ return self._Limit
8067
+
8068
+ @Limit.setter
8069
+ def Limit(self, Limit):
8070
+ self._Limit = Limit
8071
+
8072
+
8073
+ def _deserialize(self, params):
8074
+ self._StartTime = params.get("StartTime")
8075
+ self._EndTime = params.get("EndTime")
8076
+ self._InstanceId = params.get("InstanceId")
8077
+ self._Product = params.get("Product")
8078
+ self._Metric = params.get("Metric")
8079
+ self._Limit = params.get("Limit")
8080
+ memeber_set = set(params.keys())
8081
+ for name, value in vars(self).items():
8082
+ property_name = name[1:]
8083
+ if property_name in memeber_set:
8084
+ memeber_set.remove(property_name)
8085
+ if len(memeber_set) > 0:
8086
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8087
+
8088
+
8089
+
8090
+ class DescribeMetricTopProxiesResponse(AbstractModel):
8091
+ r"""DescribeMetricTopProxies返回参数结构体
8092
+
8093
+ """
8094
+
8095
+ def __init__(self):
8096
+ r"""
8097
+ :param _Data: 命令列表
8098
+ :type Data: list of RedisMetricTopProxiesData
8099
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8100
+ :type RequestId: str
8101
+ """
8102
+ self._Data = None
8103
+ self._RequestId = None
8104
+
8105
+ @property
8106
+ def Data(self):
8107
+ r"""命令列表
8108
+ :rtype: list of RedisMetricTopProxiesData
8109
+ """
8110
+ return self._Data
8111
+
8112
+ @Data.setter
8113
+ def Data(self, Data):
8114
+ self._Data = Data
8115
+
8116
+ @property
8117
+ def RequestId(self):
8118
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8119
+ :rtype: str
8120
+ """
8121
+ return self._RequestId
8122
+
8123
+ @RequestId.setter
8124
+ def RequestId(self, RequestId):
8125
+ self._RequestId = RequestId
8126
+
8127
+
8128
+ def _deserialize(self, params):
8129
+ if params.get("Data") is not None:
8130
+ self._Data = []
8131
+ for item in params.get("Data"):
8132
+ obj = RedisMetricTopProxiesData()
8133
+ obj._deserialize(item)
8134
+ self._Data.append(obj)
8135
+ self._RequestId = params.get("RequestId")
8136
+
8137
+
7937
8138
  class DescribeMySqlProcessListRequest(AbstractModel):
7938
8139
  r"""DescribeMySqlProcessList请求参数结构体
7939
8140
 
@@ -7941,7 +8142,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
7941
8142
 
7942
8143
  def __init__(self):
7943
8144
  r"""
7944
- :param _InstanceId: 实例ID
8145
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7945
8146
  :type InstanceId: str
7946
8147
  :param _ID: 线程的ID,用于筛选线程列表。
7947
8148
  :type ID: int
@@ -7951,9 +8152,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
7951
8152
  :type Host: str
7952
8153
  :param _DB: 线程的操作数据库,用于筛选线程列表。
7953
8154
  :type DB: str
7954
- :param _State: 线程的操作状态,用于筛选线程列表。
8155
+ :param _State: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
7955
8156
  :type State: str
7956
- :param _Command: 线程的执行类型,用于筛选线程列表。
8157
+ :param _Command: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
7957
8158
  :type Command: str
7958
8159
  :param _Time: 线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。
7959
8160
  :type Time: int
@@ -7981,7 +8182,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
7981
8182
 
7982
8183
  @property
7983
8184
  def InstanceId(self):
7984
- r"""实例ID
8185
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
7985
8186
  :rtype: str
7986
8187
  """
7987
8188
  return self._InstanceId
@@ -8036,7 +8237,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8036
8237
 
8037
8238
  @property
8038
8239
  def State(self):
8039
- r"""线程的操作状态,用于筛选线程列表。
8240
+ r"""线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
8040
8241
  :rtype: str
8041
8242
  """
8042
8243
  return self._State
@@ -8047,7 +8248,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
8047
8248
 
8048
8249
  @property
8049
8250
  def Command(self):
8050
- r"""线程的执行类型,用于筛选线程列表。
8251
+ r"""线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
8051
8252
  :rtype: str
8052
8253
  """
8053
8254
  return self._Command
@@ -8215,7 +8416,7 @@ class DescribeNoPrimaryKeyTablesRequest(AbstractModel):
8215
8416
 
8216
8417
  def __init__(self):
8217
8418
  r"""
8218
- :param _InstanceId: 实例ID
8419
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
8219
8420
  :type InstanceId: str
8220
8421
  :param _Date: 查询日期,如2021-05-27,最早为30天前的日期。
8221
8422
  :type Date: str
@@ -8234,7 +8435,7 @@ class DescribeNoPrimaryKeyTablesRequest(AbstractModel):
8234
8435
 
8235
8436
  @property
8236
8437
  def InstanceId(self):
8237
- r"""实例ID
8438
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
8238
8439
  :rtype: str
8239
8440
  """
8240
8441
  return self._InstanceId
@@ -8863,7 +9064,7 @@ class DescribeRedisCmdPerfTimeSeriesRequest(AbstractModel):
8863
9064
 
8864
9065
  def __init__(self):
8865
9066
  r"""
8866
- :param _InstanceId: 实例 ID
9067
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
8867
9068
  :type InstanceId: str
8868
9069
  :param _Product: 服务产品类型,仅仅支持值 "redis" - 云数据库 Redis。
8869
9070
  :type Product: str
@@ -8873,9 +9074,15 @@ class DescribeRedisCmdPerfTimeSeriesRequest(AbstractModel):
8873
9074
  :type EndTime: str
8874
9075
  :param _CommandList: 需要分析的redis命令
8875
9076
  :type CommandList: list of str
8876
- :param _Metric: 监控指标,以逗号分隔
9077
+ :param _Metric: 监控指标,包括:qps,latency_p99,latency_avg,latency_max,以逗号分隔
9078
+ 其中:
9079
+ qps - 每秒查询率
9080
+ latency_p99 - 99分位延迟
9081
+ latency_avg - 平均延迟
9082
+ latency_max - 最大延迟
9083
+
8877
9084
  :type Metric: str
8878
- :param _Period: 监控指标时间粒度,单位秒,若不提供则根据开始时间和结束时间取默认值
9085
+ :param _Period: Period,监控指标时间粒度,单位秒,若不提供则根据开始时间和结束时间取默认值
8879
9086
  :type Period: int
8880
9087
  """
8881
9088
  self._InstanceId = None
@@ -8888,7 +9095,7 @@ class DescribeRedisCmdPerfTimeSeriesRequest(AbstractModel):
8888
9095
 
8889
9096
  @property
8890
9097
  def InstanceId(self):
8891
- r"""实例 ID
9098
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
8892
9099
  :rtype: str
8893
9100
  """
8894
9101
  return self._InstanceId
@@ -8943,7 +9150,13 @@ class DescribeRedisCmdPerfTimeSeriesRequest(AbstractModel):
8943
9150
 
8944
9151
  @property
8945
9152
  def Metric(self):
8946
- r"""监控指标,以逗号分隔
9153
+ r"""监控指标,包括:qps,latency_p99,latency_avg,latency_max,以逗号分隔
9154
+ 其中:
9155
+ qps - 每秒查询率
9156
+ latency_p99 - 99分位延迟
9157
+ latency_avg - 平均延迟
9158
+ latency_max - 最大延迟
9159
+
8947
9160
  :rtype: str
8948
9161
  """
8949
9162
  return self._Metric
@@ -8954,7 +9167,7 @@ class DescribeRedisCmdPerfTimeSeriesRequest(AbstractModel):
8954
9167
 
8955
9168
  @property
8956
9169
  def Period(self):
8957
- r"""监控指标时间粒度,单位秒,若不提供则根据开始时间和结束时间取默认值
9170
+ r"""Period,监控指标时间粒度,单位秒,若不提供则根据开始时间和结束时间取默认值
8958
9171
  :rtype: int
8959
9172
  """
8960
9173
  return self._Period
@@ -9037,7 +9250,7 @@ class DescribeRedisCommandCostStatisticsRequest(AbstractModel):
9037
9250
 
9038
9251
  def __init__(self):
9039
9252
  r"""
9040
- :param _InstanceId: 实例 ID
9253
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9041
9254
  :type InstanceId: str
9042
9255
  :param _StartTime: 开始时间,如“2025-03-17T00:00:00+00:00”。0天 < 当前服务器时间 - 开始时间 <= 10天。
9043
9256
  :type StartTime: str
@@ -9053,7 +9266,7 @@ class DescribeRedisCommandCostStatisticsRequest(AbstractModel):
9053
9266
 
9054
9267
  @property
9055
9268
  def InstanceId(self):
9056
- r"""实例 ID
9269
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9057
9270
  :rtype: str
9058
9271
  """
9059
9272
  return self._InstanceId
@@ -9166,7 +9379,7 @@ class DescribeRedisCommandOverviewRequest(AbstractModel):
9166
9379
 
9167
9380
  def __init__(self):
9168
9381
  r"""
9169
- :param _InstanceId: 实例 ID
9382
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9170
9383
  :type InstanceId: str
9171
9384
  :param _StartTime: 开始时间,如“2025-03-17T00:00:00+00:00”。0天 < 当前服务器时间 - 开始时间 <= 10天。
9172
9385
  :type StartTime: str
@@ -9182,7 +9395,7 @@ class DescribeRedisCommandOverviewRequest(AbstractModel):
9182
9395
 
9183
9396
  @property
9184
9397
  def InstanceId(self):
9185
- r"""实例 ID
9398
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9186
9399
  :rtype: str
9187
9400
  """
9188
9401
  return self._InstanceId
@@ -9295,7 +9508,7 @@ class DescribeRedisProcessListRequest(AbstractModel):
9295
9508
 
9296
9509
  def __init__(self):
9297
9510
  r"""
9298
- :param _InstanceId: Redis 实例ID
9511
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9299
9512
  :type InstanceId: str
9300
9513
  :param _Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
9301
9514
  :type Product: str
@@ -9311,7 +9524,7 @@ class DescribeRedisProcessListRequest(AbstractModel):
9311
9524
 
9312
9525
  @property
9313
9526
  def InstanceId(self):
9314
- r"""Redis 实例ID
9527
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9315
9528
  :rtype: str
9316
9529
  """
9317
9530
  return self._InstanceId
@@ -9658,7 +9871,7 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
9658
9871
 
9659
9872
  def __init__(self):
9660
9873
  r"""
9661
- :param _InstanceId: 实例ID
9874
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9662
9875
  :type InstanceId: str
9663
9876
  :param _Date: 查询日期,如2021-05-27,最早可为前30天的日期。
9664
9877
  :type Date: str
@@ -9686,7 +9899,7 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
9686
9899
 
9687
9900
  @property
9688
9901
  def InstanceId(self):
9689
- r"""实例ID
9902
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
9690
9903
  :rtype: str
9691
9904
  """
9692
9905
  return self._InstanceId
@@ -10006,7 +10219,7 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
10006
10219
 
10007
10220
  def __init__(self):
10008
10221
  r"""
10009
- :param _InstanceId: 实例 ID
10222
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
10010
10223
  :type InstanceId: str
10011
10224
  :param _StartTime: 开始时间,如“2024-09-22T00:00:00+00:00”。0天 < 当前服务器时间 - 开始时间 <= 10天。
10012
10225
  :type StartTime: str
@@ -10031,7 +10244,7 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
10031
10244
 
10032
10245
  @property
10033
10246
  def InstanceId(self):
10034
- r"""实例 ID
10247
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
10035
10248
  :rtype: str
10036
10249
  """
10037
10250
  return self._InstanceId
@@ -10607,9 +10820,9 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10607
10820
 
10608
10821
  def __init__(self):
10609
10822
  r"""
10610
- :param _InstanceId: 实例 ID
10823
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
10611
10824
  :type InstanceId: str
10612
- :param _StartTime: 开始时间,如“2019-09-10 12:13:14”。
10825
+ :param _StartTime: 开始时间,如“2019-09-10 12:13:14”,截止时间与开始时间的间隔小于7天。
10613
10826
  :type StartTime: str
10614
10827
  :param _EndTime: 截止时间,如“2019-09-11 10:13:14”,截止时间与开始时间的间隔小于7天。
10615
10828
  :type EndTime: str
@@ -10617,9 +10830,12 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10617
10830
  :type Product: str
10618
10831
  :param _InstanceProxyId: Proxy节点ID。
10619
10832
  :type InstanceProxyId: str
10620
- :param _InstanceNodeId: 实列节点ID。
10833
+ :param _InstanceNodeId: 实例节点ID。
10621
10834
  :type InstanceNodeId: str
10622
10835
  :param _Type: 查询类型,目前支持值:mongod,mongos。
10836
+ 其中:
10837
+ mongod - MongoDB的数据存储节点
10838
+ mongos - MongoDB的路由节点
10623
10839
  :type Type: str
10624
10840
  """
10625
10841
  self._InstanceId = None
@@ -10632,7 +10848,7 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10632
10848
 
10633
10849
  @property
10634
10850
  def InstanceId(self):
10635
- r"""实例 ID
10851
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
10636
10852
  :rtype: str
10637
10853
  """
10638
10854
  return self._InstanceId
@@ -10643,7 +10859,7 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10643
10859
 
10644
10860
  @property
10645
10861
  def StartTime(self):
10646
- r"""开始时间,如“2019-09-10 12:13:14”。
10862
+ r"""开始时间,如“2019-09-10 12:13:14”,截止时间与开始时间的间隔小于7天。
10647
10863
  :rtype: str
10648
10864
  """
10649
10865
  return self._StartTime
@@ -10687,7 +10903,7 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10687
10903
 
10688
10904
  @property
10689
10905
  def InstanceNodeId(self):
10690
- r"""实列节点ID。
10906
+ r"""实例节点ID。
10691
10907
  :rtype: str
10692
10908
  """
10693
10909
  return self._InstanceNodeId
@@ -10699,6 +10915,9 @@ class DescribeSlowLogQueryTimeStatsRequest(AbstractModel):
10699
10915
  @property
10700
10916
  def Type(self):
10701
10917
  r"""查询类型,目前支持值:mongod,mongos。
10918
+ 其中:
10919
+ mongod - MongoDB的数据存储节点
10920
+ mongos - MongoDB的路由节点
10702
10921
  :rtype: str
10703
10922
  """
10704
10923
  return self._Type
@@ -11684,7 +11903,7 @@ class DescribeSqlFiltersRequest(AbstractModel):
11684
11903
 
11685
11904
  def __init__(self):
11686
11905
  r"""
11687
- :param _InstanceId: 实例ID
11906
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
11688
11907
  :type InstanceId: str
11689
11908
  :param _FilterIds: 任务ID列表,用于筛选任务列表。
11690
11909
  :type FilterIds: list of int
@@ -11706,7 +11925,7 @@ class DescribeSqlFiltersRequest(AbstractModel):
11706
11925
 
11707
11926
  @property
11708
11927
  def InstanceId(self):
11709
- r"""实例ID
11928
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
11710
11929
  :rtype: str
11711
11930
  """
11712
11931
  return self._InstanceId
@@ -11858,7 +12077,7 @@ class DescribeSqlTemplateRequest(AbstractModel):
11858
12077
 
11859
12078
  def __init__(self):
11860
12079
  r"""
11861
- :param _InstanceId: 实例ID
12080
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
11862
12081
  :type InstanceId: str
11863
12082
  :param _Schema: 数据库名。
11864
12083
  :type Schema: str
@@ -11874,7 +12093,7 @@ class DescribeSqlTemplateRequest(AbstractModel):
11874
12093
 
11875
12094
  @property
11876
12095
  def InstanceId(self):
11877
- r"""实例ID
12096
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
11878
12097
  :rtype: str
11879
12098
  """
11880
12099
  return self._InstanceId
@@ -11945,9 +12164,9 @@ class DescribeSqlTemplateResponse(AbstractModel):
11945
12164
  :type SqlText: str
11946
12165
  :param _SqlType: SQL类型。
11947
12166
  :type SqlType: str
11948
- :param _SqlTemplate: SQL模版内容。
12167
+ :param _SqlTemplate: SQL模板内容。
11949
12168
  :type SqlTemplate: str
11950
- :param _SqlId: SQL模版ID。
12169
+ :param _SqlId: SQL模板ID。
11951
12170
  :type SqlId: int
11952
12171
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11953
12172
  :type RequestId: str
@@ -11994,7 +12213,7 @@ class DescribeSqlTemplateResponse(AbstractModel):
11994
12213
 
11995
12214
  @property
11996
12215
  def SqlTemplate(self):
11997
- r"""SQL模版内容。
12216
+ r"""SQL模板内容。
11998
12217
  :rtype: str
11999
12218
  """
12000
12219
  return self._SqlTemplate
@@ -12005,7 +12224,7 @@ class DescribeSqlTemplateResponse(AbstractModel):
12005
12224
 
12006
12225
  @property
12007
12226
  def SqlId(self):
12008
- r"""SQL模版ID。
12227
+ r"""SQL模板ID。
12009
12228
  :rtype: int
12010
12229
  """
12011
12230
  return self._SqlId
@@ -12201,11 +12420,19 @@ class DescribeTopSpaceSchemasRequest(AbstractModel):
12201
12420
 
12202
12421
  def __init__(self):
12203
12422
  r"""
12204
- :param _InstanceId: 实例 ID
12423
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12205
12424
  :type InstanceId: str
12206
12425
  :param _Limit: 返回的Top库数量,最大值为100,默认为20。
12207
12426
  :type Limit: int
12208
12427
  :param _SortBy: 筛选Top库所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize(仅云数据库 MySQL实例支持),云数据库 MySQL实例默认为 PhysicalFileSize,其他产品实例默认为TotalLength。
12428
+ 其中:
12429
+ DataLength - 数据长度
12430
+ IndexLength - 索引长度
12431
+ TotalLength - 总长度
12432
+ DataFree - 空闲空间
12433
+ FragRatio - 碎片率
12434
+ TableRows - 表行数
12435
+ PhysicalFileSize - 物理文件大小
12209
12436
  :type SortBy: str
12210
12437
  :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
12211
12438
  :type Product: str
@@ -12217,7 +12444,7 @@ class DescribeTopSpaceSchemasRequest(AbstractModel):
12217
12444
 
12218
12445
  @property
12219
12446
  def InstanceId(self):
12220
- r"""实例 ID
12447
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12221
12448
  :rtype: str
12222
12449
  """
12223
12450
  return self._InstanceId
@@ -12240,6 +12467,14 @@ class DescribeTopSpaceSchemasRequest(AbstractModel):
12240
12467
  @property
12241
12468
  def SortBy(self):
12242
12469
  r"""筛选Top库所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize(仅云数据库 MySQL实例支持),云数据库 MySQL实例默认为 PhysicalFileSize,其他产品实例默认为TotalLength。
12470
+ 其中:
12471
+ DataLength - 数据长度
12472
+ IndexLength - 索引长度
12473
+ TotalLength - 总长度
12474
+ DataFree - 空闲空间
12475
+ FragRatio - 碎片率
12476
+ TableRows - 表行数
12477
+ PhysicalFileSize - 物理文件大小
12243
12478
  :rtype: str
12244
12479
  """
12245
12480
  return self._SortBy
@@ -12504,11 +12739,19 @@ class DescribeTopSpaceTablesRequest(AbstractModel):
12504
12739
 
12505
12740
  def __init__(self):
12506
12741
  r"""
12507
- :param _InstanceId: 实例 ID
12742
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12508
12743
  :type InstanceId: str
12509
12744
  :param _Limit: 返回的Top表数量,最大值为100,默认为20。
12510
12745
  :type Limit: int
12511
12746
  :param _SortBy: 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize(仅云数据库 MySQL实例支持),云数据库 MySQL实例默认为 PhysicalFileSize,其他产品实例默认为TotalLength。
12747
+ 其中:
12748
+ DataLength - 数据长度
12749
+ IndexLength - 索引长度
12750
+ TotalLength - 总长度
12751
+ DataFree - 空闲空间
12752
+ FragRatio - 碎片率
12753
+ TableRows - 表行数
12754
+ PhysicalFileSize - 物理文件大小
12512
12755
  :type SortBy: str
12513
12756
  :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
12514
12757
  :type Product: str
@@ -12520,7 +12763,7 @@ class DescribeTopSpaceTablesRequest(AbstractModel):
12520
12763
 
12521
12764
  @property
12522
12765
  def InstanceId(self):
12523
- r"""实例 ID
12766
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12524
12767
  :rtype: str
12525
12768
  """
12526
12769
  return self._InstanceId
@@ -12543,6 +12786,14 @@ class DescribeTopSpaceTablesRequest(AbstractModel):
12543
12786
  @property
12544
12787
  def SortBy(self):
12545
12788
  r"""筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize(仅云数据库 MySQL实例支持),云数据库 MySQL实例默认为 PhysicalFileSize,其他产品实例默认为TotalLength。
12789
+ 其中:
12790
+ DataLength - 数据长度
12791
+ IndexLength - 索引长度
12792
+ TotalLength - 总长度
12793
+ DataFree - 空闲空间
12794
+ FragRatio - 碎片率
12795
+ TableRows - 表行数
12796
+ PhysicalFileSize - 物理文件大小
12546
12797
  :rtype: str
12547
12798
  """
12548
12799
  return self._SortBy
@@ -12789,7 +13040,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
12789
13040
 
12790
13041
  def __init__(self):
12791
13042
  r"""
12792
- :param _InstanceId: 实例ID
13043
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12793
13044
  :type InstanceId: str
12794
13045
  :param _SqlText: SQL语句。
12795
13046
  :type SqlText: str
@@ -12805,7 +13056,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
12805
13056
 
12806
13057
  @property
12807
13058
  def InstanceId(self):
12808
- r"""实例ID
13059
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
12809
13060
  :rtype: str
12810
13061
  """
12811
13062
  return self._InstanceId
@@ -15126,11 +15377,12 @@ class KillMySqlThreadsRequest(AbstractModel):
15126
15377
 
15127
15378
  def __init__(self):
15128
15379
  r"""
15129
- :param _InstanceId: 实例ID
15380
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15130
15381
  :type InstanceId: str
15131
15382
  :param _Stage: kill会话任务的阶段,取值包括:"Prepare"-准备阶段,"Commit"-提交阶段。
15132
15383
  :type Stage: str
15133
- :param _Threads: 需要kill的sql会话ID列表,此参数用于Prepare阶段。
15384
+ :param _Threads: 需要kill的sql会话ID列表,通过接口[查询实时线程列表](https://cloud.tencent.com/document/product/1130/57824)
15385
+ 此参数用于Prepare阶段。
15134
15386
  :type Threads: list of int
15135
15387
  :param _SqlExecId: 执行ID,此参数用于Commit阶段。
15136
15388
  :type SqlExecId: str
@@ -15148,7 +15400,7 @@ class KillMySqlThreadsRequest(AbstractModel):
15148
15400
 
15149
15401
  @property
15150
15402
  def InstanceId(self):
15151
- r"""实例ID
15403
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15152
15404
  :rtype: str
15153
15405
  """
15154
15406
  return self._InstanceId
@@ -15170,7 +15422,8 @@ class KillMySqlThreadsRequest(AbstractModel):
15170
15422
 
15171
15423
  @property
15172
15424
  def Threads(self):
15173
- r"""需要kill的sql会话ID列表,此参数用于Prepare阶段。
15425
+ r"""需要kill的sql会话ID列表,通过接口[查询实时线程列表](https://cloud.tencent.com/document/product/1130/57824)
15426
+ 此参数用于Prepare阶段。
15174
15427
  :rtype: list of int
15175
15428
  """
15176
15429
  return self._Threads
@@ -15299,7 +15552,7 @@ class MailConfiguration(AbstractModel):
15299
15552
  :type SendMail: int
15300
15553
  :param _Region: 地域配置, 如["ap-guangzhou", "ap-shanghai"]。巡检的邮件发送模板,配置需要发送巡检邮件的地域;订阅的邮件发送模板,配置当前订阅实例的所属地域。
15301
15554
  :type Region: list of str
15302
- :param _HealthStatus: 发送指定的健康等级的报告, 如["HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"]。
15555
+ :param _HealthStatus: 包含的健康等级,包括值:HEALTH-健康,SUB_HEALTH-亚健康,RISK-风险,HIGH_RISK-高危。
15303
15556
  :type HealthStatus: list of str
15304
15557
  :param _ContactPerson: 联系人id, 联系人/联系组不能都为空。
15305
15558
  :type ContactPerson: list of int
@@ -15336,7 +15589,7 @@ class MailConfiguration(AbstractModel):
15336
15589
 
15337
15590
  @property
15338
15591
  def HealthStatus(self):
15339
- r"""发送指定的健康等级的报告, 如["HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"]。
15592
+ r"""包含的健康等级,包括值:HEALTH-健康,SUB_HEALTH-亚健康,RISK-风险,HIGH_RISK-高危。
15340
15593
  :rtype: list of str
15341
15594
  """
15342
15595
  return self._HealthStatus
@@ -15457,20 +15710,20 @@ class ModifyAlarmPolicyRequest(AbstractModel):
15457
15710
 
15458
15711
  def __init__(self):
15459
15712
  r"""
15460
- :param _ApplyType: 类型
15713
+ :param _ApplyType: 策略类型,固定值:instance, instance-代表实例类型策略
15461
15714
  :type ApplyType: str
15462
- :param _Enable: 开启策略
15715
+ :param _Enable: 策略是否开启,0-代表开启,1-代表关闭
15463
15716
  :type Enable: int
15464
- :param _InstanceIds: 列表
15717
+ :param _InstanceIds: 实例id列表,可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15465
15718
  :type InstanceIds: list of InstanceID
15466
15719
  :param _NewProfileLevel: User-动态关联该用户所有实例
15467
15720
  Instance-关联实例列表的实例
15468
15721
  :type NewProfileLevel: str
15469
- :param _NewProfileName: 新策略名
15722
+ :param _NewProfileName: 新策略名,包含中文英文数字,长度在60个字符以内,不能以“_”开头。
15470
15723
  :type NewProfileName: str
15471
- :param _ProfileName: 旧策略名
15724
+ :param _ProfileName: 旧策略名,包含中文英文数字,长度在60个字符以内,不能以“_”开头。
15472
15725
  :type ProfileName: str
15473
- :param _ProfileType: 策略类型
15726
+ :param _ProfileType: 策略类型,固定值:alarm_policy
15474
15727
  :type ProfileType: str
15475
15728
  :param _Remark: 备注
15476
15729
  :type Remark: str
@@ -15480,9 +15733,9 @@ Instance-关联实例列表的实例
15480
15733
  :type TemplateInfo: list of TemplateInfo
15481
15734
  :param _QuickRule: 快速规则 支持包括fatal-致命, critical-严重,
15482
15735
  warning-告警,
15483
- information-通知
15736
+ information-通知,与Rules互斥
15484
15737
  :type QuickRule: str
15485
- :param _Rules: 自定义规则
15738
+ :param _Rules: 自定义规则,与QuickRule互斥。
15486
15739
  :type Rules: list of AlarmsRules
15487
15740
  """
15488
15741
  self._ApplyType = None
@@ -15500,7 +15753,7 @@ information-通知
15500
15753
 
15501
15754
  @property
15502
15755
  def ApplyType(self):
15503
- r"""类型
15756
+ r"""策略类型,固定值:instance, instance-代表实例类型策略
15504
15757
  :rtype: str
15505
15758
  """
15506
15759
  return self._ApplyType
@@ -15511,7 +15764,7 @@ information-通知
15511
15764
 
15512
15765
  @property
15513
15766
  def Enable(self):
15514
- r"""开启策略
15767
+ r"""策略是否开启,0-代表开启,1-代表关闭
15515
15768
  :rtype: int
15516
15769
  """
15517
15770
  return self._Enable
@@ -15522,7 +15775,7 @@ information-通知
15522
15775
 
15523
15776
  @property
15524
15777
  def InstanceIds(self):
15525
- r"""列表
15778
+ r"""实例id列表,可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15526
15779
  :rtype: list of InstanceID
15527
15780
  """
15528
15781
  return self._InstanceIds
@@ -15545,7 +15798,7 @@ Instance-关联实例列表的实例
15545
15798
 
15546
15799
  @property
15547
15800
  def NewProfileName(self):
15548
- r"""新策略名
15801
+ r"""新策略名,包含中文英文数字,长度在60个字符以内,不能以“_”开头。
15549
15802
  :rtype: str
15550
15803
  """
15551
15804
  return self._NewProfileName
@@ -15556,7 +15809,7 @@ Instance-关联实例列表的实例
15556
15809
 
15557
15810
  @property
15558
15811
  def ProfileName(self):
15559
- r"""旧策略名
15812
+ r"""旧策略名,包含中文英文数字,长度在60个字符以内,不能以“_”开头。
15560
15813
  :rtype: str
15561
15814
  """
15562
15815
  return self._ProfileName
@@ -15567,7 +15820,7 @@ Instance-关联实例列表的实例
15567
15820
 
15568
15821
  @property
15569
15822
  def ProfileType(self):
15570
- r"""策略类型
15823
+ r"""策略类型,固定值:alarm_policy
15571
15824
  :rtype: str
15572
15825
  """
15573
15826
  return self._ProfileType
@@ -15613,7 +15866,7 @@ Instance-关联实例列表的实例
15613
15866
  def QuickRule(self):
15614
15867
  r"""快速规则 支持包括fatal-致命, critical-严重,
15615
15868
  warning-告警,
15616
- information-通知
15869
+ information-通知,与Rules互斥
15617
15870
  :rtype: str
15618
15871
  """
15619
15872
  return self._QuickRule
@@ -15624,7 +15877,7 @@ information-通知
15624
15877
 
15625
15878
  @property
15626
15879
  def Rules(self):
15627
- r"""自定义规则
15880
+ r"""自定义规则,与QuickRule互斥。
15628
15881
  :rtype: list of AlarmsRules
15629
15882
  """
15630
15883
  return self._Rules
@@ -15848,11 +16101,13 @@ class ModifyDiagDBInstanceConfRequest(AbstractModel):
15848
16101
  r"""
15849
16102
  :param _InstanceConfs: 实例配置,包括巡检、概览开关等。
15850
16103
  :type InstanceConfs: :class:`tencentcloud.dbbrain.v20210527.models.InstanceConfs`
15851
- :param _Regions: 生效实例地域,取值为"All",代表全地域。
16104
+ :param _Regions: 生效实例地域,固定为"All",代表全地域。
15852
16105
  :type Regions: str
15853
16106
  :param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,"redis" - 云数据库 Redis。
15854
16107
  :type Product: str
15855
16108
  :param _InstanceIds: 指定更改巡检状态的实例ID。
16109
+ 可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
16110
+
15856
16111
  :type InstanceIds: list of str
15857
16112
  """
15858
16113
  self._InstanceConfs = None
@@ -15873,7 +16128,7 @@ class ModifyDiagDBInstanceConfRequest(AbstractModel):
15873
16128
 
15874
16129
  @property
15875
16130
  def Regions(self):
15876
- r"""生效实例地域,取值为"All",代表全地域。
16131
+ r"""生效实例地域,固定为"All",代表全地域。
15877
16132
  :rtype: str
15878
16133
  """
15879
16134
  return self._Regions
@@ -15896,6 +16151,8 @@ class ModifyDiagDBInstanceConfRequest(AbstractModel):
15896
16151
  @property
15897
16152
  def InstanceIds(self):
15898
16153
  r"""指定更改巡检状态的实例ID。
16154
+ 可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
16155
+
15899
16156
  :rtype: list of str
15900
16157
  """
15901
16158
  return self._InstanceIds
@@ -15957,13 +16214,14 @@ class ModifySqlFiltersRequest(AbstractModel):
15957
16214
 
15958
16215
  def __init__(self):
15959
16216
  r"""
15960
- :param _InstanceId: 实例ID
16217
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15961
16218
  :type InstanceId: str
15962
- :param _FilterIds: SQL限流任务ID列表。
16219
+ :param _FilterIds: SQL限流任务ID列表。可通过接口[查询实例SQL限流任务列表
16220
+ ](https://cloud.tencent.com/document/product/1130/72831)获得。
15963
16221
  :type FilterIds: list of int
15964
- :param _Status: 限流任务状态,取值支持TERMINATED - 终止。
16222
+ :param _Status: 限流任务状态,仅支持传参TERMINATED - 终止。
15965
16223
  :type Status: str
15966
- :param _SessionToken: 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
16224
+ :param _SessionToken: 通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
15967
16225
  :type SessionToken: str
15968
16226
  :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
15969
16227
  :type Product: str
@@ -15976,7 +16234,7 @@ class ModifySqlFiltersRequest(AbstractModel):
15976
16234
 
15977
16235
  @property
15978
16236
  def InstanceId(self):
15979
- r"""实例ID
16237
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
15980
16238
  :rtype: str
15981
16239
  """
15982
16240
  return self._InstanceId
@@ -15987,7 +16245,8 @@ class ModifySqlFiltersRequest(AbstractModel):
15987
16245
 
15988
16246
  @property
15989
16247
  def FilterIds(self):
15990
- r"""SQL限流任务ID列表。
16248
+ r"""SQL限流任务ID列表。可通过接口[查询实例SQL限流任务列表
16249
+ ](https://cloud.tencent.com/document/product/1130/72831)获得。
15991
16250
  :rtype: list of int
15992
16251
  """
15993
16252
  return self._FilterIds
@@ -15998,7 +16257,7 @@ class ModifySqlFiltersRequest(AbstractModel):
15998
16257
 
15999
16258
  @property
16000
16259
  def Status(self):
16001
- r"""限流任务状态,取值支持TERMINATED - 终止。
16260
+ r"""限流任务状态,仅支持传参TERMINATED - 终止。
16002
16261
  :rtype: str
16003
16262
  """
16004
16263
  return self._Status
@@ -16009,7 +16268,7 @@ class ModifySqlFiltersRequest(AbstractModel):
16009
16268
 
16010
16269
  @property
16011
16270
  def SessionToken(self):
16012
- r"""通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
16271
+ r"""通过 [VerifyUserAccount](https://cloud.tencent.com/document/product/1130/72828) 获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
16013
16272
  :rtype: str
16014
16273
  """
16015
16274
  return self._SessionToken
@@ -16083,7 +16342,7 @@ class ModifyUserAutonomyProfileRequest(AbstractModel):
16083
16342
  r"""
16084
16343
  :param _ProfileType: 配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
16085
16344
  :type ProfileType: str
16086
- :param _InstanceId: 实列ID
16345
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
16087
16346
  :type InstanceId: str
16088
16347
  :param _Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
16089
16348
  :type Product: str
@@ -16108,7 +16367,7 @@ class ModifyUserAutonomyProfileRequest(AbstractModel):
16108
16367
 
16109
16368
  @property
16110
16369
  def InstanceId(self):
16111
- r"""实列ID
16370
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
16112
16371
  :rtype: str
16113
16372
  """
16114
16373
  return self._InstanceId
@@ -16516,7 +16775,7 @@ class MonitorMetricSeriesData(AbstractModel):
16516
16775
  r"""
16517
16776
  :param _Series: 监控指标。
16518
16777
  :type Series: list of MonitorMetric
16519
- :param _Timestamp: 监控指标对应的时间戳。
16778
+ :param _Timestamp: 监控指标对应的时间戳。(精度:秒)
16520
16779
  :type Timestamp: list of int
16521
16780
  """
16522
16781
  self._Series = None
@@ -16535,7 +16794,7 @@ class MonitorMetricSeriesData(AbstractModel):
16535
16794
 
16536
16795
  @property
16537
16796
  def Timestamp(self):
16538
- r"""监控指标对应的时间戳。
16797
+ r"""监控指标对应的时间戳。(精度:秒)
16539
16798
  :rtype: list of int
16540
16799
  """
16541
16800
  return self._Timestamp
@@ -16853,6 +17112,7 @@ class Process(AbstractModel):
16853
17112
  :param _Id: 会话 ID。
16854
17113
  :type Id: int
16855
17114
  :param _Address: 访问来源,IP 地址和端口号。
17115
+ 格式:IP:Port
16856
17116
  :type Address: str
16857
17117
  :param _FileDescriptor: 文件描述符。
16858
17118
  :type FileDescriptor: int
@@ -16890,6 +17150,7 @@ class Process(AbstractModel):
16890
17150
  @property
16891
17151
  def Address(self):
16892
17152
  r"""访问来源,IP 地址和端口号。
17153
+ 格式:IP:Port
16893
17154
  :rtype: str
16894
17155
  """
16895
17156
  return self._Address
@@ -17062,7 +17323,7 @@ class ProfileInfo(AbstractModel):
17062
17323
 
17063
17324
  def __init__(self):
17064
17325
  r"""
17065
- :param _Language: 语言, 如"zh"。
17326
+ :param _Language: 语言类型, 包含“zh”-中文,“en”-英文。
17066
17327
  :type Language: str
17067
17328
  :param _MailConfiguration: 邮件模板的内容。
17068
17329
  :type MailConfiguration: :class:`tencentcloud.dbbrain.v20210527.models.MailConfiguration`
@@ -17072,7 +17333,7 @@ class ProfileInfo(AbstractModel):
17072
17333
 
17073
17334
  @property
17074
17335
  def Language(self):
17075
- r"""语言, 如"zh"。
17336
+ r"""语言类型, 包含“zh”-中文,“en”-英文。
17076
17337
  :rtype: str
17077
17338
  """
17078
17339
  return self._Language
@@ -17117,13 +17378,13 @@ class ReceiveInfo(AbstractModel):
17117
17378
  r"""
17118
17379
  :param _ReceiveGroup: 接收组
17119
17380
  :type ReceiveGroup: list of int
17120
- :param _EndReceiveTime: 最后接收时间
17381
+ :param _EndReceiveTime: 最后接收时间,格式: "HH:mm:ss"
17121
17382
  :type EndReceiveTime: str
17122
17383
  :param _ReceiveName: 接收名
17123
17384
  :type ReceiveName: str
17124
17385
  :param _SendChannel: 推送渠道
17125
17386
  :type SendChannel: list of int
17126
- :param _StartReceiveTime: 开始时间
17387
+ :param _StartReceiveTime: 开始时间,格式: "HH:mm:ss"
17127
17388
  :type StartReceiveTime: str
17128
17389
  :param _ReceiveUin: 接收用户列表
17129
17390
  :type ReceiveUin: list of ReceiveUin
@@ -17148,7 +17409,7 @@ class ReceiveInfo(AbstractModel):
17148
17409
 
17149
17410
  @property
17150
17411
  def EndReceiveTime(self):
17151
- r"""最后接收时间
17412
+ r"""最后接收时间,格式: "HH:mm:ss"
17152
17413
  :rtype: str
17153
17414
  """
17154
17415
  return self._EndReceiveTime
@@ -17181,7 +17442,7 @@ class ReceiveInfo(AbstractModel):
17181
17442
 
17182
17443
  @property
17183
17444
  def StartReceiveTime(self):
17184
- r"""开始时间
17445
+ r"""开始时间,格式: "HH:mm:ss"
17185
17446
  :rtype: str
17186
17447
  """
17187
17448
  return self._StartReceiveTime
@@ -17725,6 +17986,134 @@ class RedisKeySpaceData(AbstractModel):
17725
17986
 
17726
17987
 
17727
17988
 
17989
+ class RedisMetricTopProxiesData(AbstractModel):
17990
+ r"""Redis DescribeMetricTopProxies 接口返回数据
17991
+
17992
+ """
17993
+
17994
+ def __init__(self):
17995
+ r"""
17996
+ :param _Host: host
17997
+ 注意:此字段可能返回 null,表示取不到有效值。
17998
+ :type Host: str
17999
+ :param _InstanceProxyId: Proxy Id
18000
+ 注意:此字段可能返回 null,表示取不到有效值。
18001
+ :type InstanceProxyId: str
18002
+ :param _Port: 端口
18003
+ 注意:此字段可能返回 null,表示取不到有效值。
18004
+ :type Port: int
18005
+ :param _Value: 最新的值
18006
+ 注意:此字段可能返回 null,表示取不到有效值。
18007
+ :type Value: float
18008
+ :param _Timestamp: 时间(秒)
18009
+ 注意:此字段可能返回 null,表示取不到有效值。
18010
+ :type Timestamp: list of int non-negative
18011
+ :param _Series: 序列数据
18012
+ 注意:此字段可能返回 null,表示取不到有效值。
18013
+ :type Series: list of MonitorFloatMetric
18014
+ """
18015
+ self._Host = None
18016
+ self._InstanceProxyId = None
18017
+ self._Port = None
18018
+ self._Value = None
18019
+ self._Timestamp = None
18020
+ self._Series = None
18021
+
18022
+ @property
18023
+ def Host(self):
18024
+ r"""host
18025
+ 注意:此字段可能返回 null,表示取不到有效值。
18026
+ :rtype: str
18027
+ """
18028
+ return self._Host
18029
+
18030
+ @Host.setter
18031
+ def Host(self, Host):
18032
+ self._Host = Host
18033
+
18034
+ @property
18035
+ def InstanceProxyId(self):
18036
+ r"""Proxy Id
18037
+ 注意:此字段可能返回 null,表示取不到有效值。
18038
+ :rtype: str
18039
+ """
18040
+ return self._InstanceProxyId
18041
+
18042
+ @InstanceProxyId.setter
18043
+ def InstanceProxyId(self, InstanceProxyId):
18044
+ self._InstanceProxyId = InstanceProxyId
18045
+
18046
+ @property
18047
+ def Port(self):
18048
+ r"""端口
18049
+ 注意:此字段可能返回 null,表示取不到有效值。
18050
+ :rtype: int
18051
+ """
18052
+ return self._Port
18053
+
18054
+ @Port.setter
18055
+ def Port(self, Port):
18056
+ self._Port = Port
18057
+
18058
+ @property
18059
+ def Value(self):
18060
+ r"""最新的值
18061
+ 注意:此字段可能返回 null,表示取不到有效值。
18062
+ :rtype: float
18063
+ """
18064
+ return self._Value
18065
+
18066
+ @Value.setter
18067
+ def Value(self, Value):
18068
+ self._Value = Value
18069
+
18070
+ @property
18071
+ def Timestamp(self):
18072
+ r"""时间(秒)
18073
+ 注意:此字段可能返回 null,表示取不到有效值。
18074
+ :rtype: list of int non-negative
18075
+ """
18076
+ return self._Timestamp
18077
+
18078
+ @Timestamp.setter
18079
+ def Timestamp(self, Timestamp):
18080
+ self._Timestamp = Timestamp
18081
+
18082
+ @property
18083
+ def Series(self):
18084
+ r"""序列数据
18085
+ 注意:此字段可能返回 null,表示取不到有效值。
18086
+ :rtype: list of MonitorFloatMetric
18087
+ """
18088
+ return self._Series
18089
+
18090
+ @Series.setter
18091
+ def Series(self, Series):
18092
+ self._Series = Series
18093
+
18094
+
18095
+ def _deserialize(self, params):
18096
+ self._Host = params.get("Host")
18097
+ self._InstanceProxyId = params.get("InstanceProxyId")
18098
+ self._Port = params.get("Port")
18099
+ self._Value = params.get("Value")
18100
+ self._Timestamp = params.get("Timestamp")
18101
+ if params.get("Series") is not None:
18102
+ self._Series = []
18103
+ for item in params.get("Series"):
18104
+ obj = MonitorFloatMetric()
18105
+ obj._deserialize(item)
18106
+ self._Series.append(obj)
18107
+ memeber_set = set(params.keys())
18108
+ for name, value in vars(self).items():
18109
+ property_name = name[1:]
18110
+ if property_name in memeber_set:
18111
+ memeber_set.remove(property_name)
18112
+ if len(memeber_set) > 0:
18113
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18114
+
18115
+
18116
+
17728
18117
  class RedisPreKeySpaceData(AbstractModel):
17729
18118
  r"""redis key前缀空间信息
17730
18119
 
@@ -19509,7 +19898,7 @@ class SqlCostDistribution(AbstractModel):
19509
19898
  :type From: float
19510
19899
  :param _To: 分段耗时上边界,单位是秒。
19511
19900
  :type To: float
19512
- :param _Ratio: 耗时占比。
19901
+ :param _Ratio: 耗时占比。单位(%)
19513
19902
  :type Ratio: float
19514
19903
  """
19515
19904
  self._Count = None
@@ -19552,7 +19941,7 @@ class SqlCostDistribution(AbstractModel):
19552
19941
 
19553
19942
  @property
19554
19943
  def Ratio(self):
19555
- r"""耗时占比。
19944
+ r"""耗时占比。单位(%)
19556
19945
  :rtype: float
19557
19946
  """
19558
19947
  return self._Ratio
@@ -20318,9 +20707,9 @@ class TemplateInfo(AbstractModel):
20318
20707
 
20319
20708
  def __init__(self):
20320
20709
  r"""
20321
- :param _TemplateId: 模板id
20710
+ :param _TemplateId: 模板id,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
20322
20711
  :type TemplateId: str
20323
- :param _TemplateName: 模板名
20712
+ :param _TemplateName: 模板名,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
20324
20713
  :type TemplateName: str
20325
20714
  """
20326
20715
  self._TemplateId = None
@@ -20328,7 +20717,7 @@ class TemplateInfo(AbstractModel):
20328
20717
 
20329
20718
  @property
20330
20719
  def TemplateId(self):
20331
- r"""模板id
20720
+ r"""模板id,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
20332
20721
  :rtype: str
20333
20722
  """
20334
20723
  return self._TemplateId
@@ -20339,7 +20728,7 @@ class TemplateInfo(AbstractModel):
20339
20728
 
20340
20729
  @property
20341
20730
  def TemplateName(self):
20342
- r"""模板名
20731
+ r"""模板名,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
20343
20732
  :rtype: str
20344
20733
  """
20345
20734
  return self._TemplateName
@@ -20516,7 +20905,7 @@ class UpdateAgentSwitchRequest(AbstractModel):
20516
20905
 
20517
20906
  def __init__(self):
20518
20907
  r"""
20519
- :param _AgentId: Agent标识。
20908
+ :param _AgentId: Agent标识。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20520
20909
  :type AgentId: str
20521
20910
  :param _Switch: 停止或重连Agent,支持值包括:"on" - 重连Agent, "off" - 停止Agent。
20522
20911
  :type Switch: str
@@ -20529,7 +20918,7 @@ class UpdateAgentSwitchRequest(AbstractModel):
20529
20918
 
20530
20919
  @property
20531
20920
  def AgentId(self):
20532
- r"""Agent标识。
20921
+ r"""Agent标识。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20533
20922
  :rtype: str
20534
20923
  """
20535
20924
  return self._AgentId
@@ -20612,7 +21001,7 @@ class UpdateMonitorSwitchRequest(AbstractModel):
20612
21001
  r"""
20613
21002
  :param _Switch: 停止或重连Agent实例,支持值包括:"on" - 重连实例, "off" - 停止实例。
20614
21003
  :type Switch: str
20615
- :param _InstanceId: 实例ID
21004
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20616
21005
  :type InstanceId: str
20617
21006
  :param _Product: 服务产品类型,仅支持 "dbbrain-mysql" - 自建MySQL。
20618
21007
  :type Product: str
@@ -20634,7 +21023,7 @@ class UpdateMonitorSwitchRequest(AbstractModel):
20634
21023
 
20635
21024
  @property
20636
21025
  def InstanceId(self):
20637
- r"""实例ID
21026
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20638
21027
  :rtype: str
20639
21028
  """
20640
21029
  return self._InstanceId
@@ -20802,7 +21191,7 @@ class VerifyUserAccountRequest(AbstractModel):
20802
21191
 
20803
21192
  def __init__(self):
20804
21193
  r"""
20805
- :param _InstanceId: 实例ID
21194
+ :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20806
21195
  :type InstanceId: str
20807
21196
  :param _User: 数据库账号名。
20808
21197
  :type User: str
@@ -20818,7 +21207,7 @@ class VerifyUserAccountRequest(AbstractModel):
20818
21207
 
20819
21208
  @property
20820
21209
  def InstanceId(self):
20821
- r"""实例ID
21210
+ r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
20822
21211
  :rtype: str
20823
21212
  """
20824
21213
  return self._InstanceId