Class: TencentCloud::Cdn::V20180606::AddCdnDomainRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

AddCdnDomain请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, servicetype = nil, origin = nil, projectid = 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, ipv6 = nil, specificconfig = nil, area = nil, originpulltimeout = nil, tag = nil, ipv6access = nil, offlinecache = nil, quic = nil, awsprivateaccess = nil, ossprivateaccess = nil, hwprivateaccess = nil, qnprivateaccess = nil, othersprivateaccess = nil, httpsbilling = nil) ⇒ AddCdnDomainRequest

Returns a new instance of AddCdnDomainRequest.



235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'lib/v20180606/models.rb', line 235

def initialize(domain=nil, servicetype=nil, origin=nil, projectid=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, ipv6=nil, specificconfig=nil, area=nil, originpulltimeout=nil, tag=nil, ipv6access=nil, offlinecache=nil, quic=nil, awsprivateaccess=nil, ossprivateaccess=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil)
  @Domain = domain
  @ServiceType = servicetype
  @Origin = origin
  @ProjectId = projectid
  @IpFilter = ipfilter
  @IpFreqLimit = ipfreqlimit
  @StatusCodeCache = statuscodecache
  @Compression = compression
  @BandwidthAlert = bandwidthalert
  @RangeOriginPull = rangeoriginpull
  @FollowRedirect = followredirect
  @ErrorPage = errorpage
  @RequestHeader = requestheader
  @ResponseHeader = responseheader
  @DownstreamCapping = downstreamcapping
  @CacheKey = cachekey
  @ResponseHeaderCache = responseheadercache
  @VideoSeek = videoseek
  @Cache = cache
  @OriginPullOptimization = originpulloptimization
  @Https = https
  @Authentication = authentication
  @Seo = seo
  @ForceRedirect = forceredirect
  @Referer = referer
  @MaxAge = maxage
  @Ipv6 = ipv6
  @SpecificConfig = specificconfig
  @Area = area
  @OriginPullTimeout = originpulltimeout
  @Tag = tag
  @Ipv6Access = ipv6access
  @OfflineCache = offlinecache
  @Quic = quic
  @AwsPrivateAccess = awsprivateaccess
  @OssPrivateAccess = ossprivateaccess
  @HwPrivateAccess = hwprivateaccess
  @QnPrivateAccess = qnprivateaccess
  @OthersPrivateAccess = othersprivateaccess
  @HttpsBilling = httpsbilling
end

Instance Attribute Details

#AreaObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Area
  @Area
end

#AuthenticationObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Authentication
  @Authentication
end

#AwsPrivateAccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def AwsPrivateAccess
  @AwsPrivateAccess
end

#BandwidthAlertObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def BandwidthAlert
  @BandwidthAlert
end

#CacheObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Cache
  @Cache
end

#CacheKeyObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def CacheKey
  @CacheKey
end

#CompressionObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Compression
  @Compression
end

#DomainObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Domain
  @Domain
end

#DownstreamCappingObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def DownstreamCapping
  @DownstreamCapping
end

#ErrorPageObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ErrorPage
  @ErrorPage
end

#FollowRedirectObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def FollowRedirect
  @FollowRedirect
end

#ForceRedirectObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ForceRedirect
  @ForceRedirect
end

#HttpsObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Https
  @Https
end

#HttpsBillingObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def HttpsBilling
  @HttpsBilling
end

#HwPrivateAccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def HwPrivateAccess
  @HwPrivateAccess
end

#IpFilterObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def IpFilter
  @IpFilter
end

#IpFreqLimitObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def IpFreqLimit
  @IpFreqLimit
end

#Ipv6Object

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Ipv6
  @Ipv6
end

#Ipv6AccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Ipv6Access
  @Ipv6Access
end

#MaxAgeObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def MaxAge
  @MaxAge
end

#OfflineCacheObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def OfflineCache
  @OfflineCache
end

#OriginObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Origin
  @Origin
end

#OriginPullOptimizationObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def OriginPullOptimization
  @OriginPullOptimization
end

#OriginPullTimeoutObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def OriginPullTimeout
  @OriginPullTimeout
end

#OssPrivateAccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def OssPrivateAccess
  @OssPrivateAccess
end

#OthersPrivateAccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def OthersPrivateAccess
  @OthersPrivateAccess
end

#ProjectIdObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ProjectId
  @ProjectId
end

#QnPrivateAccessObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def QnPrivateAccess
  @QnPrivateAccess
end

#QuicObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Quic
  @Quic
end

#RangeOriginPullObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def RangeOriginPull
  @RangeOriginPull
end

#RefererObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Referer
  @Referer
end

#RequestHeaderObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def RequestHeader
  @RequestHeader
end

#ResponseHeaderObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ResponseHeader
  @ResponseHeader
end

#ResponseHeaderCacheObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ResponseHeaderCache
  @ResponseHeaderCache
end

#SeoObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Seo
  @Seo
end

#ServiceTypeObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def ServiceType
  @ServiceType
end

#SpecificConfigObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def SpecificConfig
  @SpecificConfig
end

#StatusCodeCacheObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def StatusCodeCache
  @StatusCodeCache
end

#TagObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def Tag
  @Tag
end

#VideoSeekObject

web:网页小文件 download:下载大文件 media:音视频点播 hybrid: 动静加速 dynamic: 动态加速 适用于域名境内加速、境外加速配置不一致场景 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 使用中国境外加速、全球加速时,需要先开通中国境外加速服务

Parameters:

  • Domain:

    域名

  • ServiceType:

    加速域名业务类型

  • Origin:

    源站配置

  • ProjectId:

    项目 ID,默认为 0,代表【默认项目】

  • IpFilter:

    IP 黑白名单配置

  • IpFreqLimit:

    IP 限频配置

  • StatusCodeCache:

    状态码缓存配置

  • Compression:

    智能压缩配置

  • BandwidthAlert:

    带宽封顶配置

  • RangeOriginPull:

    Range 回源配置

  • FollowRedirect:

    301/302 回源跟随配置。

  • ErrorPage:

    错误码重定向配置(功能灰度中,尚未全量)

  • RequestHeader:

    请求头部配置

  • ResponseHeader:

    响应头部配置

  • DownstreamCapping:

    下载速度配置

  • CacheKey:

    节点缓存键配置

  • ResponseHeaderCache:

    头部缓存配置

  • VideoSeek:

    视频拖拽配置

  • Cache:

    缓存过期时间配置

  • OriginPullOptimization:

    跨国链路优化配置

  • Https:

    Https 加速配置

  • Authentication:

    时间戳防盗链配置

  • Seo:

    SEO 优化配置

  • ForceRedirect:

    访问协议强制跳转配置

  • Referer:

    Referer 防盗链配置

  • MaxAge:

    浏览器缓存配置(功能灰度中,尚未全量)

  • Ipv6:

    Ipv6 配置(功能灰度中,尚未全量)

  • SpecificConfig:

    地域属性特殊配置

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • Tag:

    标签配置

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • Quic:

    Quic访问(收费服务,详见计费说明和产品文档)

  • AwsPrivateAccess:

    回源S3私有鉴权

  • OssPrivateAccess:

    回源OSS私有鉴权

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

    其他厂商对象存储回源鉴权

  • HttpsBilling:

    HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)



233
234
235
# File 'lib/v20180606/models.rb', line 233

def VideoSeek
  @VideoSeek
end

Instance Method Details

#deserialize(params) ⇒ Object



278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
# File 'lib/v20180606/models.rb', line 278

