tencentcloud-sdk-teo 3.0.741 → 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 +24 -24
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae22cf9e13122e9af271a465ef3a1410dd305ec2
4
- data.tar.gz: cc02876eacbf1b10c0581d135cd289e9f3de8ec8
3
+ metadata.gz: 0750054eeaa7a307a709fe2519f1365737cda583
4
+ data.tar.gz: 7e2e20c8688c53e2abbfb66197b339e2b5667ff4
5
5
  SHA512:
6
- metadata.gz: 9f82e6ef08baf1ec9d6e22ea39e346941b6b5709f45e01dd5df24726cc9ac28d78607989b606732bbe4e330e48724e905366fc7f1441f57f8d18155231ebed06
7
- data.tar.gz: fa8331721fecc8a474bd992d70330f0f7225d93f4714ee473f2e9fd3edd3fcabf71f082afbdbf581e50a2c14b498d91ecd829e953955b1125c2ed14dd7924c65
6
+ metadata.gz: d1db66c7eca4249a11b5ed3679e89538e32e4be73a975dec20dde473a3c88069f1c459b6628b2db0d9b6b2801aa80370973b1ce36f47bca21d83978d9434e53d
7
+ data.tar.gz: c67f4d786932cc458e67865ecf8105928e98d7be62467e1713f95920f3189c8d796fbe2aec0131107946d788714812afb1314cd71c18f45dc68ca3c21b8d7d4e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.741
1
+ 3.0.743
@@ -1434,8 +1434,8 @@ module TencentCloud
1434
1434
 
1435
1435
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1436
1436
  extend Gem::Deprecate
1437
- deprecate :IgnoreCacheControl, :none, 2023, 12
1438
- deprecate :IgnoreCacheControl=, :none, 2023, 12
1437
+ deprecate :IgnoreCacheControl, :none, 2024, 1
1438
+ deprecate :IgnoreCacheControl=, :none, 2024, 1
1439
1439
 
1440
1440
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1441
1441
  @Switch = switch
@@ -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)。
@@ -2379,8 +2379,8 @@ module TencentCloud
2379
2379
 
2380
2380
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
2381
2381
  extend Gem::Deprecate
2382
- deprecate :EncodeUrl, :none, 2023, 12
2383
- deprecate :EncodeUrl=, :none, 2023, 12
2382
+ deprecate :EncodeUrl, :none, 2024, 1
2383
+ deprecate :EncodeUrl=, :none, 2024, 1
2384
2384
 
2385
2385
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
2386
2386
  @ZoneId = zoneid
@@ -2612,10 +2612,10 @@ module TencentCloud
2612
2612
 
2613
2613
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
2614
2614
  extend Gem::Deprecate
2615
- deprecate :AllowDuplicates, :none, 2023, 12
2616
- deprecate :AllowDuplicates=, :none, 2023, 12
2617
- deprecate :JumpStart, :none, 2023, 12
2618
- deprecate :JumpStart=, :none, 2023, 12
2615
+ deprecate :AllowDuplicates, :none, 2024, 1
2616
+ deprecate :AllowDuplicates=, :none, 2024, 1
2617
+ deprecate :JumpStart, :none, 2024, 1
2618
+ deprecate :JumpStart=, :none, 2024, 1
2619
2619
 
2620
2620
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
2621
2621
  @Type = type
@@ -6555,7 +6555,7 @@ module TencentCloud
6555
6555
  # @type GroupId: Integer
6556
6556
  # @param Name: 组名称。
6557
6557
  # @type Name: String
6558
- # @param Content: IP 组内容,可以填入 IP 及 IP 掩码。
6558
+ # @param Content: IP 组内容,仅支持 IP 及 IP 掩码。
6559
6559
  # @type Content: Array
6560
6560
 
6561
6561
  attr_accessor :GroupId, :Name, :Content
@@ -7490,8 +7490,8 @@ module TencentCloud
7490
7490
 
7491
7491
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
7492
7492
  extend Gem::Deprecate
7493
- deprecate :ApplyType, :none, 2023, 12
7494
- deprecate :ApplyType=, :none, 2023, 12
7493
+ deprecate :ApplyType, :none, 2024, 1
7494
+ deprecate :ApplyType=, :none, 2024, 1
7495
7495
 
7496
7496
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
7497
7497
  @ZoneId = zoneid
@@ -9344,8 +9344,8 @@ module TencentCloud
9344
9344
 
9345
9345
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
9346
9346
  extend Gem::Deprecate
9347
- deprecate :IgnoreNameCase, :none, 2023, 12
9348
- deprecate :IgnoreNameCase=, :none, 2023, 12
9347
+ deprecate :IgnoreNameCase, :none, 2024, 1
9348
+ deprecate :IgnoreNameCase=, :none, 2024, 1
9349
9349
 
9350
9350
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
9351
9351
  @Operator = operator
@@ -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.741
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