tencentcloud-sdk-cdn 3.0.570 → 3.0.572

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/v20180606/models.rb +131 -56
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e10f6886c5c7a3b937dd6d6a6d3f414a23db220
4
- data.tar.gz: 04c74be649375f19c3fc37e647416082c73c30f7
3
+ metadata.gz: 16bca5b1ffb48e9b50e6657e3fe2ed669be2c783
4
+ data.tar.gz: 6394dca5f10bf5b01c6b269711fb3a484eba1903
5
5
  SHA512:
6
- metadata.gz: 3285a46fe27edf4ae1ddeac4550cbe77cb691ceea1af60d7e5d0cdbe9324a8097982680b9a3a0937f12457da0a951065b57a125a510829ecfbde01f0a81b7fc5
7
- data.tar.gz: 51ab73968e579917a9039e0ed3e06b3aa653d2eb5bb1b4b2e09b75c5e3c39a73c776a6faba047cf96083dc3580c60d69350d665fcc92d9c44a0d17525b1027c2
6
+ metadata.gz: 63de63cd85254baf2334e326f08145ce58fe207285c21e9e06e61a13fd738b1b692af73056b5d4badd71ce330a5d61eb5f83833e04a02765e234aad9ef943696
7
+ data.tar.gz: 7c796be2e3a07193902f920bdc1c625420adb071f0d536d0ae085fdfade20f2e87324a3a0cd9b10e6beec3396257939d5352918e49311e3be71187a3f60d58ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.570
1
+ 3.0.572
@@ -890,7 +890,9 @@ module TencentCloud
890
890
  # @param Configure: 七层限频具体配置
891
891
  # 注意:此字段可能返回 null,表示取不到有效值。
892
892
  # @type Configure: Array
893
- # @param Switch: 是否开启改规则 on 开启,off关闭
893
+ # @param Switch: 自定义cc规则配置开关,取值有:
894
+ # on:开启
895
+ # off:关闭
894
896
  # 注意:此字段可能返回 null,表示取不到有效值。
895
897
  # @type Switch: String
896
898
 
@@ -1651,7 +1653,9 @@ module TencentCloud
1651
1653
 
1652
1654
  # Bot cookie策略
1653
1655
  class BotCookie < TencentCloud::Common::AbstractModel
1654
- # @param Switch: on|off
1656
+ # @param Switch: Bot cookie策略配置开关,取值有:
1657
+ # on:开启
1658
+ # off:关闭
1655
1659
  # @type Switch: String
1656
1660
  # @param RuleType: 规则类型,当前只有all
1657
1661
  # @type RuleType: String
@@ -1689,7 +1693,9 @@ module TencentCloud
1689
1693
 
1690
1694
  # Bot js策略
1691
1695
  class BotJavaScript < TencentCloud::Common::AbstractModel
1692
- # @param Switch: on|off
1696
+ # @param Switch: Bot js策略配置开关,取值有:
1697
+ # on:开启
1698
+ # off:关闭
1693
1699
  # @type Switch: String
1694
1700
  # @param RuleType: 规则类型,当前只有file
1695
1701
  # @type RuleType: String
@@ -8233,7 +8239,7 @@ module TencentCloud
8233
8239
 
8234
8240
  # 单节点单 IP 访问限频配置,默认为关闭状态
8235
8241
  class IpFreqLimit < TencentCloud::Common::AbstractModel
8236
- # @param Switch: IP 限频配置开关
8242
+ # @param Switch: IP 限频配置开关,取值有:
8237
8243
  # on:开启
8238
8244
  # off:关闭
8239
8245
  # @type Switch: String
@@ -8294,9 +8300,11 @@ module TencentCloud
8294
8300
  end
8295
8301
  end
8296
8302
 
8297
- # Ipv6启用配置,不可更改
8303
+ # Ipv6源站启用配置,不可更改
8298
8304
  class Ipv6 < TencentCloud::Common::AbstractModel
8299
- # @param Switch: 域名是否开启ipv6功能,on或off。
8305
+ # @param Switch: 域名开启源站ipv6配置开关,取值有:
8306
+ # on:开启
8307
+ # off:关闭
8300
8308
  # 注意:此字段可能返回 null,表示取不到有效值。
8301
8309
  # @type Switch: String
8302
8310
 
