tencentcloud-sdk-waf 3.0.616 → 3.0.618
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/v20180125/models.rb +6 -5
- 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: 1eff34994641a3dd0de41a31410a154acc42e7cc
|
|
4
|
+
data.tar.gz: dd7483c085b03c3fc5f3c598c8d9a00aab17173e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ae08175a8a985aeff9f95f5d186079121a3b09f844c03c218e4bf02c267f6f71c55484dc973f0dc378f64a985e5356e11de623561bb5898d15da2e87573a228
|
|
7
|
+
data.tar.gz: e765b989ee9497ec9c4ceab495353280ba92b640625853a984ec1ccf9998845de57e2d87b8cf45a4357ed95f08e13ea2b4719b778f7d2420b159121f60f2e36a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.618
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -467,7 +467,7 @@ module TencentCloud
|
|
|
467
467
|
# @type Url: String
|
|
468
468
|
# @param Function: 规则的方法
|
|
469
469
|
# @type Function: String
|
|
470
|
-
# @param Status:
|
|
470
|
+
# @param Status: 规则的开关,0表示规则关闭,1表示规则打开
|
|
471
471
|
# @type Status: Integer
|
|
472
472
|
|
|
473
473
|
attr_accessor :Domain, :Rules, :Url, :Function, :Status
|
|
@@ -1668,7 +1668,7 @@ module TencentCloud
|
|
|
1668
1668
|
class DescribeCustomWhiteRuleRequest < TencentCloud::Common::AbstractModel
|
|
1669
1669
|
# @param Domain: 域名
|
|
1670
1670
|
# @type Domain: String
|
|
1671
|
-
# @param Offset:
|
|
1671
|
+
# @param Offset: 偏移量
|
|
1672
1672
|
# @type Offset: Integer
|
|
1673
1673
|
# @param Limit: 容量
|
|
1674
1674
|
# @type Limit: Integer
|
|
@@ -4146,7 +4146,7 @@ module TencentCloud
|
|
|
4146
4146
|
# @type TimeThreshold: Integer
|
|
4147
4147
|
# @param DenyTimeThreshold: 触发IP封禁后的封禁时间,范围为5~360分钟
|
|
4148
4148
|
# @type DenyTimeThreshold: Integer
|
|
4149
|
-
# @param DefenseStatus:
|
|
4149
|
+
# @param DefenseStatus: 自动封禁状态,0表示关闭,1表示打开
|
|
4150
4150
|
# @type DefenseStatus: Integer
|
|
4151
4151
|
|
|
4152
4152
|
attr_accessor :Domain, :AttackThreshold, :TimeThreshold, :DenyTimeThreshold, :DefenseStatus
|
|
@@ -4828,9 +4828,10 @@ module TencentCloud
|
|
|
4828
4828
|
# @type Domain: String
|
|
4829
4829
|
# @param Ids: 规则列表
|
|
4830
4830
|
# @type Ids: Array
|
|
4831
|
-
# @param Status:
|
|
4831
|
+
# @param Status: 开关状态,0表示关闭,1表示开启,2表示只观察
|
|
4832
4832
|
# @type Status: Integer
|
|
4833
|
-
# @param Reason:
|
|
4833
|
+
# @param Reason: 设置为观察模式原因,
|
|
4834
|
+
# 1表示业务自身原因观察,2表示系统规则误报上报,3表示核心业务灰度观察,4表示其他
|
|
4834
4835
|
# @type Reason: Integer
|
|
4835
4836
|
|
|
4836
4837
|
attr_accessor :Domain, :Ids, :Status, :Reason
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-waf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.618
|
|
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-07-
|
|
11
|
+
date: 2023-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|