tencentcloud-sdk-cdn 3.0.1181 → 3.0.1190
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 +160 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfe9225044b446a91a59f9ec91bedc9f05316235
|
|
4
|
+
data.tar.gz: 2fcec785afddeb81e2123f43c41124921496749a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9416568b285020c1f96382e3b69ea6d20cb4565b69f44a896aa626df5f0ca1e8ddd97aacb744101f1e53cf7e053a56c1d1087142972f1145563933f45705321
|
|
7
|
+
data.tar.gz: 68ecbfad0f0e93f51736846f40bf6f67bdebb32c68ecd55df303245e9c18081e3524321bd053b450e44b5cdb2cd90995d219644dca076feb1a1cd876cb495926
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1190
|
data/lib/v20180606/models.rb
CHANGED
|
@@ -1169,6 +1169,35 @@ module TencentCloud
|
|
|
1169
1169
|
end
|
|
1170
1170
|
end
|
|
1171
1171
|
|
|
1172
|
+
# 流量防盗刷配置(仅限大陆地区)
|
|
1173
|
+
class AutoGuard < TencentCloud::Common::AbstractModel
|
|
1174
|
+
# @param Switch: 流量防盗刷配置开关,取值有: on:开启 off:关闭
|
|
1175
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1176
|
+
# @type Switch: String
|
|
1177
|
+
# @param FilterRules: 流量防盗刷配置规则
|
|
1178
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1179
|
+
# @type FilterRules: Array
|
|
1180
|
+
|
|
1181
|
+
attr_accessor :Switch, :FilterRules
|
|
1182
|
+
|
|
1183
|
+
def initialize(switch=nil, filterrules=nil)
|
|
1184
|
+
@Switch = switch
|
|
1185
|
+
@FilterRules = filterrules
|
|
1186
|
+
end
|
|
1187
|
+
|
|
1188
|
+
def deserialize(params)
|
|
1189
|
+
@Switch = params['Switch']
|
|
1190
|
+
unless params['FilterRules'].nil?
|
|
1191
|
+
@FilterRules = []
|
|
1192
|
+
params['FilterRules'].each do |i|
|
|
1193
|
+
filterrules_tmp = FilterRules.new
|
|
1194
|
+
filterrules_tmp.deserialize(i)
|
|
1195
|
+
@FilterRules << filterrules_tmp
|
|
1196
|
+
end
|
|
1197
|
+
end
|
|
1198
|
+
end
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1172
1201
|
# 图片优化-AvifAdapter配置
|
|
1173
1202
|
class AvifAdapter < TencentCloud::Common::AbstractModel
|
|
1174
1203
|
# @param Switch: 图片优化AvifAdapter配置项开关,取值有:
|
|
@@ -4585,10 +4614,14 @@ module TencentCloud
|
|
|
4585
4614
|
# @param ParamFilter: 参数黑名单
|
|
4586
4615
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4587
4616
|
# @type ParamFilter: :class:`Tencentcloud::Cdn.v20180606.models.ParamFilter`
|
|
4617
|
+
# @param AutoGuard: 流量一键防盗刷配置
|
|
4618
|
+
# @type AutoGuard: :class:`Tencentcloud::Cdn.v20180606.models.AutoGuard`
|
|
4619
|
+
# @param GeoBlocker: 区域访问控制配置
|
|
4620
|
+
# @type GeoBlocker: :class:`Tencentcloud::Cdn.v20180606.models.GeoBlocker`
|
|
4588
4621
|
|
|
4589
|
-
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :Disable, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :Compatibility, :SpecificConfig, :Area, :Readonly, :OriginPullTimeout, :AwsPrivateAccess, :SecurityConfig, :ImageOptimization, :UserAgentFilter, :AccessControl, :Advance, :UrlRedirect, :AccessPort, :Tag, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :AdvanceSet, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :RuleEngine, :ParentHost, :HwPrivateAccess, :QnPrivateAccess, :HttpsBilling, :OthersPrivateAccess, :ParamFilter
|
|
4622
|
+
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :Disable, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :Compatibility, :SpecificConfig, :Area, :Readonly, :OriginPullTimeout, :AwsPrivateAccess, :SecurityConfig, :ImageOptimization, :UserAgentFilter, :AccessControl, :Advance, :UrlRedirect, :AccessPort, :Tag, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :AdvanceSet, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :RuleEngine, :ParentHost, :HwPrivateAccess, :QnPrivateAccess, :HttpsBilling, :OthersPrivateAccess, :ParamFilter, :AutoGuard, :GeoBlocker
|
|
4590
4623
|
|
|
4591
|
-
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, disable=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, compatibility=nil, specificconfig=nil, area=nil, readonly=nil, originpulltimeout=nil, awsprivateaccess=nil, securityconfig=nil, imageoptimization=nil, useragentfilter=nil, accesscontrol=nil, advance=nil, urlredirect=nil, accessport=nil, tag=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, advanceset=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, ruleengine=nil, parenthost=nil, hwprivateaccess=nil, qnprivateaccess=nil, httpsbilling=nil, othersprivateaccess=nil, paramfilter=nil)
|
|
4624
|
+
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, disable=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, compatibility=nil, specificconfig=nil, area=nil, readonly=nil, originpulltimeout=nil, awsprivateaccess=nil, securityconfig=nil, imageoptimization=nil, useragentfilter=nil, accesscontrol=nil, advance=nil, urlredirect=nil, accessport=nil, tag=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, advanceset=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, ruleengine=nil, parenthost=nil, hwprivateaccess=nil, qnprivateaccess=nil, httpsbilling=nil, othersprivateaccess=nil, paramfilter=nil, autoguard=nil, geoblocker=nil)
|
|
4592
4625
|
@ResourceId = resourceid
|
|
4593
4626
|
@AppId = appid
|
|
4594
4627
|
@Domain = domain
|
|
@@ -4656,6 +4689,8 @@ module TencentCloud
|
|
|
4656
4689
|
@HttpsBilling = httpsbilling
|
|
4657
4690
|
@OthersPrivateAccess = othersprivateaccess
|
|
4658
4691
|
@ParamFilter = paramfilter
|
|
4692
|
+
@AutoGuard = autoguard
|
|
4693
|
+
@GeoBlocker = geoblocker
|
|
4659
4694
|
end
|
|
4660
4695
|
|
|
4661
4696
|
def deserialize(params)
|
|
@@ -4890,6 +4925,14 @@ module TencentCloud
|
|
|
4890
4925
|
@ParamFilter = ParamFilter.new
|
|
4891
4926
|
@ParamFilter.deserialize(params['ParamFilter'])
|
|
4892
4927
|
end
|
|
4928
|
+
unless params['AutoGuard'].nil?
|
|
4929
|
+
@AutoGuard = AutoGuard.new
|
|
4930
|
+
@AutoGuard.deserialize(params['AutoGuard'])
|
|
4931
|
+
end
|
|
4932
|
+
unless params['GeoBlocker'].nil?
|
|
4933
|
+
@GeoBlocker = GeoBlocker.new
|
|
4934
|
+
@GeoBlocker.deserialize(params['GeoBlocker'])
|
|
4935
|
+
end
|
|
4893
4936
|
end
|
|
4894
4937
|
end
|
|
4895
4938
|
|
|
@@ -5518,6 +5561,33 @@ module TencentCloud
|
|
|
5518
5561
|
end
|
|
5519
5562
|
end
|
|
5520
5563
|
|
|
5564
|
+
# 防盗刷配置规则
|
|
5565
|
+
class FilterRules < TencentCloud::Common::AbstractModel
|
|
5566
|
+
# @param FilterType: 封禁类型
|
|
5567
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5568
|
+
# @type FilterType: String
|
|
5569
|
+
# @param RuleType: 封禁规则类型
|
|
5570
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5571
|
+
# @type RuleType: String
|
|
5572
|
+
# @param RulePaths: 封禁规则路径
|
|
5573
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5574
|
+
# @type RulePaths: Array
|
|
5575
|
+
|
|
5576
|
+
attr_accessor :FilterType, :RuleType, :RulePaths
|
|
5577
|
+
|
|
5578
|
+
def initialize(filtertype=nil, ruletype=nil, rulepaths=nil)
|
|
5579
|
+
@FilterType = filtertype
|
|
5580
|
+
@RuleType = ruletype
|
|
5581
|
+
@RulePaths = rulepaths
|
|
5582
|
+
end
|
|
5583
|
+
|
|
5584
|
+
def deserialize(params)
|
|
5585
|
+
@FilterType = params['FilterType']
|
|
5586
|
+
@RuleType = params['RuleType']
|
|
5587
|
+
@RulePaths = params['RulePaths']
|
|
5588
|
+
end
|
|
5589
|
+
end
|
|
5590
|
+
|
|
5521
5591
|
# 回源 301/302 状态码自动跟随配置,默认为关闭状态
|
|
5522
5592
|
class FollowRedirect < TencentCloud::Common::AbstractModel
|
|
5523
5593
|
# @param Switch: 回源跟随配置开关,取值有:
|
|
@@ -5581,6 +5651,78 @@ module TencentCloud
|
|
|
5581
5651
|
end
|
|
5582
5652
|
end
|
|
5583
5653
|
|
|
5654
|
+
# 区域访问控制策略
|
|
5655
|
+
class GeoBlockStrategy < TencentCloud::Common::AbstractModel
|
|
5656
|
+
# @param BlockType: 规则类型
|
|
5657
|
+
# whitelist: 白名单
|
|
5658
|
+
# blacklist: 黑名单
|
|
5659
|
+
# @type BlockType: String
|
|
5660
|
+
# @param RulePaths: 生效规则
|
|
5661
|
+
# @type RulePaths: Array
|
|
5662
|
+
# @param RuleType: 生效类型
|
|
5663
|
+
# all: 全部
|
|
5664
|
+
# directory: 目录
|
|
5665
|
+
# @type RuleType: String
|
|
5666
|
+
# @param Districts: 生效区域,可选值有: CN-AH CN-BJ CN-CQ CN-FJ CN-GD CN-GS CN-GX CN-GZ CN-HA CN-HB CN-HE CN-HI CN-HK CN-HL CN-HN CN-JL CN-JS CN-JX CN-LN CN-MO CN-NM CN-NX CN-QH CN-SC CN-SD CN-SH CN-SN CN-SX CN-TJ CN-TW CN-XJ CN-XZ CN-YN CN-ZJ AF AX AL DZ AS AD AO AI AQ AG AR AM AW AU AT AZ BS BH BD BB BY BE BZ BJ BM BT BO BQ BA BW BV BR IO BN BG BF BI CV KH CM CA KY CF TD CL CN CX CC CO KM CG CD CK CR CI HR CU CW CY CZ DK DJ DM DO EC EG SV GQ ER EE SZ ET FK FO FJ FI FR GF PF TF GA GM GE DE GH GI GR GL GD GP GU GT GG GN GW GY HT HM VA HN HK HU IS IN ID IR IQ IE IM IL IT JM JP JE JO KZ KE KI KP KR KW KG LA LV LB LS LR LY LI LT LU MO MG MW MY MV ML MT MH MQ MR MU YT MX FM MD MC MN ME MS MA MZ MM NA NR NP NL NC NZ NI NE NG NU NF MK MP NO OM PK PW PS PA PG PY PE PH PN PL PT PR QA RE RO RU RW BL SH KN LC MF PM VC WS SM ST SA SN RS SC SL SG SX SK SI SB SO ZA GS SS ES LK SD SR SJ SE CH SY TW TJ TZ TH TL TG TK TO TT TN TR TM TC TV UG UA AE GB US UM UY UZ VU VE VN VG VI WF EH YE ZM ZW
|
|
5667
|
+
# @type Districts: Array
|
|
5668
|
+
|
|
5669
|
+
attr_accessor :BlockType, :RulePaths, :RuleType, :Districts
|
|
5670
|
+
|
|
5671
|
+
def initialize(blocktype=nil, rulepaths=nil, ruletype=nil, districts=nil)
|
|
5672
|
+
@BlockType = blocktype
|
|
5673
|
+
@RulePaths = rulepaths
|
|
5674
|
+
@RuleType = ruletype
|
|
5675
|
+
@Districts = districts
|
|
5676
|
+
end
|
|
5677
|
+
|
|
5678
|
+
def deserialize(params)
|
|
5679
|
+
@BlockType = params['BlockType']
|
|
5680
|
+
@RulePaths = params['RulePaths']
|
|
5681
|
+
@RuleType = params['RuleType']
|
|
5682
|
+
@Districts = params['Districts']
|
|
5683
|
+
end
|
|
5684
|
+
end
|
|
5685
|
+
|
|
5686
|
+
# 区域访问控制配置,默认为关闭状态
|
|
5687
|
+
class GeoBlocker < TencentCloud::Common::AbstractModel
|
|
5688
|
+
# @param Switch: IP 黑白名单配置开关,取值有
|
|
5689
|
+
# on:开启
|
|
5690
|
+
# off:关闭
|
|
5691
|
+
# @type Switch: String
|
|
5692
|
+
# @param BlockRules: [
|
|
5693
|
+
# {
|
|
5694
|
+
# "BlockType": "whitelist",
|
|
5695
|
+
# "RulePaths": [
|
|
5696
|
+
# "*"
|
|
5697
|
+
# ],
|
|
5698
|
+
# "RuleType": "all",
|
|
5699
|
+
# "Districts": [
|
|
5700
|
+
# "CN-HK"
|
|
5701
|
+
# ]
|
|
5702
|
+
# }
|
|
5703
|
+
# ]
|
|
5704
|
+
# @type BlockRules: Array
|
|
5705
|
+
|
|
5706
|
+
attr_accessor :Switch, :BlockRules
|
|
5707
|
+
|
|
5708
|
+
def initialize(switch=nil, blockrules=nil)
|
|
5709
|
+
@Switch = switch
|
|
5710
|
+
@BlockRules = blockrules
|
|
5711
|
+
end
|
|
5712
|
+
|
|
5713
|
+
def deserialize(params)
|
|
5714
|
+
@Switch = params['Switch']
|
|
5715
|
+
unless params['BlockRules'].nil?
|
|
5716
|
+
@BlockRules = []
|
|
5717
|
+
params['BlockRules'].each do |i|
|
|
5718
|
+
geoblockstrategy_tmp = GeoBlockStrategy.new
|
|
5719
|
+
geoblockstrategy_tmp.deserialize(i)
|
|
5720
|
+
@BlockRules << geoblockstrategy_tmp
|
|
5721
|
+
end
|
|
5722
|
+
end
|
|
5723
|
+
end
|
|
5724
|
+
end
|
|
5725
|
+
|
|
5584
5726
|
# 图片优化-GuetzliAdapter配置
|
|
5585
5727
|
class GuetzliAdapter < TencentCloud::Common::AbstractModel
|
|
5586
5728
|
# @param Switch: 图片优化-GuetzliAdapter配置开关,取值有:
|
|
@@ -10096,10 +10238,14 @@ module TencentCloud
|
|
|
10096
10238
|
# @type HttpsBilling: :class:`Tencentcloud::Cdn.v20180606.models.HttpsBilling`
|
|
10097
10239
|
# @param ParamFilter: 参数黑名单
|
|
10098
10240
|
# @type ParamFilter: :class:`Tencentcloud::Cdn.v20180606.models.ParamFilter`
|
|
10241
|
+
# @param AutoGuard: 流量防盗刷配置
|
|
10242
|
+
# @type AutoGuard: :class:`Tencentcloud::Cdn.v20180606.models.AutoGuard`
|
|
10243
|
+
# @param GeoBlocker: 区域访问控制配置
|
|
10244
|
+
# @type GeoBlocker: :class:`Tencentcloud::Cdn.v20180606.models.GeoBlocker`
|
|
10099
10245
|
|
|
10100
|
-
attr_accessor :Domain, :ProjectId, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :SpecificConfig, :ServiceType, :Area, :OriginPullTimeout, :AwsPrivateAccess, :UserAgentFilter, :AccessControl, :UrlRedirect, :AccessPort, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling, :ParamFilter
|
|
10246
|
+
attr_accessor :Domain, :ProjectId, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :SpecificConfig, :ServiceType, :Area, :OriginPullTimeout, :AwsPrivateAccess, :UserAgentFilter, :AccessControl, :UrlRedirect, :AccessPort, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling, :ParamFilter, :AutoGuard, :GeoBlocker
|
|
10101
10247
|
|
|
10102
|
-
def initialize(domain=nil, projectid=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, specificconfig=nil, servicetype=nil, area=nil, originpulltimeout=nil, awsprivateaccess=nil, useragentfilter=nil, accesscontrol=nil, urlredirect=nil, accessport=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil, paramfilter=nil)
|
|
10248
|
+
def initialize(domain=nil, projectid=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, specificconfig=nil, servicetype=nil, area=nil, originpulltimeout=nil, awsprivateaccess=nil, useragentfilter=nil, accesscontrol=nil, urlredirect=nil, accessport=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil, paramfilter=nil, autoguard=nil, geoblocker=nil)
|
|
10103
10249
|
@Domain = domain
|
|
10104
10250
|
@ProjectId = projectid
|
|
10105
10251
|
@Origin = origin
|
|
@@ -10150,6 +10296,8 @@ module TencentCloud
|
|
|
10150
10296
|
@OthersPrivateAccess = othersprivateaccess
|
|
10151
10297
|
@HttpsBilling = httpsbilling
|
|
10152
10298
|
@ParamFilter = paramfilter
|
|
10299
|
+
@AutoGuard = autoguard
|
|
10300
|
+
@GeoBlocker = geoblocker
|
|
10153
10301
|
end
|
|
10154
10302
|
|
|
10155
10303
|
def deserialize(params)
|
|
@@ -10338,6 +10486,14 @@ module TencentCloud
|
|
|
10338
10486
|
@ParamFilter = ParamFilter.new
|
|
10339
10487
|
@ParamFilter.deserialize(params['ParamFilter'])
|
|
10340
10488
|
end
|
|
10489
|
+
unless params['AutoGuard'].nil?
|
|
10490
|
+
@AutoGuard = AutoGuard.new
|
|
10491
|
+
@AutoGuard.deserialize(params['AutoGuard'])
|
|
10492
|
+
end
|
|
10493
|
+
unless params['GeoBlocker'].nil?
|
|
10494
|
+
@GeoBlocker = GeoBlocker.new
|
|
10495
|
+
@GeoBlocker.deserialize(params['GeoBlocker'])
|
|
10496
|
+
end
|
|
10341
10497
|
end
|
|
10342
10498
|
end
|
|
10343
10499
|
|
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.1190
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-cdn.rb
|
|
37
|
-
- lib/v20180606/models.rb
|
|
38
37
|
- lib/v20180606/client.rb
|
|
38
|
+
- lib/v20180606/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|