tencentcloud-sdk-cynosdb 3.0.609 → 3.0.610

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +17 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6dd05607b0b1f01e8afaecd1fec7950fb66315b
4
- data.tar.gz: f59e8f56ecd71dd4cee21b735084f0917d91e9d7
3
+ metadata.gz: 62be7a8a1c31321e5d229b2f4e8f76703f00e0a3
4
+ data.tar.gz: c7dbbec7bb50e1b992ea2b2ab411949090ae8eb6
5
5
  SHA512:
6
- metadata.gz: d52a9502c389c036bf579202cc87be9a7a9e4899d9f81667f62679c8eeac2bc487f6384140c676904da0f3a83e1e9582f0bf71e3e334962e6b6ee5362a0bc85f
7
- data.tar.gz: e6388a1f0db97a32a226bbc1d78ebc9783fc0e618823b5349522c25131b08ec6f326c13c78e9aaafa4760fc7295d04107dcf663e785fca5c0e9117b871dfc7ed
6
+ metadata.gz: 9fc356a49325d113e1c886babf3864c52ae4b44165f603666ac9084b257ad504e69a568bb964e07793f2218b656358f1c6e1f8fd8bf37c5e619f44696e5c83be
7
+ data.tar.gz: 7ddac5477cc65c1222dd89f6f52ce266e26d5bce2266ff04b0a4efd595694a53a54853b22e71146f255d97b9d13ca1f4e6fc1c8ce9da4e80b19cee2a8a894fd7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.610
@@ -212,7 +212,7 @@ module TencentCloud
212
212
  # @type OrderSource: String
213
213
  # @param DealMode: 交易模式 0-下单并支付 1-下单
214
214
  # @type DealMode: Integer
215
- # @param ParamTemplateId: 参数模版ID
215
+ # @param ParamTemplateId: 参数模板ID
216
216
  # @type ParamTemplateId: Integer
217
217
  # @param InstanceParams: 参数列表,ParamTemplateId 传入时InstanceParams才有效
218
218
  # @type InstanceParams: Array
@@ -1602,13 +1602,13 @@ module TencentCloud
1602
1602
 
1603
1603
  # CreateParamTemplate请求参数结构体
1604
1604
  class CreateParamTemplateRequest < TencentCloud::Common::AbstractModel
1605
- # @param TemplateName: 模版名称
1605
+ # @param TemplateName: 模板名称
1606
1606
  # @type TemplateName: String
1607
1607
  # @param EngineVersion: mysql版本号
1608
1608
  # @type EngineVersion: String
1609
- # @param TemplateDescription: 模版描述
1609
+ # @param TemplateDescription: 模板描述
1610
1610
  # @type TemplateDescription: String
1611
- # @param TemplateId: 可选参数,需要复制的模版ID
1611
+ # @param TemplateId: 可选参数,需要复制的模板ID
1612
1612
  # @type TemplateId: Integer
1613
1613
  # @param DbMode: 数据库类型,可选值:NORMAL(默认值),SERVERLESS
1614
1614
  # @type DbMode: String
@@ -1645,7 +1645,7 @@ module TencentCloud
1645
1645
 
1646
1646
  # CreateParamTemplate返回参数结构体
1647
1647
  class CreateParamTemplateResponse < TencentCloud::Common::AbstractModel
1648
- # @param TemplateId: 模版ID
1648
+ # @param TemplateId: 模板ID
1649
1649
  # @type TemplateId: Integer
1650
1650
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1651
1651
  # @type RequestId: String
@@ -1675,7 +1675,7 @@ module TencentCloud
1675
1675
  # @type ConnectionPoolType: String
1676
1676
  # @param OpenConnectionPool: 是否开启连接池,yes-开启,no-不开启
1677
1677
  # @type OpenConnectionPool: String
1678
- # @param ConnectionPoolTimeOut: 连接池阀值:单位(秒)
1678
+ # @param ConnectionPoolTimeOut: 连接池阈值:单位(秒)
1679
1679
  # @type ConnectionPoolTimeOut: Integer
1680
1680
  # @param SecurityGroupIds: 安全组ID数组
1681
1681
  # @type SecurityGroupIds: Array
@@ -1804,7 +1804,7 @@ module TencentCloud
1804
1804
  # @type ConnectionPoolType: String
1805
1805
  # @param OpenConnectionPool: 是否开启连接池,yes-开启,no-不开启
1806
1806
  # @type OpenConnectionPool: String
