tencentcloud-sdk-vpc 3.0.715 → 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 +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53c756806c48670b63c1955fcfc1eb23467f5731
4
- data.tar.gz: 9e4c37dd0726ba61ff5fb64824f9980fcfb72d8f
3
+ metadata.gz: 45bd6ab4d977e7761dd173c1e13b3b8f9d3aefb6
4
+ data.tar.gz: 870720b4a60ad9f5c8fd5f063b471dc6ef9d8999
5
5
  SHA512:
6
- metadata.gz: b7a7d46c8f9dcd5ef0d19ec81ef0f523ed7c73901750c9cee9088e2e36d2d18fc1cffca68d1a87766001792c344dee3c0b670f691a033b28ca0f4c04e8a22dc5
7
- data.tar.gz: 575a284c481c99710fc8532f1e5db0afc2dfdce3927e52052d8a24a3a27f0b89c9ed8a9e882c97aca1b9b0ca7e4e19e7f2a34a896f30b5e7d513470f402057dc
6
+ metadata.gz: 120c6afcc429cbebcb8e76e100a7eefc4d1697165e610819fd50701b4f3f80aab17c8c5682e425e30a238a57075559fb05d2ee51ac2fbe85c46f651dc5ea1069
7
+ data.tar.gz: a84fc0a5b5b1948ad7550a20cfff75c17e54a485e1d54f35f758b5cd51782b641da1f10cc971188df2615e4524594a13e00461d622cb47c8c206ee579594d307
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
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,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.715
4
+ version: 3.0.717
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-28 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common