tencentcloud-sdk-antiddos 3.0.525 → 3.0.527
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: 8409b0f95287327691f994bb4481159aa9992922
|
4
|
+
data.tar.gz: 60e336c6a2ebd62c648e99a2023bdc2a71b4df9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd2cafa20fc360b0e8d3215d3dba2a028656ef0e87fb620ab541f54160d401bf399390e20fcc537c99ee6c684ce18e43378b7d94b9f4fdcb451a95d2e03c6c67
|
7
|
+
data.tar.gz: b8920af9985e405d4aa43c481929d95e2a6f42cfdbc8837ee83cce6d4ae8646dfe5ced184945346278bee86a770ae7429583037d9e47ce5f8ab7892e74595a1d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.527
|
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.527
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|