tencentcloud-sdk-cdb 3.0.807 → 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: 058d176fa688adf09479a1e9afaa5fa1ce8c1e51
4
- data.tar.gz: 76496f473288f48736f7bc0e5d7b1716ce73f081
3
+ metadata.gz: b6e0f16832ece4c43f731ac1be1d3c26be870efe
4
+ data.tar.gz: 8a0e7e79687aaf383382e1828181b68c02c73708
5
5
  SHA512:
6
- metadata.gz: cf89425f0387dd80c7fa0bdbfc9d91154dff553fb66de0535cd65f48972e2d18ebc7fc54448fcd3a729b0e74fc51a35d9216d2771afd656fc82db1fa83b4631e
7
- data.tar.gz: 4b8a8acb60641ac5937248653169f3df8904bd8e4128cbdb875d181d01e9990efeeeb72dcee987c4cd977df2285c068ef2cebff7056c48139fdd60a43bbfbd93
6
+ metadata.gz: c4b9ec2515f4bb6b77985ed48aaa1ddcf8e8b916f7bd4e47577bbcf9b9a69e8da7262f933d9b4d4f6eeb4e678816b084ded0ae393e30ffdbbdf29e371b730f29
7
+ data.tar.gz: 908fa8f8758c183e3502d53ea85004b79a7a4acabc616ea22be29ea55cdb92fe8efb20291fb1dad65bbff5b71fee79e8dc141654259acb45a8e92881ba31d803
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.807
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.807
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-21 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