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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +24 -24
- 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: 0750054eeaa7a307a709fe2519f1365737cda583
|
4
|
+
data.tar.gz: 7e2e20c8688c53e2abbfb66197b339e2b5667ff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1db66c7eca4249a11b5ed3679e89538e32e4be73a975dec20dde473a3c88069f1c459b6628b2db0d9b6b2801aa80370973b1ce36f47bca21d83978d9434e53d
|
7
|
+
data.tar.gz: c67f4d786932cc458e67865ecf8105928e98d7be62467e1713f95920f3189c8d796fbe2aec0131107946d788714812afb1314cd71c18f45dc68ca3c21b8d7d4e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.743
|
data/lib/v20220901/models.rb
CHANGED
@@ -1434,8 +1434,8 @@ module TencentCloud
|
|
1434
1434
|
|
1435
1435
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1436
1436
|
extend Gem::Deprecate
|
1437
|
-
deprecate :IgnoreCacheControl, :none,
|
1438
|
-
deprecate :IgnoreCacheControl=, :none,
|
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
|
2372
|
+
# @param Method: 节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。
|
2373
2373
|
# @type Method: String
|
2374
|
-
# @param Targets: 要清除缓存的资源列表。每个元素格式依据清除缓存类型而定,可参考接口示例。<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,
|
2383
|
-
deprecate :EncodeUrl=, :none,
|
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,
|
2616
|
-
deprecate :AllowDuplicates=, :none,
|
2617
|
-
deprecate :JumpStart, :none,
|
2618
|
-
deprecate :JumpStart=, :none,
|
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
|
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,
|
7494
|
-
deprecate :ApplyType=, :none,
|
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,
|
9348
|
-
deprecate :IgnoreNameCase=, :none,
|
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:
|
9679
|
+
# @param WafConfig: 托管规则。如果入参为空或不填,默认使用历史配置。
|
9680
9680
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9681
9681
|
# @type WafConfig: :class:`Tencentcloud::Teo.v20220901.models.WafConfig`
|
9682
|
-
# @param RateLimitConfig:
|
9682
|
+
# @param RateLimitConfig: 速率限制。如果入参为空或不填,默认使用历史配置。
|
9683
9683
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9684
9684
|
# @type RateLimitConfig: :class:`Tencentcloud::Teo.v20220901.models.RateLimitConfig`
|
9685
|
-
# @param AclConfig:
|
9685
|
+
# @param AclConfig: 自定义规则。如果入参为空或不填,默认使用历史配置。
|
9686
9686
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9687
9687
|
# @type AclConfig: :class:`Tencentcloud::Teo.v20220901.models.AclConfig`
|
9688
|
-
# @param BotConfig: Bot
|
9688
|
+
# @param BotConfig: Bot配置。如果入参为空或不填,默认使用历史配置。
|
9689
9689
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9690
9690
|
# @type BotConfig: :class:`Tencentcloud::Teo.v20220901.models.BotConfig`
|
9691
|
-
# @param SwitchConfig:
|
9691
|
+
# @param SwitchConfig: 七层防护总开关。如果入参为空或不填,默认使用历史配置。
|
9692
9692
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9693
9693
|
# @type SwitchConfig: :class:`Tencentcloud::Teo.v20220901.models.SwitchConfig`
|
9694
|
-
# @param IpTableConfig:
|
9694
|
+
# @param IpTableConfig: 基础访问管控。如果入参为空或不填,默认使用历史配置。
|
9695
9695
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9696
9696
|
# @type IpTableConfig: :class:`Tencentcloud::Teo.v20220901.models.IpTableConfig`
|
9697
|
-
# @param ExceptConfig:
|
9697
|
+
# @param ExceptConfig: 例外规则配置。如果入参为空或不填,默认使用历史配置。
|
9698
9698
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9699
9699
|
# @type ExceptConfig: :class:`Tencentcloud::Teo.v20220901.models.ExceptConfig`
|
9700
|
-
# @param DropPageConfig:
|
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:
|
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.
|
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-
|
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
|