tencentcloud-sdk-cdb 3.0.413 → 3.0.415
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 +8 -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: d912da5f103364882a56eff00c0a2e97bcc1038d
|
4
|
+
data.tar.gz: ecd2abae2d33f7326cd97ff5d7566ed8522ec65a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d29bed493984db34ccb44ceb17984bc8a9a4555c4251d8791a7b356bab3e0f45ddcfcee020754406a4d51087732577695ad8d93afcaddd33e0305712541ad297
|
7
|
+
data.tar.gz: 03800c2b36e43eb8f5b42da92951e67efb97a5b64235b864034cb6fdde1f00c64089aa573965d4745098fc7c424efa46f460a2534ddb4dc3756b37766cb03ebf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.415
|
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
|
@@ -4449,7 +4453,7 @@ module TencentCloud
|
|
4449
4453
|
# @type InstanceNodes: Integer
|
4450
4454
|
# @param Cpu: 询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/product/236/17229) 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。
|
4451
4455
|
# @type Cpu: Integer
|
4452
|
-
# @param InstanceId:
|
4456
|
+
# @param InstanceId: 询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。
|
4453
4457
|
# @type InstanceId: String
|
4454
4458
|
# @param Ladder: 按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335。
|
4455
4459
|
# @type Ladder: Integer
|
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.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-
|
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
|