tencentcloud-sdk-cdn 3.0.571 → 3.0.572
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/v20180606/models.rb +59 -28
- 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: 16bca5b1ffb48e9b50e6657e3fe2ed669be2c783
|
4
|
+
data.tar.gz: 6394dca5f10bf5b01c6b269711fb3a484eba1903
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63de63cd85254baf2334e326f08145ce58fe207285c21e9e06e61a13fd738b1b692af73056b5d4badd71ce330a5d61eb5f83833e04a02765e234aad9ef943696
|
7
|
+
data.tar.gz: 7c796be2e3a07193902f920bdc1c625420adb071f0d536d0ae085fdfade20f2e87324a3a0cd9b10e6beec3396257939d5352918e49311e3be71187a3f60d58ae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.572
|
data/lib/v20180606/models.rb
CHANGED
@@ -1653,7 +1653,9 @@ module TencentCloud
|
|
1653
1653
|
|
1654
1654
|
# Bot cookie策略
|
1655
1655
|
class BotCookie < TencentCloud::Common::AbstractModel
|
1656
|
-
# @param Switch:
|
1656
|
+
# @param Switch: Bot cookie策略配置开关,取值有:
|
1657
|
+
# on:开启
|
1658
|
+
# off:关闭
|
1657
1659
|
# @type Switch: String
|
1658
1660
|
# @param RuleType: 规则类型,当前只有all
|
1659
1661
|
# @type RuleType: String
|
@@ -1691,7 +1693,9 @@ module TencentCloud
|
|
1691
1693
|
|
1692
1694
|
# Bot js策略
|
1693
1695
|
class BotJavaScript < TencentCloud::Common::AbstractModel
|
1694
|
-
# @param Switch:
|
1696
|
+
# @param Switch: Bot js策略配置开关,取值有:
|
1697
|
+
# on:开启
|
1698
|
+
# off:关闭
|
1695
1699
|
# @type Switch: String
|
1696
1700
|
# @param RuleType: 规则类型,当前只有file
|
1697
1701
|
# @type RuleType: String
|
@@ -8235,7 +8239,7 @@ module TencentCloud
|
|
8235
8239
|
|
8236
8240
|
# 单节点单 IP 访问限频配置,默认为关闭状态
|
8237
8241
|
class IpFreqLimit < TencentCloud::Common::AbstractModel
|
8238
|
-
# @param Switch: IP
|
8242
|
+
# @param Switch: IP 限频配置开关,取值有:
|
8239
8243
|
# on:开启
|
8240
8244
|
# off:关闭
|
8241
8245
|
# @type Switch: String
|
@@ -8296,9 +8300,11 @@ module TencentCloud
|
|
8296
8300
|
end
|
8297
8301
|
end
|
8298
8302
|
|
8299
|
-
# Ipv6
|
8303
|
+
# Ipv6源站启用配置,不可更改
|
8300
8304
|
class Ipv6 < TencentCloud::Common::AbstractModel
|
8301
|
-
# @param Switch:
|
8305
|
+
# @param Switch: 域名开启源站ipv6配置开关,取值有:
|
8306
|
+
# on:开启
|
8307
|
+
# off:关闭
|
8302
8308
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8303
8309
|
# @type Switch: String
|
8304
8310
|
|
@@ -8315,7 +8321,9 @@ module TencentCloud
|
|
8315
8321
|
|
8316
8322
|
# Ipv6访问配置
|
8317
8323
|
class Ipv6Access < TencentCloud::Common::AbstractModel
|
8318
|
-
# @param Switch:
|
8324
|
+
# @param Switch: 域名开启ipv6访问配置开关,取值有:
|
8325
|
+
# on:开启
|
8326
|
+
# off:关闭
|
8319
8327
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8320
8328
|
# @type Switch: String
|
8321
8329
|
|
@@ -9663,7 +9671,7 @@ module TencentCloud
|
|
9663
9671
|
|
9664
9672
|
# 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
|
9665
9673
|
class MaxAge < TencentCloud::Common::AbstractModel
|
9666
|
-
# @param Switch:
|
9674
|
+
# @param Switch: 浏览器缓存配置开关,取值有:
|
9667
9675
|
# on:开启
|
9668
9676
|
# off:关闭
|
9669
9677
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -9810,7 +9818,9 @@ module TencentCloud
|
|
9810
9818
|
|
9811
9819
|
# 离线缓存是否开启
|
9812
9820
|
class OfflineCache < TencentCloud::Common::AbstractModel
|
9813
|
-
# @param Switch:
|
9821
|
+
# @param Switch: 离线缓存配置开关,取值有:
|
9822
|
+
# on:开启
|
9823
|
+
# off:关闭
|
9814
9824
|
# @type Switch: String
|
9815
9825
|
|
9816
9826
|
attr_accessor :Switch
|
@@ -9971,7 +9981,10 @@ module TencentCloud
|
|
9971
9981
|
|
9972
9982
|
# 回源鉴权高级配置
|
9973
9983
|
class OriginAuthentication < TencentCloud::Common::AbstractModel
|
9974
|
-
# @param Switch:
|
9984
|
+
# @param Switch: 回源鉴权高级配置开关,取值有:
|
9985
|
+
# on:开启
|
9986
|
+
# off:关闭
|
9987
|
+
|
9975
9988
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9976
9989
|
# @type Switch: String
|
9977
9990
|
# @param TypeA: 鉴权类型A配置
|
@@ -10013,7 +10026,9 @@ module TencentCloud
|
|
10013
10026
|
|
10014
10027
|
# 合并回源配置项
|
10015
10028
|
class OriginCombine < TencentCloud::Common::AbstractModel
|
10016
|
-
# @param Switch:
|
10029
|
+
# @param Switch: 合并回源配置开关,取值有:
|
10030
|
+
# on:开启
|
10031
|
+
# off:关闭
|
10017
10032
|
# @type Switch: String
|
10018
10033
|
|
10019
10034
|
attr_accessor :Switch
|
@@ -10045,7 +10060,7 @@ module TencentCloud
|
|
10045
10060
|
|
10046
10061
|
# 跨国回源优化配置,默认为关闭状态 (已下线)
|
10047
10062
|
class OriginPullOptimization < TencentCloud::Common::AbstractModel
|
10048
|
-
# @param Switch:
|
10063
|
+
# @param Switch: 跨国回源优化配置开关,取值有:
|
10049
10064
|
# on:开启
|
10050
10065
|
# off:关闭
|
10051
10066
|
# @type Switch: String
|
@@ -10092,7 +10107,9 @@ module TencentCloud
|
|
10092
10107
|
|
10093
10108
|
# oss回源鉴权
|
10094
10109
|
class OssPrivateAccess < TencentCloud::Common::AbstractModel
|
10095
|
-
# @param Switch:
|
10110
|
+
# @param Switch: oss回源鉴权配置开关,取值有:
|
10111
|
+
# on:开启
|
10112
|
+
# off:关闭
|
10096
10113
|
# @type Switch: String
|
10097
10114
|
# @param AccessKey: 访问ID。
|
10098
10115
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10128,7 +10145,9 @@ module TencentCloud
|
|
10128
10145
|
|
10129
10146
|
# 其他厂商对象存储回源鉴权
|
10130
10147
|
class OthersPrivateAccess < TencentCloud::Common::AbstractModel
|
10131
|
-
# @param Switch:
|
10148
|
+
# @param Switch: 其他厂商对象存储回源鉴权配置开关,取值有:
|
10149
|
+
# on:开启
|
10150
|
+
# off:关闭
|
10132
10151
|
# @type Switch: String
|
10133
10152
|
# @param AccessKey: 访问ID。
|
10134
10153
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10799,7 +10818,9 @@ module TencentCloud
|
|
10799
10818
|
|
10800
10819
|
# 七牛元对象存储回源鉴权配置
|
10801
10820
|
class QnPrivateAccess < TencentCloud::Common::AbstractModel
|
10802
|
-
# @param Switch:
|
10821
|
+
# @param Switch: 七牛元对象存储回源鉴权配置开关,取值有:
|
10822
|
+
# on:开启
|
10823
|
+
# off:关闭
|
10803
10824
|
# @type Switch: String
|
10804
10825
|
# @param AccessKey: 访问 ID
|
10805
10826
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10862,7 +10883,9 @@ module TencentCloud
|
|
10862
10883
|
|
10863
10884
|
# Quic配置项
|
10864
10885
|
class Quic < TencentCloud::Common::AbstractModel
|
10865
|
-
# @param Switch:
|
10886
|
+
# @param Switch: Quic功能配置开关,取值有:
|
10887
|
+
# on:开启
|
10888
|
+
# off:关闭
|
10866
10889
|
# @type Switch: String
|
10867
10890
|
|
10868
10891
|
attr_accessor :Switch
|
@@ -10906,7 +10929,7 @@ module TencentCloud
|
|
10906
10929
|
|
10907
10930
|
# 分片回源配置,默认为开启状态
|
10908
10931
|
class RangeOriginPull < TencentCloud::Common::AbstractModel
|
10909
|
-
# @param Switch:
|
10932
|
+
# @param Switch: 分片回源配置开关,取值有:
|
10910
10933
|
# on:开启
|
10911
10934
|
# off:关闭
|
10912
10935
|
# @type Switch: String
|
@@ -10936,7 +10959,9 @@ module TencentCloud
|
|
10936
10959
|
|
10937
10960
|
# 分路径分片回源配置
|
10938
10961
|
class RangeOriginPullRule < TencentCloud::Common::AbstractModel
|
10939
|
-
# @param Switch:
|
10962
|
+
# @param Switch: 分片回源配置开关,取值有:
|
10963
|
+
# on:开启
|
10964
|
+
# off:关闭
|
10940
10965
|
# @type Switch: String
|
10941
10966
|
# @param RuleType: 规则类型:
|
10942
10967
|
# file:指定文件后缀生效
|
@@ -10968,7 +10993,9 @@ module TencentCloud
|
|
10968
10993
|
|
10969
10994
|
# 自定义回源302 follow请求host配置
|
10970
10995
|
class RedirectConfig < TencentCloud::Common::AbstractModel
|
10971
|
-
# @param Switch:
|
10996
|
+
# @param Switch: 自定义回源302 follow请求host配置开关,取值有:
|
10997
|
+
# on:开启
|
10998
|
+
# off:关闭
|
10972
10999
|
# @type Switch: String
|
10973
11000
|
# @param FollowRedirectHost: 主源站follow302请求时带的自定义的host头部
|
10974
11001
|
# @type FollowRedirectHost: String
|
@@ -10992,7 +11019,7 @@ module TencentCloud
|
|
10992
11019
|
|
10993
11020
|
# Referer 黑白名单配置,默认为关闭状态
|
10994
11021
|
class Referer < TencentCloud::Common::AbstractModel
|
10995
|
-
# @param Switch: referer
|
11022
|
+
# @param Switch: referer 黑白名单配置开关,取值有:
|
10996
11023
|
# on:开启
|
10997
11024
|
# off:关闭
|
10998
11025
|
# @type Switch: String
|
@@ -11088,9 +11115,9 @@ module TencentCloud
|
|
11088
11115
|
# RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
|
11089
11116
|
# 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
|
11090
11117
|
class RemoteAuthentication < TencentCloud::Common::AbstractModel
|
11091
|
-
# @param Switch:
|
11092
|
-
# on
|
11093
|
-
# off
|
11118
|
+
# @param Switch: 远程鉴权配置开关,取值有:
|
11119
|
+
# on:开启
|
11120
|
+
# off:关闭
|
11094
11121
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11095
11122
|
# @type Switch: String
|
11096
11123
|
# @param RemoteAuthenticationRules: 远程鉴权规则配置
|
@@ -11215,7 +11242,7 @@ module TencentCloud
|
|
11215
11242
|
|
11216
11243
|
# 自定义请求头配置,默认为关闭状态
|
11217
11244
|
class RequestHeader < TencentCloud::Common::AbstractModel
|
11218
|
-
# @param Switch:
|
11245
|
+
# @param Switch: 自定义请求头配置开关,取值有:
|
11219
11246
|
# on:开启
|
11220
11247
|
# off:关闭
|
11221
11248
|
# @type Switch: String
|
@@ -11338,7 +11365,7 @@ module TencentCloud
|
|
11338
11365
|
|
11339
11366
|
# 自定义响应头配置,默认为关闭状态
|
11340
11367
|
class ResponseHeader < TencentCloud::Common::AbstractModel
|
11341
|
-
# @param Switch:
|
11368
|
+
# @param Switch: 自定义响应头配置开关,取值有:
|
11342
11369
|
# on:开启
|
11343
11370
|
# off:关闭
|
11344
11371
|
# @type Switch: String
|
@@ -11368,7 +11395,7 @@ module TencentCloud
|
|
11368
11395
|
|
11369
11396
|
# 源站头部缓存配置,默认为开启状态,缓存所有头部信息
|
11370
11397
|
class ResponseHeaderCache < TencentCloud::Common::AbstractModel
|
11371
|
-
# @param Switch:
|
11398
|
+
# @param Switch: 源站头部缓存配置开关,取值有:
|
11372
11399
|
# on:开启
|
11373
11400
|
# off:关闭
|
11374
11401
|
# @type Switch: String
|
@@ -11486,7 +11513,7 @@ module TencentCloud
|
|
11486
11513
|
|
11487
11514
|
# 规则引擎配置
|
11488
11515
|
class RuleEngine < TencentCloud::Common::AbstractModel
|
11489
|
-
# @param Switch:
|
11516
|
+
# @param Switch: 规则引擎配置开关,取值有:
|
11490
11517
|
# on:开启
|
11491
11518
|
# off:关闭
|
11492
11519
|
# @type Switch: String
|
@@ -11536,7 +11563,9 @@ module TencentCloud
|
|
11536
11563
|
|
11537
11564
|
# SCDN访问控制
|
11538
11565
|
class ScdnAclConfig < TencentCloud::Common::AbstractModel
|
11539
|
-
# @param Switch:
|
11566
|
+
# @param Switch: SCDN访问控制配置开关,取值有:
|
11567
|
+
# on:开启
|
11568
|
+
# off:关闭
|
11540
11569
|
# @type Switch: String
|
11541
11570
|
# @param ScriptData: 新版本请使用AdvancedScriptData
|
11542
11571
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11651,7 +11680,9 @@ module TencentCloud
|
|
11651
11680
|
|
11652
11681
|
# bot配置类型
|
11653
11682
|
class ScdnBotConfig < TencentCloud::Common::AbstractModel
|
11654
|
-
# @param Switch:
|
11683
|
+
# @param Switch: Scdn bot配置开关,取值有:
|
11684
|
+
# on:开启
|
11685
|
+
# off:关闭
|
11655
11686
|
# @type Switch: String
|
11656
11687
|
# @param BotCookie: Bot cookie策略
|
11657
11688
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.572
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|