Class: TencentCloud::Cdn::V20180606::UpdateDomainConfigRequest

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

Overview

UpdateDomainConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ UpdateDomainConfigRequest

Returns a new instance of UpdateDomainConfigRequest.



13648
13649
13650
13651
13652
13653
13654
13655
13656
13657
13658
13659
13660
13661
13662
13663
13664
13665
13666
13667
13668
13669
13670
13671
13672
13673
13674
13675
13676
13677
13678
13679
13680
13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
# File 'lib/v20180606/models.rb', line 13648

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)
  @Domain = domain
  @ProjectId = projectid
  @Origin = origin
  @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
  @SpecificConfig = specificconfig
  @ServiceType = servicetype
  @Area = area
  @OriginPullTimeout = originpulltimeout
  @AwsPrivateAccess = awsprivateaccess
  @UserAgentFilter = useragentfilter
  @AccessControl = accesscontrol
  @UrlRedirect = urlredirect
  @AccessPort = accessport
  @AdvancedAuthentication = advancedauthentication
  @OriginAuthentication = originauthentication
  @Ipv6Access = ipv6access
  @OfflineCache = offlinecache
  @OriginCombine = origincombine
  @PostMaxSize = postmaxsize
  @Quic = quic
  @OssPrivateAccess = ossprivateaccess
  @WebSocket = websocket
  @RemoteAuthentication = remoteauthentication
  @ShareCname = sharecname
  @HwPrivateAccess = hwprivateaccess
  @QnPrivateAccess = qnprivateaccess
  @OthersPrivateAccess = othersprivateaccess
  @HttpsBilling = httpsbilling
  @ParamFilter = paramfilter
end

Instance Attribute Details

#AccessControlObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def AccessControl
  @AccessControl
end

#AccessPortObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def AccessPort
  @AccessPort
end

#AdvancedAuthenticationObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def AdvancedAuthentication
  @AdvancedAuthentication
end

#AreaObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Area
  @Area
end

#AuthenticationObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Authentication
  @Authentication
end

#AwsPrivateAccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def AwsPrivateAccess
  @AwsPrivateAccess
end

#BandwidthAlertObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def BandwidthAlert
  @BandwidthAlert
end

#CacheObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Cache
  @Cache
end

#CacheKeyObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def CacheKey
  @CacheKey
end

#CompressionObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Compression
  @Compression
end

#DomainObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Domain
  @Domain
end

#DownstreamCappingObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def DownstreamCapping
  @DownstreamCapping
end

#ErrorPageObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ErrorPage
  @ErrorPage
end

#FollowRedirectObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def FollowRedirect
  @FollowRedirect
end

#ForceRedirectObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ForceRedirect
  @ForceRedirect
end

#HttpsObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Https
  @Https
end

#HttpsBillingObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def HttpsBilling
  @HttpsBilling
end

#HwPrivateAccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def HwPrivateAccess
  @HwPrivateAccess
end

#IpFilterObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def IpFilter
  @IpFilter
end

#IpFreqLimitObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def IpFreqLimit
  @IpFreqLimit
end

#Ipv6AccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Ipv6Access
  @Ipv6Access
end

#MaxAgeObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def MaxAge
  @MaxAge
end

#OfflineCacheObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OfflineCache
  @OfflineCache
end

#OriginObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Origin
  @Origin
end

#OriginAuthenticationObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OriginAuthentication
  @OriginAuthentication
end

#OriginCombineObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OriginCombine
  @OriginCombine
end

#OriginPullOptimizationObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OriginPullOptimization
  @OriginPullOptimization
end

#OriginPullTimeoutObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OriginPullTimeout
  @OriginPullTimeout
end

#OssPrivateAccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OssPrivateAccess
  @OssPrivateAccess
end

#OthersPrivateAccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def OthersPrivateAccess
  @OthersPrivateAccess
end

#ParamFilterObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ParamFilter
  @ParamFilter
end

#PostMaxSizeObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def PostMaxSize
  @PostMaxSize
end

#ProjectIdObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ProjectId
  @ProjectId
end

#QnPrivateAccessObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def QnPrivateAccess
  @QnPrivateAccess
end

#QuicObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Quic
  @Quic
end

#RangeOriginPullObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def RangeOriginPull
  @RangeOriginPull
end

#RefererObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Referer
  @Referer
end

#RemoteAuthenticationObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def RemoteAuthentication
  @RemoteAuthentication
end

#RequestHeaderObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def RequestHeader
  @RequestHeader
end

#ResponseHeaderObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ResponseHeader
  @ResponseHeader
end

#ResponseHeaderCacheObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ResponseHeaderCache
  @ResponseHeaderCache
end

#SeoObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def Seo
  @Seo
end

#ServiceTypeObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ServiceType
  @ServiceType
end

#ShareCnameObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def ShareCname
  @ShareCname
end

#SpecificConfigObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def SpecificConfig
  @SpecificConfig
end

#StatusCodeCacheObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def StatusCodeCache
  @StatusCodeCache
end

#UrlRedirectObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def UrlRedirect
  @UrlRedirect
end

#UserAgentFilterObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def UserAgentFilter
  @UserAgentFilter
end

#VideoSeekObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def VideoSeek
  @VideoSeek
end

#WebSocketObject

