tencentcloud-sdk-dbbrain 3.0.1023 → 3.0.1024
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 +0 -10
- data/lib/v20210527/models.rb +0 -46
- 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: dd156f433dcf61cca82ee29a050d3acb43ca6fb9
|
4
|
+
data.tar.gz: 34e8ea7cc69beaa14d264db94146f36969340878
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47091455f5ff2b0b9d78a0ec4ebd202200e69dc039dc5c1a6d2e274c7cc32b1aee558a67ae7c9ce2c97fada71696ea03e6b2256ebde215c2341565ce42a538ec
|
7
|
+
data.tar.gz: 8d3c8453ea9fe3f4fd11a8e9dc984c197b59d10983128fbe344db5fd096ae0a6b7ff858dd996ec4fb2f3580fbcf8c13881b48bc97ca62f96121e90e32d2b90e0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1024
|
data/lib/v20191016/models.rb
CHANGED
@@ -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
|
@@ -5543,22 +5524,16 @@ module TencentCloud
|
|
5543
5524
|
# 接收组信息
|
5544
5525
|
class ReceiveInfo < TencentCloud::Common::AbstractModel
|
5545
5526
|
# @param ReceiveGroup: 接收组
|
5546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5547
5527
|
# @type ReceiveGroup: Array
|
5548
5528
|
# @param EndReceiveTime: 最后接收时间
|
5549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5550
5529
|
# @type EndReceiveTime: String
|
5551
5530
|
# @param ReceiveName: 接收名
|
5552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5553
5531
|
# @type ReceiveName: String
|
5554
5532
|
# @param SendChannel: 推送渠道
|
5555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5556
5533
|
# @type SendChannel: Array
|
5557
5534
|
# @param StartReceiveTime: 开始时间
|
5558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5559
5535
|
# @type StartReceiveTime: String
|
5560
5536
|
# @param ReceiveUin: 接收用户列表
|
5561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5562
5537
|
# @type ReceiveUin: Array
|
5563
5538
|
|
5564
5539
|
attr_accessor :ReceiveGroup, :EndReceiveTime, :ReceiveName, :SendChannel, :StartReceiveTime, :ReceiveUin
|
@@ -5946,10 +5921,8 @@ module TencentCloud
|
|
5946
5921
|
# @param AsyncRequestId: 异步任务Id。
|
5947
5922
|
# @type AsyncRequestId: Integer
|
5948
5923
|
# @param StartTime: 任务开始时间。
|
5949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5950
5924
|
# @type StartTime: String
|
5951
5925
|
# @param EndTime: 任务结束时间。
|
5952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5953
5926
|
# @type EndTime: String
|
5954
5927
|
# @param CreateTime: 任务创建时间。
|
5955
5928
|
# @type CreateTime: String
|
@@ -5958,16 +5931,12 @@ module TencentCloud
|
|
5958
5931
|
# @param Progress: 任务执行进度。
|
5959
5932
|
# @type Progress: Integer
|
5960
5933
|
# @param LogStartTime: 导出日志开始时间。
|
5961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5962
5934
|
# @type LogStartTime: String
|
5963
5935
|
# @param LogEndTime: 导出日志结束时间。
|
5964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5965
5936
|
# @type LogEndTime: String
|
5966
5937
|
# @param TotalSize: 日志文件总大小,单位KB。
|
5967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5968
5938
|
# @type TotalSize: Integer
|
5969
5939
|
# @param DangerLevels: 风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。
|
5970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5971
5940
|
# @type DangerLevels: Array
|
5972
5941
|
|
5973
5942
|
attr_accessor :AsyncRequestId, :StartTime, :EndTime, :CreateTime, :Status, :Progress, :LogStartTime, :LogEndTime, :TotalSize, :DangerLevels
|
@@ -6056,21 +6025,16 @@ module TencentCloud
|
|
6056
6025
|
# @param Database: 数据库
|
6057
6026
|
# @type Database: String
|
6058
6027
|
# @param UserName: User来源
|
6059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6060
6028
|
# @type UserName: String
|
6061
6029
|
# @param UserHost: IP来源
|
6062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6063
6030
|
# @type UserHost: String
|
6064
6031
|
# @param QueryTime: 执行时间,单位秒
|
6065
6032
|
# @type QueryTime: Float
|
6066
6033
|
# @param LockTime: 锁时间,单位秒
|
6067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6068
6034
|
# @type LockTime: Float
|
6069
6035
|
# @param RowsExamined: 扫描行数
|
6070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6071
6036
|
# @type RowsExamined: Integer
|
6072
6037
|
# @param RowsSent: 返回行数
|
6073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6074
6038
|
# @type RowsSent: Integer
|
6075
6039
|
|
6076
6040
|
attr_accessor :Timestamp, :SqlText, :Database, :UserName, :UserHost, :QueryTime, :LockTime, :RowsExamined, :RowsSent
|
@@ -6264,16 +6228,12 @@ module TencentCloud
|
|
6264
6228
|
# 统计分析维度下的统计数据详情
|
6265
6229
|
class StatisticDataInfo < TencentCloud::Common::AbstractModel
|
6266
6230
|
# @param Name: 统计维度的值。
|
6267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6268
6231
|
# @type Name: String
|
6269
6232
|
# @param TimeAvg: 平均时间。
|
6270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6271
6233
|
# @type TimeAvg: Float
|
6272
6234
|
# @param TimeSum: 总时间。
|
6273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6274
6235
|
# @type TimeSum: Float
|
6275
6236
|
# @param Count: 数量。
|
6276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6277
6237
|
# @type Count: Integer
|
6278
6238
|
|
6279
6239
|
attr_accessor :Name, :TimeAvg, :TimeSum, :Count
|
@@ -6296,10 +6256,8 @@ module TencentCloud
|
|
6296
6256
|
# sql会话统计信息
|
6297
6257
|
class StatisticInfo < TencentCloud::Common::AbstractModel
|
6298
6258
|
# @param Dimension: 统计分析的维度。
|
6299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6300
6259
|
# @type Dimension: String
|
6301
6260
|
# @param Data: 统计分析的维度下的统计数据详情。
|
6302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6303
6261
|
# @type Data: Array
|
6304
6262
|
|
6305
6263
|
attr_accessor :Dimension, :Data
|
@@ -6648,16 +6606,12 @@ module TencentCloud
|
|
6648
6606
|
# 用户配置的相关信息,包括邮件配置。
|
6649
6607
|
class UserProfile < TencentCloud::Common::AbstractModel
|
6650
6608
|
# @param ProfileId: 配置的id。
|
6651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6652
6609
|
# @type ProfileId: String
|
6653
6610
|
# @param ProfileType: 配置类型,支持值包括:"dbScan_mail_configuration" - 数据库巡检邮件配置,"scheduler_mail_configuration" - 定期生成邮件配置。
|
6654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6655
6611
|
# @type ProfileType: String
|
6656
6612
|
# @param ProfileLevel: 配置级别,支持值包括:"User" - 用户级别,"Instance" - 实例级别,其中数据库巡检邮件配置为用户级别,定期生成邮件配置为实例级别。
|
6657
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6658
6613
|
# @type ProfileLevel: String
|
6659
6614
|
# @param ProfileName: 配置名称。
|
6660
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6661
6615
|
# @type ProfileName: String
|
6662
6616
|
# @param ProfileInfo: 配置详情。
|
6663
6617
|
# @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.1024
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|