def deserialize(params)
  @Domain = params['Domain']
  @ServiceType = params['ServiceType']
  unless params['Origin'].nil?
    @Origin = Origin.new
    @Origin.deserialize(params['Origin'])
  end
  @ProjectId = params['ProjectId']
  unless params['IpFilter'].nil?
    @IpFilter = IpFilter.new
    @IpFilter.deserialize(params['IpFilter'])
  end
  unless params['IpFreqLimit'].nil?
    @IpFreqLimit = IpFreqLimit.new
    @IpFreqLimit.deserialize(params['IpFreqLimit'])
  end
  unless params['StatusCodeCache'].nil?
    @StatusCodeCache = StatusCodeCache.new
    @StatusCodeCache.deserialize(params['StatusCodeCache'])
  end
  unless params['Compression'].nil?
    @Compression = Compression.new
    @Compression.deserialize(params['Compression'])
  end
  unless params['BandwidthAlert'].nil?
    @BandwidthAlert = BandwidthAlert.new
    @BandwidthAlert.deserialize(params['BandwidthAlert'])
  end
  unless params['RangeOriginPull'].nil?
    @RangeOriginPull = RangeOriginPull.new
    @RangeOriginPull.deserialize(params['RangeOriginPull'])
  end
  unless params['FollowRedirect'].nil?
    @FollowRedirect = FollowRedirect.new
    @FollowRedirect.deserialize(params['FollowRedirect'])
  end
  unless params['ErrorPage'].nil?
    @ErrorPage = ErrorPage.new
    @ErrorPage.deserialize(params['ErrorPage'])
  end
  unless params['RequestHeader'].nil?
    @RequestHeader = RequestHeader.new
    @RequestHeader.deserialize(params['RequestHeader'])
  end
  unless params['ResponseHeader'].nil?
    @ResponseHeader = ResponseHeader.new
    @ResponseHeader.deserialize(params['ResponseHeader'])
  end
  unless params['DownstreamCapping'].nil?
    @DownstreamCapping = DownstreamCapping.new
    @DownstreamCapping.deserialize(params['DownstreamCapping'])
  end
  unless params['CacheKey'].nil?
    @CacheKey = CacheKey.new
    @CacheKey.deserialize(params['CacheKey'])
  end
  unless params['ResponseHeaderCache'].nil?
    @ResponseHeaderCache = ResponseHeaderCache.new
    @ResponseHeaderCache.deserialize(params['ResponseHeaderCache'])
  end
  unless params['VideoSeek'].nil?
    @VideoSeek = VideoSeek.new
    @VideoSeek.deserialize(params['VideoSeek'])
  end
  unless params['Cache'].nil?
    @Cache = Cache.new
    @Cache.deserialize(params['Cache'])
  end
  unless params['OriginPullOptimization'].nil?
    @OriginPullOptimization = OriginPullOptimization.new
    @OriginPullOptimization.deserialize(params['OriginPullOptimization'])
  end
  unless params['Https'].nil?
    @Https = Https.new
    @Https.deserialize(params['Https'])
  end
  unless params['Authentication'].nil?
    @Authentication = Authentication.new
    @Authentication.deserialize(params['Authentication'])
  end
  unless params['Seo'].nil?
    @Seo = Seo.new
    @Seo.deserialize(params['Seo'])
  end
  unless params['ForceRedirect'].nil?
    @ForceRedirect = ForceRedirect.new
    @ForceRedirect.deserialize(params['ForceRedirect'])
  end
  unless params['Referer'].nil?
    @Referer = Referer.new
    @Referer.deserialize(params['Referer'])
  end
  unless params['MaxAge'].nil?
    @MaxAge = MaxAge.new
    @MaxAge.deserialize(params['MaxAge'])
  end
  unless params['Ipv6'].nil?
    @Ipv6 = Ipv6.new
    @Ipv6.deserialize(params['Ipv6'])
  end
  unless params['SpecificConfig'].nil?
    @SpecificConfig = SpecificConfig.new
    @SpecificConfig.deserialize(params['SpecificConfig'])
  end
  @Area = params['Area']
  unless params['OriginPullTimeout'].nil?
    @OriginPullTimeout = OriginPullTimeout.new
    @OriginPullTimeout.deserialize(params['OriginPullTimeout'])
  end
  unless params['Tag'].nil?
    @Tag = []
    params['Tag'].each do |i|
      tag_tmp = Tag.new
      tag_tmp.deserialize(i)
      @Tag << tag_tmp
    end
  end
  unless params['Ipv6Access'].nil?
    @Ipv6Access = Ipv6Access.new
    @Ipv6Access.deserialize(params['Ipv6Access'])
  end
  unless params['OfflineCache'].nil?
    @OfflineCache = OfflineCache.new
    @OfflineCache.deserialize(params['OfflineCache'])
  end
  unless params['Quic'].nil?
    @Quic = Quic.new
    @Quic.deserialize(params['Quic'])
  end
  unless params['AwsPrivateAccess'].nil?
    @AwsPrivateAccess = AwsPrivateAccess.new
    @AwsPrivateAccess.deserialize(params['AwsPrivateAccess'])
  end
  unless params['OssPrivateAccess'].nil?
    @OssPrivateAccess = OssPrivateAccess.new
    @OssPrivateAccess.deserialize(params['OssPrivateAccess'])
  end
  unless params['HwPrivateAccess'].nil?
    @HwPrivateAccess = HwPrivateAccess.new
    @HwPrivateAccess.deserialize(params['HwPrivateAccess'])
  end
  unless params['QnPrivateAccess'].nil?
    @QnPrivateAccess = QnPrivateAccess.new
    @QnPrivateAccess.deserialize(params['QnPrivateAccess'])
  end
  unless params['OthersPrivateAccess'].nil?
    @OthersPrivateAccess = OthersPrivateAccess.new
    @OthersPrivateAccess.deserialize(params['OthersPrivateAccess'])
  end
  unless params['HttpsBilling'].nil?
    @HttpsBilling = HttpsBilling.new
    @HttpsBilling.deserialize(params['HttpsBilling'])
  end
end