tencentcloud-sdk-teo 3.0.856 → 3.0.857
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/v20220901/models.rb +26 -15
- 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: 49a1504d362db9f703c81e50990c97a9ec447728
|
4
|
+
data.tar.gz: 9155f4d0d1bbd8e5c9da799450c6ae5efb459d08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e95320f7046ae03bf4b0f47ba341745ae121c8a7bb98d8091fca31c94f9a6f9826723c3a0f617c2438d4962b98fb9a4cd624dd111745eed916aa2895086ea161
|
7
|
+
data.tar.gz: ddec5c17e7eb339778dfe06044bf2f929bb23679d7ca479c39551f07f8fbe5be979bca4324adba72cd4b728bb3322766b81f61a88569766ba1c98e2a8587e7dd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.857
|
data/lib/v20220901/models.rb
CHANGED
@@ -8228,7 +8228,7 @@ module TencentCloud
|
|
8228
8228
|
end
|
8229
8229
|
end
|
8230
8230
|
|
8231
|
-
#
|
8231
|
+
# 自定义规则-基础访问管控配置。
|
8232
8232
|
class IpTableRule < TencentCloud::Common::AbstractModel
|
8233
8233
|
# @param Action: 动作,取值有:
|
8234
8234
|
# <li> drop:拦截;</li>
|
@@ -8236,32 +8236,43 @@ module TencentCloud
|
|
8236
8236
|
# <li> monitor:观察。</li>
|
8237
8237
|
# @type Action: String
|
8238
8238
|
# @param MatchFrom: 根据类型匹配,取值有:
|
8239
|
-
# <li>ip
|
8240
|
-
# <li>area
|
8239
|
+
# <li>ip:客户端 IP 进行匹配;</li>
|
8240
|
+
# <li>area:客户端 IP 所属地区匹配;</li>
|
8241
|
+
# <li>asn:客户端所属的自治系统进行匹配;</li>
|
8242
|
+
# <li>referer:请求头 Referer 进行匹配;</li>
|
8243
|
+
# <li>ua:请求头 User-Agent 进行匹配;</li>
|
8244
|
+
# <li>url:请求 URL 进行匹配。</li>
|
8241
8245
|
# @type MatchFrom: String
|
8242
|
-
# @param Operator:
|
8243
|
-
#
|
8244
|
-
# <li>
|
8245
|
-
# <li>
|
8246
|
-
# <li>
|
8247
|
-
# <li>
|
8248
|
-
# <li>
|
8249
|
-
# <li>
|
8250
|
-
#
|
8246
|
+
# @param Operator: 规则的匹配方式。取值有:
|
8247
|
+
# <li> match:匹配,适用于 MatchFrom 为 ip;</li>
|
8248
|
+
# <li> not_match:不匹配,适用于 MatchFrom 为 ip;</li>
|
8249
|
+
# <li> include_area:地域包含,适用于 MatchFrom 为 area;</li>
|
8250
|
+
# <li> not_include_area:地域不包含,适用于 MatchFrom 为 area;</li>
|
8251
|
+
# <li> asn_match:ASN 包含,适用于 MatchFrom 为 asn;</li>
|
8252
|
+
# <li> asn_not_match:ASN 不包含,适用于 MatchFrom 为 asn;</li>
|
8253
|
+
# <li> equal:等于,适用于 MatchFrom 为 ua , referer;</li>
|
8254
|
+
# <li> not_equal:不等于,适用于 MatchFrom 为 ua , referer;</li>
|
8255
|
+
# <li> include:通配符匹配,适用于 MatchFrom 为 ua , referer , url;</li>
|
8256
|
+
# <li> not_include:通配符不匹配,适用于 MatchFrom 为 ua , referer;</li>
|
8257
|
+
# <li> is_emty:配置内容为空,适用于 MatchFrom 为 ua , referer;</li>
|
8258
|
+
# <li> not_exists:配置内容不存在,适用于 MatchFrom 为 ua , referer。</li>
|
8251
8259
|
# @type Operator: String
|
8252
8260
|
# @param RuleID: 规则id。仅出参使用。
|
8253
8261
|
# @type RuleID: Integer
|
8254
8262
|
# @param UpdateTime: 更新时间。仅出参使用。
|
8255
8263
|
# @type UpdateTime: String
|
8256
|
-
# @param Status:
|
8264
|
+
# @param Status: 规则启用状态。取值有:
|
8257
8265
|
# <li> on:启用;</li>
|
8258
8266
|
# <li> off:未启用。</li>
|
8259
|
-
#
|
8267
|
+
# 当入参缺省时,按 on 取值。
|
8260
8268
|
# @type Status: String
|
8261
8269
|
# @param RuleName: 规则名。
|
8262
8270
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8263
8271
|
# @type RuleName: String
|
8264
|
-
# @param MatchContent:
|
8272
|
+
# @param MatchContent: 匹配内容。支持多值输入。
|
8273
|
+
# <li>当输入多个匹配值时,请使用英文逗号分隔;</li>
|
8274
|
+
# <li>当 MatchFrom 为 ua 时,不支持多值输入;</li>
|
8275
|
+
# <li>当 Operator 为 is_empty 或 not_exists 时,本字段入参值无效。</li>
|
8265
8276
|
# @type MatchContent: String
|
8266
8277
|
|
8267
8278
|
attr_accessor :Action, :MatchFrom, :Operator, :RuleID, :UpdateTime, :Status, :RuleName, :MatchContent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-teo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.857
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|