tencentcloud-sdk-vpc 3.0.744 → 3.0.746

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: eb5a8cb44b5ab6fe5bcdd320d6c00b6199617a7e
4
- data.tar.gz: c71b7b82aa06364df3326353df77a6175dd00369
3
+ metadata.gz: 34a753a3a4190bacdcff723061d4acc06677657a
4
+ data.tar.gz: c5cd4c0de6df829305675f9c983a4a92ae48458f
5
5
  SHA512:
6
- metadata.gz: 8d3d4125385d6dffc0c07426124338a26058cce27a6dea77a822c925a239730c1e9ed0c108a644a90f032341303da4c43fbcaa118ee240dc2465c712f5222d80
7
- data.tar.gz: 6da45004a7f49e14f800a6613ba910cc8113b46bcfcc6a7eed68c72db164a2e1304e53d12af274e1407010aa8da828f134e75a2064b626d70502b223d40f01da
6
+ metadata.gz: 84d3214d3cb2c589b70c6abf9ff4cd79e8c0b5dc57247c97cada269619b17b04cb16089fc79db63f1bdd3d8ee39c7cbff82c4b76416242426f5ae1ec95b5d820
7
+ data.tar.gz: 41cad77154c334294e3786a5d5ccd54cb6a766b2148ee03ef0c38ec00a37a6203e7eb48e96ed57191eaf4cdb7579f89364a9da3745e4e180fd6e4ad60ec3f380
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.744
1
+ 3.0.746
@@ -14340,8 +14340,8 @@ module TencentCloud
14340
14340
 
14341
14341
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
14342
14342
  extend Gem::Deprecate
14343
- deprecate :IntegrityAlgorith, :none, 2023, 12
14344
- deprecate :IntegrityAlgorith=, :none, 2023, 12
14343
+ deprecate :IntegrityAlgorith, :none, 2024, 1
14344
+ deprecate :IntegrityAlgorith=, :none, 2024, 1
14345
14345
 
14346
14346
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
14347
14347
  @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.744
4
+ version: 3.0.746
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-01-08 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common