tencentcloud-sdk-vpc 3.0.716 → 3.0.717

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +10 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f20646934a1aafa7747d391a1568e0b4cffc8071
4
- data.tar.gz: e47a5cfa08fc9f65cfcf97a9650c49cd1c2bb3e9
3
+ metadata.gz: 45bd6ab4d977e7761dd173c1e13b3b8f9d3aefb6
4
+ data.tar.gz: 870720b4a60ad9f5c8fd5f063b471dc6ef9d8999
5
5
  SHA512:
6
- metadata.gz: 59ffe0a4706f12e1e80e44a13ae8724da343495be53ef261105c0a4c7a781a5dce340cb973033d71ee9ed9b54a9da8ed538ec22c7ed0538357b13e7dcf6dc6e4
7
- data.tar.gz: b810dacdea3830dd4b3715348c92eacbf53165b89473ae55e1b2b9758f60232191a9eedbdd44f261d882f680125fe2dddfc6ca0a57a59e1d1029b48cedfca59e
6
+ metadata.gz: 120c6afcc429cbebcb8e76e100a7eefc4d1697165e610819fd50701b4f3f80aab17c8c5682e425e30a238a57075559fb05d2ee51ac2fbe85c46f651dc5ea1069
7
+ data.tar.gz: a84fc0a5b5b1948ad7550a20cfff75c17e54a485e1d54f35f758b5cd51782b641da1f10cc971188df2615e4524594a13e00461d622cb47c8c206ee579594d307
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.716
1
+ 3.0.717
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.716
4
+ version: 3.0.717
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud