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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89eeabbe3f14431fbe6dc264a0e6b89a0be5161b
|
|
4
|
+
data.tar.gz: 9d91754692713c89c4e9a025b1d22b79906bdcfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dece12ff7460b20baab3d61dbc2e9f4e360adb1dc48049cd01e634714a417db852287c4b8b0c3d9840e49bd18d3340dfd72fd908bb8759542a186ae63aaaa1d7
|
|
7
|
+
data.tar.gz: 57ef2fd5ca9ea1ede76d7ea43b421cc8a382383590b6296c73f5546dc1446f2d3d9ec2ebe3628ec1310edbe5615facead0ab1abff2f76c54cc143817580606cb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.745
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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,
|
|
14344
|
-
deprecate :IntegrityAlgorith=, :none,
|
|
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.
|
|
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-
|
|
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
|