tencentcloud-sdk-cdb 3.0.571 → 3.0.572
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 -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: d43cf1351a93208122887e9c5fd456af8779a863
|
|
4
|
+
data.tar.gz: 0b7964739ff42c9de5f9cc0be6cea5f5799c454d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb2c09986c481e61fb8e1d6600536176f3d054912f2232db98e74ee459322b3f3fc23059192ee0f74b89449bdbc328aae663263d9544719bebfce3b1055833e9
|
|
7
|
+
data.tar.gz: ab4b17357f60b044c659e33c45f0e8975983e52608b5414b727b0f9344a6aa254aed0a26d3b1585d554395af3f776897a5ed0d78ce6d7cb1805801efe52b7d38
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.572
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -6050,12 +6050,15 @@ module TencentCloud
|
|
|
6050
6050
|
# @type Description: String
|
|
6051
6051
|
# @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
6052
6052
|
# @type TemplateType: String
|
|
6053
|
+
# @param EngineType: 参数模板引擎。支持值包括:"InnoDB","RocksDB"。
|
|
6054
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6055
|
+
# @type EngineType: String
|
|
6053
6056
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6054
6057
|
# @type RequestId: String
|
|
6055
6058
|
|
|
6056
|
-
attr_accessor :TemplateId, :Name, :EngineVersion, :TotalCount, :Items, :Description, :TemplateType, :RequestId
|
|
6059
|
+
attr_accessor :TemplateId, :Name, :EngineVersion, :TotalCount, :Items, :Description, :TemplateType, :EngineType, :RequestId
|
|
6057
6060
|
|
|
6058
|
-
def initialize(templateid=nil, name=nil, engineversion=nil, totalcount=nil, items=nil, description=nil, templatetype=nil, requestid=nil)
|
|
6061
|
+
def initialize(templateid=nil, name=nil, engineversion=nil, totalcount=nil, items=nil, description=nil, templatetype=nil, enginetype=nil, requestid=nil)
|
|
6059
6062
|
@TemplateId = templateid
|
|
6060
6063
|
@Name = name
|
|
6061
6064
|
@EngineVersion = engineversion
|
|
@@ -6063,6 +6066,7 @@ module TencentCloud
|
|
|
6063
6066
|
@Items = items
|
|
6064
6067
|
@Description = description
|
|
6065
6068
|
@TemplateType = templatetype
|
|
6069
|
+
@EngineType = enginetype
|
|
6066
6070
|
@RequestId = requestid
|
|
6067
6071
|
end
|
|
6068
6072
|
|
|
@@ -6081,6 +6085,7 @@ module TencentCloud
|
|
|
6081
6085
|
end
|
|
6082
6086
|
@Description = params['Description']
|
|
6083
6087
|
@TemplateType = params['TemplateType']
|
|
6088
|
+
@EngineType = params['EngineType']
|
|
6084
6089
|
@RequestId = params['RequestId']
|
|
6085
6090
|
end
|
|
6086
6091
|
end
|
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.572
|
|
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-05-
|
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|