tencentcloud-sdk-cdb 3.0.592 → 3.0.594

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47a0e79e968d03ecd02db551c76fe6c60582cc81
4
- data.tar.gz: 0db858382d63c11cc7969b401985e4b49aa5e27b
3
+ metadata.gz: 2a99d13fde689fe6380a662af9953c37b33c0c4c
4
+ data.tar.gz: ead05a2deb41aa866b32379866103c6a58a450b8
5
5
  SHA512:
6
- metadata.gz: c0c16708f6cfd868d514269ad460ee962fd991f8962755c7ea92f3f43b901ad5a0db78cc3123d7293fb4762428bb66f4ca3b3eac764e678c15abda78172738f7
7
- data.tar.gz: 95a2de86b46ea6e4d581aee7eb80204eb1e47fceae2bd3359afdee59d28c048cfaca474bbcd16daf2fac097cd61351677ea5b0de6d51aef8bbf21008b948c601
6
+ metadata.gz: fb134688f75eeba551bd5917f5deccc3cc894867c82e5452cbfbfb783f4b002e5707f9339ed98c609c1fcebf6efcfe98436cbf92de3984086edefae5d59b6f6f
7
+ data.tar.gz: 8474697fbb27f9a5ec50e4f051e7b65f4dcaeffe99e419a00eeebb5638469ec2c5cedac0e7f8729862d15a49322b00c8c1529cf4ff3a3bb30491a3f6714590c7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.592
1
+ 3.0.594
@@ -2046,10 +2046,12 @@ module TencentCloud
2046
2046
  # @type VPort: Integer
2047
2047
  # @param SecurityGroup: 安全组
2048
2048
  # @type SecurityGroup: Array
2049
+ # @param ConnectionPoolType: 连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool为true时生效。
2050
+ # @type ConnectionPoolType: String
2049
2051
 
2050
- attr_accessor :ProxyGroupId, :WeightMode, :IsKickOut, :MinCount, :MaxDelay, :FailOver, :AutoAddRo, :ReadOnly, :TransSplit, :ProxyAllocation, :UniqVpcId, :UniqSubnetId, :ConnectionPool, :Desc, :Vip, :VPort, :SecurityGroup
2052
+ attr_accessor :ProxyGroupId, :WeightMode, :IsKickOut, :MinCount, :MaxDelay, :FailOver, :AutoAddRo, :ReadOnly, :TransSplit, :ProxyAllocation, :UniqVpcId, :UniqSubnetId, :ConnectionPool, :Desc, :Vip, :VPort, :SecurityGroup, :ConnectionPoolType
2051
2053
 
2052
- def initialize(proxygroupid=nil, weightmode=nil, iskickout=nil, mincount=nil, maxdelay=nil, failover=nil, autoaddro=nil, readonly=nil, transsplit=nil, proxyallocation=nil, uniqvpcid=nil, uniqsubnetid=nil, connectionpool=nil, desc=nil, vip=nil, vport=nil, securitygroup=nil)
2054
+ def initialize(proxygroupid=nil, weightmode=nil, iskickout=nil, mincount=nil, maxdelay=nil, failover=nil, autoaddro=nil, readonly=nil, transsplit=nil, proxyallocation=nil, uniqvpcid=nil, uniqsubnetid=nil, connectionpool=nil, desc=nil, vip=nil, vport=nil, securitygroup=nil, connectionpooltype=nil)
2053
2055
  @ProxyGroupId = proxygroupid
2054
2056
  @WeightMode = weightmode
2055
2057
  @IsKickOut = iskickout
@@ -2067,6 +2069,7 @@ module TencentCloud
2067
2069
  @Vip = vip
2068
2070
  @VPort = vport
2069
2071
  @SecurityGroup = securitygroup
2072
+ @ConnectionPoolType = connectionpooltype
2070
2073
  end
2071
2074
 
2072
2075
  def deserialize(params)
@@ -2094,6 +2097,7 @@ module TencentCloud
2094
2097
  @Vip = params['Vip']
2095
2098
  @VPort = params['VPort']
2096
2099
  @SecurityGroup = params['SecurityGroup']
2100
+ @ConnectionPoolType = params['ConnectionPoolType']
2097
2101
  end
2098
2102
  end
2099
2103
 
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.592
4
+ version: 3.0.594
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-14 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-cdb.rb
36
37
  - lib/v20170320/client.rb
37
38
  - lib/v20170320/models.rb
38
- - lib/tencentcloud-sdk-cdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: