tencentcloud-sdk-cdb 3.0.414 → 3.0.416
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/v20170320/models.rb +7 -3
- 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: 3cfbe38031662c2c9fd7684aad6b6715d4d033aa
|
4
|
+
data.tar.gz: b458bdfb9eb06ef67d4d3e9862c2a91040bf6eeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f109db129f62d77f4e8f38cce5afcef6787f83674103f39e55f0b85ab3439e14526a4a2a9c7071f3ab3d6cb7947daba4d156e64f612dc70ad1ff4ddb01a8c989
|
7
|
+
data.tar.gz: 4053dabb42fc06266d547853c75acb9ee6b2211e420bca5242cb096e31b4e292897ae6296feddabc605d4ca80bac32f71eea9199dee93b4e54a7f0e4bffc83b9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.416
|
data/lib/v20170320/models.rb
CHANGED
@@ -2256,16 +2256,19 @@ module TencentCloud
|
|
2256
2256
|
# @type ParamList: Array
|
2257
2257
|
# @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
2258
2258
|
# @type TemplateType: String
|
2259
|
+
# @param EngineType: 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
|
2260
|
+
# @type EngineType: String
|
2259
2261
|
|
2260
|
-
attr_accessor :Name, :Description, :EngineVersion, :TemplateId, :ParamList, :TemplateType
|
2262
|
+
attr_accessor :Name, :Description, :EngineVersion, :TemplateId, :ParamList, :TemplateType, :EngineType
|
2261
2263
|
|
2262
|
-
def initialize(name=nil, description=nil, engineversion=nil, templateid=nil, paramlist=nil, templatetype=nil)
|
2264
|
+
def initialize(name=nil, description=nil, engineversion=nil, templateid=nil, paramlist=nil, templatetype=nil, enginetype=nil)
|
2263
2265
|
@Name = name
|
2264
2266
|
@Description = description
|
2265
2267
|
@EngineVersion = engineversion
|
2266
2268
|
@TemplateId = templateid
|
2267
2269
|
@ParamList = paramlist
|
2268
2270
|
@TemplateType = templatetype
|
2271
|
+
@EngineType = enginetype
|
2269
2272
|
end
|
2270
2273
|
|
2271
2274
|
def deserialize(params)
|
@@ -2282,6 +2285,7 @@ module TencentCloud
|
|
2282
2285
|
end
|
2283
2286
|
end
|
2284
2287
|
@TemplateType = params['TemplateType']
|
2288
|
+
@EngineType = params['EngineType']
|
2285
2289
|
end
|
2286
2290
|
end
|
2287
2291
|
|
@@ -4398,7 +4402,7 @@ module TencentCloud
|
|
4398
4402
|
class DescribeDBInstancesResponse < TencentCloud::Common::AbstractModel
|
4399
4403
|
# @param TotalCount: 符合查询条件的实例总数。
|
4400
4404
|
# @type TotalCount: Integer
|
4401
|
-
# @param Items:
|
4405
|
+
# @param Items: 实例详细信息列表。
|
4402
4406
|
# @type Items: Array
|
4403
4407
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4404
4408
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.416
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|