tencentcloud-sdk-vpc 3.0.936 → 3.0.938
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 +4 -4
- 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: 855b11fa92aaec00315194246410c5b31987e9e0
|
4
|
+
data.tar.gz: 76f672cedca0e9050977294e9289fac1e51af12d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e669a48a3a1736b7261b2e957a2278f21b1c4db0bf79deaec0c74b5c4e8c795e11c9e4fdf0cf4e73a42cdd7440389e54c3de1d373e94d627bec5db0dc1279b72
|
7
|
+
data.tar.gz: 670b9cc221285cb5c110b1a15eb81e868c27101bd426b43655a06e1fd2b55851d5a2bacabce2e4852b410e32c126487f0594cb73b5472707333417b267c681e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20170312/models.rb
CHANGED
@@ -4292,8 +4292,8 @@ module TencentCloud
|
|
4292
4292
|
|
4293
4293
|
attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
|
4294
4294
|
extend Gem::Deprecate
|
4295
|
-
deprecate :SubnetId, :none, 2024,
|
4296
|
-
deprecate :SubnetId=, :none, 2024,
|
4295
|
+
deprecate :SubnetId, :none, 2024, 11
|
4296
|
+
deprecate :SubnetId=, :none, 2024, 11
|
4297
4297
|
|
4298
4298
|
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)
|
4299
4299
|
@NatGatewayName = natgatewayname
|
@@ -17059,8 +17059,8 @@ module TencentCloud
|
|
17059
17059
|
|
17060
17060
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
17061
17061
|
extend Gem::Deprecate
|
17062
|
-
deprecate :IntegrityAlgorith, :none, 2024,
|
17063
|
-
deprecate :IntegrityAlgorith=, :none, 2024,
|
17062
|
+
deprecate :IntegrityAlgorith, :none, 2024, 11
|
17063
|
+
deprecate :IntegrityAlgorith=, :none, 2024, 11
|
17064
17064
|
|
17065
17065
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
17066
17066
|
@EncryptAlgorithm = encryptalgorithm
|
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.938
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|