@@ -8313,7 +8321,9 @@ module TencentCloud
8313
8321
 
8314
8322
  # Ipv6访问配置
8315
8323
  class Ipv6Access < TencentCloud::Common::AbstractModel
8316
- # @param Switch: 域名是否开启ipv6访问功能,on或off。
8324
+ # @param Switch: 域名开启ipv6访问配置开关,取值有:
8325
+ # on:开启
8326
+ # off:关闭
8317
8327
  # 注意:此字段可能返回 null,表示取不到有效值。
8318
8328
  # @type Switch: String
8319
8329
 
@@ -9661,7 +9671,7 @@ module TencentCloud
9661
9671
 
9662
9672
  # 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
9663
9673
  class MaxAge < TencentCloud::Common::AbstractModel
9664
- # @param Switch: 浏览器缓存配置开关
9674
+ # @param Switch: 浏览器缓存配置开关,取值有:
9665
9675
  # on:开启
9666
9676
  # off:关闭
9667
9677
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -9808,7 +9818,9 @@ module TencentCloud
9808
9818
 
9809
9819
  # 离线缓存是否开启
9810
9820
  class OfflineCache < TencentCloud::Common::AbstractModel
9811
- # @param Switch: on | off, 离线缓存是否开启
9821
+ # @param Switch: 离线缓存配置开关,取值有:
9822
+ # on:开启
9823
+ # off:关闭
9812
9824
  # @type Switch: String
9813
9825
 
9814
9826
  attr_accessor :Switch
@@ -9840,6 +9852,7 @@ module TencentCloud
9840
9852
  # domain:域名类型
9841
9853
  # domainv6:域名解析V6类型
9842
9854
  # cos:对象存储源站
9855
+ # third_party: 第三方存储源站
9843
9856
  # ip:IP 列表作为源站
9844
9857
  # ipv6:源站列表为一个单独的 IPv6 地址
9845
9858
  # ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
@@ -9905,7 +9918,12 @@ module TencentCloud
9905
9918
  # @param AdvanceHttps: HTTPS回源高级配置
9906
9919
  # 注意:此字段可能返回 null,表示取不到有效值。
9907
9920
  # @type AdvanceHttps: :class:`Tencentcloud::Cdn.v20180606.models.AdvanceHttps`
9908
- # @param OriginCompany: 对象存储回源厂商
9921
+ # @param OriginCompany: 对象存储回源厂商,当源站类型为第三方存储源站(third_party)时必填,可选值包括以下:
9922
+ # aws_s3: AWS S3
9923
+ # ali_oss: 阿里云 OSS
9924
+ # hw_obs: 华为 OBS
9925
+ # qiniu_kodo: 七牛云 kodo
9926
+ # others: 其它厂商对象存储,仅支持兼容以AWS签名算法的对象存储,如腾讯云金融专区COS
9909
9927
  # 注意:此字段可能返回 null,表示取不到有效值。
9910
9928
  # @type OriginCompany: String
9911
9929
 
@@ -9963,7 +9981,10 @@ module TencentCloud
9963
9981
 
9964
9982
  # 回源鉴权高级配置
9965
9983
  class OriginAuthentication < TencentCloud::Common::AbstractModel
9966
- # @param Switch: 鉴权开关,on或off
9984
+ # @param Switch: 回源鉴权高级配置开关,取值有:
9985
+ # on:开启
9986
+ # off:关闭
9987
+
9967
9988
  # 注意:此字段可能返回 null,表示取不到有效值。
9968
9989
  # @type Switch: String
9969
9990
  # @param TypeA: 鉴权类型A配置
@@ -10005,7 +10026,9 @@ module TencentCloud
10005
10026
 
10006
10027
  # 合并回源配置项
10007
10028
  class OriginCombine < TencentCloud::Common::AbstractModel
10008
- # @param Switch: on|off 是否开启合并回源
10029
+ # @param Switch: 合并回源配置开关,取值有:
10030
+ # on:开启
10031
+ # off:关闭
10009
10032
  # @type Switch: String
10010
10033
 
10011
10034
  attr_accessor :Switch
@@ -10037,7 +10060,7 @@ module TencentCloud
10037
10060
 
10038
10061
  # 跨国回源优化配置,默认为关闭状态 (已下线)
