tencentcloud-sdk-antiddos 1.0.302 → 1.0.305

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/v20200309/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a31e63e07930cf2cb76b7a0f6bfd2317ca05f1fb
4
- data.tar.gz: fccc7da8f930bc8403a6a7af9b6b7a218b7cbe2a
3
+ metadata.gz: 9fe220f30ac3e293a554dc26a4981dad9166d2d5
4
+ data.tar.gz: ed13d5e076caae5530c1f7217694756fd3364f90
5
5
  SHA512:
6
- metadata.gz: 8d11f8a80f51f0e4341e961493a2631f4088189fb65671d1ee85c003bca5e741cd31fdf3e305ed57719e309546de7a2aad6c95d535853ca21301069d2943fed3
7
- data.tar.gz: c136e3070a6bbb1b3822a55b2383ee41e496cf982e411ba17aadb245f3847f5e35cb7100f00403696ef56377f5c767049d8a410e45952a33d980ddc447d24dc4
6
+ metadata.gz: 2b97cf7086d371c3a08b8285a806b62b4410596c4e0ab689533b97d119cf614e20c34acaf869dfa46d3b4e7bd861b0767fc461ed2db70e8ea7fb1699db373f0e
7
+ data.tar.gz: 63477c79ad81fcf6426b0686f67535c8ca018fb0cbf787aa9b9f05db89b6095b220e2535232046b452600b56d22c11ac3e84fab6dd7f9bc039e0c7cf09e8500b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.302
1
+ 1.0.305
@@ -502,16 +502,24 @@ module TencentCloud
502
502
  # @param ServiceBandWidth: 业务带宽
503
503
  # 注意:此字段可能返回 null,表示取不到有效值。
504
504
  # @type ServiceBandWidth: Integer
505
+ # @param BattleEditionFlag: 战斗服版本标记,0表示普通高防包,1表示战斗服高防包
506
+ # 注意:此字段可能返回 null,表示取不到有效值。
507
+ # @type BattleEditionFlag: Integer
508
+ # @param ChannelEditionFlag: 渠道版标记,0表示普通高防包,1表示渠道版高防包
509
+ # 注意:此字段可能返回 null,表示取不到有效值。
510
+ # @type ChannelEditionFlag: Integer
505
511
 
506
- attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth
512
+ attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth, :BattleEditionFlag, :ChannelEditionFlag
507
513
 
508
- def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil)
514
+ def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil, battleeditionflag=nil, channeleditionflag=nil)
509
515
  @ProtectBandwidth = protectbandwidth
510
516
  @ProtectCountLimit = protectcountlimit
511
517
  @ProtectIPNumberLimit = protectipnumberlimit
512
518
  @AutoRenewFlag = autorenewflag
513
519
  @UnionPackFlag = unionpackflag
514
520
  @ServiceBandWidth = servicebandwidth
521
+ @BattleEditionFlag = battleeditionflag
522
+ @ChannelEditionFlag = channeleditionflag
515
523
  end
516
524
 
517
525
  def deserialize(params)
@@ -521,6 +529,8 @@ module TencentCloud
521
529
  @AutoRenewFlag = params['AutoRenewFlag']
522
530
  @UnionPackFlag = params['UnionPackFlag']
523
531
  @ServiceBandWidth = params['ServiceBandWidth']
532
+ @BattleEditionFlag = params['BattleEditionFlag']
533
+ @ChannelEditionFlag = params['ChannelEditionFlag']
524
534
  end
525
535
  end
526
536
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.302
4
+ version: 1.0.305
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-20 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common