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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +26 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e55d385e3268a4bc4f0c29f8abf63a4e045cf57
4
- data.tar.gz: c208bbd9d9bd4a5945ea2801f37eae37a006d229
3
+ metadata.gz: 49a1504d362db9f703c81e50990c97a9ec447728
4
+ data.tar.gz: 9155f4d0d1bbd8e5c9da799450c6ae5efb459d08
5
5
  SHA512:
6
- metadata.gz: cd107dcbedd43eacc9a8676f88f29e5ddbf43d8292ec69f0b3304765d4bd4f480f85d4fc62e591fde3b790b9e33b268959baebf3fd2320bfe518d8655ec94d49
7
- data.tar.gz: 5b7ffb9f4e62b2d0d20df3b9259a09708c3f51ea256c823b38d281aeff846369938a3427d671fb976515d94321be46864af3ed87f9c329377805ac8e8b2e0701
6
+ metadata.gz: e95320f7046ae03bf4b0f47ba341745ae121c8a7bb98d8091fca31c94f9a6f9826723c3a0f617c2438d4962b98fb9a4cd624dd111745eed916aa2895086ea161
7
+ data.tar.gz: ddec5c17e7eb339778dfe06044bf2f929bb23679d7ca479c39551f07f8fbe5be979bca4324adba72cd4b728bb3322766b81f61a88569766ba1c98e2a8587e7dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.856
1
+ 3.0.857
@@ -8228,7 +8228,7 @@ module TencentCloud
8228
8228
  end
8229
8229
  end
8230
8230
 
8231
- # IP黑白名单详细规则
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:对ip进行匹配;</li>
8240
- # <li>area:对ip所属地区匹配。</li>
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> is_emty:配置为空;</li>
8245
- # <li> not_exists:配置为不存在;</li>
8246
- # <li> include:包含;</li>
8247
- # <li> not_include:不包含;</li>
8248
- # <li> equal:等于;</li>
8249
- # <li> not_equal:不等于。</li>
8250
- # 注意:此字段可能返回 null,表示取不到有效值。
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: 规则启用状态,当返回为null时,为启用。取值有:
8264
+ # @param Status: 规则启用状态。取值有:
8257
8265
  # <li> on:启用;</li>
8258
8266
  # <li> off:未启用。</li>
8259
- # 注意:此字段可能返回 null,表示取不到有效值。
8267
+ # 当入参缺省时,按 on 取值。
8260
8268
  # @type Status: String
8261
8269
  # @param RuleName: 规则名。
8262
8270
  # 注意:此字段可能返回 null,表示取不到有效值。
8263
8271
  # @type RuleName: String
8264
- # @param MatchContent: 匹配内容。当 Operator为is_emty 或not_exists时,此值允许为空。
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.856
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-02 00:00:00.000000000 Z
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