tencentcloud-sdk-vpc 3.0.744 → 3.0.745

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb5a8cb44b5ab6fe5bcdd320d6c00b6199617a7e
4
- data.tar.gz: c71b7b82aa06364df3326353df77a6175dd00369
3
+ metadata.gz: 89eeabbe3f14431fbe6dc264a0e6b89a0be5161b
4
+ data.tar.gz: 9d91754692713c89c4e9a025b1d22b79906bdcfc
5
5
  SHA512:
6
- metadata.gz: 8d3d4125385d6dffc0c07426124338a26058cce27a6dea77a822c925a239730c1e9ed0c108a644a90f032341303da4c43fbcaa118ee240dc2465c712f5222d80
7
- data.tar.gz: 6da45004a7f49e14f800a6613ba910cc8113b46bcfcc6a7eed68c72db164a2e1304e53d12af274e1407010aa8da828f134e75a2064b626d70502b223d40f01da
6
+ metadata.gz: dece12ff7460b20baab3d61dbc2e9f4e360adb1dc48049cd01e634714a417db852287c4b8b0c3d9840e49bd18d3340dfd72fd908bb8759542a186ae63aaaa1d7
7
+ data.tar.gz: 57ef2fd5ca9ea1ede76d7ea43b421cc8a382383590b6296c73f5546dc1446f2d3d9ec2ebe3628ec1310edbe5615facead0ab1abff2f76c54cc143817580606cb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.744
1
+ 3.0.745
@@ -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.745
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common