10039
10062
  class OriginPullOptimization < TencentCloud::Common::AbstractModel
10040
- # @param Switch: 跨国回源优化配置开关
10063
+ # @param Switch: 跨国回源优化配置开关,取值有:
10041
10064
  # on:开启
10042
10065
  # off:关闭
10043
10066
  # @type Switch: String
@@ -10084,7 +10107,9 @@ module TencentCloud
10084
10107
 
10085
10108
  # oss回源鉴权
10086
10109
  class OssPrivateAccess < TencentCloud::Common::AbstractModel
10087
- # @param Switch: 开关, on/off。
10110
+ # @param Switch: oss回源鉴权配置开关,取值有:
10111
+ # on:开启
10112
+ # off:关闭
10088
10113
  # @type Switch: String
10089
10114
  # @param AccessKey: 访问ID。
10090
10115
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10120,7 +10145,9 @@ module TencentCloud
10120
10145
 
10121
10146
  # 其他厂商对象存储回源鉴权
10122
10147
  class OthersPrivateAccess < TencentCloud::Common::AbstractModel
10123
- # @param Switch: 开关, on/off。
10148
+ # @param Switch: 其他厂商对象存储回源鉴权配置开关,取值有:
10149
+ # on:开启
10150
+ # off:关闭
10124
10151
  # @type Switch: String
10125
10152
  # @param AccessKey: 访问ID。
10126
10153
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10791,7 +10818,9 @@ module TencentCloud
10791
10818
 
10792
10819
  # 七牛元对象存储回源鉴权配置
10793
10820
  class QnPrivateAccess < TencentCloud::Common::AbstractModel
10794
- # @param Switch: 开关 on/off
10821
+ # @param Switch: 七牛元对象存储回源鉴权配置开关,取值有:
10822
+ # on:开启
10823
+ # off:关闭
10795
10824
  # @type Switch: String
10796
10825
  # @param AccessKey: 访问 ID
10797
10826
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10816,13 +10845,19 @@ module TencentCloud
10816
10845
 
10817
10846
  # 组成CacheKey的一部分
10818
10847
  class QueryStringKey < TencentCloud::Common::AbstractModel
10819
- # @param Switch: on | off CacheKey是否由QueryString组成
10848
+ # @param Switch: CacheKey是否由QueryString组成配置开关,取值有:
10849
+ # on:开启
10850
+ # off:关闭
10820
10851
  # 注意:此字段可能返回 null,表示取不到有效值。
10821
10852
  # @type Switch: String
10822
10853
  # @param Reorder: 是否重新排序
10823
10854
  # 注意:此字段可能返回 null,表示取不到有效值。
10824
10855
  # @type Reorder: String
10825
- # @param Action: includeAll | excludeAll | includeCustom | excludeCustom 使用/排除部分url参数
10856
+ # @param Action: 使用/排除部分url参数,取值有:
10857
+ # includeAll:包含所有
10858
+ # excludeAll:排除所有
10859
+ # includeCustom:自定义包含
10860
+ # excludeCustom:自定义排除
10826
10861
  # 注意:此字段可能返回 null,表示取不到有效值。
10827
10862
  # @type Action: String
10828
10863
  # @param Value: 使用/排除的url参数数组,';' 分割
@@ -10848,7 +10883,9 @@ module TencentCloud
10848
10883
 
10849
10884
  # Quic配置项
10850
10885
  class Quic < TencentCloud::Common::AbstractModel
10851
- # @param Switch: 是否启动Quic配置
10886
+ # @param Switch: Quic功能配置开关,取值有:
10887
+ # on:开启
10888
+ # off:关闭
10852
10889
  # @type Switch: String
10853
10890
 
10854
10891
  attr_accessor :Switch
@@ -10892,7 +10929,7 @@ module TencentCloud
10892
10929
 
10893
10930
  # 分片回源配置,默认为开启状态
10894
10931
  class RangeOriginPull < TencentCloud::Common::AbstractModel
10895
- # @param Switch: 分片回源配置开关
10932
+ # @param Switch: 分片回源配置开关,取值有:
10896
10933
  # on:开启
10897
10934
  # off:关闭
10898
10935
  # @type Switch: String
@@ -10922,7 +10959,9 @@ module TencentCloud
10922
10959
 
10923
10960
  # 分路径分片回源配置
