tencentcloud-sdk-cdn 1.0.255 → 1.0.259
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/client.rb +3 -1
- data/lib/v20180606/models.rb +46 -8
- 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: 426256b4e5aa9b48922c86ba83b22db485635c60
|
|
4
|
+
data.tar.gz: a6ce9db063d450dd532b9e5a14a1c0ce9ea57189
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ed44b9ad60b4da701bf60c55a84b6a573b757668a72c00fafd63ab3c05d89f61b30e99378e20cca86eb48b76bf282159d6aa78fd6121f3170b1f184352bb52a
|
|
7
|
+
data.tar.gz: cd6591c8185ed8951cc9de19fb1ee586d33d913f1727999228970cdd7c47cf791690c9f1454d4d2ab27a0c9e6b52806c173c84c02da14133a29f8e964e55e3c0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.259
|
data/lib/v20180606/client.rb
CHANGED
|
@@ -643,7 +643,9 @@ module TencentCloud
|
|
|
643
643
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
644
644
|
end
|
|
645
645
|
|
|
646
|
-
# DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:边缘节点(edge
|
|
646
|
+
# DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:边缘节点(edge)尚未全量开放,未在内测名单中的账号不支持调用。
|
|
647
|
+
|
|
648
|
+
# >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41954"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
|
647
649
|
|
|
648
650
|
# @param request: Request instance for DescribeIpStatus.
|
|
649
651
|
# @type request: :class:`Tencentcloud::cdn::V20180606::DescribeIpStatusRequest`
|
data/lib/v20180606/models.rb
CHANGED
|
@@ -5877,10 +5877,12 @@ module TencentCloud
|
|
|
5877
5877
|
# @type Status: String
|
|
5878
5878
|
# @param ProjectId: 项目 ID,可前往腾讯云项目管理页面查看
|
|
5879
5879
|
# @type ProjectId: Integer
|
|
5880
|
-
# @param ServiceType:
|
|
5881
|
-
# web
|
|
5882
|
-
# download
|
|
5883
|
-
# media
|
|
5880
|
+
# @param ServiceType: 加速域名业务类型
|
|
5881
|
+
# web:网页小文件
|
|
5882
|
+
# download:下载大文件
|
|
5883
|
+
# media:音视频点播
|
|
5884
|
+
# hybrid: 动静加速
|
|
5885
|
+
# dynamic: 动态加速
|
|
5884
5886
|
# @type ServiceType: String
|
|
5885
5887
|
# @param CreateTime: 域名创建时间
|
|
5886
5888
|
# @type CreateTime: String
|
|
@@ -6055,10 +6057,13 @@ module TencentCloud
|
|
|
6055
6057
|
# @param ShareCname: 共享CNAME配置(白名单功能)
|
|
6056
6058
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6057
6059
|
# @type ShareCname: :class:`Tencentcloud::Cdn.v20180606.models.ShareCname`
|
|
6060
|
+
# @param RuleEngine: 规则引擎
|
|
6061
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6062
|
+
# @type RuleEngine: :class:`Tencentcloud::Cdn.v20180606.models.RuleEngine`
|
|
6058
6063
|
|
|
6059
|
-
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
|
|
6064
|
+
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
|
|
6060
6065
|
|
|
6061
|
-
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)
|
|
6066
|
+
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)
|
|
6062
6067
|
@ResourceId = resourceid
|
|
6063
6068
|
@AppId = appid
|
|
6064
6069
|
@Domain = domain
|
|
@@ -6119,6 +6124,7 @@ module TencentCloud
|
|
|
6119
6124
|
@WebSocket = websocket
|
|
6120
6125
|
@RemoteAuthentication = remoteauthentication
|
|
6121
6126
|
@ShareCname = sharecname
|
|
6127
|
+
@RuleEngine = ruleengine
|
|
6122
6128
|
end
|
|
6123
6129
|
|
|
6124
6130
|
def deserialize(params)
|
|
@@ -6328,6 +6334,10 @@ module TencentCloud
|
|
|
6328
6334
|
@ShareCname = ShareCname.new
|
|
6329
6335
|
@ShareCname.deserialize(params['ShareCname'])
|
|
6330
6336
|
end
|
|
6337
|
+
unless params['RuleEngine'].nil?
|
|
6338
|
+
@RuleEngine = RuleEngine.new
|
|
6339
|
+
@RuleEngine.deserialize(params['RuleEngine'])
|
|
6340
|
+
end
|
|
6331
6341
|
end
|
|
6332
6342
|
end
|
|
6333
6343
|
|
|
@@ -10562,6 +10572,29 @@ module TencentCloud
|
|
|
10562
10572
|
end
|
|
10563
10573
|
end
|
|
10564
10574
|
|
|
10575
|
+
# 规则引擎配置
|
|
10576
|
+
class RuleEngine < TencentCloud::Common::AbstractModel
|
|
10577
|
+
# @param Switch: 规则引擎配置开关
|
|
10578
|
+
# on:开启
|
|
10579
|
+
# off:关闭
|
|
10580
|
+
# @type Switch: String
|
|
10581
|
+
# @param Content: 规则
|
|
10582
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10583
|
+
# @type Content: String
|
|
10584
|
+
|
|
10585
|
+
attr_accessor :Switch, :Content
|
|
10586
|
+
|
|
10587
|
+
def initialize(switch=nil, content=nil)
|
|
10588
|
+
@Switch = switch
|
|
10589
|
+
@Content = content
|
|
10590
|
+
end
|
|
10591
|
+
|
|
10592
|
+
def deserialize(params)
|
|
10593
|
+
@Switch = params['Switch']
|
|
10594
|
+
@Content = params['Content']
|
|
10595
|
+
end
|
|
10596
|
+
end
|
|
10597
|
+
|
|
10565
10598
|
# 路径保留参数配置
|
|
10566
10599
|
class RuleQueryString < TencentCloud::Common::AbstractModel
|
|
10567
10600
|
# @param Switch: on | off CacheKey是否由QueryString组成
|
|
@@ -11523,10 +11556,13 @@ module TencentCloud
|
|
|
11523
11556
|
# @param Message: 证书备注信息
|
|
11524
11557
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11525
11558
|
# @type Message: String
|
|
11559
|
+
# @param From: 证书来源
|
|
11560
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11561
|
+
# @type From: String
|
|
11526
11562
|
|
|
11527
|
-
attr_accessor :CertId, :CertName, :Certificate, :PrivateKey, :ExpireTime, :DeployTime, :Message
|
|
11563
|
+
attr_accessor :CertId, :CertName, :Certificate, :PrivateKey, :ExpireTime, :DeployTime, :Message, :From
|
|
11528
11564
|
|
|
11529
|
-
def initialize(certid=nil, certname=nil, certificate=nil, privatekey=nil, expiretime=nil, deploytime=nil, message=nil)
|
|
11565
|
+
def initialize(certid=nil, certname=nil, certificate=nil, privatekey=nil, expiretime=nil, deploytime=nil, message=nil, from=nil)
|
|
11530
11566
|
@CertId = certid
|
|
11531
11567
|
@CertName = certname
|
|
11532
11568
|
@Certificate = certificate
|
|
@@ -11534,6 +11570,7 @@ module TencentCloud
|
|
|
11534
11570
|
@ExpireTime = expiretime
|
|
11535
11571
|
@DeployTime = deploytime
|
|
11536
11572
|
@Message = message
|
|
11573
|
+
@From = from
|
|
11537
11574
|
end
|
|
11538
11575
|
|
|
11539
11576
|
def deserialize(params)
|
|
@@ -11544,6 +11581,7 @@ module TencentCloud
|
|
|
11544
11581
|
@ExpireTime = params['ExpireTime']
|
|
11545
11582
|
@DeployTime = params['DeployTime']
|
|
11546
11583
|
@Message = params['Message']
|
|
11584
|
+
@From = params['From']
|
|
11547
11585
|
end
|
|
11548
11586
|
end
|
|
11549
11587
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.259
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|