tencentcloud-sdk-dbbrain 3.0.1016 → 3.0.1018
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/tencentcloud-sdk-dbbrain.rb +3 -3
- data/lib/v20191016/models.rb +0 -6
- data/lib/v20210527/models.rb +0 -8
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00f3e9cff67d440230de04d2ee47a9acd32c5458
|
4
|
+
data.tar.gz: 0a66fb5ca030f53f55d23c0837a274cb54344654
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9277a993ab48318881e9b480169c6968822aac1337e787873f4ab7557a7707793d739b2897a2791b3e332bb77e75f30a34dd3e4335d931c69fdb02364f8069fd
|
7
|
+
data.tar.gz: 985d3f8d784d4f86de10eb0d08e7acaf39659bd679cff26e80199e67a6d35c8fa876cf09d6ed6fa7c3359f60f298592b1ea77eef37d65eb1cce7f3869a55494f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
4
4
|
|
5
|
-
require_relative 'v20210527/client'
|
6
|
-
require_relative 'v20210527/models'
|
7
|
-
|
8
5
|
require_relative 'v20191016/client'
|
9
6
|
require_relative 'v20191016/models'
|
10
7
|
|
8
|
+
require_relative 'v20210527/client'
|
9
|
+
require_relative 'v20210527/models'
|
10
|
+
|
11
11
|
module TencentCloud
|
12
12
|
module Dbbrain
|
13
13
|
end
|
data/lib/v20191016/models.rb
CHANGED
@@ -128,7 +128,6 @@ module TencentCloud
|
|
128
128
|
# CreateDBDiagReportTask返回参数结构体
|
129
129
|
class CreateDBDiagReportTaskResponse < TencentCloud::Common::AbstractModel
|
130
130
|
# @param AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
132
131
|
# @type AsyncRequestId: Integer
|
133
132
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
134
133
|
# @type RequestId: String
|
@@ -1821,7 +1820,6 @@ module TencentCloud
|
|
1821
1820
|
# @param ScoreLost: 总扣分分数。
|
1822
1821
|
# @type ScoreLost: Integer
|
1823
1822
|
# @param ScoreDetails: 扣分详情。
|
1824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1825
1823
|
# @type ScoreDetails: Array
|
1826
1824
|
|
1827
1825
|
attr_accessor :HealthScore, :HealthLevel, :ScoreLost, :ScoreDetails
|
@@ -1968,18 +1966,14 @@ module TencentCloud
|
|
1968
1966
|
# @param AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
1969
1967
|
# @type AuditRunningStatus: String
|
1970
1968
|
# @param InternalVip: 内网vip。
|
1971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1972
1969
|
# @type InternalVip: String
|
1973
1970
|
# @param InternalVport: 内网port。
|
1974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1975
1971
|
# @type InternalVport: Integer
|
1976
1972
|
# @param CreateTime: 创建时间。
|
1977
1973
|
# @type CreateTime: String
|
1978
1974
|
# @param ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
1979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1980
1975
|
# @type ClusterId: String
|
1981
1976
|
# @param ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
1982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1983
1977
|
# @type ClusterName: String
|
1984
1978
|
|
1985
1979
|
attr_accessor :InstanceId, :InstanceName, :Region, :HealthScore, :Product, :EventCount, :InstanceType, :Cpu, :Memory, :Volume, :EngineVersion, :Vip, :Vport, :Source, :GroupId, :GroupName, :Status, :UniqSubnetId, :DeployMode, :InitFlag, :TaskStatus, :UniqVpcId, :InstanceConf, :DeadlineTime, :IsSupported, :SecAuditStatus, :AuditPolicyStatus, :AuditRunningStatus, :InternalVip, :InternalVport, :CreateTime, :ClusterId, :ClusterName
|
data/lib/v20210527/models.rb
CHANGED
@@ -643,7 +643,6 @@ module TencentCloud
|
|
643
643
|
# CreateDBDiagReportTask返回参数结构体
|
644
644
|
class CreateDBDiagReportTaskResponse < TencentCloud::Common::AbstractModel
|
645
645
|
# @param AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
647
646
|
# @type AsyncRequestId: Integer
|
648
647
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
649
648
|
# @type RequestId: String
|
@@ -1512,7 +1511,6 @@ module TencentCloud
|
|
1512
1511
|
# DescribeAuditInstanceList返回参数结构体
|
1513
1512
|
class DescribeAuditInstanceListResponse < TencentCloud::Common::AbstractModel
|
1514
1513
|
# @param TotalCount: 符合条件的实例个数。
|
1515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1516
1514
|
# @type TotalCount: Integer
|
1517
1515
|
# @param Items: 实例详情。
|
1518
1516
|
# @type Items: Array
|
@@ -2585,7 +2583,6 @@ module TencentCloud
|
|
2585
2583
|
# DescribeRedisBigKeyAnalysisTasks返回参数结构体
|
2586
2584
|
class DescribeRedisBigKeyAnalysisTasksResponse < TencentCloud::Common::AbstractModel
|
2587
2585
|
# @param TotalCount: 任务总数。
|
2588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2589
2586
|
# @type TotalCount: Integer
|
2590
2587
|
# @param Tasks: 任务列表。
|
2591
2588
|
# @type Tasks: Array
|
@@ -3972,7 +3969,6 @@ module TencentCloud
|
|
3972
3969
|
# @param ScoreLost: 总扣分分数。
|
3973
3970
|
# @type ScoreLost: Integer
|
3974
3971
|
# @param ScoreDetails: 扣分详情。
|
3975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3976
3972
|
# @type ScoreDetails: Array
|
3977
3973
|
|
3978
3974
|
attr_accessor :HealthScore, :HealthLevel, :ScoreLost, :ScoreDetails
|
@@ -4217,18 +4213,14 @@ module TencentCloud
|
|
4217
4213
|
# @param AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
4218
4214
|
# @type AuditRunningStatus: String
|
4219
4215
|
# @param InternalVip: 内网vip。
|
4220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4221
4216
|
# @type InternalVip: String
|
4222
4217
|
# @param InternalVport: 内网port。
|
4223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4224
4218
|
# @type InternalVport: Integer
|
4225
4219
|
# @param CreateTime: 创建时间。
|
4226
4220
|
# @type CreateTime: String
|
4227
4221
|
# @param ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
4228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4229
4222
|
# @type ClusterId: String
|
4230
4223
|
# @param ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
4231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4232
4224
|
# @type ClusterName: String
|
4233
4225
|
# @param AgentStatus: 自建MySQL的Agent状态,"not_deployed" - 未部署,"deploying" - 部署中,"connected" - 连接正常,"deploy_failed" - 连接失败,"monitoring" - 连接正常,"stopped" - 暂停连接,"connect_failed" - 连接失败,unknown - 未知。
|
4234
4226
|
# @type AgentStatus: String
|
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.1018
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20191016/models.rb
|
37
36
|
- lib/v20191016/client.rb
|
38
|
-
- lib/
|
39
|
-
- lib/v20210527/models.rb
|
37
|
+
- lib/v20191016/models.rb
|
40
38
|
- lib/v20210527/client.rb
|
39
|
+
- lib/v20210527/models.rb
|
40
|
+
- lib/tencentcloud-sdk-dbbrain.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|