tencentcloud-sdk-cdb 3.0.536 → 3.0.538
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 +6 -2
- 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: 5da219bdf5fa2e65fddc9341db305cf8187237b3
|
4
|
+
data.tar.gz: 5eb87f74add8581518d7888c0188b2202ad00cb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a441f96b85e13ab52223f27ac2ac4f04c2f6fec46a635ea6bd642e563d7a1a617bac72eb6b4d939e5f0c804d1870b013dc8dc0aab87c990f33a134aef3ac7d0e
|
7
|
+
data.tar.gz: 261af05e271fa29b1341270563a8b0f2fb23ef85e94d22921c5a9ca33beb3e9318242c736763da941c2ed9e517b27954e7610cc060ac81aa855f829c4568f1c9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.538
|
data/lib/v20170320/models.rb
CHANGED
@@ -5130,17 +5130,21 @@ module TencentCloud
|
|
5130
5130
|
# @type EngineVersion: String
|
5131
5131
|
# @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
5132
5132
|
# @type TemplateType: String
|
5133
|
+
# @param EngineType: 参数模板引擎,默认值:InnoDB
|
5134
|
+
# @type EngineType: String
|
5133
5135
|
|
5134
|
-
attr_accessor :EngineVersion, :TemplateType
|
5136
|
+
attr_accessor :EngineVersion, :TemplateType, :EngineType
|
5135
5137
|
|
5136
|
-
def initialize(engineversion=nil, templatetype=nil)
|
5138
|
+
def initialize(engineversion=nil, templatetype=nil, enginetype=nil)
|
5137
5139
|
@EngineVersion = engineversion
|
5138
5140
|
@TemplateType = templatetype
|
5141
|
+
@EngineType = enginetype
|
5139
5142
|
end
|
5140
5143
|
|
5141
5144
|
def deserialize(params)
|
5142
5145
|
@EngineVersion = params['EngineVersion']
|
5143
5146
|
@TemplateType = params['TemplateType']
|
5147
|
+
@EngineType = params['EngineType']
|
5144
5148
|
end
|
5145
5149
|
end
|
5146
5150
|
|
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.538
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|