tencentcloud-sdk-cdb 3.0.591 → 3.0.593
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: f86dd8cedb998eeb7127af33e66013107713e31a
|
4
|
+
data.tar.gz: c07dc37b3215b85c47c73f2518a598013aad5835
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 308a01b02461e305e4ca7be92f8fa5a0cb6bdc35fcf6c7434e8d97701643893f1028e352a6a13b597737dc62ac4bcd6540fa3903a03daf1edf5def7ec80a7b64
|
7
|
+
data.tar.gz: 11063c804fc5e87ec40f15d512bfd8364e5414d520e026eda0e1c5318b4c71155d5caa97fc2dcb0bc6910a29ee1a45479c41649f1a5f44cc99dbedbbfab4ea29
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.593
|
data/lib/v20170320/models.rb
CHANGED
@@ -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.
|
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-
|
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
|