tencentcloud-sdk-cdn 3.0.570 → 3.0.571
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180606/models.rb +72 -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: f8bc4c66f2bb366ee6f4c0ff62e160449783f271
|
|
4
|
+
data.tar.gz: 17bb060f55f7321c573b912b1f9065d6feb82413
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cfa6e5a2a15305c23e6cdf983bd97dcba3447fd8afed26e950756e0a74752bbebc6d8913d713f95e007884e495e9602a7f30a24c5cb5412a369922b445545f2
|
|
7
|
+
data.tar.gz: 3f7902ea6b3c591f3b6e1ab7620dfe023d5104da3b12f3ada3a49187aeb0b68d430d64ddf2fd1103bf00ce8e827675caa9f7e4dde9182708648817e7835c4371
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.571
|
data/lib/v20180606/models.rb
CHANGED
|
@@ -890,7 +890,9 @@ module TencentCloud
|
|
|
890
890
|
# @param Configure: 七层限频具体配置
|
|
891
891
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
892
892
|
# @type Configure: Array
|
|
893
|
-
# @param Switch:
|
|
893
|
+
# @param Switch: 自定义cc规则配置开关,取值有:
|
|
894
|
+
# on:开启
|
|
895
|
+
# off:关闭
|
|
894
896
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
895
897
|
# @type Switch: String
|
|
896
898
|
|
|
@@ -9840,6 +9842,7 @@ module TencentCloud
|
|
|
9840
9842
|
# domain:域名类型
|
|
9841
9843
|
# domainv6:域名解析V6类型
|
|
9842
9844
|
# cos:对象存储源站
|
|
9845
|
+
# third_party: 第三方存储源站
|
|
9843
9846
|
# ip:IP 列表作为源站
|
|
9844
9847
|
# ipv6:源站列表为一个单独的 IPv6 地址
|
|
9845
9848
|
# ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
@@ -9905,7 +9908,12 @@ module TencentCloud
|
|
|
9905
9908
|
# @param AdvanceHttps: HTTPS回源高级配置
|
|
9906
9909
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9907
9910
|
# @type AdvanceHttps: :class:`Tencentcloud::Cdn.v20180606.models.AdvanceHttps`
|
|
9908
|
-
# @param OriginCompany:
|
|
9911
|
+
# @param OriginCompany: 对象存储回源厂商,当源站类型为第三方存储源站(third_party)时必填,可选值包括以下:
|
|
9912
|
+
# aws_s3: AWS S3
|
|
9913
|
+
# ali_oss: 阿里云 OSS
|
|
9914
|
+
# hw_obs: 华为 OBS
|
|
9915
|
+
# qiniu_kodo: 七牛云 kodo
|
|
9916
|
+
# others: 其它厂商对象存储,仅支持兼容以AWS签名算法的对象存储,如腾讯云金融专区COS
|
|
9909
9917
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9910
9918
|
# @type OriginCompany: String
|
|
9911
9919
|
|
|
@@ -10816,13 +10824,19 @@ module TencentCloud
|
|
|
10816
10824
|
|
|
10817
10825
|
# 组成CacheKey的一部分
|
|
10818
10826
|
class QueryStringKey < TencentCloud::Common::AbstractModel
|
|
10819
|
-
# @param Switch:
|
|
10827
|
+
# @param Switch: CacheKey是否由QueryString组成配置开关,取值有:
|
|
10828
|
+
# on:开启
|
|
10829
|
+
# off:关闭
|
|
10820
10830
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10821
10831
|
# @type Switch: String
|
|
10822
10832
|
# @param Reorder: 是否重新排序
|
|
10823
10833
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10824
10834
|
# @type Reorder: String
|
|
10825
|
-
# @param Action:
|
|
10835
|
+
# @param Action: 使用/排除部分url参数,取值有:
|
|
10836
|
+
# includeAll:包含所有
|
|
10837
|
+
# excludeAll:排除所有
|
|
10838
|
+
# includeCustom:自定义包含
|
|
10839
|
+
# excludeCustom:自定义排除
|
|
10826
10840
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10827
10841
|
# @type Action: String
|
|
10828
10842
|
# @param Value: 使用/排除的url参数数组,';' 分割
|
|
@@ -11694,7 +11708,9 @@ module TencentCloud
|
|
|
11694
11708
|
# @param FrequencyLimit: 限频阈值
|
|
11695
11709
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11696
11710
|
# @type FrequencyLimit: Integer
|
|
11697
|
-
# @param PunishmentSwitch: IP
|
|
11711
|
+
# @param PunishmentSwitch: IP 惩罚配置开关,取值有:
|
|
11712
|
+
# on:开启
|
|
11713
|
+
# off:关闭
|
|
11698
11714
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11699
11715
|
# @type PunishmentSwitch: String
|
|
11700
11716
|
# @param PunishmentTime: IP 惩罚时长
|
|
@@ -11736,7 +11752,9 @@ module TencentCloud
|
|
|
11736
11752
|
|
|
11737
11753
|
# cc的配置类型
|
|
11738
11754
|
class ScdnConfig < TencentCloud::Common::AbstractModel
|
|
11739
|
-
# @param Switch:
|
|
11755
|
+
# @param Switch: scdn cc配置开关,取值有:
|
|
11756
|
+
# on:开启
|
|
11757
|
+
# off:关闭
|
|
11740
11758
|
# @type Switch: String
|
|
11741
11759
|
# @param Rules: 自定义 cc 防护规则
|
|
11742
11760
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -11788,7 +11806,9 @@ module TencentCloud
|
|
|
11788
11806
|
|
|
11789
11807
|
# ddos配置类型
|
|
11790
11808
|
class ScdnDdosConfig < TencentCloud::Common::AbstractModel
|
|
11791
|
-
# @param Switch:
|
|
11809
|
+
# @param Switch: Scdn ddos配置开关,取值有:
|
|
11810
|
+
# on:开启
|
|
11811
|
+
# off:关闭
|
|
11792
11812
|
# @type Switch: String
|
|
11793
11813
|
|
|
11794
11814
|
attr_accessor :Switch
|
|
@@ -12231,7 +12251,9 @@ module TencentCloud
|
|
|
12231
12251
|
|
|
12232
12252
|
# waf配置类型
|
|
12233
12253
|
class ScdnWafConfig < TencentCloud::Common::AbstractModel
|
|
12234
|
-
# @param Switch:
|
|
12254
|
+
# @param Switch: Scdn waf配置开关,取值有:
|
|
12255
|
+
# on:开启
|
|
12256
|
+
# off:关闭
|
|
12235
12257
|
# @type Switch: String
|
|
12236
12258
|
# @param Mode: intercept|observe,默认intercept
|
|
12237
12259
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -12239,7 +12261,9 @@ module TencentCloud
|
|
|
12239
12261
|
# @param ErrorPage: 重定向的错误页面
|
|
12240
12262
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12241
12263
|
# @type ErrorPage: :class:`Tencentcloud::Cdn.v20180606.models.ScdnErrorPage`
|
|
12242
|
-
# @param WebShellSwitch: webshell
|
|
12264
|
+
# @param WebShellSwitch: webshell拦截配置开关,取值有:
|
|
12265
|
+
# on:开启
|
|
12266
|
+
# off:关闭
|
|
12243
12267
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12244
12268
|
# @type WebShellSwitch: String
|
|
12245
12269
|
# @param Rules: 类型拦截规则
|
|
@@ -12248,7 +12272,9 @@ module TencentCloud
|
|
|
12248
12272
|
# @param Level: waf规则等级,可取100|200|300
|
|
12249
12273
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12250
12274
|
# @type Level: Integer
|
|
12251
|
-
# @param SubRuleSwitch: waf
|
|
12275
|
+
# @param SubRuleSwitch: waf子规则配置开关,取值有:
|
|
12276
|
+
# on:开启
|
|
12277
|
+
# off:关闭
|
|
12252
12278
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12253
12279
|
# @type SubRuleSwitch: Array
|
|
12254
12280
|
|
|
@@ -12314,7 +12340,9 @@ module TencentCloud
|
|
|
12314
12340
|
|
|
12315
12341
|
# 作为CacheKey的一部分
|
|
12316
12342
|
class SchemeKey < TencentCloud::Common::AbstractModel
|
|
12317
|
-
# @param Switch:
|
|
12343
|
+
# @param Switch: scheme作为cache key配置开关,取值有:
|
|
12344
|
+
# on:开启
|
|
12345
|
+
# off:关闭
|
|
12318
12346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12319
12347
|
# @type Switch: String
|
|
12320
12348
|
|
|
@@ -12402,7 +12430,9 @@ module TencentCloud
|
|
|
12402
12430
|
|
|
12403
12431
|
# scdn相关的配置
|
|
12404
12432
|
class SecurityConfig < TencentCloud::Common::AbstractModel
|
|
12405
|
-
# @param Switch:
|
|
12433
|
+
# @param Switch: scdn 安全配置开关,取值有:
|
|
12434
|
+
# on:开启
|
|
12435
|
+
# off:关闭
|
|
12406
12436
|
# @type Switch: String
|
|
12407
12437
|
|
|
12408
12438
|
attr_accessor :Switch
|
|
@@ -12418,7 +12448,7 @@ module TencentCloud
|
|
|
12418
12448
|
|
|
12419
12449
|
# SEO 搜索引擎优化配置,默认为关闭状态
|
|
12420
12450
|
class Seo < TencentCloud::Common::AbstractModel
|
|
12421
|
-
# @param Switch: SEO
|
|
12451
|
+
# @param Switch: SEO 搜索引擎优化配置开关,取值有:
|
|
12422
12452
|
# on:开启
|
|
12423
12453
|
# off:关闭
|
|
12424
12454
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -12495,10 +12525,11 @@ module TencentCloud
|
|
|
12495
12525
|
end
|
|
12496
12526
|
|
|
12497
12527
|
# ShareCname配置
|
|
12528
|
+
# ShareCname 为内测功能,如需使用,请联系腾讯云工程师开白.
|
|
12498
12529
|
class ShareCname < TencentCloud::Common::AbstractModel
|
|
12499
|
-
# @param Switch: ShareCname 配置开关,
|
|
12500
|
-
|
|
12501
|
-
#
|
|
12530
|
+
# @param Switch: ShareCname 配置开关, 取值有:
|
|
12531
|
+
# on:开启,使用共享CNAME
|
|
12532
|
+
# off:关闭,使用默认CNAME
|
|
12502
12533
|
# @type Switch: String
|
|
12503
12534
|
# @param Cname: 设置共享CNAME.
|
|
12504
12535
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -12757,7 +12788,9 @@ module TencentCloud
|
|
|
12757
12788
|
# @param AlertPercentage: 触发提醒阈值百分比
|
|
12758
12789
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12759
12790
|
# @type AlertPercentage: Integer
|
|
12760
|
-
# @param AlertSwitch:
|
|
12791
|
+
# @param AlertSwitch: 累计用量封顶告警配置,取值有:
|
|
12792
|
+
# on:开启
|
|
12793
|
+
# off:关闭
|
|
12761
12794
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12762
12795
|
# @type AlertSwitch: String
|
|
12763
12796
|
# @param Metric: 指标类型,流量flux或带宽bandwidth
|
|
@@ -12766,7 +12799,9 @@ module TencentCloud
|
|
|
12766
12799
|
# @param Cycle: 检测周期,单位分钟,60或1440
|
|
12767
12800
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12768
12801
|
# @type Cycle: Integer
|
|
12769
|
-
# @param Switch:
|
|
12802
|
+
# @param Switch: 累计用量封顶配置开关,取值有:
|
|
12803
|
+
# on:开启
|
|
12804
|
+
# off:关闭
|
|
12770
12805
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12771
12806
|
# @type Switch: String
|
|
12772
12807
|
|
|
@@ -12799,7 +12834,7 @@ module TencentCloud
|
|
|
12799
12834
|
|
|
12800
12835
|
# 状态码缓存过期配置,默认情况下会对 404 状态码缓存 10 秒
|
|
12801
12836
|
class StatusCodeCache < TencentCloud::Common::AbstractModel
|
|
12802
|
-
# @param Switch:
|
|
12837
|
+
# @param Switch: 状态码缓存过期配置开关,取值有:
|
|
12803
12838
|
# on:开启
|
|
12804
12839
|
# off:关闭
|
|
12805
12840
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -13128,7 +13163,9 @@ module TencentCloud
|
|
|
13128
13163
|
|
|
13129
13164
|
# 图片优化-TpgAdapter配置
|
|
13130
13165
|
class TpgAdapter < TencentCloud::Common::AbstractModel
|
|
13131
|
-
# @param Switch:
|
|
13166
|
+
# @param Switch: 图片优化-TpgAdapter配置开关,取值有:
|
|
13167
|
+
# on:开启
|
|
13168
|
+
# off:关闭
|
|
13132
13169
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13133
13170
|
# @type Switch: String
|
|
13134
13171
|
|
|
@@ -13817,7 +13854,7 @@ module TencentCloud
|
|
|
13817
13854
|
|
|
13818
13855
|
# 访问URL重写配置
|
|
13819
13856
|
class UrlRedirect < TencentCloud::Common::AbstractModel
|
|
13820
|
-
# @param Switch: 访问URL
|
|
13857
|
+
# @param Switch: 访问URL重写配置开关,取值有:
|
|
13821
13858
|
# on:开启
|
|
13822
13859
|
# off:关闭
|
|
13823
13860
|
# @type Switch: String
|
|
@@ -13881,7 +13918,9 @@ module TencentCloud
|
|
|
13881
13918
|
|
|
13882
13919
|
# UserAgent黑白名单配置
|
|
13883
13920
|
class UserAgentFilter < TencentCloud::Common::AbstractModel
|
|
13884
|
-
# @param Switch:
|
|
13921
|
+
# @param Switch: UserAgent黑白名单配置开关,取值有:
|
|
13922
|
+
# on:开启
|
|
13923
|
+
# off:关闭
|
|
13885
13924
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
13886
13925
|
# @type Switch: String
|
|
13887
13926
|
# @param FilterRules: UA黑白名单生效规则列表
|
|
@@ -13988,7 +14027,7 @@ module TencentCloud
|
|
|
13988
14027
|
|
|
13989
14028
|
# 视频拖拽配置,默认为关闭状态
|
|
13990
14029
|
class VideoSeek < TencentCloud::Common::AbstractModel
|
|
13991
|
-
# @param Switch:
|
|
14030
|
+
# @param Switch: 视频拖拽配置开关,取值有:
|
|
13992
14031
|
# on:开启
|
|
13993
14032
|
# off:关闭
|
|
13994
14033
|
# @type Switch: String
|
|
@@ -14047,7 +14086,9 @@ module TencentCloud
|
|
|
14047
14086
|
|
|
14048
14087
|
# Waf子规则开关状态
|
|
14049
14088
|
class WafSubRuleStatus < TencentCloud::Common::AbstractModel
|
|
14050
|
-
# @param Switch:
|
|
14089
|
+
# @param Switch: Waf子规则开关状态配置开关,取值有:
|
|
14090
|
+
# on:开启
|
|
14091
|
+
# off:关闭
|
|
14051
14092
|
# @type Switch: String
|
|
14052
14093
|
# @param SubIds: 规则id列表
|
|
14053
14094
|
# @type SubIds: Array
|
|
@@ -14066,10 +14107,11 @@ module TencentCloud
|
|
|
14066
14107
|
end
|
|
14067
14108
|
|
|
14068
14109
|
# WebSocket配置
|
|
14110
|
+
# WebSocket 为ECDN产品功能,如需使用请通过ECDN域名配置.
|
|
14069
14111
|
class WebSocket < TencentCloud::Common::AbstractModel
|
|
14070
|
-
# @param Switch: WebSocket
|
|
14071
|
-
|
|
14072
|
-
#
|
|
14112
|
+
# @param Switch: WebSocket 超时配置开关,取值有:
|
|
14113
|
+
# on:开启,可以调整超时时间
|
|
14114
|
+
# off:关闭,平台仍支持WebSocket连接,此时超时时间默认为15秒
|
|
14073
14115
|
# @type Switch: String
|
|
14074
14116
|
# @param Timeout: 设置超时时间,单位为秒,最大超时时间300秒。
|
|
14075
14117
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -14090,7 +14132,9 @@ module TencentCloud
|
|
|
14090
14132
|
|
|
14091
14133
|
# 图片优化-WebpAdapter配置
|
|
14092
14134
|
class WebpAdapter < TencentCloud::Common::AbstractModel
|
|
14093
|
-
# @param Switch:
|
|
14135
|
+
# @param Switch: 图片优化-WebpAdapter配置开关,取值有:
|
|
14136
|
+
# on:开启
|
|
14137
|
+
# off:关闭
|
|
14094
14138
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14095
14139
|
# @type Switch: String
|
|
14096
14140
|
|
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.571
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|