tencentcloud-sdk-cdb 3.0.806 → 3.0.808

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92a0bf14f9328b418704c3e1c8a56debd23dd89f
4
- data.tar.gz: 25a0b1bb69b45becbdbaa8286a51ae5f36e6e4eb
3
+ metadata.gz: b6e0f16832ece4c43f731ac1be1d3c26be870efe
4
+ data.tar.gz: 8a0e7e79687aaf383382e1828181b68c02c73708
5
5
  SHA512:
6
- metadata.gz: 6f1e01499682f40b15ede46e64f10a51b0c558be112ae84c4585b820305aa93a7acbe71d5974f9503c51182429cc5aaf6d1b77169d4b02948102dbb8c38db535
7
- data.tar.gz: 5c220fc7259179405177e15644831bc51ee97a18d5600810ac3250efa655961dfe775fa8ab26bdde80b7a3b1b73a9004cb710105b1770469904e6a0c1bcc3b73
6
+ metadata.gz: c4b9ec2515f4bb6b77985ed48aaa1ddcf8e8b916f7bd4e47577bbcf9b9a69e8da7262f933d9b4d4f6eeb4e678816b084ded0ae393e30ffdbbdf29e371b730f29
7
+ data.tar.gz: 908fa8f8758c183e3502d53ea85004b79a7a4acabc616ea22be29ea55cdb92fe8efb20291fb1dad65bbff5b71fee79e8dc141654259acb45a8e92881ba31d803
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.806
1
+ 3.0.808
@@ -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.806
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-18 00:00:00.000000000 Z
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