tencentcloud-sdk-vpc 3.0.660 → 3.0.662

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: 8b86fab6fdde5f31548c50f8a18cbe7ad1a81898
4
- data.tar.gz: d0b74b4310159e9310712b80e2a0675db394c8bb
3
+ metadata.gz: 0ddf9a88227cff474e70d91c77bbc3710159e185
4
+ data.tar.gz: 2fe750b04e6790d0c5863064e194e43de464b118
5
5
  SHA512:
6
- metadata.gz: 9e0a427571ab5f035b7a2852d16f724be4f4b8c54cd2e2a7872b7662fc923f8c8238f66be88cbf6d04749affbd1734965420c5e6248391c9810666087348217a
7
- data.tar.gz: 925b0f94ff36e6acf4508220c2bb95b0936fa905c4ecc9f0e250fb1322a459df0b280e70843a0af5c174059713f346760e93c6ed2bbb44c71d166d8d40c0a9a5
6
+ metadata.gz: f4e8e4b69b34922669f208ff53ee6d7e623987b7e30bebaa0774a01373083124f3abd7b70559dead99d50d1544cfb4ab057aa3b47af8db17eeb1d03bcd8f8e80
7
+ data.tar.gz: 5facba83a18f6b35f93b5e3bc1a0ddc742db68f0801d8e4d1761e8cedc242c02f8133b93a589b207a03dd14bf3c8e6b6ec7319690299037d9650c3472d4b04b3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.660
1
+ 3.0.662
@@ -3476,10 +3476,12 @@ module TencentCloud
3476
3476
  # @type PublicIpAddressesBandwidthOut: Integer
3477
3477
  # @param PublicIpFromSameZone: 公网IP是否强制与NAT网关来自同可用区,true表示需要与NAT网关同可用区;false表示可与NAT网关不是同一个可用区。此参数只有当参数Zone存在时才能生效。
3478
3478
  # @type PublicIpFromSameZone: Boolean
3479
+ # @param NatProductVersion: NAT网关大版本号,1是传统型,2是标准型,默认是1
3480
+ # @type NatProductVersion: Integer
3479
3481
 
3480
- attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone
3482
+ attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
3481
3483
 
3482
- def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil)
3484
+ def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil)
3483
3485
  @NatGatewayName = natgatewayname
3484
3486
  @VpcId = vpcid
3485
3487
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -3492,6 +3494,7 @@ module TencentCloud
3492
3494
  @StockPublicIpAddressesBandwidthOut = stockpublicipaddressesbandwidthout
3493
3495
  @PublicIpAddressesBandwidthOut = publicipaddressesbandwidthout
3494
3496
  @PublicIpFromSameZone = publicipfromsamezone
3497
+ @NatProductVersion = natproductversion
3495
3498
  end
3496
3499
 
3497
3500
  def deserialize(params)
@@ -3514,6 +3517,7 @@ module TencentCloud
3514
3517
  @StockPublicIpAddressesBandwidthOut = params['StockPublicIpAddressesBandwidthOut']
3515
3518
  @PublicIpAddressesBandwidthOut = params['PublicIpAddressesBandwidthOut']
3516
3519
  @PublicIpFromSameZone = params['PublicIpFromSameZone']
3520
+ @NatProductVersion = params['NatProductVersion']
3517
3521
  end
3518
3522
  end
3519
3523
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.660
4
+ version: 3.0.662
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-09-15 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common