tencentcloud-sdk-vpc 3.0.660 → 3.0.661
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/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: fa8de17be181e0631aafca945c7eace3818dfa87
|
|
4
|
+
data.tar.gz: c19ceb9359adbbca5396a81b649f4b9f2c011c70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc98fa260ab01361b1f9123c4ba566eabd22816bb102f5e634516ecd2a89331ac59da28a18e1d97ba2ddfce37dc4e2f3e8f1ed914dda26190612e6291e6b7e03
|
|
7
|
+
data.tar.gz: 235b3e110cdcafe1647010b80e438d1cba558fa97984072d7180ce56fc71468231a6d18526179ea66142ad8a29f8b9bb68ee1c84cb1539246d68a505a4b1ce1a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.661
|
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.661
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|