10924
10961
  class RangeOriginPullRule < TencentCloud::Common::AbstractModel
10925
- # @param Switch: 分片回源配置开关
10962
+ # @param Switch: 分片回源配置开关,取值有:
10963
+ # on:开启
10964
+ # off:关闭
10926
10965
  # @type Switch: String
10927
10966
  # @param RuleType: 规则类型:
10928
10967
  # file:指定文件后缀生效
@@ -10954,7 +10993,9 @@ module TencentCloud
10954
10993
 
10955
10994
  # 自定义回源302 follow请求host配置
10956
10995
  class RedirectConfig < TencentCloud::Common::AbstractModel
10957
- # @param Switch: 配置开关
10996
+ # @param Switch: 自定义回源302 follow请求host配置开关,取值有:
10997
+ # on:开启
10998
+ # off:关闭
10958
10999
  # @type Switch: String
10959
11000
  # @param FollowRedirectHost: 主源站follow302请求时带的自定义的host头部
10960
11001
  # @type FollowRedirectHost: String
@@ -10978,7 +11019,7 @@ module TencentCloud
10978
11019
 
10979
11020
  # Referer 黑白名单配置,默认为关闭状态
10980
11021
  class Referer < TencentCloud::Common::AbstractModel
10981
- # @param Switch: referer 黑白名单配置开关
11022
+ # @param Switch: referer 黑白名单配置开关,取值有:
10982
11023
  # on:开启
10983
11024
  # off:关闭
10984
11025
  # @type Switch: String
@@ -11074,9 +11115,9 @@ module TencentCloud
11074
11115
  # RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
11075
11116
  # 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
11076
11117
  class RemoteAuthentication < TencentCloud::Common::AbstractModel
11077
- # @param Switch: 远程鉴权开关;
11078
- # on : 开启;
11079
- # off: 关闭;
11118
+ # @param Switch: 远程鉴权配置开关,取值有:
11119
+ # on:开启
11120
+ # off:关闭
11080
11121
  # 注意:此字段可能返回 null,表示取不到有效值。
11081
11122
  # @type Switch: String
11082
11123
  # @param RemoteAuthenticationRules: 远程鉴权规则配置
@@ -11201,7 +11242,7 @@ module TencentCloud
11201
11242
 
11202
11243
  # 自定义请求头配置,默认为关闭状态
11203
11244
  class RequestHeader < TencentCloud::Common::AbstractModel
11204
- # @param Switch: 自定义请求头配置开关
11245
+ # @param Switch: 自定义请求头配置开关,取值有:
11205
11246
  # on:开启
11206
11247
  # off:关闭
11207
11248
  # @type Switch: String
@@ -11324,7 +11365,7 @@ module TencentCloud
11324
11365
 
11325
11366
  # 自定义响应头配置,默认为关闭状态
11326
11367
  class ResponseHeader < TencentCloud::Common::AbstractModel
11327
- # @param Switch: 自定义响应头开关
11368
+ # @param Switch: 自定义响应头配置开关,取值有:
11328
11369
  # on:开启
11329
11370
  # off:关闭
11330
11371
  # @type Switch: String
@@ -11354,7 +11395,7 @@ module TencentCloud
11354
11395
 
11355
11396
  # 源站头部缓存配置,默认为开启状态,缓存所有头部信息
11356
11397
  class ResponseHeaderCache < TencentCloud::Common::AbstractModel
11357
- # @param Switch: 源站头部缓存开关
11398
+ # @param Switch: 源站头部缓存配置开关,取值有:
11358
11399
  # on:开启
11359
11400
  # off:关闭
11360
11401
  # @type Switch: String
@@ -11472,7 +11513,7 @@ module TencentCloud
11472
11513
 
11473
11514
  # 规则引擎配置
11474
11515
  class RuleEngine < TencentCloud::Common::AbstractModel
11475
- # @param Switch: 规则引擎配置开关
11516
+ # @param Switch: 规则引擎配置开关,取值有:
11476
11517
  # on:开启
11477
11518
  # off:关闭
11478
11519
  # @type Switch: String
@@ -11522,7 +11563,9 @@ module TencentCloud
11522
11563
 
11523
11564
  # SCDN访问控制
11524
11565
  class ScdnAclConfig < TencentCloud::Common::AbstractModel
