tencentcloud-sdk-dbbrain 3.0.1023 → 3.0.1025
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191016/models.rb +1 -11
- data/lib/v20210527/models.rb +7 -50
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36c5f9c56ce795641cc38c3ec96647b210809fed
|
4
|
+
data.tar.gz: 0dd656841352642a00425c4f7f40df501394b542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 229ba62e2fbc92ba5d8db2767abbb85ac585bd39f285ce9b356e92edf4126f3b92ae18633a4bf9f30374847e1a044a4316768d08e2bf7e55369a27692fed1037
|
7
|
+
data.tar.gz: 7afd4febb38aec4fcd41b072237d9a26ac007c68663f945c21a6ca20745c404e327507587406e073fb43a535f1db1588adfff29bc8daee5eea3d108ae33fa81e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20191016/models.rb
CHANGED
@@ -848,7 +848,7 @@ module TencentCloud
|
|
848
848
|
# @type InstanceId: String
|
849
849
|
# @param Time: 获取健康得分的时间。
|
850
850
|
# @type Time: String
|
851
|
-
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
851
|
+
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
852
852
|
# @type Product: String
|
853
853
|
|
854
854
|
attr_accessor :InstanceId, :Time, :Product
|
@@ -2440,10 +2440,8 @@ module TencentCloud
|
|
2440
2440
|
# @param AsyncRequestId: 异步任务Id。
|
2441
2441
|
# @type AsyncRequestId: Integer
|
2442
2442
|
# @param StartTime: 任务开始时间。
|
2443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2444
2443
|
# @type StartTime: String
|
2445
2444
|
# @param EndTime: 任务结束时间。
|
2446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2447
2445
|
# @type EndTime: String
|
2448
2446
|
# @param CreateTime: 任务创建时间。
|
2449
2447
|
# @type CreateTime: String
|
@@ -2452,16 +2450,12 @@ module TencentCloud
|
|
2452
2450
|
# @param Progress: 任务执行进度。
|
2453
2451
|
# @type Progress: Integer
|
2454
2452
|
# @param LogStartTime: 导出日志开始时间。
|
2455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2456
2453
|
# @type LogStartTime: String
|
2457
2454
|
# @param LogEndTime: 导出日志结束时间。
|
2458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2459
2455
|
# @type LogEndTime: String
|
2460
2456
|
# @param TotalSize: 日志文件总大小,单位KB。
|
2461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2462
2457
|
# @type TotalSize: Integer
|
2463
2458
|
# @param DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
2464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2465
2459
|
# @type DangerLevels: Array
|
2466
2460
|
|
2467
2461
|
attr_accessor :AsyncRequestId, :StartTime, :EndTime, :CreateTime, :Status, :Progress, :LogStartTime, :LogEndTime, :TotalSize, :DangerLevels
|
@@ -2759,16 +2753,12 @@ module TencentCloud
|
|
2759
2753
|
# 用户配置的相关信息,包括邮件配置。
|
2760
2754
|
class UserProfile < TencentCloud::Common::AbstractModel
|
2761
2755
|
# @param ProfileId: 配置的id。
|
2762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2763
2756
|
# @type ProfileId: String
|
2764
2757
|
# @param ProfileType: 配置类型。
|
2765
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2766
2758
|
# @type ProfileType: String
|
2767
2759
|
# @param ProfileLevel: 配置级别,"User"或"Instance"。
|
2768
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2769
2760
|
# @type ProfileLevel: String
|
2770
2761
|
# @param ProfileName: 配置名称。
|
2771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2772
2762
|
# @type ProfileName: String
|
2773
2763
|
# @param ProfileInfo: 配置详情。
|
2774
2764
|
# @type ProfileInfo: :class:`Tencentcloud::Dbbrain.v20191016.models.ProfileInfo`
|
data/lib/v20210527/models.rb
CHANGED
@@ -72,7 +72,6 @@ module TencentCloud
|
|
72
72
|
# @param SortCount: 内存排序次数。
|
73
73
|
# @type SortCount: Integer
|
74
74
|
# @param SlowLogs: 慢查模板概览。
|
75
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
76
75
|
# @type SlowLogs: Array
|
77
76
|
|
78
77
|
attr_accessor :AvgExecTime, :AvgDocsExamined, :SlowLogCount, :SortCount, :SlowLogs
|
@@ -97,46 +96,32 @@ module TencentCloud
|
|
97
96
|
# 通知模板
|
98
97
|
class AlarmProfileList < TencentCloud::Common::AbstractModel
|
99
98
|
# @param IsWebHook: 0-不是 1-是
|
100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
101
99
|
# @type IsWebHook: Integer
|
102
100
|
# @param ReceiveUinCount: 接收告警用户数量
|
103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
104
101
|
# @type ReceiveUinCount: Integer
|
105
102
|
# @param Lang: 语言
|
106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
107
103
|
# @type Lang: String
|
108
104
|
# @param TemplateType: 模板类型
|
109
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
110
105
|
# @type TemplateType: String
|
111
106
|
# @param Remark: 备注
|
112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
113
107
|
# @type Remark: String
|
114
108
|
# @param ReceiveGroupCount: 接收组数量
|
115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
116
109
|
# @type ReceiveGroupCount: Integer
|
117
110
|
# @param UpdateUin: 更新用户的uin
|
118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
119
111
|
# @type UpdateUin: Integer
|
120
112
|
# @param ReceiveType: 接收类型
|
121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
122
113
|
# @type ReceiveType: Array
|
123
114
|
# @param ReceiveInfo: 接收用户信息
|
124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
125
115
|
# @type ReceiveInfo: Array
|
126
116
|
# @param UpdateTime: 更新时间
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
128
117
|
# @type UpdateTime: String
|
129
118
|
# @param TemplateName: 模板名
|
130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
131
119
|
# @type TemplateName: String
|
132
120
|
# @param SendChannel: 发送渠道
|
133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
134
121
|
# @type SendChannel: Array
|
135
122
|
# @param TemplateId: 模板id
|
136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
137
123
|
# @type TemplateId: Integer
|
138
124
|
# @param WebHookCount: webhook数量
|
139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
140
125
|
# @type WebHookCount: Integer
|
141
126
|
|
142
127
|
attr_accessor :IsWebHook, :ReceiveUinCount, :Lang, :TemplateType, :Remark, :ReceiveGroupCount, :UpdateUin, :ReceiveType, :ReceiveInfo, :UpdateTime, :TemplateName, :SendChannel, :TemplateId, :WebHookCount
|
@@ -317,7 +302,6 @@ module TencentCloud
|
|
317
302
|
# @param Region: 实例所在地域。
|
318
303
|
# @type Region: String
|
319
304
|
# @param ResourceTags: 资源Tags。
|
320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
321
305
|
# @type ResourceTags: Array
|
322
306
|
|
323
307
|
attr_accessor :AppId, :AuditStatus, :InstanceId, :InstanceName, :ProjectId, :Region, :ResourceTags
|
@@ -346,18 +330,15 @@ module TencentCloud
|
|
346
330
|
# 审计日志文件
|
347
331
|
class AuditLogFile < TencentCloud::Common::AbstractModel
|
348
332
|
# @param AsyncRequestId: 审计日志文件生成异步任务ID。
|
349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
350
333
|
# @type AsyncRequestId: Integer
|
351
334
|
# @param FileName: 审计日志文件名称。
|
352
335
|
# @type FileName: String
|
353
336
|
# @param CreateTime: 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
355
337
|
# @type CreateTime: String
|
356
338
|
# @param Status: 文件状态值。可能返回的值为:
|
357
339
|
# "creating" - 生成中;
|
358
340
|
# "failed" - 创建失败;
|
359
341
|
# "success" - 已生成;
|
360
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
361
342
|
# @type Status: String
|
362
343
|
# @param FileSize: 文件大小,单位为 KB。
|
363
344
|
# @type FileSize: Float
|
@@ -1060,17 +1041,21 @@ module TencentCloud
|
|
1060
1041
|
# @type InstanceId: String
|
1061
1042
|
# @param Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
1062
1043
|
# @type Product: String
|
1044
|
+
# @param InstanceProxyId: 实列代理ID。
|
1045
|
+
# @type InstanceProxyId: String
|
1063
1046
|
|
1064
|
-
attr_accessor :InstanceId, :Product
|
1047
|
+
attr_accessor :InstanceId, :Product, :InstanceProxyId
|
1065
1048
|
|
1066
|
-
def initialize(instanceid=nil, product=nil)
|
1049
|
+
def initialize(instanceid=nil, product=nil, instanceproxyid=nil)
|
1067
1050
|
@InstanceId = instanceid
|
1068
1051
|
@Product = product
|
1052
|
+
@InstanceProxyId = instanceproxyid
|
1069
1053
|
end
|
1070
1054
|
|
1071
1055
|
def deserialize(params)
|
1072
1056
|
@InstanceId = params['InstanceId']
|
1073
1057
|
@Product = params['Product']
|
1058
|
+
@InstanceProxyId = params['InstanceProxyId']
|
1074
1059
|
end
|
1075
1060
|
end
|
1076
1061
|
|
@@ -2415,7 +2400,7 @@ module TencentCloud
|
|
2415
2400
|
# @type InstanceId: String
|
2416
2401
|
# @param Time: 获取健康得分的时间,时间格式如:2019-09-10 12:13:14。
|
2417
2402
|
# @type Time: String
|
2418
|
-
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
2403
|
+
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
2419
2404
|
# @type Product: String
|
2420
2405
|
|
2421
2406
|
attr_accessor :InstanceId, :Time, :Product
|
@@ -5301,7 +5286,6 @@ module TencentCloud
|
|
5301
5286
|
# @param Unit: 指标单位。
|
5302
5287
|
# @type Unit: String
|
5303
5288
|
# @param Values: 指标值。
|
5304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5305
5289
|
# @type Values: Array
|
5306
5290
|
|
5307
5291
|
attr_accessor :Metric, :Unit, :Values
|
@@ -5543,22 +5527,16 @@ module TencentCloud
|
|
5543
5527
|
# 接收组信息
|
5544
5528
|
class ReceiveInfo < TencentCloud::Common::AbstractModel
|
5545
5529
|
# @param ReceiveGroup: 接收组
|
5546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5547
5530
|
# @type ReceiveGroup: Array
|
5548
5531
|
# @param EndReceiveTime: 最后接收时间
|
5549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5550
5532
|
# @type EndReceiveTime: String
|
5551
5533
|
# @param ReceiveName: 接收名
|
5552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5553
5534
|
# @type ReceiveName: String
|
5554
5535
|
# @param SendChannel: 推送渠道
|
5555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5556
5536
|
# @type SendChannel: Array
|
5557
5537
|
# @param StartReceiveTime: 开始时间
|
5558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5559
5538
|
# @type StartReceiveTime: String
|
5560
5539
|
# @param ReceiveUin: 接收用户列表
|
5561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5562
5540
|
# @type ReceiveUin: Array
|
5563
5541
|
|
5564
5542
|
attr_accessor :ReceiveGroup, :EndReceiveTime, :ReceiveName, :SendChannel, :StartReceiveTime, :ReceiveUin
|
@@ -5946,10 +5924,8 @@ module TencentCloud
|
|
5946
5924
|
# @param AsyncRequestId: 异步任务Id。
|
5947
5925
|
# @type AsyncRequestId: Integer
|
5948
5926
|
# @param StartTime: 任务开始时间。
|
5949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5950
5927
|
# @type StartTime: String
|
5951
5928
|
# @param EndTime: 任务结束时间。
|
5952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5953
5929
|
# @type EndTime: String
|
5954
5930
|
# @param CreateTime: 任务创建时间。
|
5955
5931
|
# @type CreateTime: String
|
@@ -5958,16 +5934,12 @@ module TencentCloud
|
|
5958
5934
|
# @param Progress: 任务执行进度。
|
5959
5935
|
# @type Progress: Integer
|
5960
5936
|
# @param LogStartTime: 导出日志开始时间。
|
5961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5962
5937
|
# @type LogStartTime: String
|
5963
5938
|
# @param LogEndTime: 导出日志结束时间。
|
5964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5965
5939
|
# @type LogEndTime: String
|
5966
5940
|
# @param TotalSize: 日志文件总大小,单位KB。
|
5967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5968
5941
|
# @type TotalSize: Integer
|
5969
5942
|
# @param DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
5970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5971
5943
|
# @type DangerLevels: Array
|
5972
5944
|
|
5973
5945
|
attr_accessor :AsyncRequestId, :StartTime, :EndTime, :CreateTime, :Status, :Progress, :LogStartTime, :LogEndTime, :TotalSize, :DangerLevels
|
@@ -6056,21 +6028,16 @@ module TencentCloud
|
|
6056
6028
|
# @param Database: 数据库
|
6057
6029
|
# @type Database: String
|
6058
6030
|
# @param UserName: User来源
|
6059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6060
6031
|
# @type UserName: String
|
6061
6032
|
# @param UserHost: IP来源
|
6062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6063
6033
|
# @type UserHost: String
|
6064
6034
|
# @param QueryTime: 执行时间,单位秒
|
6065
6035
|
# @type QueryTime: Float
|
6066
6036
|
# @param LockTime: 锁时间,单位秒
|
6067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6068
6037
|
# @type LockTime: Float
|
6069
6038
|
# @param RowsExamined: 扫描行数
|
6070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6071
6039
|
# @type RowsExamined: Integer
|
6072
6040
|
# @param RowsSent: 返回行数
|
6073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6074
6041
|
# @type RowsSent: Integer
|
6075
6042
|
|
6076
6043
|
attr_accessor :Timestamp, :SqlText, :Database, :UserName, :UserHost, :QueryTime, :LockTime, :RowsExamined, :RowsSent
|
@@ -6264,16 +6231,12 @@ module TencentCloud
|
|
6264
6231
|
# 统计分析维度下的统计数据详情
|
6265
6232
|
class StatisticDataInfo < TencentCloud::Common::AbstractModel
|
6266
6233
|
# @param Name: 统计维度的值。
|
6267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6268
6234
|
# @type Name: String
|
6269
6235
|
# @param TimeAvg: 平均时间。
|
6270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6271
6236
|
# @type TimeAvg: Float
|
6272
6237
|
# @param TimeSum: 总时间。
|
6273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6274
6238
|
# @type TimeSum: Float
|
6275
6239
|
# @param Count: 数量。
|
6276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6277
6240
|
# @type Count: Integer
|
6278
6241
|
|
6279
6242
|
attr_accessor :Name, :TimeAvg, :TimeSum, :Count
|
@@ -6296,10 +6259,8 @@ module TencentCloud
|
|
6296
6259
|
# sql会话统计信息
|
6297
6260
|
class StatisticInfo < TencentCloud::Common::AbstractModel
|
6298
6261
|
# @param Dimension: 统计分析的维度。
|
6299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6300
6262
|
# @type Dimension: String
|
6301
6263
|
# @param Data: 统计分析的维度下的统计数据详情。
|
6302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6303
6264
|
# @type Data: Array
|
6304
6265
|
|
6305
6266
|
attr_accessor :Dimension, :Data
|
@@ -6648,16 +6609,12 @@ module TencentCloud
|
|
6648
6609
|
# 用户配置的相关信息,包括邮件配置。
|
6649
6610
|
class UserProfile < TencentCloud::Common::AbstractModel
|
6650
6611
|
# @param ProfileId: 配置的id。
|
6651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6652
6612
|
# @type ProfileId: String
|
6653
6613
|
# @param ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
6654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6655
6614
|
# @type ProfileType: String
|
6656
6615
|
# @param ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
6657
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6658
6616
|
# @type ProfileLevel: String
|
6659
6617
|
# @param ProfileName: 配置名称。
|
6660
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6661
6618
|
# @type ProfileName: String
|
6662
6619
|
# @param ProfileInfo: 配置详情。
|
6663
6620
|
# @type ProfileInfo: :class:`Tencentcloud::Dbbrain.v20210527.models.ProfileInfo`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dbbrain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1025
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|