tencentcloud-sdk-vpc 3.0.716 → 3.0.718
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 +10 -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: 643527af09e5e634a4efe558ee16d15d11b2e78f
|
|
4
|
+
data.tar.gz: 139f31f8685334828e1cb53189aad7bd8f7fe91c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 611b0c675481dfd21711358ee13ee3e72a03ae74008eafaf53c6406e93d34f225686a7f895045a7fc4d268d10623d068229c7e9baeda0e8e5e9c34c3ac1e3ca9
|
|
7
|
+
data.tar.gz: 17f61ab2e90b191bdf9e45a5bde49ce9639d075c52c14c7b5f39fa7e99383b46bed613dec5880cb21829c2e379a6a1ea22c27c6ce4aee2a8573f09f426938c84
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.718
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -14330,15 +14330,22 @@ module TencentCloud
|
|
|
14330
14330
|
# @param IPSECSaLifetimeTraffic: IPsec SA lifetime(KB):单位KB,取值范围:2560-604800
|
|
14331
14331
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14332
14332
|
# @type IPSECSaLifetimeTraffic: Integer
|
|
14333
|
+
# @param IntegrityAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为
|
|
14334
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14335
|
+
# @type IntegrityAlgorithm: String
|
|
14333
14336
|
|
|
14334
|
-
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic
|
|
14337
|
+
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
|
14338
|
+
extend Gem::Deprecate
|
|
14339
|
+
deprecate :IntegrityAlgorith, :none, 2023, 12
|
|
14340
|
+
deprecate :IntegrityAlgorith=, :none, 2023, 12
|
|
14335
14341
|
|
|
14336
|
-
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil)
|
|
14342
|
+
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
|
14337
14343
|
@EncryptAlgorithm = encryptalgorithm
|
|
14338
14344
|
@IntegrityAlgorith = integrityalgorith
|
|
14339
14345
|
@IPSECSaLifetimeSeconds = ipsecsalifetimeseconds
|
|
14340
14346
|
@PfsDhGroup = pfsdhgroup
|
|
14341
14347
|
@IPSECSaLifetimeTraffic = ipsecsalifetimetraffic
|
|
14348
|
+
@IntegrityAlgorithm = integrityalgorithm
|
|
14342
14349
|
end
|
|
14343
14350
|
|
|
14344
14351
|
def deserialize(params)
|
|
@@ -14347,6 +14354,7 @@ module TencentCloud
|
|
|
14347
14354
|
@IPSECSaLifetimeSeconds = params['IPSECSaLifetimeSeconds']
|
|
14348
14355
|
@PfsDhGroup = params['PfsDhGroup']
|
|
14349
14356
|
@IPSECSaLifetimeTraffic = params['IPSECSaLifetimeTraffic']
|
|
14357
|
+
@IntegrityAlgorithm = params['IntegrityAlgorithm']
|
|
14350
14358
|
end
|
|
14351
14359
|
end
|
|
14352
14360
|
|
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.718
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|