11525
- # @param Switch: 是否开启,on | off
11566
+ # @param Switch: SCDN访问控制配置开关,取值有:
11567
+ # on:开启
11568
+ # off:关闭
11526
11569
  # @type Switch: String
11527
11570
  # @param ScriptData: 新版本请使用AdvancedScriptData
11528
11571
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11637,7 +11680,9 @@ module TencentCloud
11637
11680
 
11638
11681
  # bot配置类型
11639
11682
  class ScdnBotConfig < TencentCloud::Common::AbstractModel
11640
- # @param Switch: on|off
11683
+ # @param Switch: Scdn bot配置开关,取值有:
11684
+ # on:开启
11685
+ # off:关闭
11641
11686
  # @type Switch: String
11642
11687
  # @param BotCookie: Bot cookie策略
11643
11688
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11694,7 +11739,9 @@ module TencentCloud
11694
11739
  # @param FrequencyLimit: 限频阈值
11695
11740
  # 注意:此字段可能返回 null,表示取不到有效值。
11696
11741
  # @type FrequencyLimit: Integer
11697
- # @param PunishmentSwitch: IP 惩罚开关,可选on|off
11742
+ # @param PunishmentSwitch: IP 惩罚配置开关,取值有:
11743
+ # on:开启
11744
+ # off:关闭
11698
11745
  # 注意:此字段可能返回 null,表示取不到有效值。
11699
11746
  # @type PunishmentSwitch: String
11700
11747
  # @param PunishmentTime: IP 惩罚时长
@@ -11736,7 +11783,9 @@ module TencentCloud
11736
11783
 
11737
11784
  # cc的配置类型
11738
11785
  class ScdnConfig < TencentCloud::Common::AbstractModel
11739
- # @param Switch: on | off
11786
+ # @param Switch: scdn cc配置开关,取值有:
11787
+ # on:开启
11788
+ # off:关闭
11740
11789
  # @type Switch: String
11741
11790
  # @param Rules: 自定义 cc 防护规则
11742
11791
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11788,7 +11837,9 @@ module TencentCloud
11788
11837
 
11789
11838
  # ddos配置类型
11790
11839
  class ScdnDdosConfig < TencentCloud::Common::AbstractModel
11791
- # @param Switch: on|off
11840
+ # @param Switch: Scdn ddos配置开关,取值有:
11841
+ # on:开启
11842
+ # off:关闭
11792
11843
  # @type Switch: String
11793
11844
 
11794
11845
  attr_accessor :Switch
@@ -12231,7 +12282,9 @@ module TencentCloud
12231
12282
 
12232
12283
  # waf配置类型
12233
12284
  class ScdnWafConfig < TencentCloud::Common::AbstractModel
12234
- # @param Switch: on|off
12285
+ # @param Switch: Scdn waf配置开关,取值有:
12286
+ # on:开启
12287
+ # off:关闭
12235
12288
  # @type Switch: String
12236
12289
  # @param Mode: intercept|observe,默认intercept
12237
12290
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12239,7 +12292,9 @@ module TencentCloud
12239
12292
  # @param ErrorPage: 重定向的错误页面
12240
12293
  # 注意:此字段可能返回 null,表示取不到有效值。
12241
12294
  # @type ErrorPage: :class:`Tencentcloud::Cdn.v20180606.models.ScdnErrorPage`
12242
- # @param WebShellSwitch: webshell拦截开关,on|off,默认off
12295
+ # @param WebShellSwitch: webshell拦截配置开关,取值有:
12296
+ # on:开启
12297
+ # off:关闭
12243
12298
  # 注意:此字段可能返回 null,表示取不到有效值。
12244
12299
  # @type WebShellSwitch: String
12245
12300
  # @param Rules: 类型拦截规则
@@ -12248,7 +12303,9 @@ module TencentCloud
12248
12303
  # @param Level: waf规则等级,可取100|200|300
12249
12304
  # 注意:此字段可能返回 null,表示取不到有效值。
12250
12305
  # @type Level: Integer
12251
- # @param SubRuleSwitch: waf子规则开关
12306
+ # @param SubRuleSwitch: waf子规则配置开关,取值有:
12307
+ # on:开启
12308
+ # off:关闭
12252
12309
  # 注意:此字段可能返回 null,表示取不到有效值。
