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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/client.rb +1 -1
- data/lib/v20170320/models.rb +3 -3
- 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: 0a917de6f02b3e16efde5666296a9141d8c86913
|
4
|
+
data.tar.gz: e7fa0cb5db47f6098dc9761716b08cfea6a5bd3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cddc6f00db7ba0d3088cf7cb370c0856c4709e20db56e03e0dd950a2a85e8001486db643e06f94d7191406243a214ae8262ec1d68ef72921430299b70fc9df8d
|
7
|
+
data.tar.gz: 632ccfa883273f12ea911a0ae5ad198eac573cb99a0b5b2904abb43229757fcfe8a9254bd2c7b5ae5aa019c9345e4b27dad970454d6187a0256659f36b78ce04
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.303
|
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
@@ -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.
|
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-
|
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
|