tencentcloud-sdk-vpc 3.0.935 → 3.0.937

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: ada6e5873957543ff9f684d3d64e9aa8d4c7772f
4
- data.tar.gz: 54c74ea737872857440efc96cdbaa942ecf1e009
3
+ metadata.gz: 4181b3c76555eadc4d17ed99fbb96d5e1546dfb7
4
+ data.tar.gz: 730260242296e584951b14ad903614b1688fe7cb
5
5
  SHA512:
6
- metadata.gz: bb13c874422fcf6113e5a2196f9f344e31ddd67769ac1972914ba282a072693f8f706539a41c715a1b32862532df2e4a857e896298b8f5868ee844ab61cfe5b4
7
- data.tar.gz: 6d80b72b18520e6450029caee37b439fecf8f7e16af4aacdee0517d860376ce76408b2458f8d73b26122bc66e44f62de44b980a6a254e52e30cf5d26bb24f9bb
6
+ metadata.gz: e45dbccc3bc8f2af38522edb44e28dcc305bef26782bc6ff73484a0a8559138f236559cfb86126821f228bace82eb4a9177fd0c55b7ec1a9867d81d47d18987e
7
+ data.tar.gz: f5be9592d82bdf78c35ac529f4492bc334688c2d622e32d72de2857c5cca9ccd616992caa8b8fb512f535b3a8abc927932407892848117bbe906723b65ead528
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.935
1
+ 3.0.937
@@ -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, 10
4296
- deprecate :SubnetId=, :none, 2024, 10
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, 10
17063
- deprecate :IntegrityAlgorith=, :none, 2024, 10
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.935
4
+ version: 3.0.937
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-03 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common