12253
12310
  # @type SubRuleSwitch: Array
12254
12311
 
@@ -12314,7 +12371,9 @@ module TencentCloud
12314
12371
 
12315
12372
  # 作为CacheKey的一部分
12316
12373
  class SchemeKey < TencentCloud::Common::AbstractModel
12317
- # @param Switch: on | off 是否使用scheme作为cache key的一部分
12374
+ # @param Switch: scheme作为cache key配置开关,取值有:
12375
+ # on:开启
12376
+ # off:关闭
12318
12377
  # 注意:此字段可能返回 null,表示取不到有效值。
12319
12378
  # @type Switch: String
12320
12379
 
@@ -12402,7 +12461,9 @@ module TencentCloud
12402
12461
 
12403
12462
  # scdn相关的配置
12404
12463
  class SecurityConfig < TencentCloud::Common::AbstractModel
12405
- # @param Switch: on|off
12464
+ # @param Switch: scdn 安全配置开关,取值有:
12465
+ # on:开启
12466
+ # off:关闭
12406
12467
  # @type Switch: String
12407
12468
 
12408
12469
  attr_accessor :Switch
@@ -12418,7 +12479,7 @@ module TencentCloud
12418
12479
 
12419
12480
  # SEO 搜索引擎优化配置,默认为关闭状态
12420
12481
  class Seo < TencentCloud::Common::AbstractModel
12421
- # @param Switch: SEO 配置开关
12482
+ # @param Switch: SEO 搜索引擎优化配置开关,取值有:
12422
12483
  # on:开启
12423
12484
  # off:关闭
12424
12485
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12495,10 +12556,11 @@ module TencentCloud
12495
12556
  end
12496
12557
 
12497
12558
  # ShareCname配置
12559
+ # ShareCname 为内测功能,如需使用,请联系腾讯云工程师开白.
12498
12560
  class ShareCname < TencentCloud::Common::AbstractModel
12499
- # @param Switch: ShareCname 配置开关, 开关为off时,域名使用默认CNAME,若需要使用共享CNAME,将开关置为on.
12500
-
12501
- # * ShareCname 为内测功能,如需使用,请联系腾讯云工程师开白.
12561
+ # @param Switch: ShareCname 配置开关, 取值有:
12562
+ # on:开启,使用共享CNAME
12563
+ # off:关闭,使用默认CNAME
12502
12564
  # @type Switch: String
12503
12565
  # @param Cname: 设置共享CNAME.
12504
12566
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12757,7 +12819,9 @@ module TencentCloud
12757
12819
  # @param AlertPercentage: 触发提醒阈值百分比
12758
12820
  # 注意:此字段可能返回 null,表示取不到有效值。
12759
12821
  # @type AlertPercentage: Integer
12760
- # @param AlertSwitch: 提醒开关 on/off
12822
+ # @param AlertSwitch: 累计用量封顶告警配置,取值有:
12823
+ # on:开启
12824
+ # off:关闭
12761
12825
  # 注意:此字段可能返回 null,表示取不到有效值。
12762
12826
  # @type AlertSwitch: String
12763
12827
  # @param Metric: 指标类型,流量flux或带宽bandwidth
@@ -12766,7 +12830,9 @@ module TencentCloud
12766
12830
  # @param Cycle: 检测周期,单位分钟,60或1440
12767
12831
  # 注意:此字段可能返回 null,表示取不到有效值。
12768
12832
  # @type Cycle: Integer
12769
- # @param Switch: 是否开启该选项,on/off
12833
+ # @param Switch: 累计用量封顶配置开关,取值有:
12834
+ # on:开启
12835
+ # off:关闭
12770
12836
  # 注意:此字段可能返回 null,表示取不到有效值。
12771
12837
  # @type Switch: String
12772
12838
 
@@ -12799,7 +12865,7 @@ module TencentCloud
12799
12865
 
12800
12866
  # 状态码缓存过期配置,默认情况下会对 404 状态码缓存 10 秒
12801
12867
  class StatusCodeCache < TencentCloud::Common::AbstractModel
12802
- # @param Switch: 状态码缓存过期配置开关
12868
+ # @param Switch: 状态码缓存过期配置开关,取值有:
12803
12869
  # on:开启
12804
12870
  # off:关闭