1807
- # @param ConnectionPoolTimeOut: 连接池阀值:单位(秒)
1807
+ # @param ConnectionPoolTimeOut: 连接池阈值:单位(秒)
1808
1808
  # @type ConnectionPoolTimeOut: Integer
1809
1809
  # @param SecurityGroupIds: 安全组ID数组
1810
1810
  # @type SecurityGroupIds: Array
@@ -3360,7 +3360,7 @@ module TencentCloud
3360
3360
 
3361
3361
  # DeleteParamTemplate请求参数结构体
3362
3362
  class DeleteParamTemplateRequest < TencentCloud::Common::AbstractModel
3363
- # @param TemplateId: 参数模版ID
3363
+ # @param TemplateId: 参数模板ID
3364
3364
  # @type TemplateId: Integer
3365
3365
 
3366
3366
  attr_accessor :TemplateId
@@ -5181,9 +5181,9 @@ module TencentCloud
5181
5181
  class DescribeParamTemplatesRequest < TencentCloud::Common::AbstractModel
5182
5182
  # @param EngineVersions: 数据库引擎版本号
5183
5183
  # @type EngineVersions: Array
5184
- # @param TemplateNames: 模版名称
5184
+ # @param TemplateNames: 模板名称
5185
5185
  # @type TemplateNames: Array
5186
- # @param TemplateIds: 模版ID
5186
+ # @param TemplateIds: 模板ID
5187
5187
  # @type TemplateIds: Array
5188
5188
  # @param DbModes: 数据库类型,可选值:NORMAL,SERVERLESS
5189
5189
  # @type DbModes: Array
@@ -5193,7 +5193,7 @@ module TencentCloud
5193
5193
  # @type Limit: Integer
5194
5194
  # @param Products: 查询的模板对应的产品类型
5195
5195
  # @type Products: Array
5196
- # @param TemplateTypes: 模版类型
5196
+ # @param TemplateTypes: 模板类型
5197
5197
  # @type TemplateTypes: Array
5198
5198
  # @param EngineTypes: 版本类型
5199
5199
  # @type EngineTypes: Array
@@ -7724,11 +7724,11 @@ module TencentCloud
7724
7724
 
7725
7725
  # ModifyParamTemplate请求参数结构体
7726
7726
  class ModifyParamTemplateRequest < TencentCloud::Common::AbstractModel
7727
- # @param TemplateId: 模版ID
7727
+ # @param TemplateId: 模板ID
7728
7728
  # @type TemplateId: Integer
7729
- # @param TemplateName: 模版名
7729
+ # @param TemplateName: 模板名
7730
7730
  # @type TemplateName: String
7731
- # @param TemplateDescription: 模版描述
7731
+ # @param TemplateDescription: 模板描述
7732
7732
  # @type TemplateDescription: String
7733
7733
  # @param ParamList: 参数列表
7734
7734
  # @type ParamList: Array
@@ -8995,7 +8995,7 @@ module TencentCloud
8995
8995
  class PolicyRule < TencentCloud::Common::AbstractModel
8996
8996
  # @param Action: 策略,ACCEPT或者DROP
8997
8997
  # @type Action: String
8998
- # @param CidrIp: 来源IpIp段,例如192.168.0.0/16
8998
+ # @param CidrIp: 来源IPIP段,例如192.168.0.0/16
8999
8999
  # @type CidrIp: String
9000
9000
  # @param PortRange: 端口
9001
9001
  # @type PortRange: String
@@ -9043,7 +9043,7 @@ module TencentCloud
9043
9043
  # @param OpenConnectionPool: 是否开启了连接池
9044
9044
  # 注意:此字段可能返回 null,表示取不到有效值。
9045
9045
  # @type OpenConnectionPool: String
9046
- # @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池
9046
+ # @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)
9047
9047
  # 注意:此字段可能返回 null,表示取不到有效值。
9048
9048
  # @type ConnectionPoolType: String
9049
9049
 
@@ -10279,7 +10279,7 @@ module TencentCloud
10279
10279
  # @type RowsExamined: Integer
10280
10280
  # @param RowsSent: 返回行数
10281
10281
  # @type RowsSent: Integer
10282
- # @param SqlTemplate: sql模版
10282
+ # @param SqlTemplate: sql模板
10283
10283
  # @type SqlTemplate: String
10284
10284
  # @param SqlMd5: sql语句md5
10285
10285
  # @type SqlMd5: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.609
4
+ version: 3.0.610
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-07-10 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common