tencentcloud-sdk-cdb 1.0.279 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c163022b3dfce15319e0abbc41de1f67d6d7ca2e
4
- data.tar.gz: b00d449ed46a6bd9d80a59a0771470596ba9fa1a
3
+ metadata.gz: 92c73e15aa2c9cc0d8329433bbca086fda8ceb57
4
+ data.tar.gz: 2f7b4b0a021d28b079d838faa0504e7b422b3c68
5
5
  SHA512:
6
- metadata.gz: fad8559fe443ca8a3f9b00e74f85b76fd8550fc509d5a21bfbb83c84556d2c3aeb68d5a593208cd1006bb36c76dde1373c1a1fcc1a71eac9062510153a5267c7
7
- data.tar.gz: 40cb0671bbdf421304459dbc5b4c108491635996f5cbb5413adcc1c0190fe2c429dcd3372955cc452cdf716dd00988fa68dc3028c21a01a9cf4dae5f2d4b75c9
6
+ metadata.gz: 2d4cfe3b643bdaf9f6517e74d8409092d7c9b5cfb0148c6b5f0ac0b7557de3d8cc84aa51e567d55fb151cf87b6eec7b43fe93e56c9bbb9699daabff371dc3349
7
+ data.tar.gz: e7bfdfbd5a1bdfe6e6e7ceb767508fdeb2307e6aac58f07a00d8d5421410c2ad0a2a5a2615629270021579429694bd59bf1f51293a9c62ea8d2e80581275e5cb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.279
1
+ 1.0.280
@@ -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
@@ -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: 是否开始延迟剔除,取值:"true" | "false"
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: 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,取值:"true" | "false"
7314
+ # @param FailOver: 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
7315
7315
  # @type FailOver: Boolean
7316
- # @param AutoAddRo: 是否自动添加只读实例,取值:"true" | "false"
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.279
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-18 00:00:00.000000000 Z
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