tencentcloud-sdk-postgres 3.0.456 → 3.0.458

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: 945d5808875ba1cb7dc278eea25b6bc356b963ff
4
- data.tar.gz: f1cc6c2599c3de623c0320e668fd434f6e69fad6
3
+ metadata.gz: 4299de0a34585a5a6e49e12069eebcc6629bde26
4
+ data.tar.gz: 437cd4b18958590b4d32ea298b047cd59e3d763a
5
5
  SHA512:
6
- metadata.gz: f99212d3a25a8d5e7c8568f5fdbee8def3b7321fde2106d95bb5a52f5d87181b18b45276ec10c00782a96339c1d2b02f476ea451af710fd797a08f8ed27792ba
7
- data.tar.gz: 85e3e6dd37ac4f16550ce85b2cd44d977cd46c938b1407d8125aaca75a163a2b91545b2ed89e2f8f3e6a18c316f8c0e859f5a294afd34dbdc7b164a81b4950c0
6
+ metadata.gz: c095422cb97916c7e8df071597cc986a5ead786a14306fe16cb291ca39fc3cd8c12e6a0692d6bf0cb3a1e2d0d72bff9eb41886f7886724b3374728c3e3200f3f
7
+ data.tar.gz: c79b967af98f85aaff9f5f710374113384b926251146b0f59799c6c508adce83757b9187edeb65e80f2123fa0d3a68cdd641cf376b155d16a6f184fe7c1bfe1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.456
1
+ 3.0.458
@@ -1369,10 +1369,13 @@ module TencentCloud
1369
1369
  # @param SubnetId: 子网ID
1370
1370
  # 注意:此字段可能返回 null,表示取不到有效值。
1371
1371
  # @type SubnetId: String
1372
+ # @param ProtocolType: 连接数据库的协议类型,当前支持:postgresql、mssql(MSSQL兼容语法)
1373
+ # 注意:此字段可能返回 null,表示取不到有效值。
1374
+ # @type ProtocolType: String
1372
1375
 
1373
- attr_accessor :Address, :Ip, :Port, :NetType, :Status, :VpcId, :SubnetId
1376
+ attr_accessor :Address, :Ip, :Port, :NetType, :Status, :VpcId, :SubnetId, :ProtocolType
1374
1377
 
1375
- def initialize(address=nil, ip=nil, port=nil, nettype=nil, status=nil, vpcid=nil, subnetid=nil)
1378
+ def initialize(address=nil, ip=nil, port=nil, nettype=nil, status=nil, vpcid=nil, subnetid=nil, protocoltype=nil)
1376
1379
  @Address = address
1377
1380
  @Ip = ip
1378
1381
  @Port = port
@@ -1380,6 +1383,7 @@ module TencentCloud
1380
1383
  @Status = status
1381
1384
  @VpcId = vpcid
1382
1385
  @SubnetId = subnetid
1386
+ @ProtocolType = protocoltype
1383
1387
  end
1384
1388
 
1385
1389
  def deserialize(params)
@@ -1390,6 +1394,7 @@ module TencentCloud
1390
1394
  @Status = params['Status']
1391
1395
  @VpcId = params['VpcId']
1392
1396
  @SubnetId = params['SubnetId']
1397
+ @ProtocolType = params['ProtocolType']
1393
1398
  end
1394
1399
  end
1395
1400
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.456
4
+ version: 3.0.458
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-22 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common