tencentcloud-sdk-antiddos 3.0.525 → 3.0.526

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e03bce7ce2b27531236068882afecb0fceaacc4f
4
- data.tar.gz: f9fbe80bc08565a63de49cf36320dfab7f70b4e5
3
+ metadata.gz: b275a79fa23ef9e6f83cbec40249291be73c7ade
4
+ data.tar.gz: e648ffb736f3f254294ed618c34dc4f63b9e9adf
5
5
  SHA512:
6
- metadata.gz: 31dd3793a3854cac7f0292fb2b47b6e911afcce8f186cdbcaca31b7a3ccb2287b26ccaa0f4954ab0f20818620bb1a5ebc4790b79bf852eb11529eb8520b6ebcd
7
- data.tar.gz: 13fbfe0204be0687c7977303a74b7101b1af2fa4ae26508f288392f8cf6314f04c182f5f5695153ea81f313b0d774bc2151ee23b92e1c281151aa25348957ab7
6
+ metadata.gz: 339263b8992a9d16990cac2e714c12ffbccd9d77d8364cca41590ab3b13d022b4a829871333556d4e5880da126a9d1ca72f0406eb6276e140f468ad2ef7f7ec9
7
+ data.tar.gz: 5119d16ba1dbf8a0b7a3b5c144b1d01100a5b8cebc12c7af1041f85adfd059620ee00af69f45a63267476fdbf691b02bc1101ee87368e84c58b78e12319c4485
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.525
1
+ 3.0.526
@@ -624,10 +624,13 @@ module TencentCloud
624
624
  # @param ElasticLimit: 高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值
625
625
  # 注意:此字段可能返回 null,表示取不到有效值。
626
626
  # @type ElasticLimit: Integer
627
+ # @param DownGradeProtect: 降配后的防护能力,单位Gbps
628
+ # 注意:此字段可能返回 null,表示取不到有效值。
629
+ # @type DownGradeProtect: Integer
627
630
 
628
- attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth, :BattleEditionFlag, :ChannelEditionFlag, :EnterpriseFlag, :ElasticLimit
631
+ attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag, :ServiceBandWidth, :BattleEditionFlag, :ChannelEditionFlag, :EnterpriseFlag, :ElasticLimit, :DownGradeProtect
629
632
 
630
- def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil, battleeditionflag=nil, channeleditionflag=nil, enterpriseflag=nil, elasticlimit=nil)
633
+ def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil, servicebandwidth=nil, battleeditionflag=nil, channeleditionflag=nil, enterpriseflag=nil, elasticlimit=nil, downgradeprotect=nil)
631
634
  @ProtectBandwidth = protectbandwidth
632
635
  @ProtectCountLimit = protectcountlimit
633
636
  @ProtectIPNumberLimit = protectipnumberlimit
@@ -638,6 +641,7 @@ module TencentCloud
638
641
  @ChannelEditionFlag = channeleditionflag
639
642
  @EnterpriseFlag = enterpriseflag
640
643
  @ElasticLimit = elasticlimit
644
+ @DownGradeProtect = downgradeprotect
641
645
  end
642
646
 
643
647
  def deserialize(params)
@@ -651,6 +655,7 @@ module TencentCloud
651
655
  @ChannelEditionFlag = params['ChannelEditionFlag']
652
656
  @EnterpriseFlag = params['EnterpriseFlag']
653
657
  @ElasticLimit = params['ElasticLimit']
658
+ @DownGradeProtect = params['DownGradeProtect']
654
659
  end
655
660
  end
656
661
 
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: 3.0.525
4
+ version: 3.0.526
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-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common