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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/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: 0ddf9a88227cff474e70d91c77bbc3710159e185
|
4
|
+
data.tar.gz: 2fe750b04e6790d0c5863064e194e43de464b118
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4e8e4b69b34922669f208ff53ee6d7e623987b7e30bebaa0774a01373083124f3abd7b70559dead99d50d1544cfb4ab057aa3b47af8db17eeb1d03bcd8f8e80
|
7
|
+
data.tar.gz: 5facba83a18f6b35f93b5e3bc1a0ddc742db68f0801d8e4d1761e8cedc242c02f8133b93a589b207a03dd14bf3c8e6b6ec7319690299037d9650c3472d4b04b3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.662
|
data/lib/v20170312/models.rb
CHANGED
@@ -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.
|
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-
|
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
|