tencentcloud-sdk-vpc 3.0.853 → 3.0.854

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: 613c2237675ae7c2f8247dd30b50ad9df642bbb3
4
- data.tar.gz: ee5c503bdd4427ffe8ea800a4ad1c6c6b09891db
3
+ metadata.gz: 3b2245339dde2a0abf4a24414aa5dabee552ca5c
4
+ data.tar.gz: 5542e2c8cbce4e9a2e22ddc14ccbb0ef1b9610c7
5
5
  SHA512:
6
- metadata.gz: 155465d995a2506bc9c4edfe5c7c7caa20d0b63b11bbf5e403ffe11dff41a54da9ebb439efaed00ac2565b91c592b200afadda28faa7569dbc94d30b431b945d
7
- data.tar.gz: b52cef6fe61027146e050035843172a0cc2c082593ce818a4ed8baeff2d5c9c4275bb7f516adedb24c2c8b1dce151f9d9e566c4b2118eb81e8da2dfd6799a7e2
6
+ metadata.gz: 3e2011548b509bc514aea6240a2a604271e12d9b3e83c1f2fd070924199b4a28c75b2ce62b7a7a9ef63d59486f0b2ca756cf226fe8ea92ef9871684e7221ce79
7
+ data.tar.gz: baf564782867e2301b53deed96ef66affea284c992fa5296eae89f292ba5f16103346b7fb4191e3d43c22b1d8d3731b52bae1ecbdf37e4a01cf0af2e906b9112
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.853
1
+ 3.0.854
@@ -14368,8 +14368,8 @@ module TencentCloud
14368
14368
 
14369
14369
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
14370
14370
  extend Gem::Deprecate
14371
- deprecate :IntegrityAlgorith, :none, 2024, 6
14372
- deprecate :IntegrityAlgorith=, :none, 2024, 6
14371
+ deprecate :IntegrityAlgorith, :none, 2024, 7
14372
+ deprecate :IntegrityAlgorith=, :none, 2024, 7
14373
14373
 
14374
14374
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
14375
14375
  @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.853
4
+ version: 3.0.854
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-06-27 00:00:00.000000000 Z
11
+ date: 2024-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common