tencentcloud-sdk-dbbrain 3.0.1024 → 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 -1
- data/lib/v20210527/models.rb +7 -4
- 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
|
data/lib/v20210527/models.rb
CHANGED
@@ -1041,17 +1041,21 @@ module TencentCloud
|
|
1041
1041
|
# @type InstanceId: String
|
1042
1042
|
# @param Product: 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
1043
1043
|
# @type Product: String
|
1044
|
+
# @param InstanceProxyId: 实列代理ID。
|
1045
|
+
# @type InstanceProxyId: String
|
1044
1046
|
|
1045
|
-
attr_accessor :InstanceId, :Product
|
1047
|
+
attr_accessor :InstanceId, :Product, :InstanceProxyId
|
1046
1048
|
|
1047
|
-
def initialize(instanceid=nil, product=nil)
|
1049
|
+
def initialize(instanceid=nil, product=nil, instanceproxyid=nil)
|
1048
1050
|
@InstanceId = instanceid
|
1049
1051
|
@Product = product
|
1052
|
+
@InstanceProxyId = instanceproxyid
|
1050
1053
|
end
|
1051
1054
|
|
1052
1055
|
def deserialize(params)
|
1053
1056
|
@InstanceId = params['InstanceId']
|
1054
1057
|
@Product = params['Product']
|
1058
|
+
@InstanceProxyId = params['InstanceProxyId']
|
1055
1059
|
end
|
1056
1060
|
end
|
1057
1061
|
|
@@ -2396,7 +2400,7 @@ module TencentCloud
|
|
2396
2400
|
# @type InstanceId: String
|
2397
2401
|
# @param Time: 获取健康得分的时间,时间格式如:2019-09-10 12:13:14。
|
2398
2402
|
# @type Time: String
|
2399
|
-
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
2403
|
+
# @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
2400
2404
|
# @type Product: String
|
2401
2405
|
|
2402
2406
|
attr_accessor :InstanceId, :Time, :Product
|
@@ -5282,7 +5286,6 @@ module TencentCloud
|
|
5282
5286
|
# @param Unit: 指标单位。
|
5283
5287
|
# @type Unit: String
|
5284
5288
|
# @param Values: 指标值。
|
5285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5286
5289
|
# @type Values: Array
|
5287
5290
|
|
5288
5291
|
attr_accessor :Metric, :Unit, :Values
|
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
|