适用于域名境内加速、境外加速配置不一致场景 web:静态加速 download:下载加速 media:流媒体点播加速 mainland:中国境内加速 overseas:中国境外加速 global:全球加速 从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待

Parameters:

  • Domain:

    域名

  • ProjectId:

    项目 ID

  • Origin:

    源站配置

  • 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:

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

  • SpecificConfig:

    地域属性特殊配置

  • ServiceType:

    域名业务类型

  • Area:

    域名加速区域

  • OriginPullTimeout:

    回源超时配置

  • AwsPrivateAccess:

    回源S3私有鉴权

  • UserAgentFilter:

    UA黑白名单配置

  • AccessControl:

    访问控制

  • UrlRedirect:

    访问URL重写配置

  • AccessPort:

    访问端口配置

  • AdvancedAuthentication:

    时间戳防盗链高级版配置,白名单功能

  • OriginAuthentication:

    回源鉴权高级版配置,白名单功能

  • Ipv6Access:

    Ipv6 访问配置

  • OfflineCache:

    离线缓存

  • OriginCombine:

    合并回源

  • PostMaxSize:

    POST请求传输配置

  • Quic:

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

  • OssPrivateAccess:

    回源OSS私有鉴权

  • WebSocket:

    WebSocket配置

  • RemoteAuthentication:

    远程鉴权配置

  • ShareCname:

    共享CNAME配置,白名单功能

  • HwPrivateAccess:

    华为云对象存储回源鉴权

  • QnPrivateAccess:

    七牛云对象存储回源鉴权

  • OthersPrivateAccess:

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

  • HttpsBilling:

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

  • ParamFilter:

    参数黑名单



13646
13647
13648
# File 'lib/v20180606/models.rb', line 13646

def WebSocket
  @WebSocket
end

Instance Method Details

#deserialize(params) ⇒ Object



13701
13702
13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
13726
13727
13728
13729
13730
13731
13732
13733
13734
13735
13736
13737
13738
13739
13740
13741
13742
13743
13744
13745
13746
13747
13748
13749
13750
13751
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
13768
13769
13770
13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
13785
13786
13787
13788
13789
13790
13791
13792
13793
13794
13795
13796
13797
13798
13799
13800
13801
13802
13803
13804
13805
13806
13807
13808
13809
13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
13849
13850
13851
13852
13853
13854
13855
13856
13857
13858
13859
13860
13861
13862
13863
13864
13865
13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
13883
13884
13885
13886
13887
# File 'lib/v20180606/models.rb', line 13701

def deserialize(params)
  @Domain = params['Domain']
  @ProjectId = params['ProjectId']
  unless params['Origin'].nil?
    @Origin = Origin.new
    @Origin.deserialize(params['Origin'])
  end
  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['SpecificConfig'].nil?
    @SpecificConfig = SpecificConfig.new
    @SpecificConfig.deserialize(params['SpecificConfig'])
  end
  @ServiceType = params['ServiceType']
  @Area = params['Area']
  unless params['OriginPullTimeout'].nil?
    @OriginPullTimeout = OriginPullTimeout.new
    @OriginPullTimeout.deserialize(params['OriginPullTimeout'])
  end
  unless params['AwsPrivateAccess'].nil?
    @AwsPrivateAccess = AwsPrivateAccess.new
    @AwsPrivateAccess.deserialize(params['AwsPrivateAccess'])
  end
  unless params['UserAgentFilter'].nil?
    @UserAgentFilter = UserAgentFilter.new
    @UserAgentFilter.deserialize(params['UserAgentFilter'])
  end
  unless params['AccessControl'].nil?
    @AccessControl = AccessControl.new
    @AccessControl.deserialize(params['AccessControl'])
  end
  unless params['UrlRedirect'].nil?
    @UrlRedirect = UrlRedirect.new
    @UrlRedirect.deserialize(params['UrlRedirect'])
  end
  @AccessPort = params['AccessPort']
  unless params['AdvancedAuthentication'].nil?
    @AdvancedAuthentication = AdvancedAuthentication.new
    @AdvancedAuthentication.deserialize(params['AdvancedAuthentication'])
  end
  unless params['OriginAuthentication'].nil?
    @OriginAuthentication = OriginAuthentication.new
    @OriginAuthentication.deserialize(params['OriginAuthentication'])
  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['OriginCombine'].nil?
    @OriginCombine = OriginCombine.new
    @OriginCombine.deserialize(params['OriginCombine'])
  end
  unless params['PostMaxSize'].nil?
    @PostMaxSize = PostSize.new
    @PostMaxSize.deserialize(params['PostMaxSize'])
  end
  unless params['Quic'].nil?
    @Quic = Quic.new
    @Quic.deserialize(params['Quic'])
  end
  unless params['OssPrivateAccess'].nil?
    @OssPrivateAccess = OssPrivateAccess.new
    @OssPrivateAccess.deserialize(params['OssPrivateAccess'])
  end
  unless params['WebSocket'].nil?
    @WebSocket = WebSocket.new
    @WebSocket.deserialize(params['WebSocket'])
  end
  unless params['RemoteAuthentication'].nil?
    @RemoteAuthentication = RemoteAuthentication.new
    @RemoteAuthentication.deserialize(params['RemoteAuthentication'])
  end
  unless params['ShareCname'].nil?
    @ShareCname = ShareCname.new
    @ShareCname.deserialize(params['ShareCname'])
  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
  unless params['ParamFilter'].nil?
    @ParamFilter = ParamFilter.new
    @ParamFilter.deserialize(params['ParamFilter'])
  end
end