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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1ba8059ad4ee0f16144885ce2002fffb5cde84d
4
- data.tar.gz: 66c7b92ee99e13d2aff2d6adf2cd0c15ac3732ad
3
+ metadata.gz: 84ea136c63642d863374790a23324af7721130f5
4
+ data.tar.gz: 8c4b952259bcaac0037340dee77e6af7c2f89366
5
5
  SHA512:
6
- metadata.gz: 5333c209dec6257dbd04481a9d5205473b91c31dcc38e2f620d222cf8f26c4898a7e73a2bcda0dba49fa2123ae605277bec84796795aa1e17c9a5215c5e7d208
7
- data.tar.gz: 80eb68e72c2c69f6bb72e5f4ba8bc5b43f5450688d851c9b906b2160e846559cfb60df6c748689419bfe001980f2612155d6b803628026ff7e9d1ac6fe70e3fa
6
+ metadata.gz: 593084680f455463f607ea15def7c1fc97350e1ab52ce511a6ab0974680f741949714cf29079e6800dd5a4098af8fceaaf4979f0000b3dbc9301a64b832b5132
7
+ data.tar.gz: dc3c6cd9a6e2dc626c422fc85380b85e20c3799132d62a349a99a88e964ec3341db31cf12d0b992adfb3bd6b8659554eceb88665025b58c919f497b6e5af71c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.972
1
+ 3.0.973
@@ -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, 2024, 12
4518
- deprecate :SubnetId=, :none, 2024, 12
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, 2024, 12
17699
- deprecate :IntegrityAlgorith=, :none, 2024, 12
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.972
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-30 00:00:00.000000000 Z
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