tencentcloud-sdk-antiddos 1.0.275 → 1.0.276
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: a6b4ac68cff7fe1740ccfc85e4235d02ee8c3f42
|
|
4
|
+
data.tar.gz: 40e81ca5e89e2d08eea3765571f60326d84224af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baf1fb97228ae99d89104fccf0d314bc055da178a8bc341fc981553705cec45121589545e6d93471e3cac70fdf1c66d7e03d611ce813965c231eb13979c9714d
|
|
7
|
+
data.tar.gz: 9cbe080d0e23c7528297a1e6cc3f4a44404b4d8f6e7302fe09c23a05ac6a3747a4a0ac6534890b7abce710e588471f1aad0db5036d284e5f21484cd6bcd73547
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.276
|
data/lib/v20200309/models.rb
CHANGED
|
@@ -496,14 +496,18 @@ module TencentCloud
|
|
|
496
496
|
# 1:开启了自动续费
|
|
497
497
|
# ]
|
|
498
498
|
# @type AutoRenewFlag: Integer
|
|
499
|
+
# @param UnionPackFlag: 联合产品标记,0代表普通高防包,1代表联合高防包
|
|
500
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
501
|
+
# @type UnionPackFlag: Integer
|
|
499
502
|
|
|
500
|
-
attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag
|
|
503
|
+
attr_accessor :ProtectBandwidth, :ProtectCountLimit, :ProtectIPNumberLimit, :AutoRenewFlag, :UnionPackFlag
|
|
501
504
|
|
|
502
|
-
def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil)
|
|
505
|
+
def initialize(protectbandwidth=nil, protectcountlimit=nil, protectipnumberlimit=nil, autorenewflag=nil, unionpackflag=nil)
|
|
503
506
|
@ProtectBandwidth = protectbandwidth
|
|
504
507
|
@ProtectCountLimit = protectcountlimit
|
|
505
508
|
@ProtectIPNumberLimit = protectipnumberlimit
|
|
506
509
|
@AutoRenewFlag = autorenewflag
|
|
510
|
+
@UnionPackFlag = unionpackflag
|
|
507
511
|
end
|
|
508
512
|
|
|
509
513
|
def deserialize(params)
|
|
@@ -511,6 +515,7 @@ module TencentCloud
|
|
|
511
515
|
@ProtectCountLimit = params['ProtectCountLimit']
|
|
512
516
|
@ProtectIPNumberLimit = params['ProtectIPNumberLimit']
|
|
513
517
|
@AutoRenewFlag = params['AutoRenewFlag']
|
|
518
|
+
@UnionPackFlag = params['UnionPackFlag']
|
|
514
519
|
end
|
|
515
520
|
end
|
|
516
521
|
|
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.
|
|
4
|
+
version: 1.0.276
|
|
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-03-
|
|
11
|
+
date: 2022-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|