Documentation
¶
Index ¶
- type CdnClient
- func (c *CdnClient) CreatePreloadContent(request *apis.CreatePreloadRequest) (*apis.CreatePreloadContentResponse, error)
- func (c *CdnClient) CreateRefreshContent(request *apis.CreateRefreshRequest) (*apis.CreateRefreshContentResponse, error)
- func (c *CdnClient) DisableLogger()
- func (c *CdnClient) QueryContent(request *apis.QueryContentRequest) (*apis.QueryContentTaskResponse, error)
- func (c *CdnClient) QueryDomain(request *apis.QueryDomainRequest) (*apis.QueryDomainResponse, error)
- func (c *CdnClient) QueryFlow(request *apis.QueryFlowRequest) (*apis.QueryFlowResponse, error)
- func (c *CdnClient) QueryIsp(request *apis.QueryIspRequest) (*apis.QueryIspResponse, error)
- func (c *CdnClient) QueryMetric(request *apis.QueryMetricRequest) (*apis.QueryMetricResponse, error)
- func (c *CdnClient) QueryRegion(request *apis.QueryRegionRequest) (*apis.QueryRegionResponse, error)
- func (c *CdnClient) QuerySrc(request *apis.QuerySrcRequest) (*apis.QuerySrcResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdnClient ¶
type CdnClient struct {
core.NCloudClient
}
func NewCdnClient ¶
func NewCdnClient(credential *core.Credential) *CdnClient
func (*CdnClient) CreatePreloadContent ¶
func (c *CdnClient) CreatePreloadContent(request *apis.CreatePreloadRequest) (*apis.CreatePreloadContentResponse, error)
CreatePreloadContent /* 创建预热内容 */
func (*CdnClient) CreateRefreshContent ¶
func (c *CdnClient) CreateRefreshContent(request *apis.CreateRefreshRequest) (*apis.CreateRefreshContentResponse, error)
CreateRefreshContent /* 创建刷新内容 */
func (*CdnClient) QueryContent ¶
func (c *CdnClient) QueryContent(request *apis.QueryContentRequest) (*apis.QueryContentTaskResponse, error)
QueryContent /* 查询内容 */
func (*CdnClient) QueryDomain ¶
func (c *CdnClient) QueryDomain(request *apis.QueryDomainRequest) (*apis.QueryDomainResponse, error)
QueryDomain /* 查询域名 */
func (*CdnClient) QueryFlow ¶
func (c *CdnClient) QueryFlow(request *apis.QueryFlowRequest) (*apis.QueryFlowResponse, error)
QueryFlow 查询流量数据
func (*CdnClient) QueryIsp ¶
func (c *CdnClient) QueryIsp(request *apis.QueryIspRequest) (*apis.QueryIspResponse, error)
QueryIsp /* 查询运营商 */
func (*CdnClient) QueryMetric ¶
func (c *CdnClient) QueryMetric(request *apis.QueryMetricRequest) (*apis.QueryMetricResponse, error)
QueryMetric /* 查询指标 */
func (*CdnClient) QueryRegion ¶
func (c *CdnClient) QueryRegion(request *apis.QueryRegionRequest) (*apis.QueryRegionResponse, error)
QueryRegion /* 查询地区*/
func (*CdnClient) QuerySrc ¶
func (c *CdnClient) QuerySrc(request *apis.QuerySrcRequest) (*apis.QuerySrcResponse, error)
QuerySrc /* 查询回源 */
Source Files
¶
- cdnClient.go
Click to show internal directories.
Click to hide internal directories.