v1

package
v0.1.108 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CdnClientBuilder

func CdnClientBuilder() *httpclient.HcHttpClientBuilder

func GenReqDefForBatchDeleteTags added in v0.1.1

func GenReqDefForBatchDeleteTags() *def.HttpRequestDef

func GenReqDefForCreateDomain

func GenReqDefForCreateDomain() *def.HttpRequestDef

func GenReqDefForCreatePreheatingTasks

func GenReqDefForCreatePreheatingTasks() *def.HttpRequestDef

func GenReqDefForCreateRefreshTasks

func GenReqDefForCreateRefreshTasks() *def.HttpRequestDef

func GenReqDefForCreateTags added in v0.1.1

func GenReqDefForCreateTags() *def.HttpRequestDef

func GenReqDefForDeleteDomain

func GenReqDefForDeleteDomain() *def.HttpRequestDef

func GenReqDefForDisableDomain

func GenReqDefForDisableDomain() *def.HttpRequestDef

func GenReqDefForEnableDomain

func GenReqDefForEnableDomain() *def.HttpRequestDef

func GenReqDefForListDomains

func GenReqDefForListDomains() *def.HttpRequestDef

func GenReqDefForShowBlackWhiteList

func GenReqDefForShowBlackWhiteList() *def.HttpRequestDef

func GenReqDefForShowCacheRules

func GenReqDefForShowCacheRules() *def.HttpRequestDef

func GenReqDefForShowCertificatesHttpsInfo

func GenReqDefForShowCertificatesHttpsInfo() *def.HttpRequestDef

func GenReqDefForShowDomainDetail

func GenReqDefForShowDomainDetail() *def.HttpRequestDef

func GenReqDefForShowDomainFullConfig added in v0.0.78

func GenReqDefForShowDomainFullConfig() *def.HttpRequestDef

func GenReqDefForShowDomainItemDetails

func GenReqDefForShowDomainItemDetails() *def.HttpRequestDef

func GenReqDefForShowDomainItemLocationDetails

func GenReqDefForShowDomainItemLocationDetails() *def.HttpRequestDef

func GenReqDefForShowDomainLocationStats added in v0.0.78

func GenReqDefForShowDomainLocationStats() *def.HttpRequestDef

func GenReqDefForShowDomainStats added in v0.0.60

func GenReqDefForShowDomainStats() *def.HttpRequestDef

func GenReqDefForShowHistoryTaskDetails

func GenReqDefForShowHistoryTaskDetails() *def.HttpRequestDef

func GenReqDefForShowHistoryTasks

func GenReqDefForShowHistoryTasks() *def.HttpRequestDef

func GenReqDefForShowHttpInfo

func GenReqDefForShowHttpInfo() *def.HttpRequestDef

func GenReqDefForShowIpInfo

func GenReqDefForShowIpInfo() *def.HttpRequestDef

func GenReqDefForShowLogs

func GenReqDefForShowLogs() *def.HttpRequestDef

func GenReqDefForShowOriginHost

func GenReqDefForShowOriginHost() *def.HttpRequestDef

func GenReqDefForShowQuota added in v0.0.49

func GenReqDefForShowQuota() *def.HttpRequestDef

func GenReqDefForShowRefer

func GenReqDefForShowRefer() *def.HttpRequestDef

func GenReqDefForShowResponseHeader

func GenReqDefForShowResponseHeader() *def.HttpRequestDef

func GenReqDefForShowTags added in v0.1.1

func GenReqDefForShowTags() *def.HttpRequestDef

func GenReqDefForShowTopUrl

func GenReqDefForShowTopUrl() *def.HttpRequestDef

func GenReqDefForShowUrlTaskInfo added in v0.0.103

func GenReqDefForShowUrlTaskInfo() *def.HttpRequestDef

func GenReqDefForUpdateBlackWhiteList

func GenReqDefForUpdateBlackWhiteList() *def.HttpRequestDef

func GenReqDefForUpdateCacheRules

func GenReqDefForUpdateCacheRules() *def.HttpRequestDef

func GenReqDefForUpdateDomainFullConfig added in v0.0.74

func GenReqDefForUpdateDomainFullConfig() *def.HttpRequestDef

func GenReqDefForUpdateDomainMultiCertificates

func GenReqDefForUpdateDomainMultiCertificates() *def.HttpRequestDef

