tencentcloud-sdk-cdb 1.0.300 → 1.0.303

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: 0bd4629dbadd66379bb00525ef1224f7118df66c
4
- data.tar.gz: 5048645ef957ed261b7067cdc7b6a031c334032f
3
+ metadata.gz: 0a917de6f02b3e16efde5666296a9141d8c86913
4
+ data.tar.gz: e7fa0cb5db47f6098dc9761716b08cfea6a5bd3e
5
5
  SHA512:
6
- metadata.gz: 261e00880bc1507e8464ced09806236c48c7efd8327579c3059d527df107f81b311bc0097d2828e19a2e5273ce2083c72f4aa44ff86b2887f7f5e1f6244359b3
7
- data.tar.gz: c2a2bb7045f140cb386965cc771576aeb38ef68b6a36b566508ebf78ba5e16900f2823ecc0a516c8fb4b90c327de750d8b3a787a2851138dff5a18e8daab69e4
6
+ metadata.gz: cddc6f00db7ba0d3088cf7cb370c0856c4709e20db56e03e0dd950a2a85e8001486db643e06f94d7191406243a214ae8262ec1d68ef72921430299b70fc9df8d
7
+ data.tar.gz: 632ccfa883273f12ea911a0ae5ad198eac573cb99a0b5b2904abb43229757fcfe8a9254bd2c7b5ae5aa019c9345e4b27dad970454d6187a0256659f36b78ce04
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.300
1
+ 1.0.303
@@ -1060,7 +1060,7 @@ module TencentCloud
1060
1060
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1061
1061
  end
1062
1062
 
1063
- # 查询数据库代理
1063
+ # 查询数据库代理(待下线,替换接口QueryCDBProxy)
1064
1064
 
1065
1065
  # @param request: Request instance for DescribeCDBProxy.
1066
1066
  # @type request: :class:`Tencentcloud::cdb::V20170320::DescribeCDBProxyRequest`
@@ -6354,7 +6354,7 @@ module TencentCloud
6354
6354
  # @type Vip: String
6355
6355
  # @param Vport: 端口号
6356
6356
  # @type Vport: Integer
6357
- # @param CdbError: 是否锁定标记
6357
+ # @param CdbError: 磁盘写入是否被锁定(实例数据写入量已经超过磁盘配额)。0 -未被锁定 1 -已被锁定
6358
6358
  # @type CdbError: Integer
6359
6359
  # @param UniqVpcId: 私有网络描述符,例如:“vpc-5v8wn9mg”
6360
6360
  # @type UniqVpcId: String
@@ -10361,9 +10361,9 @@ module TencentCloud
10361
10361
  # @type InstanceId: String
10362
10362
  # @param ProxyGroupId: 数据库代理ID
10363
10363
  # @type ProxyGroupId: String
10364
- # @param ProxyCount: 代理节点个数,实际规格支持数
10364
+ # @param ProxyCount: 代理节点个数
10365
10365
  # @type ProxyCount: Integer
10366
- # @param Cpu: 代理节点核数,实际规格支持数
10366
+ # @param Cpu: 代理节点核数
10367
10367
  # @type Cpu: Integer
10368
10368
  # @param Mem: 代理节点内存大小
10369
10369
  # @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.300
4
+ version: 1.0.303
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-04-19 00:00:00.000000000 Z
11
+ date: 2022-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common