tencentcloud-sdk-cdb 1.0.277 → 1.0.280
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 +14 -14
- 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: 92c73e15aa2c9cc0d8329433bbca086fda8ceb57
|
|
4
|
+
data.tar.gz: 2f7b4b0a021d28b079d838faa0504e7b422b3c68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d4cfe3b643bdaf9f6517e74d8409092d7c9b5cfb0148c6b5f0ac0b7557de3d8cc84aa51e567d55fb151cf87b6eec7b43fe93e56c9bbb9699daabff371dc3349
|
|
7
|
+
data.tar.gz: e7bfdfbd5a1bdfe6e6e7ceb767508fdeb2307e6aac58f07a00d8d5421410c2ad0a2a5a2615629270021579429694bd59bf1f51293a9c62ea8d2e80581275e5cb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.280
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -190,7 +190,7 @@ module TencentCloud
|
|
|
190
190
|
# @type Mem: Integer
|
|
191
191
|
# @param SecurityGroup: 安全组
|
|
192
192
|
# @type SecurityGroup: Array
|
|
193
|
-
# @param Desc:
|
|
193
|
+
# @param Desc: 描述说明,最大支持256位。
|
|
194
194
|
# @type Desc: String
|
|
195
195
|
|
|
196
196
|
attr_accessor :InstanceId, :UniqVpcId, :UniqSubnetId, :ProxyCount, :Cpu, :Mem, :SecurityGroup, :Desc
|
|
@@ -878,7 +878,7 @@ module TencentCloud
|
|
|
878
878
|
# @type InstanceId: String
|
|
879
879
|
# @param ProxyGroupId: 代理组ID
|
|
880
880
|
# @type ProxyGroupId: String
|
|
881
|
-
# @param OnlyCloseRW: 是否只关闭读写分离,取值:"true" | "false"
|
|
881
|
+
# @param OnlyCloseRW: 是否只关闭读写分离,取值:"true" | "false",默认为"false"
|
|
882
882
|
# @type OnlyCloseRW: Boolean
|
|
883
883
|
|
|
884
884
|
attr_accessor :InstanceId, :ProxyGroupId, :OnlyCloseRW
|
|
@@ -1959,7 +1959,7 @@ module TencentCloud
|
|
|
1959
1959
|
# @type TemplateId: Integer
|
|
1960
1960
|
# @param ParamList: 参数列表。
|
|
1961
1961
|
# @type ParamList: Array
|
|
1962
|
-
# @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
1962
|
+
# @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1963
1963
|
# @type TemplateType: String
|
|
1964
1964
|
|
|
1965
1965
|
attr_accessor :Name, :Description, :EngineVersion, :TemplateId, :ParamList, :TemplateType
|
|
@@ -2877,7 +2877,7 @@ module TencentCloud
|
|
|
2877
2877
|
# @type RuleName: String
|
|
2878
2878
|
# @param Limit: 分页大小参数。默认值为 20,最小值为 1,最大值为 100。
|
|
2879
2879
|
# @type Limit: Integer
|
|
2880
|
-
# @param Offset:
|
|
2880
|
+
# @param Offset: 分页偏移量。默认值为0。
|
|
2881
2881
|
# @type Offset: Integer
|
|
2882
2882
|
|
|
2883
2883
|
attr_accessor :RuleId, :RuleName, :Limit, :Offset
|
|
@@ -4813,7 +4813,7 @@ module TencentCloud
|
|
|
4813
4813
|
# @type Items: Array
|
|
4814
4814
|
# @param Description: 参数模板描述
|
|
4815
4815
|
# @type Description: String
|
|
4816
|
-
# @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
4816
|
+
# @param TemplateType: 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
4817
4817
|
# @type TemplateType: String
|
|
4818
4818
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4819
4819
|
# @type RequestId: String
|
|
@@ -4948,9 +4948,9 @@ module TencentCloud
|
|
|
4948
4948
|
class DescribeProxyConnectionPoolConfRequest < TencentCloud::Common::AbstractModel
|
|
4949
4949
|
# @param InstanceId: 实例ID
|
|
4950
4950
|
# @type InstanceId: String
|
|
4951
|
-
# @param Offset:
|
|
4951
|
+
# @param Offset: 分页
|
|
4952
4952
|
# @type Offset: Integer
|
|
4953
|
-
# @param Limit:
|
|
4953
|
+
# @param Limit: 限制
|
|
4954
4954
|
# @type Limit: Integer
|
|
4955
4955
|
|
|
4956
4956
|
attr_accessor :InstanceId, :Offset, :Limit
|
|
@@ -6883,7 +6883,7 @@ module TencentCloud
|
|
|
6883
6883
|
# @param ColumnPrivileges: 数据库表中列的权限。Privileges 权限的可选值为:"SELECT","INSERT","UPDATE","REFERENCES"。
|
|
6884
6884
|
# 注意,不传该参数表示清除该权限。
|
|
6885
6885
|
# @type ColumnPrivileges: Array
|
|
6886
|
-
# @param ModifyAction: 该参数不为空时,为批量修改权限。可选值为:grant
|
|
6886
|
+
# @param ModifyAction: 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
|
|
6887
6887
|
# @type ModifyAction: String
|
|
6888
6888
|
|
|
6889
6889
|
attr_accessor :InstanceId, :Accounts, :GlobalPrivileges, :DatabasePrivileges, :TablePrivileges, :ColumnPrivileges, :ModifyAction
|
|
@@ -7301,9 +7301,9 @@ module TencentCloud
|
|
|
7301
7301
|
class ModifyCDBProxyRequest < TencentCloud::Common::AbstractModel
|
|
7302
7302
|
# @param ProxyGroupId: 数据库代理组唯一ID
|
|
7303
7303
|
# @type ProxyGroupId: String
|
|
7304
|
-
# @param IsKickout:
|
|
7304
|
+
# @param IsKickout: 是否开始延迟剔除,默认false,取值:"true" | "false"
|
|
7305
7305
|
# @type IsKickout: Boolean
|
|
7306
|
-
# @param MinCount:
|
|
7306
|
+
# @param MinCount: 最少保留数,最小为0,最大为实例数量
|
|
7307
7307
|
# @type MinCount: Integer
|
|
7308
7308
|
# @param MaxDelay: 延迟剔除的阈值;如果IsKickOut="true", 该字段必填
|
|
7309
7309
|
# @type MaxDelay: Integer
|
|
@@ -7311,9 +7311,9 @@ module TencentCloud
|
|
|
7311
7311
|
# @type WeightMode: String
|
|
7312
7312
|
# @param RoWeightValues: 实例只读权重
|
|
7313
7313
|
# @type RoWeightValues: :class:`Tencentcloud::Cdb.v20170320.models.RoWeight`
|
|
7314
|
-
# @param FailOver:
|
|
7314
|
+
# @param FailOver: 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
|
|
7315
7315
|
# @type FailOver: Boolean
|
|
7316
|
-
# @param AutoAddRo:
|
|
7316
|
+
# @param AutoAddRo: 是否自动添加只读实例,默认false,取值:"true" | "false"
|
|
7317
7317
|
# @type AutoAddRo: Boolean
|
|
7318
7318
|
|
|
7319
7319
|
attr_accessor :ProxyGroupId, :IsKickout, :MinCount, :MaxDelay, :WeightMode, :RoWeightValues, :FailOver, :AutoAddRo
|
|
@@ -10241,9 +10241,9 @@ module TencentCloud
|
|
|
10241
10241
|
# @type InstanceId: String
|
|
10242
10242
|
# @param ProxyGroupId: 数据库代理ID
|
|
10243
10243
|
# @type ProxyGroupId: String
|
|
10244
|
-
# @param ProxyCount:
|
|
10244
|
+
# @param ProxyCount: 代理节点个数,实际规格支持数
|
|
10245
10245
|
# @type ProxyCount: Integer
|
|
10246
|
-
# @param Cpu:
|
|
10246
|
+
# @param Cpu: 代理节点核数,实际规格支持数
|
|
10247
10247
|
# @type Cpu: Integer
|
|
10248
10248
|
# @param Mem: 代理节点内存大小
|
|
10249
10249
|
# @type Mem: 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: 1.0.
|
|
4
|
+
version: 1.0.280
|
|
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-03-
|
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|