func GenReqDefForUpdateDomainOrigin

func GenReqDefForUpdateDomainOrigin() *def.HttpRequestDef

func GenReqDefForUpdateFollow302Switch

func GenReqDefForUpdateFollow302Switch() *def.HttpRequestDef

func GenReqDefForUpdateHttpsInfo

func GenReqDefForUpdateHttpsInfo() *def.HttpRequestDef

func GenReqDefForUpdateOriginHost

func GenReqDefForUpdateOriginHost() *def.HttpRequestDef

func GenReqDefForUpdatePrivateBucketAccess

func GenReqDefForUpdatePrivateBucketAccess() *def.HttpRequestDef

func GenReqDefForUpdateRangeSwitch

func GenReqDefForUpdateRangeSwitch() *def.HttpRequestDef

func GenReqDefForUpdateRefer

func GenReqDefForUpdateRefer() *def.HttpRequestDef

func GenReqDefForUpdateResponseHeader

func GenReqDefForUpdateResponseHeader() *def.HttpRequestDef

Types

type BatchDeleteTagsInvoker added in v0.1.1

type BatchDeleteTagsInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchDeleteTagsInvoker) Invoke deprecated added in v0.1.1

Deprecated: This function is deprecated and will be removed in the future versions.

type CdnClient

type CdnClient struct {
	HcClient *httpclient.HcHttpClient
}

func NewCdnClient

func NewCdnClient(hcClient *httpclient.HcHttpClient) *CdnClient

func (*CdnClient) BatchDeleteTags deprecated added in v0.1.1

func (c *CdnClient) BatchDeleteTags(request *model.BatchDeleteTagsRequest) (*model.BatchDeleteTagsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. BatchDeleteTags 删除资源标签配置接口

用于删除资源标签。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) BatchDeleteTagsInvoker deprecated added in v0.1.1

func (c *CdnClient) BatchDeleteTagsInvoker(request *model.BatchDeleteTagsRequest) *BatchDeleteTagsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. BatchDeleteTagsInvoker 删除资源标签配置接口

func (*CdnClient) CreateDomain deprecated

func (c *CdnClient) CreateDomain(request *model.CreateDomainRequest) (*model.CreateDomainResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. CreateDomain 创建加速域名

创建加速域名。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) CreateDomainInvoker deprecated added in v0.0.90

func (c *CdnClient) CreateDomainInvoker(request *model.CreateDomainRequest) *CreateDomainInvoker

Deprecated: This function is deprecated and will be removed in the future versions. CreateDomainInvoker 创建加速域名

func (*CdnClient) CreatePreheatingTasks deprecated

Deprecated: This function is deprecated and will be removed in the future versions. CreatePreheatingTasks 创建预热缓存任务

创建预热任务。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) CreatePreheatingTasksInvoker deprecated added in v0.0.90

func (c *CdnClient) CreatePreheatingTasksInvoker(request *model.CreatePreheatingTasksRequest) *CreatePreheatingTasksInvoker

Deprecated: This function is deprecated and will be removed in the future versions. CreatePreheatingTasksInvoker 创建预热缓存任务

func (*CdnClient) CreateRefreshTasks deprecated

func (c *CdnClient) CreateRefreshTasks(request *model.CreateRefreshTasksRequest) (*model.CreateRefreshTasksResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. CreateRefreshTasks 创建刷新缓存任务

创建刷新缓存任务。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) CreateRefreshTasksInvoker deprecated added in v0.0.90

func (c *CdnClient) CreateRefreshTasksInvoker(request *model.CreateRefreshTasksRequest) *CreateRefreshTasksInvoker

Deprecated: This function is deprecated and will be removed in the future versions. CreateRefreshTasksInvoker 创建刷新缓存任务

func (*CdnClient) CreateTags deprecated added in v0.1.1

func (c *CdnClient) CreateTags(request *model.CreateTagsRequest) (*model.CreateTagsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. CreateTags 创建资源标签配置接口

用于创建资源标签。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) CreateTagsInvoker deprecated added in v0.1.1

func (c *CdnClient) CreateTagsInvoker(request *model.CreateTagsRequest) *CreateTagsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. CreateTagsInvoker 创建资源标签配置接口

func (*CdnClient) DeleteDomain deprecated

