tencentcloud-sdk-vpc 3.0.972 → 3.0.973
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: 84ea136c63642d863374790a23324af7721130f5
|
4
|
+
data.tar.gz: 8c4b952259bcaac0037340dee77e6af7c2f89366
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 593084680f455463f607ea15def7c1fc97350e1ab52ce511a6ab0974680f741949714cf29079e6800dd5a4098af8fceaaf4979f0000b3dbc9301a64b832b5132
|
7
|
+
data.tar.gz: dc3c6cd9a6e2dc626c422fc85380b85e20c3799132d62a349a99a88e964ec3341db31cf12d0b992adfb3bd6b8659554eceb88665025b58c919f497b6e5af71c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
data/lib/v20170312/models.rb
CHANGED
@@ -4514,8 +4514,8 @@ module TencentCloud
|
|
4514
4514
|
|
4515
4515
|
attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
|
4516
4516
|
extend Gem::Deprecate
|
4517
|
-
deprecate :SubnetId, :none,
|
4518
|
-
deprecate :SubnetId=, :none,
|
4517
|
+
deprecate :SubnetId, :none, 2025, 1
|
4518
|
+
deprecate :SubnetId=, :none, 2025, 1
|
4519
4519
|
|
4520
4520
|
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)
|
4521
4521
|
@NatGatewayName = natgatewayname
|
@@ -17695,8 +17695,8 @@ module TencentCloud
|
|
17695
17695
|
|
17696
17696
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
17697
17697
|
extend Gem::Deprecate
|
17698
|
-
deprecate :IntegrityAlgorith, :none,
|
17699
|
-
deprecate :IntegrityAlgorith=, :none,
|
17698
|
+
deprecate :IntegrityAlgorith, :none, 2025, 1
|
17699
|
+
deprecate :IntegrityAlgorith=, :none, 2025, 1
|
17700
17700
|
|
17701
17701
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
17702
17702
|
@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.973
|
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-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|