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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200309/models.rb +7 -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: b275a79fa23ef9e6f83cbec40249291be73c7ade
|
4
|
+
data.tar.gz: e648ffb736f3f254294ed618c34dc4f63b9e9adf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 339263b8992a9d16990cac2e714c12ffbccd9d77d8364cca41590ab3b13d022b4a829871333556d4e5880da126a9d1ca72f0406eb6276e140f468ad2ef7f7ec9
|
7
|
+
data.tar.gz: 5119d16ba1dbf8a0b7a3b5c144b1d01100a5b8cebc12c7af1041f85adfd059620ee00af69f45a63267476fdbf691b02bc1101ee87368e84c58b78e12319c4485
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.526
|
data/lib/v20200309/models.rb
CHANGED
@@ -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.
|
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-
|
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
|