func (c *CdnClient) DeleteDomain(request *model.DeleteDomainRequest) (*model.DeleteDomainResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. DeleteDomain 删除加速域名

删除加速域名。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) DeleteDomainInvoker deprecated added in v0.0.90

func (c *CdnClient) DeleteDomainInvoker(request *model.DeleteDomainRequest) *DeleteDomainInvoker

Deprecated: This function is deprecated and will be removed in the future versions. DeleteDomainInvoker 删除加速域名

func (*CdnClient) DisableDomain deprecated

func (c *CdnClient) DisableDomain(request *model.DisableDomainRequest) (*model.DisableDomainResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. DisableDomain 停用加速域名

停用加速域名。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) DisableDomainInvoker deprecated added in v0.0.90

func (c *CdnClient) DisableDomainInvoker(request *model.DisableDomainRequest) *DisableDomainInvoker

Deprecated: This function is deprecated and will be removed in the future versions. DisableDomainInvoker 停用加速域名

func (*CdnClient) EnableDomain deprecated

func (c *CdnClient) EnableDomain(request *model.EnableDomainRequest) (*model.EnableDomainResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. EnableDomain 启用加速域名

启用加速域名。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) EnableDomainInvoker deprecated added in v0.0.90

func (c *CdnClient) EnableDomainInvoker(request *model.EnableDomainRequest) *EnableDomainInvoker

Deprecated: This function is deprecated and will be removed in the future versions. EnableDomainInvoker 启用加速域名

func (*CdnClient) ListDomains deprecated

