tencentcloud-sdk-cdb 3.0.592 → 3.0.593

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: 47a0e79e968d03ecd02db551c76fe6c60582cc81
4
- data.tar.gz: 0db858382d63c11cc7969b401985e4b49aa5e27b
3
+ metadata.gz: f86dd8cedb998eeb7127af33e66013107713e31a
4
+ data.tar.gz: c07dc37b3215b85c47c73f2518a598013aad5835
5
5
  SHA512:
6
- metadata.gz: c0c16708f6cfd868d514269ad460ee962fd991f8962755c7ea92f3f43b901ad5a0db78cc3123d7293fb4762428bb66f4ca3b3eac764e678c15abda78172738f7
7
- data.tar.gz: 95a2de86b46ea6e4d581aee7eb80204eb1e47fceae2bd3359afdee59d28c048cfaca474bbcd16daf2fac097cd61351677ea5b0de6d51aef8bbf21008b948c601
6
+ metadata.gz: 308a01b02461e305e4ca7be92f8fa5a0cb6bdc35fcf6c7434e8d97701643893f1028e352a6a13b597737dc62ac4bcd6540fa3903a03daf1edf5def7ec80a7b64
7
+ data.tar.gz: 11063c804fc5e87ec40f15d512bfd8364e5414d520e026eda0e1c5318b4c71155d5caa97fc2dcb0bc6910a29ee1a45479c41649f1a5f44cc99dbedbbfab4ea29
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.592
1
+ 3.0.593
@@ -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.593
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common