tencentcloud-sdk-cdb 1.0.302 → 1.0.305

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: 916e910c46f1306460a136dfae71afb5f80dd53a
4
- data.tar.gz: e7b3605b3fb180fbdbf8f1241899b004e983f03c
3
+ metadata.gz: 2f2c429bc00acb0ec35870bacbf4f8d00897eb8b
4
+ data.tar.gz: 5c248982aa753773c891919e6be04dbb0ebe3b38
5
5
  SHA512:
6
- metadata.gz: d2fde6e59cab4aa89c5c68a399203bb64214a3001ef7fd29bd959c8368d8c8e5d1e7252ae41f269a01597cfc2c8b91053b063a0f29163f395d5dc7b4dc44301f
7
- data.tar.gz: 63057987b8a3264d574017f473530da734d1c2d9568e426154b09da3f753b7f3f61dd386ed641c0600998c7e534fe743bf1acf77a9c197cff48e509bc7238a6c
6
+ metadata.gz: 196f96464eac7f0403da005ab45a68e96658d8191a1147b947206fdd16edc58b66ae6d9ba9db36b28a9628ad087013563c2cef99c5051ccb0cc3ef30d05471a1
7
+ data.tar.gz: 8be62511970021f8ca442ff1986faa23dca85c263e2fad93342e9bc7942993b289d5c3c7c9736da27ff12c3126138c21bef631728f8f7902e36a37328d29c5c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.302
1
+ 1.0.305
@@ -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`
@@ -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.302
4
+ version: 1.0.305
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-20 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common