tencentcloud-sdk-cdb 3.0.807 → 3.0.808
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/models.rb +6 -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: b6e0f16832ece4c43f731ac1be1d3c26be870efe
|
|
4
|
+
data.tar.gz: 8a0e7e79687aaf383382e1828181b68c02c73708
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4b9ec2515f4bb6b77985ed48aaa1ddcf8e8b916f7bd4e47577bbcf9b9a69e8da7262f933d9b4d4f6eeb4e678816b084ded0ae393e30ffdbbdf29e371b730f29
|
|
7
|
+
data.tar.gz: 908fa8f8758c183e3502d53ea85004b79a7a4acabc616ea22be29ea55cdb92fe8efb20291fb1dad65bbff5b71fee79e8dc141654259acb45a8e92881ba31d803
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.808
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -2499,10 +2499,12 @@ module TencentCloud
|
|
|
2499
2499
|
# @type Desc: String
|
|
2500
2500
|
# @param ConnectionPoolLimit: 连接池阈值
|
|
2501
2501
|
# @type ConnectionPoolLimit: Integer
|
|
2502
|
+
# @param ProxyVersion: 指定要购买的 proxy 内核版本。不填则默认发货最新版本的 proxy。
|
|
2503
|
+
# @type ProxyVersion: String
|
|
2502
2504
|
|
|
2503
|
-
attr_accessor :InstanceId, :UniqVpcId, :UniqSubnetId, :ProxyNodeCustom, :SecurityGroup, :Desc, :ConnectionPoolLimit
|
|
2505
|
+
attr_accessor :InstanceId, :UniqVpcId, :UniqSubnetId, :ProxyNodeCustom, :SecurityGroup, :Desc, :ConnectionPoolLimit, :ProxyVersion
|
|
2504
2506
|
|
|
2505
|
-
def initialize(instanceid=nil, uniqvpcid=nil, uniqsubnetid=nil, proxynodecustom=nil, securitygroup=nil, desc=nil, connectionpoollimit=nil)
|
|
2507
|
+
def initialize(instanceid=nil, uniqvpcid=nil, uniqsubnetid=nil, proxynodecustom=nil, securitygroup=nil, desc=nil, connectionpoollimit=nil, proxyversion=nil)
|
|
2506
2508
|
@InstanceId = instanceid
|
|
2507
2509
|
@UniqVpcId = uniqvpcid
|
|
2508
2510
|
@UniqSubnetId = uniqsubnetid
|
|
@@ -2510,6 +2512,7 @@ module TencentCloud
|
|
|
2510
2512
|
@SecurityGroup = securitygroup
|
|
2511
2513
|
@Desc = desc
|
|
2512
2514
|
@ConnectionPoolLimit = connectionpoollimit
|
|
2515
|
+
@ProxyVersion = proxyversion
|
|
2513
2516
|
end
|
|
2514
2517
|
|
|
2515
2518
|
def deserialize(params)
|
|
@@ -2527,6 +2530,7 @@ module TencentCloud
|
|
|
2527
2530
|
@SecurityGroup = params['SecurityGroup']
|
|
2528
2531
|
@Desc = params['Desc']
|
|
2529
2532
|
@ConnectionPoolLimit = params['ConnectionPoolLimit']
|
|
2533
|
+
@ProxyVersion = params['ProxyVersion']
|
|
2530
2534
|
end
|
|
2531
2535
|
end
|
|
2532
2536
|
|
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: 3.0.
|
|
4
|
+
version: 3.0.808
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|