func (c *CdnClient) ListDomains(request *model.ListDomainsRequest) (*model.ListDomainsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ListDomains 查询加速域名

查询加速域名信息

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ListDomainsInvoker deprecated added in v0.0.90

func (c *CdnClient) ListDomainsInvoker(request *model.ListDomainsRequest) *ListDomainsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ListDomainsInvoker 查询加速域名

func (*CdnClient) ShowBlackWhiteList deprecated

func (c *CdnClient) ShowBlackWhiteList(request *model.ShowBlackWhiteListRequest) (*model.ShowBlackWhiteListResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowBlackWhiteList 查询IP黑白名单

查询域名已经设置的IP黑白名单。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowBlackWhiteListInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowBlackWhiteListInvoker(request *model.ShowBlackWhiteListRequest) *ShowBlackWhiteListInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowBlackWhiteListInvoker 查询IP黑白名单

func (*CdnClient) ShowCacheRules deprecated

func (c *CdnClient) ShowCacheRules(request *model.ShowCacheRulesRequest) (*model.ShowCacheRulesResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowCacheRules 查询缓存规则

查询缓存规则。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowCacheRulesInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowCacheRulesInvoker(request *model.ShowCacheRulesRequest) *ShowCacheRulesInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowCacheRulesInvoker 查询缓存规则

func (*CdnClient) ShowCertificatesHttpsInfo deprecated

Deprecated: This function is deprecated and will be removed in the future versions. ShowCertificatesHttpsInfo 查询所有绑定HTTPS证书的域名信息

查询所有绑定HTTPS证书的域名信息

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowCertificatesHttpsInfoInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowCertificatesHttpsInfoInvoker(request *model.ShowCertificatesHttpsInfoRequest) *ShowCertificatesHttpsInfoInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowCertificatesHttpsInfoInvoker 查询所有绑定HTTPS证书的域名信息

func (*CdnClient) ShowDomainDetail deprecated

func (c *CdnClient) ShowDomainDetail(request *model.ShowDomainDetailRequest) (*model.ShowDomainDetailResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainDetail 查询加速域名详情

查询加速域名详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainDetailInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainDetailInvoker(request *model.ShowDomainDetailRequest) *ShowDomainDetailInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainDetailInvoker 查询加速域名详情

func (*CdnClient) ShowDomainFullConfig deprecated added in v0.0.78

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainFullConfig 查询域名配置接口

查询域名配置接口, 支持查询回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、IPv6开关、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面、缓存规则、IP黑白名单、防盗链、强制跳转。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainFullConfigInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainFullConfigInvoker(request *model.ShowDomainFullConfigRequest) *ShowDomainFullConfigInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainFullConfigInvoker 查询域名配置接口

func (*CdnClient) ShowDomainItemDetails deprecated

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainItemDetails 批量查询域名的统计明细-按域名单独返回

- 支持查询90天内的数据。 - 查询跨度不能超过7天。 - 最多同时指定100个域名。 - 起始时间和结束时间,左闭右开,需要同时指定。 - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。 - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。 - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。 - 如果传的是多个域名,则每个域名的数据分开返回。 - 支持同时查询多个指标,不超过10个。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainItemDetailsInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainItemDetailsInvoker(request *model.ShowDomainItemDetailsRequest) *ShowDomainItemDetailsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainItemDetailsInvoker 批量查询域名的统计明细-按域名单独返回

func (*CdnClient) ShowDomainItemLocationDetails deprecated

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainItemLocationDetails 批量查询域名的区域、运营商统计明细-按域名单独返回

- 支持查询90天内的数据。 - 查询跨度是7天。 - 最多同时指定100个域名。 - 起始时间和结束时间,左闭右开,需要同时指定。 - 开始时间、结束时间必须传毫秒级时间戳,且必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果传的不是5分钟时刻点,返回数据可能与预期不一致。 - 统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。 - 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类指标单位统一为次数。 - 用于查询指定域名、指定统计指标的明细数据。 - 如果传的是多个域名,则每个域名的数据分开返回。 - 支持按区域、运营商维度查询统计数据, 回源指标除外。 - 支持同时查询多个指标,不超过10个。 - 域名为海外加速场景不适用。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainItemLocationDetailsInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainItemLocationDetailsInvoker(request *model.ShowDomainItemLocationDetailsRequest) *ShowDomainItemLocationDetailsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainItemLocationDetailsInvoker 批量查询域名的区域、运营商统计明细-按域名单独返回

func (*CdnClient) ShowDomainLocationStats deprecated added in v0.0.78

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainLocationStats 按区域运营商查询域名统计数据

- 支持查询90天内的数据。

- 支持多指标同时查询,不超过5个。

- 最多同时指定20个域名。

- 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。

- action取值:location_detail,location_summary

- 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的区域运营商明细数据。

- 单租户调用频率:15次/s。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainLocationStatsInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainLocationStatsInvoker(request *model.ShowDomainLocationStatsRequest) *ShowDomainLocationStatsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainLocationStatsInvoker 按区域运营商查询域名统计数据

func (*CdnClient) ShowDomainStats deprecated added in v0.0.60

func (c *CdnClient) ShowDomainStats(request *model.ShowDomainStatsRequest) (*model.ShowDomainStatsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainStats 查询域名统计数据

- 支持查询90天内的数据。

- 支持多指标同时查询,不超过5个。

- 最多同时指定20个域名。

- 起始时间和结束时间需要同时指定,左闭右开,毫秒级时间戳,且时间点必须为与查询时间间隔参数匹配的整时刻点。比如查询时间间隔为5分钟时,起始时间和结束时间必须为5分钟整时刻点,如:0分、5分、10分、15分等,如果时间点与时间间隔不匹配,返回数据可能与预期不一致。统一用开始时间表示一个时间段,如:2019-01-24 20:15:00 表示取 [20:15:00, 20:20:00)的统计数据,且左闭右开。

- action取值:detail,summary

- 流量类指标单位统一为Byte(字节)、带宽类指标单位统一为bit/s(比特/秒)、请求数类和状态码类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。

- 单租户调用频率:15次/s。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowDomainStatsInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowDomainStatsInvoker(request *model.ShowDomainStatsRequest) *ShowDomainStatsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowDomainStatsInvoker 查询域名统计数据

func (*CdnClient) ShowHistoryTaskDetails deprecated

Deprecated: This function is deprecated and will be removed in the future versions. ShowHistoryTaskDetails 查询刷新预热任务详情

查询刷新预热任务详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowHistoryTaskDetailsInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowHistoryTaskDetailsInvoker(request *model.ShowHistoryTaskDetailsRequest) *ShowHistoryTaskDetailsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowHistoryTaskDetailsInvoker 查询刷新预热任务详情

func (*CdnClient) ShowHistoryTasks deprecated

func (c *CdnClient) ShowHistoryTasks(request *model.ShowHistoryTasksRequest) (*model.ShowHistoryTasksResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowHistoryTasks 查询刷新预热任务

查询刷新预热任务。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowHistoryTasksInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowHistoryTasksInvoker(request *model.ShowHistoryTasksRequest) *ShowHistoryTasksInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowHistoryTasksInvoker 查询刷新预热任务

func (*CdnClient) ShowHttpInfo deprecated

func (c *CdnClient) ShowHttpInfo(request *model.ShowHttpInfoRequest) (*model.ShowHttpInfoResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowHttpInfo 查询HTTPS配置

获取加速域名证书。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowHttpInfoInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowHttpInfoInvoker(request *model.ShowHttpInfoRequest) *ShowHttpInfoInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowHttpInfoInvoker 查询HTTPS配置

func (*CdnClient) ShowIpInfo deprecated

func (c *CdnClient) ShowIpInfo(request *model.ShowIpInfoRequest) (*model.ShowIpInfoResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowIpInfo 查询IP归属信息

查询IP归属信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowIpInfoInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowIpInfoInvoker(request *model.ShowIpInfoRequest) *ShowIpInfoInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowIpInfoInvoker 查询IP归属信息

func (*CdnClient) ShowLogs

func (c *CdnClient) ShowLogs(request *model.ShowLogsRequest) (*model.ShowLogsResponse, error)

ShowLogs 日志查询

查询日志下载链接,支持查询30天内的日志信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowLogsInvoker added in v0.0.90

func (c *CdnClient) ShowLogsInvoker(request *model.ShowLogsRequest) *ShowLogsInvoker

ShowLogsInvoker 日志查询

func (*CdnClient) ShowOriginHost deprecated

func (c *CdnClient) ShowOriginHost(request *model.ShowOriginHostRequest) (*model.ShowOriginHostResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowOriginHost 查询回源HOST

查询回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowOriginHostInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowOriginHostInvoker(request *model.ShowOriginHostRequest) *ShowOriginHostInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowOriginHostInvoker 查询回源HOST

func (*CdnClient) ShowQuota deprecated added in v0.0.49

func (c *CdnClient) ShowQuota(request *model.ShowQuotaRequest) (*model.ShowQuotaResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowQuota 查询用户配额

查询当前用户域名、刷新文件、刷新目录和预热的配额

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowQuotaInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowQuotaInvoker(request *model.ShowQuotaRequest) *ShowQuotaInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowQuotaInvoker 查询用户配额

func (*CdnClient) ShowRefer deprecated

func (c *CdnClient) ShowRefer(request *model.ShowReferRequest) (*model.ShowReferResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowRefer 查询Referer过滤规则

查询Referer过滤规则。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowReferInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowReferInvoker(request *model.ShowReferRequest) *ShowReferInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowReferInvoker 查询Referer过滤规则

func (*CdnClient) ShowResponseHeader deprecated

func (c *CdnClient) ShowResponseHeader(request *model.ShowResponseHeaderRequest) (*model.ShowResponseHeaderResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowResponseHeader 查询响应头配置

列举header所有配置。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowResponseHeaderInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowResponseHeaderInvoker(request *model.ShowResponseHeaderRequest) *ShowResponseHeaderInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowResponseHeaderInvoker 查询响应头配置

func (*CdnClient) ShowTags deprecated added in v0.1.1

func (c *CdnClient) ShowTags(request *model.ShowTagsRequest) (*model.ShowTagsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowTags 查询资源标签列表配置接口

用于查询资源标签列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowTagsInvoker deprecated added in v0.1.1

func (c *CdnClient) ShowTagsInvoker(request *model.ShowTagsRequest) *ShowTagsInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowTagsInvoker 查询资源标签列表配置接口

func (*CdnClient) ShowTopUrl deprecated

func (c *CdnClient) ShowTopUrl(request *model.ShowTopUrlRequest) (*model.ShowTopUrlResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowTopUrl 查询TOP100 URL明细

- 查询TOP100 URL明细。

- 支持查询90天内的数据。

- 查询跨度不能超过31天。

- 起始时间和结束时间,左闭右开,需要同时指定。如查询2021-10-24 00:00:00 到 2021-10-25 00:00:00 的数据,表示取 [2021-10-24 00:00:00, 2021-10-25 00:00:00)的统计数据。

- 开始时间、结束时间必须传毫秒级时间戳,且必须为凌晨0点整时刻点,如果传的不是凌晨0点整时刻点,返回数据可能与预期不一致。

- 流量类指标单位统一为Byte(字节)、请求数类指标单位统一为次数。用于查询指定域名、指定统计指标的明细数据。

- 单租户调用频率:5次/s。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowTopUrlInvoker deprecated added in v0.0.90

func (c *CdnClient) ShowTopUrlInvoker(request *model.ShowTopUrlRequest) *ShowTopUrlInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowTopUrlInvoker 查询TOP100 URL明细

func (*CdnClient) ShowUrlTaskInfo deprecated added in v0.0.103

func (c *CdnClient) ShowUrlTaskInfo(request *model.ShowUrlTaskInfoRequest) (*model.ShowUrlTaskInfoResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. ShowUrlTaskInfo 查询刷新预热URL记录

查询刷新预热URL记录。如需此接口,请提交工单开通。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) ShowUrlTaskInfoInvoker deprecated added in v0.0.103

func (c *CdnClient) ShowUrlTaskInfoInvoker(request *model.ShowUrlTaskInfoRequest) *ShowUrlTaskInfoInvoker

Deprecated: This function is deprecated and will be removed in the future versions. ShowUrlTaskInfoInvoker 查询刷新预热URL记录

func (*CdnClient) UpdateBlackWhiteList deprecated

Deprecated: This function is deprecated and will be removed in the future versions. UpdateBlackWhiteList 设置IP黑白名单

设置域名的IP黑白名单。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateBlackWhiteListInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateBlackWhiteListInvoker(request *model.UpdateBlackWhiteListRequest) *UpdateBlackWhiteListInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateBlackWhiteListInvoker 设置IP黑白名单

func (*CdnClient) UpdateCacheRules deprecated

func (c *CdnClient) UpdateCacheRules(request *model.UpdateCacheRulesRequest) (*model.UpdateCacheRulesResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateCacheRules 设置缓存规则

设置CDN节点上缓存资源的缓存策略。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateCacheRulesInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateCacheRulesInvoker(request *model.UpdateCacheRulesRequest) *UpdateCacheRulesInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateCacheRulesInvoker 设置缓存规则

func (*CdnClient) UpdateDomainFullConfig deprecated added in v0.0.74

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainFullConfig 修改域名全量配置接口

修改域名配置接口, 支持修改回源请求头、HTTP header配置、URL鉴权、证书、源站、回源协议、强制重定向、智能压缩、IPv6开关、状态码缓存时间、Range回源、User-Agent黑白名单、改写回源URL、自定义错误页面、缓存规则、IP黑白名单、防盗链、强制跳转。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateDomainFullConfigInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateDomainFullConfigInvoker(request *model.UpdateDomainFullConfigRequest) *UpdateDomainFullConfigInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainFullConfigInvoker 修改域名全量配置接口

func (*CdnClient) UpdateDomainMultiCertificates deprecated

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainMultiCertificates 一个证书批量设置多个域名

一个证书配置多个域名,设置域名强制https回源参数。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateDomainMultiCertificatesInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateDomainMultiCertificatesInvoker(request *model.UpdateDomainMultiCertificatesRequest) *UpdateDomainMultiCertificatesInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainMultiCertificatesInvoker 一个证书批量设置多个域名

func (*CdnClient) UpdateDomainOrigin deprecated

func (c *CdnClient) UpdateDomainOrigin(request *model.UpdateDomainOriginRequest) (*model.UpdateDomainOriginResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainOrigin 修改源站信息。

修改加速域名的源站配置。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateDomainOriginInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateDomainOriginInvoker(request *model.UpdateDomainOriginRequest) *UpdateDomainOriginInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateDomainOriginInvoker 修改源站信息。

func (*CdnClient) UpdateFollow302Switch deprecated

Deprecated: This function is deprecated and will be removed in the future versions. UpdateFollow302Switch 开启/关闭回源跟随

开启此项配置后,当CDN节点回源请求源站返回301/302状态码时,CDN节点会先跳转到301/302对应地址获取资源并缓存后再返回给用户。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateFollow302SwitchInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateFollow302SwitchInvoker(request *model.UpdateFollow302SwitchRequest) *UpdateFollow302SwitchInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateFollow302SwitchInvoker 开启/关闭回源跟随

func (*CdnClient) UpdateHttpsInfo deprecated

func (c *CdnClient) UpdateHttpsInfo(request *model.UpdateHttpsInfoRequest) (*model.UpdateHttpsInfoResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateHttpsInfo 配置HTTPS

设置加速域名HTTPS。通过配置加速域名的HTTPS证书,并将其部署在全网CDN节点,实现HTTPS安全加速。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateHttpsInfoInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateHttpsInfoInvoker(request *model.UpdateHttpsInfoRequest) *UpdateHttpsInfoInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateHttpsInfoInvoker 配置HTTPS

func (*CdnClient) UpdateOriginHost deprecated

func (c *CdnClient) UpdateOriginHost(request *model.UpdateOriginHostRequest) (*model.UpdateOriginHostResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateOriginHost 修改回源HOST。

修改回源HOST。回源HOST是CDN节点在回源过程中,在源站访问的站点域名,即http请求头中的host信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateOriginHostInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateOriginHostInvoker(request *model.UpdateOriginHostRequest) *UpdateOriginHostInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateOriginHostInvoker 修改回源HOST。

func (*CdnClient) UpdatePrivateBucketAccess deprecated

Deprecated: This function is deprecated and will be removed in the future versions. UpdatePrivateBucketAccess 修改私有桶开启关闭状态

修改私有桶开启关闭状态。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdatePrivateBucketAccessInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdatePrivateBucketAccessInvoker(request *model.UpdatePrivateBucketAccessRequest) *UpdatePrivateBucketAccessInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdatePrivateBucketAccessInvoker 修改私有桶开启关闭状态

func (*CdnClient) UpdateRangeSwitch deprecated

func (c *CdnClient) UpdateRangeSwitch(request *model.UpdateRangeSwitchRequest) (*model.UpdateRangeSwitchResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateRangeSwitch 开启/关闭Range回源

Range回源是指源站在收到CDN节点回源请求时,根据http请求头中的Range信息返回指定范围的数据给CDN节点。

开启Range回源前需要确认源站是否支持Range请求,若源站不支持Range请求,开启Range回源将导致资源无法缓存。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateRangeSwitchInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateRangeSwitchInvoker(request *model.UpdateRangeSwitchRequest) *UpdateRangeSwitchInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateRangeSwitchInvoker 开启/关闭Range回源

func (*CdnClient) UpdateRefer deprecated

func (c *CdnClient) UpdateRefer(request *model.UpdateReferRequest) (*model.UpdateReferResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions. UpdateRefer 设置Referer过滤规则

设置Referer过滤规则。通过设置过滤策略,对访问者身份进行识别和过滤,实现限制访问来源的目的。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateReferInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateReferInvoker(request *model.UpdateReferRequest) *UpdateReferInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateReferInvoker 设置Referer过滤规则

func (*CdnClient) UpdateResponseHeader deprecated

Deprecated: This function is deprecated and will be removed in the future versions. UpdateResponseHeader 新增/修改响应头配置

新增/修改域名响应头配置。

Please refer to HUAWEI cloud API Explorer for details.

func (*CdnClient) UpdateResponseHeaderInvoker deprecated added in v0.0.90

func (c *CdnClient) UpdateResponseHeaderInvoker(request *model.UpdateResponseHeaderRequest) *UpdateResponseHeaderInvoker

Deprecated: This function is deprecated and will be removed in the future versions. UpdateResponseHeaderInvoker 新增/修改响应头配置

type CreateDomainInvoker added in v0.0.90

type CreateDomainInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateDomainInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type CreatePreheatingTasksInvoker added in v0.0.90

type CreatePreheatingTasksInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePreheatingTasksInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type CreateRefreshTasksInvoker added in v0.0.90

type CreateRefreshTasksInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateRefreshTasksInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type CreateTagsInvoker added in v0.1.1

type CreateTagsInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTagsInvoker) Invoke deprecated added in v0.1.1

Deprecated: This function is deprecated and will be removed in the future versions.

type DeleteDomainInvoker added in v0.0.90

type DeleteDomainInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteDomainInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type DisableDomainInvoker added in v0.0.90

type DisableDomainInvoker struct {
	*invoker.BaseInvoker
}

func (*DisableDomainInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type EnableDomainInvoker added in v0.0.90

type EnableDomainInvoker struct {
	*invoker.BaseInvoker
}

func (*EnableDomainInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ListDomainsInvoker added in v0.0.90

type ListDomainsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListDomainsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowBlackWhiteListInvoker added in v0.0.90

type ShowBlackWhiteListInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlackWhiteListInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowCacheRulesInvoker added in v0.0.90

type ShowCacheRulesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowCacheRulesInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowCertificatesHttpsInfoInvoker added in v0.0.90

type ShowCertificatesHttpsInfoInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowCertificatesHttpsInfoInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainDetailInvoker added in v0.0.90

type ShowDomainDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainDetailInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainFullConfigInvoker added in v0.0.90

type ShowDomainFullConfigInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainFullConfigInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainItemDetailsInvoker added in v0.0.90

type ShowDomainItemDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainItemDetailsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainItemLocationDetailsInvoker added in v0.0.90

type ShowDomainItemLocationDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainItemLocationDetailsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainLocationStatsInvoker added in v0.0.90

type ShowDomainLocationStatsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainLocationStatsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowDomainStatsInvoker added in v0.0.90

type ShowDomainStatsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowDomainStatsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowHistoryTaskDetailsInvoker added in v0.0.90

type ShowHistoryTaskDetailsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowHistoryTaskDetailsInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowHistoryTasksInvoker added in v0.0.90

type ShowHistoryTasksInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowHistoryTasksInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowHttpInfoInvoker added in v0.0.90

type ShowHttpInfoInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowHttpInfoInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowIpInfoInvoker added in v0.0.90

type ShowIpInfoInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowIpInfoInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowLogsInvoker added in v0.0.90

type ShowLogsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowLogsInvoker) Invoke added in v0.0.90

func (i *ShowLogsInvoker) Invoke() (*model.ShowLogsResponse, error)

type ShowOriginHostInvoker added in v0.0.90

type ShowOriginHostInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowOriginHostInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowQuotaInvoker added in v0.0.90

type ShowQuotaInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowQuotaInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowReferInvoker added in v0.0.90

type ShowReferInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowReferInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowResponseHeaderInvoker added in v0.0.90

type ShowResponseHeaderInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowResponseHeaderInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowTagsInvoker added in v0.1.1

type ShowTagsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTagsInvoker) Invoke deprecated added in v0.1.1

func (i *ShowTagsInvoker) Invoke() (*model.ShowTagsResponse, error)

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowTopUrlInvoker added in v0.0.90

type ShowTopUrlInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowTopUrlInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type ShowUrlTaskInfoInvoker added in v0.0.103

type ShowUrlTaskInfoInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowUrlTaskInfoInvoker) Invoke deprecated added in v0.0.103

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateBlackWhiteListInvoker added in v0.0.90

type UpdateBlackWhiteListInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateBlackWhiteListInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateCacheRulesInvoker added in v0.0.90

type UpdateCacheRulesInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateCacheRulesInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateDomainFullConfigInvoker added in v0.0.90

type UpdateDomainFullConfigInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateDomainFullConfigInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateDomainMultiCertificatesInvoker added in v0.0.90

type UpdateDomainMultiCertificatesInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateDomainMultiCertificatesInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateDomainOriginInvoker added in v0.0.90

type UpdateDomainOriginInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateDomainOriginInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateFollow302SwitchInvoker added in v0.0.90

type UpdateFollow302SwitchInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateFollow302SwitchInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateHttpsInfoInvoker added in v0.0.90

type UpdateHttpsInfoInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateHttpsInfoInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateOriginHostInvoker added in v0.0.90

type UpdateOriginHostInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateOriginHostInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdatePrivateBucketAccessInvoker added in v0.0.90

type UpdatePrivateBucketAccessInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdatePrivateBucketAccessInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateRangeSwitchInvoker added in v0.0.90

type UpdateRangeSwitchInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateRangeSwitchInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateReferInvoker added in v0.0.90

type UpdateReferInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateReferInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

type UpdateResponseHeaderInvoker added in v0.0.90

type UpdateResponseHeaderInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateResponseHeaderInvoker) Invoke deprecated added in v0.0.90

Deprecated: This function is deprecated and will be removed in the future versions.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL