tencentcloud-sdk-cdn 3.0.571 → 3.0.573
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 +121 -59
- 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: d9517711e445b18dbe8bdde55072a2a48df14fcf
|
4
|
+
data.tar.gz: 4ed88d40a4faab94c09bfe8b93e1f75dcdbfdee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c77cab0b9ed58837dec3e79c170c715af5743ab788ede12cdcca7a3ca90d479592531570fb70e9fc980fa153f8320d879bdf2d2381905886e336f47c9760e779
|
7
|
+
data.tar.gz: b7ff538d9e9c6e530fc84fb1a9a6e03557fd1b4809c5323e43a32a19d6394582ab6023831e3e96d2dac6a945c8c8549699efc0dd9bdb4a3a9dc69bd8a40fcd8b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.573
|
data/lib/v20180606/models.rb
CHANGED
@@ -19,7 +19,9 @@ module TencentCloud
|
|
19
19
|
module V20180606
|
20
20
|
# 请求头部及请求url访问控制
|
21
21
|
class AccessControl < TencentCloud::Common::AbstractModel
|
22
|
-
# @param Switch:
|
22
|
+
# @param Switch: 启用请求头部及请求url访问控制开关,取值有:
|
23
|
+
# on:开启
|
24
|
+
# off:关闭
|
23
25
|
# @type Switch: String
|
24
26
|
# @param AccessControlRules: 请求头部及请求url访问规则
|
25
27
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -560,7 +562,10 @@ module TencentCloud
|
|
560
562
|
|
561
563
|
# 时间戳防盗链高级版配置,白名单功能
|
562
564
|
class AdvancedAuthentication < TencentCloud::Common::AbstractModel
|
563
|
-
# @param Switch:
|
565
|
+
# @param Switch: 防盗链配置开关,取值有:
|
566
|
+
# on:开启
|
567
|
+
# off:关闭
|
568
|
+
# 开启时必须且只配置一种模式,其余模式需要设置为 null
|
564
569
|
# @type Switch: String
|
565
570
|
# @param TypeA: 时间戳防盗链高级版模式A配置。
|
566
571
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1284,7 +1289,7 @@ module TencentCloud
|
|
1284
1289
|
|
1285
1290
|
# 时间戳防盗链配置
|
1286
1291
|
class Authentication < TencentCloud::Common::AbstractModel
|
1287
|
-
# @param Switch:
|
1292
|
+
# @param Switch: 防盗链配置开关,取值有:
|
1288
1293
|
# on:开启
|
1289
1294
|
# off:关闭
|
1290
1295
|
# 开启时必须且只配置一种模式,其余模式需要设置为 null
|
@@ -1530,7 +1535,9 @@ module TencentCloud
|
|
1530
1535
|
|
1531
1536
|
# 图片优化-AvifAdapter配置
|
1532
1537
|
class AvifAdapter < TencentCloud::Common::AbstractModel
|
1533
|
-
# @param Switch:
|
1538
|
+
# @param Switch: 图片优化AvifAdapter配置项开关,取值有:
|
1539
|
+
# on:开启
|
1540
|
+
# off:关闭
|
1534
1541
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1535
1542
|
# @type Switch: String
|
1536
1543
|
|
@@ -1547,7 +1554,9 @@ module TencentCloud
|
|
1547
1554
|
|
1548
1555
|
# s3源站回源鉴权。
|
1549
1556
|
class AwsPrivateAccess < TencentCloud::Common::AbstractModel
|
1550
|
-
# @param Switch:
|
1557
|
+
# @param Switch: s3源站回源鉴权配置项开关,取值有:
|
1558
|
+
# on:开启
|
1559
|
+
# off:关闭
|
1551
1560
|
# @type Switch: String
|
1552
1561
|
# @param AccessKey: 访问ID。
|
1553
1562
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1583,7 +1592,7 @@ module TencentCloud
|
|
1583
1592
|
|
1584
1593
|
# 带宽封顶配置,默认为关闭状态
|
1585
1594
|
class BandwidthAlert < TencentCloud::Common::AbstractModel
|
1586
|
-
# @param Switch:
|
1595
|
+
# @param Switch: 用量封顶配置开关,取值有:
|
1587
1596
|
# on:开启
|
1588
1597
|
# off:关闭
|
1589
1598
|
# @type Switch: String
|
@@ -1597,7 +1606,7 @@ module TencentCloud
|
|
1597
1606
|
# @param LastTriggerTime: 境内区域上次触发用量封顶阈值的时间
|
1598
1607
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1599
1608
|
# @type LastTriggerTime: String
|
1600
|
-
# @param AlertSwitch:
|
1609
|
+
# @param AlertSwitch: 用量封顶提醒配置开关,取值有:
|
1601
1610
|
# on:开启
|
1602
1611
|
# off:关闭
|
1603
1612
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1653,7 +1662,9 @@ module TencentCloud
|
|
1653
1662
|
|
1654
1663
|
# Bot cookie策略
|
1655
1664
|
class BotCookie < TencentCloud::Common::AbstractModel
|
1656
|
-
# @param Switch:
|
1665
|
+
# @param Switch: Bot cookie策略配置开关,取值有:
|
1666
|
+
# on:开启
|
1667
|
+
# off:关闭
|
1657
1668
|
# @type Switch: String
|
1658
1669
|
# @param RuleType: 规则类型,当前只有all
|
1659
1670
|
# @type RuleType: String
|
@@ -1691,7 +1702,9 @@ module TencentCloud
|
|
1691
1702
|
|
1692
1703
|
# Bot js策略
|
1693
1704
|
class BotJavaScript < TencentCloud::Common::AbstractModel
|
1694
|
-
# @param Switch:
|
1705
|
+
# @param Switch: Bot js策略配置开关,取值有:
|
1706
|
+
# on:开启
|
1707
|
+
# off:关闭
|
1695
1708
|
# @type Switch: String
|
1696
1709
|
# @param RuleType: 规则类型,当前只有file
|
1697
1710
|
# @type RuleType: String
|
@@ -2056,8 +2069,9 @@ module TencentCloud
|
|
2056
2069
|
|
2057
2070
|
# 启发式自定义时间缓存配置
|
2058
2071
|
class CacheConfig < TencentCloud::Common::AbstractModel
|
2059
|
-
# @param HeuristicCacheTimeSwitch:
|
2060
|
-
#
|
2072
|
+
# @param HeuristicCacheTimeSwitch: 启发式自定义时间缓存配置开关,取值有:
|
2073
|
+
# on:开启
|
2074
|
+
# off:关闭
|
2061
2075
|
# @type HeuristicCacheTimeSwitch: String
|
2062
2076
|
# @param HeuristicCacheTime: 单位 秒.
|
2063
2077
|
# @type HeuristicCacheTime: Integer
|
@@ -2077,7 +2091,7 @@ module TencentCloud
|
|
2077
2091
|
|
2078
2092
|
# 路径缓存缓存配置
|
2079
2093
|
class CacheConfigCache < TencentCloud::Common::AbstractModel
|
2080
|
-
# @param Switch:
|
2094
|
+
# @param Switch: 路径缓存配置开关,取值有:
|
2081
2095
|
# on:开启
|
2082
2096
|
# off:关闭
|
2083
2097
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2126,7 +2140,7 @@ module TencentCloud
|
|
2126
2140
|
|
2127
2141
|
# 路径缓存遵循源站配置
|
2128
2142
|
class CacheConfigFollowOrigin < TencentCloud::Common::AbstractModel
|
2129
|
-
# @param Switch:
|
2143
|
+
# @param Switch: 路径缓存遵循源站配置开关,取值有:
|
2130
2144
|
# on:开启
|
2131
2145
|
# off:关闭
|
2132
2146
|
# @type Switch: String
|
@@ -2152,7 +2166,7 @@ module TencentCloud
|
|
2152
2166
|
|
2153
2167
|
# 路径缓存不缓存配置
|
2154
2168
|
class CacheConfigNoCache < TencentCloud::Common::AbstractModel
|
2155
|
-
# @param Switch:
|
2169
|
+
# @param Switch: 路径缓存不缓存配置配置开关,取值有:
|
2156
2170
|
# on:开启
|
2157
2171
|
# off:关闭
|
2158
2172
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2276,7 +2290,9 @@ module TencentCloud
|
|
2276
2290
|
|
2277
2291
|
# 组成CacheKey的一部分
|
2278
2292
|
class CacheTagKey < TencentCloud::Common::AbstractModel
|
2279
|
-
# @param Switch:
|
2293
|
+
# @param Switch: 使用CacheTag作为CacheKey的一部分配置开关,取值有
|
2294
|
+
# on:开启,使用CacheTag作为CacheKey的一部分
|
2295
|
+
# off:关闭,不使用CacheTag作为CacheKey的一部分
|
2280
2296
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2281
2297
|
# @type Switch: String
|
2282
2298
|
# @param Value: 自定义CacheTag的值
|
@@ -2664,7 +2680,7 @@ module TencentCloud
|
|
2664
2680
|
|
2665
2681
|
# 智能压缩配置,默认对 js、html、css、xml、json、shtml、htm 后缀且大小为 256 ~ 2097152 字节的文件进行 GZIP 压缩
|
2666
2682
|
class Compression < TencentCloud::Common::AbstractModel
|
2667
|
-
# @param Switch:
|
2683
|
+
# @param Switch: 智能压缩配置开关,取值有:
|
2668
2684
|
# on:开启
|
2669
2685
|
# off:关闭
|
2670
2686
|
# @type Switch: String
|
@@ -2756,7 +2772,9 @@ module TencentCloud
|
|
2756
2772
|
|
2757
2773
|
# 组成CacheKey的一部分
|
2758
2774
|
class CookieKey < TencentCloud::Common::AbstractModel
|
2759
|
-
# @param Switch:
|
2775
|
+
# @param Switch: 使用Cookie作为Cache的一部分配置开关,取值有:
|
2776
|
+
# on:开启,使用Cookie作为Cache的一部分
|
2777
|
+
# off:关闭,不使用Cookie作为Cache的一部分
|
2760
2778
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2761
2779
|
# @type Switch: String
|
2762
2780
|
# @param Value: 使用的cookie,';' 分割
|
@@ -7213,7 +7231,7 @@ module TencentCloud
|
|
7213
7231
|
|
7214
7232
|
# 单链接下行限速配置,默认为关闭状态
|
7215
7233
|
class DownstreamCapping < TencentCloud::Common::AbstractModel
|
7216
|
-
# @param Switch:
|
7234
|
+
# @param Switch: 下行速度配置开关,取值有:
|
7217
7235
|
# on:开启
|
7218
7236
|
# off:关闭
|
7219
7237
|
# @type Switch: String
|
@@ -7435,7 +7453,7 @@ module TencentCloud
|
|
7435
7453
|
|
7436
7454
|
# 状态码重定向配置,默认为关闭状态
|
7437
7455
|
class ErrorPage < TencentCloud::Common::AbstractModel
|
7438
|
-
# @param Switch:
|
7456
|
+
# @param Switch: 状态码重定向配置开关,取值有:
|
7439
7457
|
# on:开启
|
7440
7458
|
# off:关闭
|
7441
7459
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7545,7 +7563,7 @@ module TencentCloud
|
|
7545
7563
|
|
7546
7564
|
# 回源 301/302 状态码自动跟随配置,默认为关闭状态
|
7547
7565
|
class FollowRedirect < TencentCloud::Common::AbstractModel
|
7548
|
-
# @param Switch:
|
7566
|
+
# @param Switch: 回源跟随配置开关,取值有:
|
7549
7567
|
# on:开启
|
7550
7568
|
# off:关闭
|
7551
7569
|
# @type Switch: String
|
@@ -7571,7 +7589,7 @@ module TencentCloud
|
|
7571
7589
|
|
7572
7590
|
# 访问协议强制跳转配置,默认为关闭状态
|
7573
7591
|
class ForceRedirect < TencentCloud::Common::AbstractModel
|
7574
|
-
# @param Switch:
|
7592
|
+
# @param Switch: 访问强制跳转配置开关,取值有:
|
7575
7593
|
# on:开启
|
7576
7594
|
# off:关闭
|
7577
7595
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7683,7 +7701,9 @@ module TencentCloud
|
|
7683
7701
|
|
7684
7702
|
# 图片优化-GuetzliAdapter配置
|
7685
7703
|
class GuetzliAdapter < TencentCloud::Common::AbstractModel
|
7686
|
-
# @param Switch:
|
7704
|
+
# @param Switch: 图片优化-GuetzliAdapter配置开关,取值有:
|
7705
|
+
# on:开启
|
7706
|
+
# off:关闭
|
7687
7707
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7688
7708
|
# @type Switch: String
|
7689
7709
|
|
@@ -7720,7 +7740,9 @@ module TencentCloud
|
|
7720
7740
|
|
7721
7741
|
# 组成CacheKey
|
7722
7742
|
class HeaderKey < TencentCloud::Common::AbstractModel
|
7723
|
-
# @param Switch:
|
7743
|
+
# @param Switch: 组成Cachekey配置开关,取值有:
|
7744
|
+
# on:开启
|
7745
|
+
# off:关闭
|
7724
7746
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7725
7747
|
# @type Switch: String
|
7726
7748
|
# @param Value: 组成CacheKey的header数组,';' 分割
|
@@ -7742,8 +7764,9 @@ module TencentCloud
|
|
7742
7764
|
|
7743
7765
|
# 启发式缓存配置
|
7744
7766
|
class HeuristicCache < TencentCloud::Common::AbstractModel
|
7745
|
-
# @param Switch:
|
7746
|
-
#
|
7767
|
+
# @param Switch: 启发式缓存配置开关,取值有:
|
7768
|
+
# on:开启
|
7769
|
+
# off:关闭
|
7747
7770
|
# @type Switch: String
|
7748
7771
|
# @param CacheConfig: 自定义启发式缓存时间配置
|
7749
7772
|
# @type CacheConfig: :class:`Tencentcloud::Cdn.v20180606.models.CacheConfig`
|
@@ -7766,7 +7789,9 @@ module TencentCloud
|
|
7766
7789
|
|
7767
7790
|
# HSTS 配置。
|
7768
7791
|
class Hsts < TencentCloud::Common::AbstractModel
|
7769
|
-
# @param Switch:
|
7792
|
+
# @param Switch: HSTS 配置开关,取值有:
|
7793
|
+
# on:开启
|
7794
|
+
# off:关闭
|
7770
7795
|
# @type Switch: String
|
7771
7796
|
# @param MaxAge: MaxAge数值。
|
7772
7797
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7866,7 +7891,7 @@ module TencentCloud
|
|
7866
7891
|
|
7867
7892
|
# 域名 https 加速配置,默认为关闭状态
|
7868
7893
|
class Https < TencentCloud::Common::AbstractModel
|
7869
|
-
# @param Switch: https
|
7894
|
+
# @param Switch: https 配置开关,取值有:
|
7870
7895
|
# on:开启
|
7871
7896
|
# off:关闭
|
7872
7897
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7954,7 +7979,9 @@ module TencentCloud
|
|
7954
7979
|
|
7955
7980
|
# HTTPS服务,若关闭,下发配置拦截https请求,开启时会产生计费
|
7956
7981
|
class HttpsBilling < TencentCloud::Common::AbstractModel
|
7957
|
-
# @param Switch: HTTPS
|
7982
|
+
# @param Switch: HTTPS服务配置开关,取值有:
|
7983
|
+
# on:开启,缺省时默认开启【会产生计费】
|
7984
|
+
# off:关闭,拦截https请求
|
7958
7985
|
# @type Switch: String
|
7959
7986
|
|
7960
7987
|
attr_accessor :Switch
|
@@ -8065,9 +8092,11 @@ module TencentCloud
|
|
8065
8092
|
end
|
8066
8093
|
end
|
8067
8094
|
|
8068
|
-
#
|
8095
|
+
# 华为云对象存储回源鉴权
|
8069
8096
|
class HwPrivateAccess < TencentCloud::Common::AbstractModel
|
8070
|
-
# @param Switch:
|
8097
|
+
# @param Switch: 华为云对象存储回源鉴权配置开关,取值有:
|
8098
|
+
# on:开启
|
8099
|
+
# off:关闭
|
8071
8100
|
# @type Switch: String
|
8072
8101
|
# @param AccessKey: 访问 ID
|
8073
8102
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8142,7 +8171,7 @@ module TencentCloud
|
|
8142
8171
|
|
8143
8172
|
# IP 黑白名单配置,默认为关闭状态
|
8144
8173
|
class IpFilter < TencentCloud::Common::AbstractModel
|
8145
|
-
# @param Switch: IP
|
8174
|
+
# @param Switch: IP 黑白名单配置开关,取值有
|
8146
8175
|
# on:开启
|
8147
8176
|
# off:关闭
|
8148
8177
|
# @type Switch: String
|
@@ -8235,7 +8264,7 @@ module TencentCloud
|
|
8235
8264
|
|
8236
8265
|
# 单节点单 IP 访问限频配置,默认为关闭状态
|
8237
8266
|
class IpFreqLimit < TencentCloud::Common::AbstractModel
|
8238
|
-
# @param Switch: IP
|
8267
|
+
# @param Switch: IP 限频配置开关,取值有:
|
8239
8268
|
# on:开启
|
8240
8269
|
# off:关闭
|
8241
8270
|
# @type Switch: String
|
@@ -8296,9 +8325,11 @@ module TencentCloud
|
|
8296
8325
|
end
|
8297
8326
|
end
|
8298
8327
|
|
8299
|
-
# Ipv6
|
8328
|
+
# Ipv6源站启用配置,不可更改
|
8300
8329
|
class Ipv6 < TencentCloud::Common::AbstractModel
|
8301
|
-
# @param Switch:
|
8330
|
+
# @param Switch: 域名开启源站ipv6配置开关,取值有:
|
8331
|
+
# on:开启
|
8332
|
+
# off:关闭
|
8302
8333
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8303
8334
|
# @type Switch: String
|
8304
8335
|
|
@@ -8315,7 +8346,9 @@ module TencentCloud
|
|
8315
8346
|
|
8316
8347
|
# Ipv6访问配置
|
8317
8348
|
class Ipv6Access < TencentCloud::Common::AbstractModel
|
8318
|
-
# @param Switch:
|
8349
|
+
# @param Switch: 域名开启ipv6访问配置开关,取值有:
|
8350
|
+
# on:开启
|
8351
|
+
# off:关闭
|
8319
8352
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8320
8353
|
# @type Switch: String
|
8321
8354
|
|
@@ -9663,7 +9696,7 @@ module TencentCloud
|
|
9663
9696
|
|
9664
9697
|
# 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
|
9665
9698
|
class MaxAge < TencentCloud::Common::AbstractModel
|
9666
|
-
# @param Switch:
|
9699
|
+
# @param Switch: 浏览器缓存配置开关,取值有:
|
9667
9700
|
# on:开启
|
9668
9701
|
# off:关闭
|
9669
9702
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -9810,7 +9843,9 @@ module TencentCloud
|
|
9810
9843
|
|
9811
9844
|
# 离线缓存是否开启
|
9812
9845
|
class OfflineCache < TencentCloud::Common::AbstractModel
|
9813
|
-
# @param Switch:
|
9846
|
+
# @param Switch: 离线缓存配置开关,取值有:
|
9847
|
+
# on:开启
|
9848
|
+
# off:关闭
|
9814
9849
|
# @type Switch: String
|
9815
9850
|
|
9816
9851
|
attr_accessor :Switch
|
@@ -9971,7 +10006,10 @@ module TencentCloud
|
|
9971
10006
|
|
9972
10007
|
# 回源鉴权高级配置
|
9973
10008
|
class OriginAuthentication < TencentCloud::Common::AbstractModel
|
9974
|
-
# @param Switch:
|
10009
|
+
# @param Switch: 回源鉴权高级配置开关,取值有:
|
10010
|
+
# on:开启
|
10011
|
+
# off:关闭
|
10012
|
+
|
9975
10013
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9976
10014
|
# @type Switch: String
|
9977
10015
|
# @param TypeA: 鉴权类型A配置
|
@@ -10013,7 +10051,9 @@ module TencentCloud
|
|
10013
10051
|
|
10014
10052
|
# 合并回源配置项
|
10015
10053
|
class OriginCombine < TencentCloud::Common::AbstractModel
|
10016
|
-
# @param Switch:
|
10054
|
+
# @param Switch: 合并回源配置开关,取值有:
|
10055
|
+
# on:开启
|
10056
|
+
# off:关闭
|
10017
10057
|
# @type Switch: String
|
10018
10058
|
|
10019
10059
|
attr_accessor :Switch
|
@@ -10045,7 +10085,7 @@ module TencentCloud
|
|
10045
10085
|
|
10046
10086
|
# 跨国回源优化配置,默认为关闭状态 (已下线)
|
10047
10087
|
class OriginPullOptimization < TencentCloud::Common::AbstractModel
|
10048
|
-
# @param Switch:
|
10088
|
+
# @param Switch: 跨国回源优化配置开关,取值有:
|
10049
10089
|
# on:开启
|
10050
10090
|
# off:关闭
|
10051
10091
|
# @type Switch: String
|
@@ -10092,7 +10132,9 @@ module TencentCloud
|
|
10092
10132
|
|
10093
10133
|
# oss回源鉴权
|
10094
10134
|
class OssPrivateAccess < TencentCloud::Common::AbstractModel
|
10095
|
-
# @param Switch:
|
10135
|
+
# @param Switch: oss回源鉴权配置开关,取值有:
|
10136
|
+
# on:开启
|
10137
|
+
# off:关闭
|
10096
10138
|
# @type Switch: String
|
10097
10139
|
# @param AccessKey: 访问ID。
|
10098
10140
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10128,7 +10170,9 @@ module TencentCloud
|
|
10128
10170
|
|
10129
10171
|
# 其他厂商对象存储回源鉴权
|
10130
10172
|
class OthersPrivateAccess < TencentCloud::Common::AbstractModel
|
10131
|
-
# @param Switch:
|
10173
|
+
# @param Switch: 其他厂商对象存储回源鉴权配置开关,取值有:
|
10174
|
+
# on:开启
|
10175
|
+
# off:关闭
|
10132
10176
|
# @type Switch: String
|
10133
10177
|
# @param AccessKey: 访问ID。
|
10134
10178
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10799,7 +10843,9 @@ module TencentCloud
|
|
10799
10843
|
|
10800
10844
|
# 七牛元对象存储回源鉴权配置
|
10801
10845
|
class QnPrivateAccess < TencentCloud::Common::AbstractModel
|
10802
|
-
# @param Switch:
|
10846
|
+
# @param Switch: 七牛元对象存储回源鉴权配置开关,取值有:
|
10847
|
+
# on:开启
|
10848
|
+
# off:关闭
|
10803
10849
|
# @type Switch: String
|
10804
10850
|
# @param AccessKey: 访问 ID
|
10805
10851
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10862,7 +10908,9 @@ module TencentCloud
|
|
10862
10908
|
|
10863
10909
|
# Quic配置项
|
10864
10910
|
class Quic < TencentCloud::Common::AbstractModel
|
10865
|
-
# @param Switch:
|
10911
|
+
# @param Switch: Quic功能配置开关,取值有:
|
10912
|
+
# on:开启
|
10913
|
+
# off:关闭
|
10866
10914
|
# @type Switch: String
|
10867
10915
|
|
10868
10916
|
attr_accessor :Switch
|
@@ -10906,7 +10954,7 @@ module TencentCloud
|
|
10906
10954
|
|
10907
10955
|
# 分片回源配置,默认为开启状态
|
10908
10956
|
class RangeOriginPull < TencentCloud::Common::AbstractModel
|
10909
|
-
# @param Switch:
|
10957
|
+
# @param Switch: 分片回源配置开关,取值有:
|
10910
10958
|
# on:开启
|
10911
10959
|
# off:关闭
|
10912
10960
|
# @type Switch: String
|
@@ -10936,7 +10984,9 @@ module TencentCloud
|
|
10936
10984
|
|
10937
10985
|
# 分路径分片回源配置
|
10938
10986
|
class RangeOriginPullRule < TencentCloud::Common::AbstractModel
|
10939
|
-
# @param Switch:
|
10987
|
+
# @param Switch: 分片回源配置开关,取值有:
|
10988
|
+
# on:开启
|
10989
|
+
# off:关闭
|
10940
10990
|
# @type Switch: String
|
10941
10991
|
# @param RuleType: 规则类型:
|
10942
10992
|
# file:指定文件后缀生效
|
@@ -10968,7 +11018,9 @@ module TencentCloud
|
|
10968
11018
|
|
10969
11019
|
# 自定义回源302 follow请求host配置
|
10970
11020
|
class RedirectConfig < TencentCloud::Common::AbstractModel
|
10971
|
-
# @param Switch:
|
11021
|
+
# @param Switch: 自定义回源302 follow请求host配置开关,取值有:
|
11022
|
+
# on:开启
|
11023
|
+
# off:关闭
|
10972
11024
|
# @type Switch: String
|
10973
11025
|
# @param FollowRedirectHost: 主源站follow302请求时带的自定义的host头部
|
10974
11026
|
# @type FollowRedirectHost: String
|
@@ -10992,7 +11044,7 @@ module TencentCloud
|
|
10992
11044
|
|
10993
11045
|
# Referer 黑白名单配置,默认为关闭状态
|
10994
11046
|
class Referer < TencentCloud::Common::AbstractModel
|
10995
|
-
# @param Switch: referer
|
11047
|
+
# @param Switch: referer 黑白名单配置开关,取值有:
|
10996
11048
|
# on:开启
|
10997
11049
|
# off:关闭
|
10998
11050
|
# @type Switch: String
|
@@ -11088,9 +11140,9 @@ module TencentCloud
|
|
11088
11140
|
# RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
|
11089
11141
|
# 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
|
11090
11142
|
class RemoteAuthentication < TencentCloud::Common::AbstractModel
|
11091
|
-
# @param Switch:
|
11092
|
-
# on
|
11093
|
-
# off
|
11143
|
+
# @param Switch: 远程鉴权配置开关,取值有:
|
11144
|
+
# on:开启
|
11145
|
+
# off:关闭
|
11094
11146
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11095
11147
|
# @type Switch: String
|
11096
11148
|
# @param RemoteAuthenticationRules: 远程鉴权规则配置
|
@@ -11215,7 +11267,7 @@ module TencentCloud
|
|
11215
11267
|
|
11216
11268
|
# 自定义请求头配置,默认为关闭状态
|
11217
11269
|
class RequestHeader < TencentCloud::Common::AbstractModel
|
11218
|
-
# @param Switch:
|
11270
|
+
# @param Switch: 自定义请求头配置开关,取值有:
|
11219
11271
|
# on:开启
|
11220
11272
|
# off:关闭
|
11221
11273
|
# @type Switch: String
|
@@ -11338,7 +11390,7 @@ module TencentCloud
|
|
11338
11390
|
|
11339
11391
|
# 自定义响应头配置,默认为关闭状态
|
11340
11392
|
class ResponseHeader < TencentCloud::Common::AbstractModel
|
11341
|
-
# @param Switch:
|
11393
|
+
# @param Switch: 自定义响应头配置开关,取值有:
|
11342
11394
|
# on:开启
|
11343
11395
|
# off:关闭
|
11344
11396
|
# @type Switch: String
|
@@ -11368,7 +11420,7 @@ module TencentCloud
|
|
11368
11420
|
|
11369
11421
|
# 源站头部缓存配置,默认为开启状态,缓存所有头部信息
|
11370
11422
|
class ResponseHeaderCache < TencentCloud::Common::AbstractModel
|
11371
|
-
# @param Switch:
|
11423
|
+
# @param Switch: 源站头部缓存配置开关,取值有:
|
11372
11424
|
# on:开启
|
11373
11425
|
# off:关闭
|
11374
11426
|
# @type Switch: String
|
@@ -11386,7 +11438,10 @@ module TencentCloud
|
|
11386
11438
|
|
11387
11439
|
# 是否回源站校验
|
11388
11440
|
class Revalidate < TencentCloud::Common::AbstractModel
|
11389
|
-
# @param Switch:
|
11441
|
+
# @param Switch: 总是回源校验配置开关,取值有:
|
11442
|
+
# on:开启
|
11443
|
+
# off:关闭
|
11444
|
+
|
11390
11445
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11391
11446
|
# @type Switch: String
|
11392
11447
|
# @param Path: 只在特定请求路径回源站校验
|
@@ -11486,7 +11541,7 @@ module TencentCloud
|
|
11486
11541
|
|
11487
11542
|
# 规则引擎配置
|
11488
11543
|
class RuleEngine < TencentCloud::Common::AbstractModel
|
11489
|
-
# @param Switch:
|
11544
|
+
# @param Switch: 规则引擎配置开关,取值有:
|
11490
11545
|
# on:开启
|
11491
11546
|
# off:关闭
|
11492
11547
|
# @type Switch: String
|
@@ -11509,7 +11564,10 @@ module TencentCloud
|
|
11509
11564
|
|
11510
11565
|
# 路径保留参数配置
|
11511
11566
|
class RuleQueryString < TencentCloud::Common::AbstractModel
|
11512
|
-
# @param Switch:
|
11567
|
+
# @param Switch: 路径保留参数配置开关,取值有:
|
11568
|
+
# on:开启,CacheKey由QueryString组成
|
11569
|
+
# off:关闭,CacheKey不由QueryString组成
|
11570
|
+
|
11513
11571
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11514
11572
|
# @type Switch: String
|
11515
11573
|
# @param Action: includeCustom 包含部分url参数
|
@@ -11536,7 +11594,9 @@ module TencentCloud
|
|
11536
11594
|
|
11537
11595
|
# SCDN访问控制
|
11538
11596
|
class ScdnAclConfig < TencentCloud::Common::AbstractModel
|
11539
|
-
# @param Switch:
|
11597
|
+
# @param Switch: SCDN访问控制配置开关,取值有:
|
11598
|
+
# on:开启
|
11599
|
+
# off:关闭
|
11540
11600
|
# @type Switch: String
|
11541
11601
|
# @param ScriptData: 新版本请使用AdvancedScriptData
|
11542
11602
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11651,7 +11711,9 @@ module TencentCloud
|
|
11651
11711
|
|
11652
11712
|
# bot配置类型
|
11653
11713
|
class ScdnBotConfig < TencentCloud::Common::AbstractModel
|
11654
|
-
# @param Switch:
|
11714
|
+
# @param Switch: Scdn bot配置开关,取值有:
|
11715
|
+
# on:开启
|
11716
|
+
# off:关闭
|
11655
11717
|
# @type Switch: String
|
11656
11718
|
# @param BotCookie: Bot cookie策略
|
11657
11719
|
# 注意:此字段可能返回 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.573
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|