12805
12871
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13128,7 +13194,9 @@ module TencentCloud
13128
13194
 
13129
13195
  # 图片优化-TpgAdapter配置
13130
13196
  class TpgAdapter < TencentCloud::Common::AbstractModel
13131
- # @param Switch: 开关,"on/off"
13197
+ # @param Switch: 图片优化-TpgAdapter配置开关,取值有:
13198
+ # on:开启
13199
+ # off:关闭
13132
13200
  # 注意:此字段可能返回 null,表示取不到有效值。
13133
13201
  # @type Switch: String
13134
13202
 
@@ -13817,7 +13885,7 @@ module TencentCloud
13817
13885
 
13818
13886
  # 访问URL重写配置
13819
13887
  class UrlRedirect < TencentCloud::Common::AbstractModel
13820
- # @param Switch: 访问URL重写配置开关
13888
+ # @param Switch: 访问URL重写配置开关,取值有:
13821
13889
  # on:开启
13822
13890
  # off:关闭
13823
13891
  # @type Switch: String
@@ -13881,7 +13949,9 @@ module TencentCloud
13881
13949
 
13882
13950
  # UserAgent黑白名单配置
13883
13951
  class UserAgentFilter < TencentCloud::Common::AbstractModel
13884
- # @param Switch: 开关,on或off
13952
+ # @param Switch: UserAgent黑白名单配置开关,取值有:
13953
+ # on:开启
13954
+ # off:关闭
13885
13955
  # 注意:此字段可能返回 null,表示取不到有效值。
13886
13956
  # @type Switch: String
13887
13957
  # @param FilterRules: UA黑白名单生效规则列表
@@ -13988,7 +14058,7 @@ module TencentCloud
13988
14058
 
13989
14059
  # 视频拖拽配置,默认为关闭状态
13990
14060
  class VideoSeek < TencentCloud::Common::AbstractModel
13991
- # @param Switch: 视频拖拽开关
14061
+ # @param Switch: 视频拖拽配置开关,取值有:
13992
14062
  # on:开启
13993
14063
  # off:关闭
13994
14064
  # @type Switch: String
@@ -14047,7 +14117,9 @@ module TencentCloud
14047
14117
 
14048
14118
  # Waf子规则开关状态
14049
14119
  class WafSubRuleStatus < TencentCloud::Common::AbstractModel
14050
- # @param Switch: 子规则状态,on|off
14120
+ # @param Switch: Waf子规则开关状态配置开关,取值有:
14121
+ # on:开启
14122
+ # off:关闭
14051
14123
  # @type Switch: String
14052
14124
  # @param SubIds: 规则id列表
14053
14125
  # @type SubIds: Array
@@ -14066,10 +14138,11 @@ module TencentCloud
14066
14138
  end
14067
14139
 
14068
14140
  # WebSocket配置
14141
+ # WebSocket 为ECDN产品功能,如需使用请通过ECDN域名配置.
14069
14142
  class WebSocket < TencentCloud::Common::AbstractModel
14070
- # @param Switch: WebSocket 超时配置开关, 开关为off时,平台仍支持WebSocket连接,此时超时时间默认为15秒,若需要调整超时时间,将开关置为on.
14071
-
14072
- # * WebSocket 为ECDN产品功能,如需使用请通过ECDN域名配置.
14143
+ # @param Switch: WebSocket 超时配置开关,取值有:
14144
+ # on:开启,可以调整超时时间
14145
+ # off:关闭,平台仍支持WebSocket连接,此时超时时间默认为15秒
14073
14146
  # @type Switch: String
14074
14147
  # @param Timeout: 设置超时时间,单位为秒,最大超时时间300秒。
14075
14148
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -14090,7 +14163,9 @@ module TencentCloud
14090
14163
 
14091
14164
  # 图片优化-WebpAdapter配置
14092
14165
  class WebpAdapter < TencentCloud::Common::AbstractModel
14093
- # @param Switch: 开关,"on/off"
14166
+ # @param Switch: 图片优化-WebpAdapter配置开关,取值有:
14167
+ # on:开启
14168
+ # off:关闭
14094
14169
  # 注意:此字段可能返回 null,表示取不到有效值。
14095
14170
  # @type Switch: String
14096
14171
 
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.570
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-16 00:00:00.000000000 Z
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