tencentcloud-sdk-cdb 3.0.414 → 3.0.415

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77e455853afd0702546b2bdbe21096788b8c3137
4
- data.tar.gz: 7e470fb519fb1a0177a28a65194681be3d639ac3
3
+ metadata.gz: d912da5f103364882a56eff00c0a2e97bcc1038d
4
+ data.tar.gz: ecd2abae2d33f7326cd97ff5d7566ed8522ec65a
5
5
  SHA512:
6
- metadata.gz: 4e78c6dcd2ae50a55b708f99a3dc103908ca31261acdc415a5a8b6d53e13c09e085114897f50acbe2af67f6fc48efb3d76813127262174dd551e5678489b629e
7
- data.tar.gz: 2f14248b7bdcb9c042a527c4d8ee02577db76b295b5fac0a7a552fa5826adf596c7124c5bbb90f1b178529c057bdffe16874404f3145f496e36765884b9f4d2e
6
+ metadata.gz: d29bed493984db34ccb44ceb17984bc8a9a4555c4251d8791a7b356bab3e0f45ddcfcee020754406a4d51087732577695ad8d93afcaddd33e0305712541ad297
7
+ data.tar.gz: 03800c2b36e43eb8f5b42da92951e67efb97a5b64235b864034cb6fdde1f00c64089aa573965d4745098fc7c424efa46f460a2534ddb4dc3756b37766cb03ebf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.414
1
+ 3.0.415
@@ -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.414
4
+ version: 3.0.415
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-20 00:00:00.000000000 Z
11
+ date: 2022-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common