tencentcloud-sdk-teo 3.0.742 → 3.0.743

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +11 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e6e215d662cb1588d811fa13500489dcf7fba55
4
- data.tar.gz: ede618f24531bd818fbf1e45c558f124117508c7
3
+ metadata.gz: 0750054eeaa7a307a709fe2519f1365737cda583
4
+ data.tar.gz: 7e2e20c8688c53e2abbfb66197b339e2b5667ff4
5
5
  SHA512:
6
- metadata.gz: da3e9a70f9e29a1614daa0885942f89a86b97a1f8d0ce0645d6752d432e6256092e32b4edd534a57d178a96aa8085651c418502a0f154f372fed76f4625337ba
7
- data.tar.gz: 1329da3dbc0185f849851ccd4ccc08d20017dd9c6812a7555cd105203fd167777228906b98b2e4ad6fc67919fa8ba5788ab7c1822293b429e9a24c4999b7fb86
6
+ metadata.gz: d1db66c7eca4249a11b5ed3679e89538e32e4be73a975dec20dde473a3c88069f1c459b6628b2db0d9b6b2801aa80370973b1ce36f47bca21d83978d9434e53d
7
+ data.tar.gz: c67f4d786932cc458e67865ecf8105928e98d7be62467e1713f95920f3189c8d796fbe2aec0131107946d788714812afb1314cd71c18f45dc68ca3c21b8d7d4e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.742
1
+ 3.0.743
@@ -2369,9 +2369,9 @@ module TencentCloud
2369
2369
  # <li>purge_all:站点下全部缓存刷新;</li>
2370
2370
  # <li>purge_cache_tag:cache-tag 刷新。</li>缓存清除类型详情请查看[清除缓存](https://cloud.tencent.com/document/product/1552/70759)。
2371
2371
  # @type Type: String
2372
- # @param Method: 节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存 类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>注意:使用目录刷新时,默认值: invalidate。
2372
+ # @param Method: 节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。
2373
2373
  # @type Method: String
2374
- # @param Targets: 要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li>EO 默认针对内容含有非 ASCII 字符集的字符进行转义,编码规则遵循 RFC3986;</li><li>单次提交的任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>
2374
+ # @param Targets: 要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<li>单次提交的任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>
2375
2375
  # @type Targets: Array
2376
2376
  # @param EncodeUrl: 若有编码转换,仅清除编码转换后匹配的资源。
2377
2377
  # 若内容含有非 ASCII 字符集的字符,请开启此开关进行编码转换(编码规则遵循 RFC3986)。
@@ -9676,34 +9676,34 @@ module TencentCloud
9676
9676
 
9677
9677
  # 安全配置
9678
9678
  class SecurityConfig < TencentCloud::Common::AbstractModel
9679
- # @param WafConfig: 托管规则。如果为null,默认使用历史配置。
9679
+ # @param WafConfig: 托管规则。如果入参为空或不填,默认使用历史配置。
9680
9680
  # 注意:此字段可能返回 null,表示取不到有效值。
9681
9681
  # @type WafConfig: :class:`Tencentcloud::Teo.v20220901.models.WafConfig`
9682
- # @param RateLimitConfig: 速率限制。如果为null,默认使用历史配置。
9682
+ # @param RateLimitConfig: 速率限制。如果入参为空或不填,默认使用历史配置。
9683
9683
  # 注意:此字段可能返回 null,表示取不到有效值。
9684
9684
  # @type RateLimitConfig: :class:`Tencentcloud::Teo.v20220901.models.RateLimitConfig`
9685
- # @param AclConfig: 自定义规则。如果为null,默认使用历史配置。
9685
+ # @param AclConfig: 自定义规则。如果入参为空或不填,默认使用历史配置。
9686
9686
  # 注意:此字段可能返回 null,表示取不到有效值。
9687
9687
  # @type AclConfig: :class:`Tencentcloud::Teo.v20220901.models.AclConfig`
9688
- # @param BotConfig: Bot配置。如果为null,默认使用历史配置。
9688
+ # @param BotConfig: Bot配置。如果入参为空或不填,默认使用历史配置。
9689
9689
  # 注意:此字段可能返回 null,表示取不到有效值。
9690
9690
  # @type BotConfig: :class:`Tencentcloud::Teo.v20220901.models.BotConfig`
9691
- # @param SwitchConfig: 七层防护总开关。如果为null,默认使用历史配置。
9691
+ # @param SwitchConfig: 七层防护总开关。如果入参为空或不填,默认使用历史配置。
9692
9692
  # 注意:此字段可能返回 null,表示取不到有效值。
9693
9693
  # @type SwitchConfig: :class:`Tencentcloud::Teo.v20220901.models.SwitchConfig`
9694
- # @param IpTableConfig: 基础访问管控。如果为null,默认使用历史配置。
9694
+ # @param IpTableConfig: 基础访问管控。如果入参为空或不填,默认使用历史配置。
9695
9695
  # 注意:此字段可能返回 null,表示取不到有效值。
9696
9696
  # @type IpTableConfig: :class:`Tencentcloud::Teo.v20220901.models.IpTableConfig`
9697
- # @param ExceptConfig: 例外规则配置。如果为null,默认使用历史配置。
9697
+ # @param ExceptConfig: 例外规则配置。如果入参为空或不填,默认使用历史配置。
9698
9698
  # 注意:此字段可能返回 null,表示取不到有效值。
9699
9699
  # @type ExceptConfig: :class:`Tencentcloud::Teo.v20220901.models.ExceptConfig`
9700
- # @param DropPageConfig: 自定义拦截页面配置。如果为null,默认使用历史配置。
9700
+ # @param DropPageConfig: 自定义拦截页面配置。如果入参为空或不填,默认使用历史配置。
9701
9701
  # 注意:此字段可能返回 null,表示取不到有效值。
9702
9702
  # @type DropPageConfig: :class:`Tencentcloud::Teo.v20220901.models.DropPageConfig`
9703
9703
  # @param TemplateConfig: 模板配置。此处仅出参数使用。
9704
9704
  # 注意:此字段可能返回 null,表示取不到有效值。
9705
9705
  # @type TemplateConfig: :class:`Tencentcloud::Teo.v20220901.models.TemplateConfig`
9706
- # @param SlowPostConfig: 慢速攻击配置。如果为null,默认使用历史配置。
9706
+ # @param SlowPostConfig: 慢速攻击配置。如果入参为空或不填,默认使用历史配置。
9707
9707
  # 注意:此字段可能返回 null,表示取不到有效值。
9708
9708
  # @type SlowPostConfig: :class:`Tencentcloud::Teo.v20220901.models.SlowPostConfig`
9709
9709
 
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.742
4
+ version: 3.0.743
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-01-04 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common