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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/client.rb +1 -1
- data/lib/v20170320/models.rb +2 -2
- 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: 2f2c429bc00acb0ec35870bacbf4f8d00897eb8b
|
4
|
+
data.tar.gz: 5c248982aa753773c891919e6be04dbb0ebe3b38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 196f96464eac7f0403da005ab45a68e96658d8191a1147b947206fdd16edc58b66ae6d9ba9db36b28a9628ad087013563c2cef99c5051ccb0cc3ef30d05471a1
|
7
|
+
data.tar.gz: 8be62511970021f8ca442ff1986faa23dca85c263e2fad93342e9bc7942993b289d5c3c7c9736da27ff12c3126138c21bef631728f8f7902e36a37328d29c5c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.305
|
data/lib/v20170320/client.rb
CHANGED
@@ -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`
|
data/lib/v20170320/models.rb
CHANGED
@@ -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.
|
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-
|
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
|