cdn

package
v0.0.0-...-dd20015 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AccData ¶

type AccData struct {
	TimeStamp  string `json:"TimeStamp" xml:"TimeStamp"`
	SuccessNum int    `json:"SuccessNum" xml:"SuccessNum"`
	FailedNum  int    `json:"FailedNum" xml:"FailedNum"`
}

AccData is a nested struct in cdn response

type AddCdnDomainRequest ¶

type AddCdnDomainRequest struct {
	*requests.RpcRequest
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	Sources         string           `position:"Query" name:"Sources"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	CdnType         string           `position:"Query" name:"CdnType"`
	OwnerAccount    string           `position:"Query" name:"OwnerAccount"`
	Scope           string           `position:"Query" name:"Scope"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	CheckUrl        string           `position:"Query" name:"CheckUrl"`
}

AddCdnDomainRequest is the request struct for api AddCdnDomain

func CreateAddCdnDomainRequest ¶

func CreateAddCdnDomainRequest() (request *AddCdnDomainRequest)

CreateAddCdnDomainRequest creates a request to invoke AddCdnDomain API

type AddCdnDomainResponse ¶

type AddCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddCdnDomainResponse is the response struct for api AddCdnDomain

func CreateAddCdnDomainResponse ¶

func CreateAddCdnDomainResponse() (response *AddCdnDomainResponse)

CreateAddCdnDomainResponse creates a response to parse from AddCdnDomain response

type AddFCTriggerRequest ¶

type AddFCTriggerRequest struct {
	*requests.RpcRequest
	Notes            string           `position:"Body" name:"Notes"`
	EventMetaVersion string           `position:"Body" name:"EventMetaVersion"`
	TriggerARN       string           `position:"Query" name:"TriggerARN"`
	SourceARN        string           `position:"Body" name:"SourceARN"`
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	RoleARN          string           `position:"Body" name:"RoleARN"`
	EventMetaName    string           `position:"Body" name:"EventMetaName"`
}

AddFCTriggerRequest is the request struct for api AddFCTrigger

func CreateAddFCTriggerRequest ¶

func CreateAddFCTriggerRequest() (request *AddFCTriggerRequest)

CreateAddFCTriggerRequest creates a request to invoke AddFCTrigger API

type AddFCTriggerResponse ¶

type AddFCTriggerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddFCTriggerResponse is the response struct for api AddFCTrigger

func CreateAddFCTriggerResponse ¶

func CreateAddFCTriggerResponse() (response *AddFCTriggerResponse)

CreateAddFCTriggerResponse creates a response to parse from AddFCTrigger response

type AddLiveAppRecordConfigRequest ¶

type AddLiveAppRecordConfigRequest struct {
	*requests.RpcRequest
	OssBucket       string           `position:"Query" name:"OssBucket"`
	AppName         string           `position:"Query" name:"AppName"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OssEndpoint     string           `position:"Query" name:"OssEndpoint"`
	OssObjectPrefix string           `position:"Query" name:"OssObjectPrefix"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
}

AddLiveAppRecordConfigRequest is the request struct for api AddLiveAppRecordConfig

func CreateAddLiveAppRecordConfigRequest ¶

func CreateAddLiveAppRecordConfigRequest() (request *AddLiveAppRecordConfigRequest)

CreateAddLiveAppRecordConfigRequest creates a request to invoke AddLiveAppRecordConfig API

type AddLiveAppRecordConfigResponse ¶

type AddLiveAppRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveAppRecordConfigResponse is the response struct for api AddLiveAppRecordConfig

func CreateAddLiveAppRecordConfigResponse ¶

func CreateAddLiveAppRecordConfigResponse() (response *AddLiveAppRecordConfigResponse)

CreateAddLiveAppRecordConfigResponse creates a response to parse from AddLiveAppRecordConfig response

type AddLiveAppSnapshotConfigRequest ¶

type AddLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	TimeInterval       requests.Integer `position:"Query" name:"TimeInterval"`
	OssBucket          string           `position:"Query" name:"OssBucket"`
	AppName            string           `position:"Query" name:"AppName"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	DomainName         string           `position:"Query" name:"DomainName"`
	OssEndpoint        string           `position:"Query" name:"OssEndpoint"`
	SequenceOssObject  string           `position:"Query" name:"SequenceOssObject"`
	OverwriteOssObject string           `position:"Query" name:"OverwriteOssObject"`
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
}

AddLiveAppSnapshotConfigRequest is the request struct for api AddLiveAppSnapshotConfig

func CreateAddLiveAppSnapshotConfigRequest ¶

func CreateAddLiveAppSnapshotConfigRequest() (request *AddLiveAppSnapshotConfigRequest)

CreateAddLiveAppSnapshotConfigRequest creates a request to invoke AddLiveAppSnapshotConfig API

type AddLiveAppSnapshotConfigResponse ¶

type AddLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveAppSnapshotConfigResponse is the response struct for api AddLiveAppSnapshotConfig

func CreateAddLiveAppSnapshotConfigResponse ¶

func CreateAddLiveAppSnapshotConfigResponse() (response *AddLiveAppSnapshotConfigResponse)

CreateAddLiveAppSnapshotConfigResponse creates a response to parse from AddLiveAppSnapshotConfig response

type AddLiveDomainMappingRequest ¶

type AddLiveDomainMappingRequest struct {
	*requests.RpcRequest
	PullDomain    string           `position:"Query" name:"PullDomain"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

AddLiveDomainMappingRequest is the request struct for api AddLiveDomainMapping

func CreateAddLiveDomainMappingRequest ¶

func CreateAddLiveDomainMappingRequest() (request *AddLiveDomainMappingRequest)

CreateAddLiveDomainMappingRequest creates a request to invoke AddLiveDomainMapping API

type AddLiveDomainMappingResponse ¶

type AddLiveDomainMappingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveDomainMappingResponse is the response struct for api AddLiveDomainMapping

func CreateAddLiveDomainMappingResponse ¶

func CreateAddLiveDomainMappingResponse() (response *AddLiveDomainMappingResponse)

CreateAddLiveDomainMappingResponse creates a response to parse from AddLiveDomainMapping response

type AddLiveStreamTranscodeRequest ¶

type AddLiveStreamTranscodeRequest struct {
	*requests.RpcRequest
	Template      string           `position:"Query" name:"Template"`
	App           string           `position:"Query" name:"App"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	Domain        string           `position:"Query" name:"Domain"`
	Record        string           `position:"Query" name:"Record"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	Snapshot      string           `position:"Query" name:"Snapshot"`
}

AddLiveStreamTranscodeRequest is the request struct for api AddLiveStreamTranscode

func CreateAddLiveStreamTranscodeRequest ¶

func CreateAddLiveStreamTranscodeRequest() (request *AddLiveStreamTranscodeRequest)

CreateAddLiveStreamTranscodeRequest creates a request to invoke AddLiveStreamTranscode API

type AddLiveStreamTranscodeResponse ¶

type AddLiveStreamTranscodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveStreamTranscodeResponse is the response struct for api AddLiveStreamTranscode

func CreateAddLiveStreamTranscodeResponse ¶

func CreateAddLiveStreamTranscodeResponse() (response *AddLiveStreamTranscodeResponse)

CreateAddLiveStreamTranscodeResponse creates a response to parse from AddLiveStreamTranscode response

type AliBusinessConfig ¶

type AliBusinessConfig struct {
	AliBusinessTable string `json:"AliBusinessTable" xml:"AliBusinessTable"`
	AliBusinessType  string `json:"AliBusinessType" xml:"AliBusinessType"`
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	Status           string `json:"Status" xml:"Status"`
}

AliBusinessConfig is a nested struct in cdn response

type AllUrlList ¶

type AllUrlList struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

AllUrlList is a nested struct in cdn response

type AvgRTPerInterval ¶

type AvgRTPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

AvgRTPerInterval is a nested struct in cdn response

type BatchAddCdnDomainRequest ¶

type BatchAddCdnDomainRequest struct {
	*requests.RpcRequest
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	Sources         string           `position:"Query" name:"Sources"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	CdnType         string           `position:"Query" name:"CdnType"`
	OwnerAccount    string           `position:"Query" name:"OwnerAccount"`
	Scope           string           `position:"Query" name:"Scope"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	CheckUrl        string           `position:"Query" name:"CheckUrl"`
}

BatchAddCdnDomainRequest is the request struct for api BatchAddCdnDomain

func CreateBatchAddCdnDomainRequest ¶

func CreateBatchAddCdnDomainRequest() (request *BatchAddCdnDomainRequest)

CreateBatchAddCdnDomainRequest creates a request to invoke BatchAddCdnDomain API

type BatchAddCdnDomainResponse ¶

type BatchAddCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

BatchAddCdnDomainResponse is the response struct for api BatchAddCdnDomain

func CreateBatchAddCdnDomainResponse ¶

func CreateBatchAddCdnDomainResponse() (response *BatchAddCdnDomainResponse)

CreateBatchAddCdnDomainResponse creates a response to parse from BatchAddCdnDomain response

type BatchDeleteCdnDomainConfigRequest ¶

type BatchDeleteCdnDomainConfigRequest struct {
	*requests.RpcRequest
	FunctionNames string           `position:"Query" name:"FunctionNames"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainNames   string           `position:"Query" name:"DomainNames"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

BatchDeleteCdnDomainConfigRequest is the request struct for api BatchDeleteCdnDomainConfig

func CreateBatchDeleteCdnDomainConfigRequest ¶

func CreateBatchDeleteCdnDomainConfigRequest() (request *BatchDeleteCdnDomainConfigRequest)

CreateBatchDeleteCdnDomainConfigRequest creates a request to invoke BatchDeleteCdnDomainConfig API

type BatchDeleteCdnDomainConfigResponse ¶

type BatchDeleteCdnDomainConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

BatchDeleteCdnDomainConfigResponse is the response struct for api BatchDeleteCdnDomainConfig

func CreateBatchDeleteCdnDomainConfigResponse ¶

func CreateBatchDeleteCdnDomainConfigResponse() (response *BatchDeleteCdnDomainConfigResponse)

CreateBatchDeleteCdnDomainConfigResponse creates a response to parse from BatchDeleteCdnDomainConfig response

type BatchUpdateCdnDomainRequest ¶

type BatchUpdateCdnDomainRequest struct {
	*requests.RpcRequest
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	Sources         string           `position:"Query" name:"Sources"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
}

BatchUpdateCdnDomainRequest is the request struct for api BatchUpdateCdnDomain

func CreateBatchUpdateCdnDomainRequest ¶

func CreateBatchUpdateCdnDomainRequest() (request *BatchUpdateCdnDomainRequest)

CreateBatchUpdateCdnDomainRequest creates a request to invoke BatchUpdateCdnDomain API

type BatchUpdateCdnDomainResponse ¶

type BatchUpdateCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

BatchUpdateCdnDomainResponse is the response struct for api BatchUpdateCdnDomain

func CreateBatchUpdateCdnDomainResponse ¶

func CreateBatchUpdateCdnDomainResponse() (response *BatchUpdateCdnDomainResponse)

CreateBatchUpdateCdnDomainResponse creates a response to parse from BatchUpdateCdnDomain response

type BpsDataList ¶

type BpsDataList struct {
	BpsDataModel []BpsDataModel `json:"BpsDataModel" xml:"BpsDataModel"`
}

BpsDataList is a nested struct in cdn response

type BpsDataModel ¶

type BpsDataModel struct {
	LocationName string `json:"LocationName" xml:"LocationName"`
	IspName      string `json:"IspName" xml:"IspName"`
	Bps          int    `json:"Bps" xml:"Bps"`
}

BpsDataModel is a nested struct in cdn response

type BpsDataPerInterval ¶

type BpsDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

BpsDataPerInterval is a nested struct in cdn response

type BpsModel ¶

type BpsModel struct {
	Bps       float64 `json:"Bps" xml:"Bps"`
	TimeStamp string  `json:"TimeStamp" xml:"TimeStamp"`
}

BpsModel is a nested struct in cdn response

type ByteHitRateDataModel ¶

type ByteHitRateDataModel struct {
	ByteHitRate float64 `json:"ByteHitRate" xml:"ByteHitRate"`
	TimeStamp   string  `json:"TimeStamp" xml:"TimeStamp"`
}

ByteHitRateDataModel is a nested struct in cdn response

type CCDataList ¶

type CCDataList struct {
	CCDatas []CCDatas `json:"CCDatas" xml:"CCDatas"`
}

CCDataList is a nested struct in cdn response

type CCDatas ¶

type CCDatas struct {
	TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
	Count     string `json:"Count" xml:"Count"`
}

CCDatas is a nested struct in cdn response

type CDNMonitorData ¶

type CDNMonitorData struct {
	TimeStamp         string `json:"TimeStamp" xml:"TimeStamp"`
	QueryPerSecond    string `json:"QueryPerSecond" xml:"QueryPerSecond"`
	BytesPerSecond    string `json:"BytesPerSecond" xml:"BytesPerSecond"`
	BytesHitRate      string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate    string `json:"RequestHitRate" xml:"RequestHitRate"`
	AverageObjectSize string `json:"AverageObjectSize" xml:"AverageObjectSize"`
}

CDNMonitorData is a nested struct in cdn response

type CDNTask ¶

type CDNTask struct {
	TaskId       string `json:"TaskId" xml:"TaskId"`
	ObjectPath   string `json:"ObjectPath" xml:"ObjectPath"`
	Process      string `json:"Process" xml:"Process"`
	Status       string `json:"Status" xml:"Status"`
	CreationTime string `json:"CreationTime" xml:"CreationTime"`
	Description  string `json:"Description" xml:"Description"`
	ObjectType   string `json:"ObjectType" xml:"ObjectType"`
}

CDNTask is a nested struct in cdn response

type CacheExpiredConfig ¶

type CacheExpiredConfig struct {
	ConfigId     string `json:"ConfigId" xml:"ConfigId"`
	CacheType    string `json:"CacheType" xml:"CacheType"`
	CacheContent string `json:"CacheContent" xml:"CacheContent"`
	TTL          string `json:"TTL" xml:"TTL"`
	Weight       string `json:"Weight" xml:"Weight"`
	Status       string `json:"Status" xml:"Status"`
}

CacheExpiredConfig is a nested struct in cdn response

type CacheExpiredConfigs ¶

type CacheExpiredConfigs struct {
	CacheExpiredConfig []CacheExpiredConfig `json:"CacheExpiredConfig" xml:"CacheExpiredConfig"`
}

CacheExpiredConfigs is a nested struct in cdn response

type CcConfig ¶

type CcConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	AllowIps string `json:"AllowIps" xml:"AllowIps"`
	BlockIps string `json:"BlockIps" xml:"BlockIps"`
	Status   string `json:"Status" xml:"Status"`
}

CcConfig is a nested struct in cdn response

type Cert ¶

type Cert struct {
	CertName    string `json:"CertName" xml:"CertName"`
	CertId      int    `json:"CertId" xml:"CertId"`
	Fingerprint string `json:"Fingerprint" xml:"Fingerprint"`
	Common      string `json:"Common" xml:"Common"`
	Issuer      string `json:"Issuer" xml:"Issuer"`
	LastTime    int    `json:"LastTime" xml:"LastTime"`
}

Cert is a nested struct in cdn response

type CertInfo ¶

type CertInfo struct {
	DomainName              string `json:"DomainName" xml:"DomainName"`
	CertName                string `json:"CertName" xml:"CertName"`
	CertDomainName          string `json:"CertDomainName" xml:"CertDomainName"`
	CertExpireTime          string `json:"CertExpireTime" xml:"CertExpireTime"`
	CertLife                string `json:"CertLife" xml:"CertLife"`
	CertOrg                 string `json:"CertOrg" xml:"CertOrg"`
	CertType                string `json:"CertType" xml:"CertType"`
	ServerCertificateStatus string `json:"ServerCertificateStatus" xml:"ServerCertificateStatus"`
	Status                  string `json:"Status" xml:"Status"`
	ServerCertificate       string `json:"ServerCertificate" xml:"ServerCertificate"`
	CertUpdateTime          string `json:"CertUpdateTime" xml:"CertUpdateTime"`
	CertStartTime           string `json:"CertStartTime" xml:"CertStartTime"`
	DomainCnameStatus       string `json:"DomainCnameStatus" xml:"DomainCnameStatus"`
}

CertInfo is a nested struct in cdn response

type CertInfos ¶

type CertInfos struct {
	CertInfo []CertInfo `json:"CertInfo" xml:"CertInfo"`
}

CertInfos is a nested struct in cdn response

type CertList ¶

type CertList struct {
	Cert []Cert `json:"Cert" xml:"Cert"`
}

CertList is a nested struct in cdn response

type CertificateListModel ¶

type CertificateListModel struct {
	Count    int      `json:"Count" xml:"Count"`
	CertList CertList `json:"CertList" xml:"CertList"`
}

CertificateListModel is a nested struct in cdn response

type Client ¶

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient ¶

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey ¶

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole ¶

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions ¶

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn ¶

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair ¶

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken ¶

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AddCdnDomain ¶

func (client *Client) AddCdnDomain(request *AddCdnDomainRequest) (response *AddCdnDomainResponse, err error)

AddCdnDomain invokes the cdn.AddCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html

func (*Client) AddCdnDomainWithCallback ¶

func (client *Client) AddCdnDomainWithCallback(request *AddCdnDomainRequest, callback func(response *AddCdnDomainResponse, err error)) <-chan int

AddCdnDomainWithCallback invokes the cdn.AddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCdnDomainWithChan ¶

func (client *Client) AddCdnDomainWithChan(request *AddCdnDomainRequest) (<-chan *AddCdnDomainResponse, <-chan error)

AddCdnDomainWithChan invokes the cdn.AddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddFCTrigger ¶

func (client *Client) AddFCTrigger(request *AddFCTriggerRequest) (response *AddFCTriggerResponse, err error)

AddFCTrigger invokes the cdn.AddFCTrigger API synchronously api document: https://help.aliyun.com/api/cdn/addfctrigger.html

func (*Client) AddFCTriggerWithCallback ¶

func (client *Client) AddFCTriggerWithCallback(request *AddFCTriggerRequest, callback func(response *AddFCTriggerResponse, err error)) <-chan int

AddFCTriggerWithCallback invokes the cdn.AddFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/addfctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddFCTriggerWithChan ¶

func (client *Client) AddFCTriggerWithChan(request *AddFCTriggerRequest) (<-chan *AddFCTriggerResponse, <-chan error)

AddFCTriggerWithChan invokes the cdn.AddFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/addfctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppRecordConfig ¶

func (client *Client) AddLiveAppRecordConfig(request *AddLiveAppRecordConfigRequest) (response *AddLiveAppRecordConfigResponse, err error)

AddLiveAppRecordConfig invokes the cdn.AddLiveAppRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html

func (*Client) AddLiveAppRecordConfigWithCallback ¶

func (client *Client) AddLiveAppRecordConfigWithCallback(request *AddLiveAppRecordConfigRequest, callback func(response *AddLiveAppRecordConfigResponse, err error)) <-chan int

AddLiveAppRecordConfigWithCallback invokes the cdn.AddLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppRecordConfigWithChan ¶

func (client *Client) AddLiveAppRecordConfigWithChan(request *AddLiveAppRecordConfigRequest) (<-chan *AddLiveAppRecordConfigResponse, <-chan error)

AddLiveAppRecordConfigWithChan invokes the cdn.AddLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppSnapshotConfig ¶

func (client *Client) AddLiveAppSnapshotConfig(request *AddLiveAppSnapshotConfigRequest) (response *AddLiveAppSnapshotConfigResponse, err error)

AddLiveAppSnapshotConfig invokes the cdn.AddLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html

func (*Client) AddLiveAppSnapshotConfigWithCallback ¶

func (client *Client) AddLiveAppSnapshotConfigWithCallback(request *AddLiveAppSnapshotConfigRequest, callback func(response *AddLiveAppSnapshotConfigResponse, err error)) <-chan int

AddLiveAppSnapshotConfigWithCallback invokes the cdn.AddLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppSnapshotConfigWithChan ¶

func (client *Client) AddLiveAppSnapshotConfigWithChan(request *AddLiveAppSnapshotConfigRequest) (<-chan *AddLiveAppSnapshotConfigResponse, <-chan error)

AddLiveAppSnapshotConfigWithChan invokes the cdn.AddLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveDomainMapping ¶

func (client *Client) AddLiveDomainMapping(request *AddLiveDomainMappingRequest) (response *AddLiveDomainMappingResponse, err error)

AddLiveDomainMapping invokes the cdn.AddLiveDomainMapping API synchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html

func (*Client) AddLiveDomainMappingWithCallback ¶

func (client *Client) AddLiveDomainMappingWithCallback(request *AddLiveDomainMappingRequest, callback func(response *AddLiveDomainMappingResponse, err error)) <-chan int

AddLiveDomainMappingWithCallback invokes the cdn.AddLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveDomainMappingWithChan ¶

func (client *Client) AddLiveDomainMappingWithChan(request *AddLiveDomainMappingRequest) (<-chan *AddLiveDomainMappingResponse, <-chan error)

AddLiveDomainMappingWithChan invokes the cdn.AddLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveStreamTranscode ¶

func (client *Client) AddLiveStreamTranscode(request *AddLiveStreamTranscodeRequest) (response *AddLiveStreamTranscodeResponse, err error)

AddLiveStreamTranscode invokes the cdn.AddLiveStreamTranscode API synchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html

func (*Client) AddLiveStreamTranscodeWithCallback ¶

func (client *Client) AddLiveStreamTranscodeWithCallback(request *AddLiveStreamTranscodeRequest, callback func(response *AddLiveStreamTranscodeResponse, err error)) <-chan int

AddLiveStreamTranscodeWithCallback invokes the cdn.AddLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveStreamTranscodeWithChan ¶

func (client *Client) AddLiveStreamTranscodeWithChan(request *AddLiveStreamTranscodeRequest) (<-chan *AddLiveStreamTranscodeResponse, <-chan error)

AddLiveStreamTranscodeWithChan invokes the cdn.AddLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchAddCdnDomain ¶

func (client *Client) BatchAddCdnDomain(request *BatchAddCdnDomainRequest) (response *BatchAddCdnDomainResponse, err error)

BatchAddCdnDomain invokes the cdn.BatchAddCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/batchaddcdndomain.html

func (*Client) BatchAddCdnDomainWithCallback ¶

func (client *Client) BatchAddCdnDomainWithCallback(request *BatchAddCdnDomainRequest, callback func(response *BatchAddCdnDomainResponse, err error)) <-chan int

BatchAddCdnDomainWithCallback invokes the cdn.BatchAddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/batchaddcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchAddCdnDomainWithChan ¶

func (client *Client) BatchAddCdnDomainWithChan(request *BatchAddCdnDomainRequest) (<-chan *BatchAddCdnDomainResponse, <-chan error)

BatchAddCdnDomainWithChan invokes the cdn.BatchAddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/batchaddcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchDeleteCdnDomainConfig ¶

func (client *Client) BatchDeleteCdnDomainConfig(request *BatchDeleteCdnDomainConfigRequest) (response *BatchDeleteCdnDomainConfigResponse, err error)

BatchDeleteCdnDomainConfig invokes the cdn.BatchDeleteCdnDomainConfig API synchronously api document: https://help.aliyun.com/api/cdn/batchdeletecdndomainconfig.html

func (*Client) BatchDeleteCdnDomainConfigWithCallback ¶

func (client *Client) BatchDeleteCdnDomainConfigWithCallback(request *BatchDeleteCdnDomainConfigRequest, callback func(response *BatchDeleteCdnDomainConfigResponse, err error)) <-chan int

BatchDeleteCdnDomainConfigWithCallback invokes the cdn.BatchDeleteCdnDomainConfig API asynchronously api document: https://help.aliyun.com/api/cdn/batchdeletecdndomainconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchDeleteCdnDomainConfigWithChan ¶

func (client *Client) BatchDeleteCdnDomainConfigWithChan(request *BatchDeleteCdnDomainConfigRequest) (<-chan *BatchDeleteCdnDomainConfigResponse, <-chan error)

BatchDeleteCdnDomainConfigWithChan invokes the cdn.BatchDeleteCdnDomainConfig API asynchronously api document: https://help.aliyun.com/api/cdn/batchdeletecdndomainconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchUpdateCdnDomain ¶

func (client *Client) BatchUpdateCdnDomain(request *BatchUpdateCdnDomainRequest) (response *BatchUpdateCdnDomainResponse, err error)

BatchUpdateCdnDomain invokes the cdn.BatchUpdateCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/batchupdatecdndomain.html

func (*Client) BatchUpdateCdnDomainWithCallback ¶

func (client *Client) BatchUpdateCdnDomainWithCallback(request *BatchUpdateCdnDomainRequest, callback func(response *BatchUpdateCdnDomainResponse, err error)) <-chan int

BatchUpdateCdnDomainWithCallback invokes the cdn.BatchUpdateCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/batchupdatecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchUpdateCdnDomainWithChan ¶

func (client *Client) BatchUpdateCdnDomainWithChan(request *BatchUpdateCdnDomainRequest) (<-chan *BatchUpdateCdnDomainResponse, <-chan error)

BatchUpdateCdnDomainWithChan invokes the cdn.BatchUpdateCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/batchupdatecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateLiveStreamRecordIndexFiles ¶

func (client *Client) CreateLiveStreamRecordIndexFiles(request *CreateLiveStreamRecordIndexFilesRequest) (response *CreateLiveStreamRecordIndexFilesResponse, err error)

CreateLiveStreamRecordIndexFiles invokes the cdn.CreateLiveStreamRecordIndexFiles API synchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html

func (*Client) CreateLiveStreamRecordIndexFilesWithCallback ¶

func (client *Client) CreateLiveStreamRecordIndexFilesWithCallback(request *CreateLiveStreamRecordIndexFilesRequest, callback func(response *CreateLiveStreamRecordIndexFilesResponse, err error)) <-chan int

CreateLiveStreamRecordIndexFilesWithCallback invokes the cdn.CreateLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateLiveStreamRecordIndexFilesWithChan ¶

func (client *Client) CreateLiveStreamRecordIndexFilesWithChan(request *CreateLiveStreamRecordIndexFilesRequest) (<-chan *CreateLiveStreamRecordIndexFilesResponse, <-chan error)

CreateLiveStreamRecordIndexFilesWithChan invokes the cdn.CreateLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUsageDetailDataExportTask ¶

func (client *Client) CreateUsageDetailDataExportTask(request *CreateUsageDetailDataExportTaskRequest) (response *CreateUsageDetailDataExportTaskResponse, err error)

CreateUsageDetailDataExportTask invokes the cdn.CreateUsageDetailDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/createusagedetaildataexporttask.html

func (*Client) CreateUsageDetailDataExportTaskWithCallback ¶

func (client *Client) CreateUsageDetailDataExportTaskWithCallback(request *CreateUsageDetailDataExportTaskRequest, callback func(response *CreateUsageDetailDataExportTaskResponse, err error)) <-chan int

CreateUsageDetailDataExportTaskWithCallback invokes the cdn.CreateUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/createusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUsageDetailDataExportTaskWithChan ¶

func (client *Client) CreateUsageDetailDataExportTaskWithChan(request *CreateUsageDetailDataExportTaskRequest) (<-chan *CreateUsageDetailDataExportTaskResponse, <-chan error)

CreateUsageDetailDataExportTaskWithChan invokes the cdn.CreateUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/createusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserUsageDataExportTask ¶

func (client *Client) CreateUserUsageDataExportTask(request *CreateUserUsageDataExportTaskRequest) (response *CreateUserUsageDataExportTaskResponse, err error)

CreateUserUsageDataExportTask invokes the cdn.CreateUserUsageDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/createuserusagedataexporttask.html

func (*Client) CreateUserUsageDataExportTaskWithCallback ¶

func (client *Client) CreateUserUsageDataExportTaskWithCallback(request *CreateUserUsageDataExportTaskRequest, callback func(response *CreateUserUsageDataExportTaskResponse, err error)) <-chan int

CreateUserUsageDataExportTaskWithCallback invokes the cdn.CreateUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/createuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserUsageDataExportTaskWithChan ¶

func (client *Client) CreateUserUsageDataExportTaskWithChan(request *CreateUserUsageDataExportTaskRequest) (<-chan *CreateUserUsageDataExportTaskResponse, <-chan error)

CreateUserUsageDataExportTaskWithChan invokes the cdn.CreateUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/createuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCacheExpiredConfig ¶

func (client *Client) DeleteCacheExpiredConfig(request *DeleteCacheExpiredConfigRequest) (response *DeleteCacheExpiredConfigResponse, err error)

DeleteCacheExpiredConfig invokes the cdn.DeleteCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html

func (*Client) DeleteCacheExpiredConfigWithCallback ¶

func (client *Client) DeleteCacheExpiredConfigWithCallback(request *DeleteCacheExpiredConfigRequest, callback func(response *DeleteCacheExpiredConfigResponse, err error)) <-chan int

DeleteCacheExpiredConfigWithCallback invokes the cdn.DeleteCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCacheExpiredConfigWithChan ¶

func (client *Client) DeleteCacheExpiredConfigWithChan(request *DeleteCacheExpiredConfigRequest) (<-chan *DeleteCacheExpiredConfigResponse, <-chan error)

DeleteCacheExpiredConfigWithChan invokes the cdn.DeleteCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCdnDomain ¶

func (client *Client) DeleteCdnDomain(request *DeleteCdnDomainRequest) (response *DeleteCdnDomainResponse, err error)

DeleteCdnDomain invokes the cdn.DeleteCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html

func (*Client) DeleteCdnDomainWithCallback ¶

func (client *Client) DeleteCdnDomainWithCallback(request *DeleteCdnDomainRequest, callback func(response *DeleteCdnDomainResponse, err error)) <-chan int

DeleteCdnDomainWithCallback invokes the cdn.DeleteCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCdnDomainWithChan ¶

func (client *Client) DeleteCdnDomainWithChan(request *DeleteCdnDomainRequest) (<-chan *DeleteCdnDomainResponse, <-chan error)

DeleteCdnDomainWithChan invokes the cdn.DeleteCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFCTrigger ¶

func (client *Client) DeleteFCTrigger(request *DeleteFCTriggerRequest) (response *DeleteFCTriggerResponse, err error)

DeleteFCTrigger invokes the cdn.DeleteFCTrigger API synchronously api document: https://help.aliyun.com/api/cdn/deletefctrigger.html

func (*Client) DeleteFCTriggerWithCallback ¶

func (client *Client) DeleteFCTriggerWithCallback(request *DeleteFCTriggerRequest, callback func(response *DeleteFCTriggerResponse, err error)) <-chan int

DeleteFCTriggerWithCallback invokes the cdn.DeleteFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/deletefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFCTriggerWithChan ¶

func (client *Client) DeleteFCTriggerWithChan(request *DeleteFCTriggerRequest) (<-chan *DeleteFCTriggerResponse, <-chan error)

DeleteFCTriggerWithChan invokes the cdn.DeleteFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/deletefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteHttpHeaderConfig ¶

func (client *Client) DeleteHttpHeaderConfig(request *DeleteHttpHeaderConfigRequest) (response *DeleteHttpHeaderConfigResponse, err error)

DeleteHttpHeaderConfig invokes the cdn.DeleteHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html

func (*Client) DeleteHttpHeaderConfigWithCallback ¶

func (client *Client) DeleteHttpHeaderConfigWithCallback(request *DeleteHttpHeaderConfigRequest, callback func(response *DeleteHttpHeaderConfigResponse, err error)) <-chan int

DeleteHttpHeaderConfigWithCallback invokes the cdn.DeleteHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteHttpHeaderConfigWithChan ¶

func (client *Client) DeleteHttpHeaderConfigWithChan(request *DeleteHttpHeaderConfigRequest) (<-chan *DeleteHttpHeaderConfigResponse, <-chan error)

DeleteHttpHeaderConfigWithChan invokes the cdn.DeleteHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppRecordConfig ¶

func (client *Client) DeleteLiveAppRecordConfig(request *DeleteLiveAppRecordConfigRequest) (response *DeleteLiveAppRecordConfigResponse, err error)

DeleteLiveAppRecordConfig invokes the cdn.DeleteLiveAppRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html

func (*Client) DeleteLiveAppRecordConfigWithCallback ¶

func (client *Client) DeleteLiveAppRecordConfigWithCallback(request *DeleteLiveAppRecordConfigRequest, callback func(response *DeleteLiveAppRecordConfigResponse, err error)) <-chan int

DeleteLiveAppRecordConfigWithCallback invokes the cdn.DeleteLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppRecordConfigWithChan ¶

func (client *Client) DeleteLiveAppRecordConfigWithChan(request *DeleteLiveAppRecordConfigRequest) (<-chan *DeleteLiveAppRecordConfigResponse, <-chan error)

DeleteLiveAppRecordConfigWithChan invokes the cdn.DeleteLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppSnapshotConfig ¶

func (client *Client) DeleteLiveAppSnapshotConfig(request *DeleteLiveAppSnapshotConfigRequest) (response *DeleteLiveAppSnapshotConfigResponse, err error)

DeleteLiveAppSnapshotConfig invokes the cdn.DeleteLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html

func (*Client) DeleteLiveAppSnapshotConfigWithCallback ¶

func (client *Client) DeleteLiveAppSnapshotConfigWithCallback(request *DeleteLiveAppSnapshotConfigRequest, callback func(response *DeleteLiveAppSnapshotConfigResponse, err error)) <-chan int

DeleteLiveAppSnapshotConfigWithCallback invokes the cdn.DeleteLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppSnapshotConfigWithChan ¶

func (client *Client) DeleteLiveAppSnapshotConfigWithChan(request *DeleteLiveAppSnapshotConfigRequest) (<-chan *DeleteLiveAppSnapshotConfigResponse, <-chan error)

DeleteLiveAppSnapshotConfigWithChan invokes the cdn.DeleteLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveDomainMapping ¶

func (client *Client) DeleteLiveDomainMapping(request *DeleteLiveDomainMappingRequest) (response *DeleteLiveDomainMappingResponse, err error)

DeleteLiveDomainMapping invokes the cdn.DeleteLiveDomainMapping API synchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html

func (*Client) DeleteLiveDomainMappingWithCallback ¶

func (client *Client) DeleteLiveDomainMappingWithCallback(request *DeleteLiveDomainMappingRequest, callback func(response *DeleteLiveDomainMappingResponse, err error)) <-chan int

DeleteLiveDomainMappingWithCallback invokes the cdn.DeleteLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveDomainMappingWithChan ¶

func (client *Client) DeleteLiveDomainMappingWithChan(request *DeleteLiveDomainMappingRequest) (<-chan *DeleteLiveDomainMappingResponse, <-chan error)

DeleteLiveDomainMappingWithChan invokes the cdn.DeleteLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveStreamTranscode ¶

func (client *Client) DeleteLiveStreamTranscode(request *DeleteLiveStreamTranscodeRequest) (response *DeleteLiveStreamTranscodeResponse, err error)

DeleteLiveStreamTranscode invokes the cdn.DeleteLiveStreamTranscode API synchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html

func (*Client) DeleteLiveStreamTranscodeWithCallback ¶

func (client *Client) DeleteLiveStreamTranscodeWithCallback(request *DeleteLiveStreamTranscodeRequest, callback func(response *DeleteLiveStreamTranscodeResponse, err error)) <-chan int

DeleteLiveStreamTranscodeWithCallback invokes the cdn.DeleteLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveStreamTranscodeWithChan ¶

func (client *Client) DeleteLiveStreamTranscodeWithChan(request *DeleteLiveStreamTranscodeRequest) (<-chan *DeleteLiveStreamTranscodeResponse, <-chan error)

DeleteLiveStreamTranscodeWithChan invokes the cdn.DeleteLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUsageDetailDataExportTask ¶

func (client *Client) DeleteUsageDetailDataExportTask(request *DeleteUsageDetailDataExportTaskRequest) (response *DeleteUsageDetailDataExportTaskResponse, err error)

DeleteUsageDetailDataExportTask invokes the cdn.DeleteUsageDetailDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/deleteusagedetaildataexporttask.html

func (*Client) DeleteUsageDetailDataExportTaskWithCallback ¶

func (client *Client) DeleteUsageDetailDataExportTaskWithCallback(request *DeleteUsageDetailDataExportTaskRequest, callback func(response *DeleteUsageDetailDataExportTaskResponse, err error)) <-chan int

DeleteUsageDetailDataExportTaskWithCallback invokes the cdn.DeleteUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/deleteusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUsageDetailDataExportTaskWithChan ¶

func (client *Client) DeleteUsageDetailDataExportTaskWithChan(request *DeleteUsageDetailDataExportTaskRequest) (<-chan *DeleteUsageDetailDataExportTaskResponse, <-chan error)

DeleteUsageDetailDataExportTaskWithChan invokes the cdn.DeleteUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/deleteusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUserUsageDataExportTask ¶

func (client *Client) DeleteUserUsageDataExportTask(request *DeleteUserUsageDataExportTaskRequest) (response *DeleteUserUsageDataExportTaskResponse, err error)

DeleteUserUsageDataExportTask invokes the cdn.DeleteUserUsageDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/deleteuserusagedataexporttask.html

func (*Client) DeleteUserUsageDataExportTaskWithCallback ¶

func (client *Client) DeleteUserUsageDataExportTaskWithCallback(request *DeleteUserUsageDataExportTaskRequest, callback func(response *DeleteUserUsageDataExportTaskResponse, err error)) <-chan int

DeleteUserUsageDataExportTaskWithCallback invokes the cdn.DeleteUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/deleteuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUserUsageDataExportTaskWithChan ¶

func (client *Client) DeleteUserUsageDataExportTaskWithChan(request *DeleteUserUsageDataExportTaskRequest) (<-chan *DeleteUserUsageDataExportTaskResponse, <-chan error)

DeleteUserUsageDataExportTaskWithChan invokes the cdn.DeleteUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/deleteuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnCertificateDetail ¶

func (client *Client) DescribeCdnCertificateDetail(request *DescribeCdnCertificateDetailRequest) (response *DescribeCdnCertificateDetailResponse, err error)

DescribeCdnCertificateDetail invokes the cdn.DescribeCdnCertificateDetail API synchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatedetail.html

func (*Client) DescribeCdnCertificateDetailWithCallback ¶

func (client *Client) DescribeCdnCertificateDetailWithCallback(request *DescribeCdnCertificateDetailRequest, callback func(response *DescribeCdnCertificateDetailResponse, err error)) <-chan int

DescribeCdnCertificateDetailWithCallback invokes the cdn.DescribeCdnCertificateDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatedetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnCertificateDetailWithChan ¶

func (client *Client) DescribeCdnCertificateDetailWithChan(request *DescribeCdnCertificateDetailRequest) (<-chan *DescribeCdnCertificateDetailResponse, <-chan error)

DescribeCdnCertificateDetailWithChan invokes the cdn.DescribeCdnCertificateDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatedetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnCertificateList ¶

func (client *Client) DescribeCdnCertificateList(request *DescribeCdnCertificateListRequest) (response *DescribeCdnCertificateListResponse, err error)

DescribeCdnCertificateList invokes the cdn.DescribeCdnCertificateList API synchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatelist.html

func (*Client) DescribeCdnCertificateListWithCallback ¶

func (client *Client) DescribeCdnCertificateListWithCallback(request *DescribeCdnCertificateListRequest, callback func(response *DescribeCdnCertificateListResponse, err error)) <-chan int

DescribeCdnCertificateListWithCallback invokes the cdn.DescribeCdnCertificateList API asynchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnCertificateListWithChan ¶

func (client *Client) DescribeCdnCertificateListWithChan(request *DescribeCdnCertificateListRequest) (<-chan *DescribeCdnCertificateListResponse, <-chan error)

DescribeCdnCertificateListWithChan invokes the cdn.DescribeCdnCertificateList API asynchronously api document: https://help.aliyun.com/api/cdn/describecdncertificatelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainConfigs ¶

func (client *Client) DescribeCdnDomainConfigs(request *DescribeCdnDomainConfigsRequest) (response *DescribeCdnDomainConfigsResponse, err error)

DescribeCdnDomainConfigs invokes the cdn.DescribeCdnDomainConfigs API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomainconfigs.html

func (*Client) DescribeCdnDomainConfigsWithCallback ¶

func (client *Client) DescribeCdnDomainConfigsWithCallback(request *DescribeCdnDomainConfigsRequest, callback func(response *DescribeCdnDomainConfigsResponse, err error)) <-chan int

DescribeCdnDomainConfigsWithCallback invokes the cdn.DescribeCdnDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainConfigsWithChan ¶

func (client *Client) DescribeCdnDomainConfigsWithChan(request *DescribeCdnDomainConfigsRequest) (<-chan *DescribeCdnDomainConfigsResponse, <-chan error)

DescribeCdnDomainConfigsWithChan invokes the cdn.DescribeCdnDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainDetail ¶

func (client *Client) DescribeCdnDomainDetail(request *DescribeCdnDomainDetailRequest) (response *DescribeCdnDomainDetailResponse, err error)

DescribeCdnDomainDetail invokes the cdn.DescribeCdnDomainDetail API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html

func (*Client) DescribeCdnDomainDetailWithCallback ¶

func (client *Client) DescribeCdnDomainDetailWithCallback(request *DescribeCdnDomainDetailRequest, callback func(response *DescribeCdnDomainDetailResponse, err error)) <-chan int

DescribeCdnDomainDetailWithCallback invokes the cdn.DescribeCdnDomainDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainDetailWithChan ¶

func (client *Client) DescribeCdnDomainDetailWithChan(request *DescribeCdnDomainDetailRequest) (<-chan *DescribeCdnDomainDetailResponse, <-chan error)

DescribeCdnDomainDetailWithChan invokes the cdn.DescribeCdnDomainDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainLogs ¶

func (client *Client) DescribeCdnDomainLogs(request *DescribeCdnDomainLogsRequest) (response *DescribeCdnDomainLogsResponse, err error)

DescribeCdnDomainLogs invokes the cdn.DescribeCdnDomainLogs API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html

func (*Client) DescribeCdnDomainLogsWithCallback ¶

func (client *Client) DescribeCdnDomainLogsWithCallback(request *DescribeCdnDomainLogsRequest, callback func(response *DescribeCdnDomainLogsResponse, err error)) <-chan int

DescribeCdnDomainLogsWithCallback invokes the cdn.DescribeCdnDomainLogs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainLogsWithChan ¶

func (client *Client) DescribeCdnDomainLogsWithChan(request *DescribeCdnDomainLogsRequest) (<-chan *DescribeCdnDomainLogsResponse, <-chan error)

DescribeCdnDomainLogsWithChan invokes the cdn.DescribeCdnDomainLogs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnMonitorData ¶

func (client *Client) DescribeCdnMonitorData(request *DescribeCdnMonitorDataRequest) (response *DescribeCdnMonitorDataResponse, err error)

DescribeCdnMonitorData invokes the cdn.DescribeCdnMonitorData API synchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html

func (*Client) DescribeCdnMonitorDataWithCallback ¶

func (client *Client) DescribeCdnMonitorDataWithCallback(request *DescribeCdnMonitorDataRequest, callback func(response *DescribeCdnMonitorDataResponse, err error)) <-chan int

DescribeCdnMonitorDataWithCallback invokes the cdn.DescribeCdnMonitorData API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnMonitorDataWithChan ¶

func (client *Client) DescribeCdnMonitorDataWithChan(request *DescribeCdnMonitorDataRequest) (<-chan *DescribeCdnMonitorDataResponse, <-chan error)

DescribeCdnMonitorDataWithChan invokes the cdn.DescribeCdnMonitorData API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnRegionAndIsp ¶

func (client *Client) DescribeCdnRegionAndIsp(request *DescribeCdnRegionAndIspRequest) (response *DescribeCdnRegionAndIspResponse, err error)

DescribeCdnRegionAndIsp invokes the cdn.DescribeCdnRegionAndIsp API synchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html

func (*Client) DescribeCdnRegionAndIspWithCallback ¶

func (client *Client) DescribeCdnRegionAndIspWithCallback(request *DescribeCdnRegionAndIspRequest, callback func(response *DescribeCdnRegionAndIspResponse, err error)) <-chan int

DescribeCdnRegionAndIspWithCallback invokes the cdn.DescribeCdnRegionAndIsp API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnRegionAndIspWithChan ¶

func (client *Client) DescribeCdnRegionAndIspWithChan(request *DescribeCdnRegionAndIspRequest) (<-chan *DescribeCdnRegionAndIspResponse, <-chan error)

DescribeCdnRegionAndIspWithChan invokes the cdn.DescribeCdnRegionAndIsp API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnService ¶

func (client *Client) DescribeCdnService(request *DescribeCdnServiceRequest) (response *DescribeCdnServiceResponse, err error)

DescribeCdnService invokes the cdn.DescribeCdnService API synchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html

func (*Client) DescribeCdnServiceWithCallback ¶

func (client *Client) DescribeCdnServiceWithCallback(request *DescribeCdnServiceRequest, callback func(response *DescribeCdnServiceResponse, err error)) <-chan int

DescribeCdnServiceWithCallback invokes the cdn.DescribeCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnServiceWithChan ¶

func (client *Client) DescribeCdnServiceWithChan(request *DescribeCdnServiceRequest) (<-chan *DescribeCdnServiceResponse, <-chan error)

DescribeCdnServiceWithChan invokes the cdn.DescribeCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnUserQuota ¶

func (client *Client) DescribeCdnUserQuota(request *DescribeCdnUserQuotaRequest) (response *DescribeCdnUserQuotaResponse, err error)

DescribeCdnUserQuota invokes the cdn.DescribeCdnUserQuota API synchronously api document: https://help.aliyun.com/api/cdn/describecdnuserquota.html

func (*Client) DescribeCdnUserQuotaWithCallback ¶

func (client *Client) DescribeCdnUserQuotaWithCallback(request *DescribeCdnUserQuotaRequest, callback func(response *DescribeCdnUserQuotaResponse, err error)) <-chan int

DescribeCdnUserQuotaWithCallback invokes the cdn.DescribeCdnUserQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnuserquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnUserQuotaWithChan ¶

func (client *Client) DescribeCdnUserQuotaWithChan(request *DescribeCdnUserQuotaRequest) (<-chan *DescribeCdnUserQuotaResponse, <-chan error)

DescribeCdnUserQuotaWithChan invokes the cdn.DescribeCdnUserQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnuserquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnUserResourcePackage ¶

func (client *Client) DescribeCdnUserResourcePackage(request *DescribeCdnUserResourcePackageRequest) (response *DescribeCdnUserResourcePackageResponse, err error)

DescribeCdnUserResourcePackage invokes the cdn.DescribeCdnUserResourcePackage API synchronously api document: https://help.aliyun.com/api/cdn/describecdnuserresourcepackage.html

func (*Client) DescribeCdnUserResourcePackageWithCallback ¶

func (client *Client) DescribeCdnUserResourcePackageWithCallback(request *DescribeCdnUserResourcePackageRequest, callback func(response *DescribeCdnUserResourcePackageResponse, err error)) <-chan int

DescribeCdnUserResourcePackageWithCallback invokes the cdn.DescribeCdnUserResourcePackage API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnuserresourcepackage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnUserResourcePackageWithChan ¶

func (client *Client) DescribeCdnUserResourcePackageWithChan(request *DescribeCdnUserResourcePackageRequest) (<-chan *DescribeCdnUserResourcePackageResponse, <-chan error)

DescribeCdnUserResourcePackageWithChan invokes the cdn.DescribeCdnUserResourcePackage API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnuserresourcepackage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCustomLogConfig ¶

func (client *Client) DescribeCustomLogConfig(request *DescribeCustomLogConfigRequest) (response *DescribeCustomLogConfigResponse, err error)

DescribeCustomLogConfig invokes the cdn.DescribeCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html

func (*Client) DescribeCustomLogConfigWithCallback ¶

func (client *Client) DescribeCustomLogConfigWithCallback(request *DescribeCustomLogConfigRequest, callback func(response *DescribeCustomLogConfigResponse, err error)) <-chan int

DescribeCustomLogConfigWithCallback invokes the cdn.DescribeCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCustomLogConfigWithChan ¶

func (client *Client) DescribeCustomLogConfigWithChan(request *DescribeCustomLogConfigRequest) (<-chan *DescribeCustomLogConfigResponse, <-chan error)

DescribeCustomLogConfigWithChan invokes the cdn.DescribeCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainAverageResponseTime ¶

func (client *Client) DescribeDomainAverageResponseTime(request *DescribeDomainAverageResponseTimeRequest) (response *DescribeDomainAverageResponseTimeResponse, err error)

DescribeDomainAverageResponseTime invokes the cdn.DescribeDomainAverageResponseTime API synchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html

func (*Client) DescribeDomainAverageResponseTimeWithCallback ¶

func (client *Client) DescribeDomainAverageResponseTimeWithCallback(request *DescribeDomainAverageResponseTimeRequest, callback func(response *DescribeDomainAverageResponseTimeResponse, err error)) <-chan int

DescribeDomainAverageResponseTimeWithCallback invokes the cdn.DescribeDomainAverageResponseTime API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainAverageResponseTimeWithChan ¶

func (client *Client) DescribeDomainAverageResponseTimeWithChan(request *DescribeDomainAverageResponseTimeRequest) (<-chan *DescribeDomainAverageResponseTimeResponse, <-chan error)

DescribeDomainAverageResponseTimeWithChan invokes the cdn.DescribeDomainAverageResponseTime API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsData ¶

func (client *Client) DescribeDomainBpsData(request *DescribeDomainBpsDataRequest) (response *DescribeDomainBpsDataResponse, err error)

DescribeDomainBpsData invokes the cdn.DescribeDomainBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html

func (*Client) DescribeDomainBpsDataByTimeStamp ¶

func (client *Client) DescribeDomainBpsDataByTimeStamp(request *DescribeDomainBpsDataByTimeStampRequest) (response *DescribeDomainBpsDataByTimeStampResponse, err error)

DescribeDomainBpsDataByTimeStamp invokes the cdn.DescribeDomainBpsDataByTimeStamp API synchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html

func (*Client) DescribeDomainBpsDataByTimeStampWithCallback ¶

func (client *Client) DescribeDomainBpsDataByTimeStampWithCallback(request *DescribeDomainBpsDataByTimeStampRequest, callback func(response *DescribeDomainBpsDataByTimeStampResponse, err error)) <-chan int

DescribeDomainBpsDataByTimeStampWithCallback invokes the cdn.DescribeDomainBpsDataByTimeStamp API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataByTimeStampWithChan ¶

func (client *Client) DescribeDomainBpsDataByTimeStampWithChan(request *DescribeDomainBpsDataByTimeStampRequest) (<-chan *DescribeDomainBpsDataByTimeStampResponse, <-chan error)

DescribeDomainBpsDataByTimeStampWithChan invokes the cdn.DescribeDomainBpsDataByTimeStamp API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataWithCallback ¶

func (client *Client) DescribeDomainBpsDataWithCallback(request *DescribeDomainBpsDataRequest, callback func(response *DescribeDomainBpsDataResponse, err error)) <-chan int

DescribeDomainBpsDataWithCallback invokes the cdn.DescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataWithChan ¶

func (client *Client) DescribeDomainBpsDataWithChan(request *DescribeDomainBpsDataRequest) (<-chan *DescribeDomainBpsDataResponse, <-chan error)

DescribeDomainBpsDataWithChan invokes the cdn.DescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCData ¶

func (client *Client) DescribeDomainCCData(request *DescribeDomainCCDataRequest) (response *DescribeDomainCCDataResponse, err error)

DescribeDomainCCData invokes the cdn.DescribeDomainCCData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html

func (*Client) DescribeDomainCCDataWithCallback ¶

func (client *Client) DescribeDomainCCDataWithCallback(request *DescribeDomainCCDataRequest, callback func(response *DescribeDomainCCDataResponse, err error)) <-chan int

DescribeDomainCCDataWithCallback invokes the cdn.DescribeDomainCCData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCDataWithChan ¶

func (client *Client) DescribeDomainCCDataWithChan(request *DescribeDomainCCDataRequest) (<-chan *DescribeDomainCCDataResponse, <-chan error)

DescribeDomainCCDataWithChan invokes the cdn.DescribeDomainCCData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCertificateInfo ¶

func (client *Client) DescribeDomainCertificateInfo(request *DescribeDomainCertificateInfoRequest) (response *DescribeDomainCertificateInfoResponse, err error)

DescribeDomainCertificateInfo invokes the cdn.DescribeDomainCertificateInfo API synchronously api document: https://help.aliyun.com/api/cdn/describedomaincertificateinfo.html

func (*Client) DescribeDomainCertificateInfoWithCallback ¶

func (client *Client) DescribeDomainCertificateInfoWithCallback(request *DescribeDomainCertificateInfoRequest, callback func(response *DescribeDomainCertificateInfoResponse, err error)) <-chan int

DescribeDomainCertificateInfoWithCallback invokes the cdn.DescribeDomainCertificateInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincertificateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCertificateInfoWithChan ¶

func (client *Client) DescribeDomainCertificateInfoWithChan(request *DescribeDomainCertificateInfoRequest) (<-chan *DescribeDomainCertificateInfoResponse, <-chan error)

DescribeDomainCertificateInfoWithChan invokes the cdn.DescribeDomainCertificateInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincertificateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCname ¶

func (client *Client) DescribeDomainCname(request *DescribeDomainCnameRequest) (response *DescribeDomainCnameResponse, err error)

DescribeDomainCname invokes the cdn.DescribeDomainCname API synchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html

func (*Client) DescribeDomainCnameWithCallback ¶

func (client *Client) DescribeDomainCnameWithCallback(request *DescribeDomainCnameRequest, callback func(response *DescribeDomainCnameResponse, err error)) <-chan int

DescribeDomainCnameWithCallback invokes the cdn.DescribeDomainCname API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCnameWithChan ¶

func (client *Client) DescribeDomainCnameWithChan(request *DescribeDomainCnameRequest) (<-chan *DescribeDomainCnameResponse, <-chan error)

DescribeDomainCnameWithChan invokes the cdn.DescribeDomainCname API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainConfigs ¶

func (client *Client) DescribeDomainConfigs(request *DescribeDomainConfigsRequest) (response *DescribeDomainConfigsResponse, err error)

DescribeDomainConfigs invokes the cdn.DescribeDomainConfigs API synchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html

func (*Client) DescribeDomainConfigsWithCallback ¶

func (client *Client) DescribeDomainConfigsWithCallback(request *DescribeDomainConfigsRequest, callback func(response *DescribeDomainConfigsResponse, err error)) <-chan int

DescribeDomainConfigsWithCallback invokes the cdn.DescribeDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainConfigsWithChan ¶

func (client *Client) DescribeDomainConfigsWithChan(request *DescribeDomainConfigsRequest) (<-chan *DescribeDomainConfigsResponse, <-chan error)

DescribeDomainConfigsWithChan invokes the cdn.DescribeDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCustomLogConfig ¶

func (client *Client) DescribeDomainCustomLogConfig(request *DescribeDomainCustomLogConfigRequest) (response *DescribeDomainCustomLogConfigResponse, err error)

DescribeDomainCustomLogConfig invokes the cdn.DescribeDomainCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html

func (*Client) DescribeDomainCustomLogConfigWithCallback ¶

func (client *Client) DescribeDomainCustomLogConfigWithCallback(request *DescribeDomainCustomLogConfigRequest, callback func(response *DescribeDomainCustomLogConfigResponse, err error)) <-chan int

DescribeDomainCustomLogConfigWithCallback invokes the cdn.DescribeDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCustomLogConfigWithChan ¶

func (client *Client) DescribeDomainCustomLogConfigWithChan(request *DescribeDomainCustomLogConfigRequest) (<-chan *DescribeDomainCustomLogConfigResponse, <-chan error)

DescribeDomainCustomLogConfigWithChan invokes the cdn.DescribeDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFileSizeProportionData ¶

func (client *Client) DescribeDomainFileSizeProportionData(request *DescribeDomainFileSizeProportionDataRequest) (response *DescribeDomainFileSizeProportionDataResponse, err error)

DescribeDomainFileSizeProportionData invokes the cdn.DescribeDomainFileSizeProportionData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html

func (*Client) DescribeDomainFileSizeProportionDataWithCallback ¶

func (client *Client) DescribeDomainFileSizeProportionDataWithCallback(request *DescribeDomainFileSizeProportionDataRequest, callback func(response *DescribeDomainFileSizeProportionDataResponse, err error)) <-chan int

DescribeDomainFileSizeProportionDataWithCallback invokes the cdn.DescribeDomainFileSizeProportionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFileSizeProportionDataWithChan ¶

func (client *Client) DescribeDomainFileSizeProportionDataWithChan(request *DescribeDomainFileSizeProportionDataRequest) (<-chan *DescribeDomainFileSizeProportionDataResponse, <-chan error)

DescribeDomainFileSizeProportionDataWithChan invokes the cdn.DescribeDomainFileSizeProportionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFlowData ¶

func (client *Client) DescribeDomainFlowData(request *DescribeDomainFlowDataRequest) (response *DescribeDomainFlowDataResponse, err error)

DescribeDomainFlowData invokes the cdn.DescribeDomainFlowData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html

func (*Client) DescribeDomainFlowDataWithCallback ¶

func (client *Client) DescribeDomainFlowDataWithCallback(request *DescribeDomainFlowDataRequest, callback func(response *DescribeDomainFlowDataResponse, err error)) <-chan int

DescribeDomainFlowDataWithCallback invokes the cdn.DescribeDomainFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFlowDataWithChan ¶

func (client *Client) DescribeDomainFlowDataWithChan(request *DescribeDomainFlowDataRequest) (<-chan *DescribeDomainFlowDataResponse, <-chan error)

DescribeDomainFlowDataWithChan invokes the cdn.DescribeDomainFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHitRateData ¶

func (client *Client) DescribeDomainHitRateData(request *DescribeDomainHitRateDataRequest) (response *DescribeDomainHitRateDataResponse, err error)

DescribeDomainHitRateData invokes the cdn.DescribeDomainHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html

func (*Client) DescribeDomainHitRateDataWithCallback ¶

func (client *Client) DescribeDomainHitRateDataWithCallback(request *DescribeDomainHitRateDataRequest, callback func(response *DescribeDomainHitRateDataResponse, err error)) <-chan int

DescribeDomainHitRateDataWithCallback invokes the cdn.DescribeDomainHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHitRateDataWithChan ¶

func (client *Client) DescribeDomainHitRateDataWithChan(request *DescribeDomainHitRateDataRequest) (<-chan *DescribeDomainHitRateDataResponse, <-chan error)

DescribeDomainHitRateDataWithChan invokes the cdn.DescribeDomainHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpCodeData ¶

func (client *Client) DescribeDomainHttpCodeData(request *DescribeDomainHttpCodeDataRequest) (response *DescribeDomainHttpCodeDataResponse, err error)

DescribeDomainHttpCodeData invokes the cdn.DescribeDomainHttpCodeData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html

func (*Client) DescribeDomainHttpCodeDataWithCallback ¶

func (client *Client) DescribeDomainHttpCodeDataWithCallback(request *DescribeDomainHttpCodeDataRequest, callback func(response *DescribeDomainHttpCodeDataResponse, err error)) <-chan int

DescribeDomainHttpCodeDataWithCallback invokes the cdn.DescribeDomainHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpCodeDataWithChan ¶

func (client *Client) DescribeDomainHttpCodeDataWithChan(request *DescribeDomainHttpCodeDataRequest) (<-chan *DescribeDomainHttpCodeDataResponse, <-chan error)

DescribeDomainHttpCodeDataWithChan invokes the cdn.DescribeDomainHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainISPData ¶

func (client *Client) DescribeDomainISPData(request *DescribeDomainISPDataRequest) (response *DescribeDomainISPDataResponse, err error)

DescribeDomainISPData invokes the cdn.DescribeDomainISPData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html

func (*Client) DescribeDomainISPDataWithCallback ¶

func (client *Client) DescribeDomainISPDataWithCallback(request *DescribeDomainISPDataRequest, callback func(response *DescribeDomainISPDataResponse, err error)) <-chan int

DescribeDomainISPDataWithCallback invokes the cdn.DescribeDomainISPData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainISPDataWithChan ¶

func (client *Client) DescribeDomainISPDataWithChan(request *DescribeDomainISPDataRequest) (<-chan *DescribeDomainISPDataResponse, <-chan error)

DescribeDomainISPDataWithChan invokes the cdn.DescribeDomainISPData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMax95BpsData ¶

func (client *Client) DescribeDomainMax95BpsData(request *DescribeDomainMax95BpsDataRequest) (response *DescribeDomainMax95BpsDataResponse, err error)

DescribeDomainMax95BpsData invokes the cdn.DescribeDomainMax95BpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html

func (*Client) DescribeDomainMax95BpsDataWithCallback ¶

func (client *Client) DescribeDomainMax95BpsDataWithCallback(request *DescribeDomainMax95BpsDataRequest, callback func(response *DescribeDomainMax95BpsDataResponse, err error)) <-chan int

DescribeDomainMax95BpsDataWithCallback invokes the cdn.DescribeDomainMax95BpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMax95BpsDataWithChan ¶

func (client *Client) DescribeDomainMax95BpsDataWithChan(request *DescribeDomainMax95BpsDataRequest) (<-chan *DescribeDomainMax95BpsDataResponse, <-chan error)

DescribeDomainMax95BpsDataWithChan invokes the cdn.DescribeDomainMax95BpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPathData ¶

func (client *Client) DescribeDomainPathData(request *DescribeDomainPathDataRequest) (response *DescribeDomainPathDataResponse, err error)

DescribeDomainPathData invokes the cdn.DescribeDomainPathData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html

func (*Client) DescribeDomainPathDataWithCallback ¶

func (client *Client) DescribeDomainPathDataWithCallback(request *DescribeDomainPathDataRequest, callback func(response *DescribeDomainPathDataResponse, err error)) <-chan int

DescribeDomainPathDataWithCallback invokes the cdn.DescribeDomainPathData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPathDataWithChan ¶

func (client *Client) DescribeDomainPathDataWithChan(request *DescribeDomainPathDataRequest) (<-chan *DescribeDomainPathDataResponse, <-chan error)

DescribeDomainPathDataWithChan invokes the cdn.DescribeDomainPathData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPvData ¶

func (client *Client) DescribeDomainPvData(request *DescribeDomainPvDataRequest) (response *DescribeDomainPvDataResponse, err error)

DescribeDomainPvData invokes the cdn.DescribeDomainPvData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html

func (*Client) DescribeDomainPvDataWithCallback ¶

func (client *Client) DescribeDomainPvDataWithCallback(request *DescribeDomainPvDataRequest, callback func(response *DescribeDomainPvDataResponse, err error)) <-chan int

DescribeDomainPvDataWithCallback invokes the cdn.DescribeDomainPvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPvDataWithChan ¶

func (client *Client) DescribeDomainPvDataWithChan(request *DescribeDomainPvDataRequest) (<-chan *DescribeDomainPvDataResponse, <-chan error)

DescribeDomainPvDataWithChan invokes the cdn.DescribeDomainPvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQpsData ¶

func (client *Client) DescribeDomainQpsData(request *DescribeDomainQpsDataRequest) (response *DescribeDomainQpsDataResponse, err error)

DescribeDomainQpsData invokes the cdn.DescribeDomainQpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html

func (*Client) DescribeDomainQpsDataWithCallback ¶

func (client *Client) DescribeDomainQpsDataWithCallback(request *DescribeDomainQpsDataRequest, callback func(response *DescribeDomainQpsDataResponse, err error)) <-chan int

DescribeDomainQpsDataWithCallback invokes the cdn.DescribeDomainQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQpsDataWithChan ¶

func (client *Client) DescribeDomainQpsDataWithChan(request *DescribeDomainQpsDataRequest) (<-chan *DescribeDomainQpsDataResponse, <-chan error)

DescribeDomainQpsDataWithChan invokes the cdn.DescribeDomainQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeBpsData ¶

func (client *Client) DescribeDomainRealTimeBpsData(request *DescribeDomainRealTimeBpsDataRequest) (response *DescribeDomainRealTimeBpsDataResponse, err error)

DescribeDomainRealTimeBpsData invokes the cdn.DescribeDomainRealTimeBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html

func (*Client) DescribeDomainRealTimeBpsDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeBpsDataWithCallback(request *DescribeDomainRealTimeBpsDataRequest, callback func(response *DescribeDomainRealTimeBpsDataResponse, err error)) <-chan int

DescribeDomainRealTimeBpsDataWithCallback invokes the cdn.DescribeDomainRealTimeBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeBpsDataWithChan ¶

func (client *Client) DescribeDomainRealTimeBpsDataWithChan(request *DescribeDomainRealTimeBpsDataRequest) (<-chan *DescribeDomainRealTimeBpsDataResponse, <-chan error)

DescribeDomainRealTimeBpsDataWithChan invokes the cdn.DescribeDomainRealTimeBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeByteHitRateData ¶

func (client *Client) DescribeDomainRealTimeByteHitRateData(request *DescribeDomainRealTimeByteHitRateDataRequest) (response *DescribeDomainRealTimeByteHitRateDataResponse, err error)

DescribeDomainRealTimeByteHitRateData invokes the cdn.DescribeDomainRealTimeByteHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html

func (*Client) DescribeDomainRealTimeByteHitRateDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeByteHitRateDataWithCallback(request *DescribeDomainRealTimeByteHitRateDataRequest, callback func(response *DescribeDomainRealTimeByteHitRateDataResponse, err error)) <-chan int

DescribeDomainRealTimeByteHitRateDataWithCallback invokes the cdn.DescribeDomainRealTimeByteHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeByteHitRateDataWithChan ¶

func (client *Client) DescribeDomainRealTimeByteHitRateDataWithChan(request *DescribeDomainRealTimeByteHitRateDataRequest) (<-chan *DescribeDomainRealTimeByteHitRateDataResponse, <-chan error)

DescribeDomainRealTimeByteHitRateDataWithChan invokes the cdn.DescribeDomainRealTimeByteHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeHttpCodeData ¶

func (client *Client) DescribeDomainRealTimeHttpCodeData(request *DescribeDomainRealTimeHttpCodeDataRequest) (response *DescribeDomainRealTimeHttpCodeDataResponse, err error)

DescribeDomainRealTimeHttpCodeData invokes the cdn.DescribeDomainRealTimeHttpCodeData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimehttpcodedata.html

func (*Client) DescribeDomainRealTimeHttpCodeDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeHttpCodeDataWithCallback(request *DescribeDomainRealTimeHttpCodeDataRequest, callback func(response *DescribeDomainRealTimeHttpCodeDataResponse, err error)) <-chan int

DescribeDomainRealTimeHttpCodeDataWithCallback invokes the cdn.DescribeDomainRealTimeHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimehttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeHttpCodeDataWithChan ¶

func (client *Client) DescribeDomainRealTimeHttpCodeDataWithChan(request *DescribeDomainRealTimeHttpCodeDataRequest) (<-chan *DescribeDomainRealTimeHttpCodeDataResponse, <-chan error)

DescribeDomainRealTimeHttpCodeDataWithChan invokes the cdn.DescribeDomainRealTimeHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimehttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeQpsData ¶

func (client *Client) DescribeDomainRealTimeQpsData(request *DescribeDomainRealTimeQpsDataRequest) (response *DescribeDomainRealTimeQpsDataResponse, err error)

DescribeDomainRealTimeQpsData invokes the cdn.DescribeDomainRealTimeQpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html

func (*Client) DescribeDomainRealTimeQpsDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeQpsDataWithCallback(request *DescribeDomainRealTimeQpsDataRequest, callback func(response *DescribeDomainRealTimeQpsDataResponse, err error)) <-chan int

DescribeDomainRealTimeQpsDataWithCallback invokes the cdn.DescribeDomainRealTimeQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeQpsDataWithChan ¶

func (client *Client) DescribeDomainRealTimeQpsDataWithChan(request *DescribeDomainRealTimeQpsDataRequest) (<-chan *DescribeDomainRealTimeQpsDataResponse, <-chan error)

DescribeDomainRealTimeQpsDataWithChan invokes the cdn.DescribeDomainRealTimeQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeReqHitRateData ¶

func (client *Client) DescribeDomainRealTimeReqHitRateData(request *DescribeDomainRealTimeReqHitRateDataRequest) (response *DescribeDomainRealTimeReqHitRateDataResponse, err error)

DescribeDomainRealTimeReqHitRateData invokes the cdn.DescribeDomainRealTimeReqHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html

func (*Client) DescribeDomainRealTimeReqHitRateDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeReqHitRateDataWithCallback(request *DescribeDomainRealTimeReqHitRateDataRequest, callback func(response *DescribeDomainRealTimeReqHitRateDataResponse, err error)) <-chan int

DescribeDomainRealTimeReqHitRateDataWithCallback invokes the cdn.DescribeDomainRealTimeReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeReqHitRateDataWithChan ¶

func (client *Client) DescribeDomainRealTimeReqHitRateDataWithChan(request *DescribeDomainRealTimeReqHitRateDataRequest) (<-chan *DescribeDomainRealTimeReqHitRateDataResponse, <-chan error)

DescribeDomainRealTimeReqHitRateDataWithChan invokes the cdn.DescribeDomainRealTimeReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeSrcBpsData ¶

func (client *Client) DescribeDomainRealTimeSrcBpsData(request *DescribeDomainRealTimeSrcBpsDataRequest) (response *DescribeDomainRealTimeSrcBpsDataResponse, err error)

DescribeDomainRealTimeSrcBpsData invokes the cdn.DescribeDomainRealTimeSrcBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrcbpsdata.html

func (*Client) DescribeDomainRealTimeSrcBpsDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeSrcBpsDataWithCallback(request *DescribeDomainRealTimeSrcBpsDataRequest, callback func(response *DescribeDomainRealTimeSrcBpsDataResponse, err error)) <-chan int

DescribeDomainRealTimeSrcBpsDataWithCallback invokes the cdn.DescribeDomainRealTimeSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeSrcBpsDataWithChan ¶

func (client *Client) DescribeDomainRealTimeSrcBpsDataWithChan(request *DescribeDomainRealTimeSrcBpsDataRequest) (<-chan *DescribeDomainRealTimeSrcBpsDataResponse, <-chan error)

DescribeDomainRealTimeSrcBpsDataWithChan invokes the cdn.DescribeDomainRealTimeSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeSrcTrafficData ¶

func (client *Client) DescribeDomainRealTimeSrcTrafficData(request *DescribeDomainRealTimeSrcTrafficDataRequest) (response *DescribeDomainRealTimeSrcTrafficDataResponse, err error)

DescribeDomainRealTimeSrcTrafficData invokes the cdn.DescribeDomainRealTimeSrcTrafficData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrctrafficdata.html

func (*Client) DescribeDomainRealTimeSrcTrafficDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeSrcTrafficDataWithCallback(request *DescribeDomainRealTimeSrcTrafficDataRequest, callback func(response *DescribeDomainRealTimeSrcTrafficDataResponse, err error)) <-chan int

DescribeDomainRealTimeSrcTrafficDataWithCallback invokes the cdn.DescribeDomainRealTimeSrcTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrctrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeSrcTrafficDataWithChan ¶

func (client *Client) DescribeDomainRealTimeSrcTrafficDataWithChan(request *DescribeDomainRealTimeSrcTrafficDataRequest) (<-chan *DescribeDomainRealTimeSrcTrafficDataResponse, <-chan error)

DescribeDomainRealTimeSrcTrafficDataWithChan invokes the cdn.DescribeDomainRealTimeSrcTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimesrctrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRegionData ¶

func (client *Client) DescribeDomainRegionData(request *DescribeDomainRegionDataRequest) (response *DescribeDomainRegionDataResponse, err error)

DescribeDomainRegionData invokes the cdn.DescribeDomainRegionData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html

func (*Client) DescribeDomainRegionDataWithCallback ¶

func (client *Client) DescribeDomainRegionDataWithCallback(request *DescribeDomainRegionDataRequest, callback func(response *DescribeDomainRegionDataResponse, err error)) <-chan int

DescribeDomainRegionDataWithCallback invokes the cdn.DescribeDomainRegionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRegionDataWithChan ¶

func (client *Client) DescribeDomainRegionDataWithChan(request *DescribeDomainRegionDataRequest) (<-chan *DescribeDomainRegionDataResponse, <-chan error)

DescribeDomainRegionDataWithChan invokes the cdn.DescribeDomainRegionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainReqHitRateData ¶

func (client *Client) DescribeDomainReqHitRateData(request *DescribeDomainReqHitRateDataRequest) (response *DescribeDomainReqHitRateDataResponse, err error)

DescribeDomainReqHitRateData invokes the cdn.DescribeDomainReqHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html

func (*Client) DescribeDomainReqHitRateDataWithCallback ¶

func (client *Client) DescribeDomainReqHitRateDataWithCallback(request *DescribeDomainReqHitRateDataRequest, callback func(response *DescribeDomainReqHitRateDataResponse, err error)) <-chan int

DescribeDomainReqHitRateDataWithCallback invokes the cdn.DescribeDomainReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainReqHitRateDataWithChan ¶

func (client *Client) DescribeDomainReqHitRateDataWithChan(request *DescribeDomainReqHitRateDataRequest) (<-chan *DescribeDomainReqHitRateDataResponse, <-chan error)

DescribeDomainReqHitRateDataWithChan invokes the cdn.DescribeDomainReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcBpsData ¶

func (client *Client) DescribeDomainSrcBpsData(request *DescribeDomainSrcBpsDataRequest) (response *DescribeDomainSrcBpsDataResponse, err error)

DescribeDomainSrcBpsData invokes the cdn.DescribeDomainSrcBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html

func (*Client) DescribeDomainSrcBpsDataWithCallback ¶

func (client *Client) DescribeDomainSrcBpsDataWithCallback(request *DescribeDomainSrcBpsDataRequest, callback func(response *DescribeDomainSrcBpsDataResponse, err error)) <-chan int

DescribeDomainSrcBpsDataWithCallback invokes the cdn.DescribeDomainSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcBpsDataWithChan ¶

func (client *Client) DescribeDomainSrcBpsDataWithChan(request *DescribeDomainSrcBpsDataRequest) (<-chan *DescribeDomainSrcBpsDataResponse, <-chan error)

DescribeDomainSrcBpsDataWithChan invokes the cdn.DescribeDomainSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcFlowData ¶

func (client *Client) DescribeDomainSrcFlowData(request *DescribeDomainSrcFlowDataRequest) (response *DescribeDomainSrcFlowDataResponse, err error)

DescribeDomainSrcFlowData invokes the cdn.DescribeDomainSrcFlowData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html

func (*Client) DescribeDomainSrcFlowDataWithCallback ¶

func (client *Client) DescribeDomainSrcFlowDataWithCallback(request *DescribeDomainSrcFlowDataRequest, callback func(response *DescribeDomainSrcFlowDataResponse, err error)) <-chan int

DescribeDomainSrcFlowDataWithCallback invokes the cdn.DescribeDomainSrcFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcFlowDataWithChan ¶

func (client *Client) DescribeDomainSrcFlowDataWithChan(request *DescribeDomainSrcFlowDataRequest) (<-chan *DescribeDomainSrcFlowDataResponse, <-chan error)

DescribeDomainSrcFlowDataWithChan invokes the cdn.DescribeDomainSrcFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcHttpCodeData ¶

func (client *Client) DescribeDomainSrcHttpCodeData(request *DescribeDomainSrcHttpCodeDataRequest) (response *DescribeDomainSrcHttpCodeDataResponse, err error)

DescribeDomainSrcHttpCodeData invokes the cdn.DescribeDomainSrcHttpCodeData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrchttpcodedata.html

func (*Client) DescribeDomainSrcHttpCodeDataWithCallback ¶

func (client *Client) DescribeDomainSrcHttpCodeDataWithCallback(request *DescribeDomainSrcHttpCodeDataRequest, callback func(response *DescribeDomainSrcHttpCodeDataResponse, err error)) <-chan int

DescribeDomainSrcHttpCodeDataWithCallback invokes the cdn.DescribeDomainSrcHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrchttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcHttpCodeDataWithChan ¶

func (client *Client) DescribeDomainSrcHttpCodeDataWithChan(request *DescribeDomainSrcHttpCodeDataRequest) (<-chan *DescribeDomainSrcHttpCodeDataResponse, <-chan error)

DescribeDomainSrcHttpCodeDataWithChan invokes the cdn.DescribeDomainSrcHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrchttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcTrafficData ¶

func (client *Client) DescribeDomainSrcTrafficData(request *DescribeDomainSrcTrafficDataRequest) (response *DescribeDomainSrcTrafficDataResponse, err error)

DescribeDomainSrcTrafficData invokes the cdn.DescribeDomainSrcTrafficData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrctrafficdata.html

func (*Client) DescribeDomainSrcTrafficDataWithCallback ¶

func (client *Client) DescribeDomainSrcTrafficDataWithCallback(request *DescribeDomainSrcTrafficDataRequest, callback func(response *DescribeDomainSrcTrafficDataResponse, err error)) <-chan int

DescribeDomainSrcTrafficDataWithCallback invokes the cdn.DescribeDomainSrcTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrctrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcTrafficDataWithChan ¶

func (client *Client) DescribeDomainSrcTrafficDataWithChan(request *DescribeDomainSrcTrafficDataRequest) (<-chan *DescribeDomainSrcTrafficDataResponse, <-chan error)

DescribeDomainSrcTrafficDataWithChan invokes the cdn.DescribeDomainSrcTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrctrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopReferVisit ¶

func (client *Client) DescribeDomainTopReferVisit(request *DescribeDomainTopReferVisitRequest) (response *DescribeDomainTopReferVisitResponse, err error)

DescribeDomainTopReferVisit invokes the cdn.DescribeDomainTopReferVisit API synchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html

func (*Client) DescribeDomainTopReferVisitWithCallback ¶

func (client *Client) DescribeDomainTopReferVisitWithCallback(request *DescribeDomainTopReferVisitRequest, callback func(response *DescribeDomainTopReferVisitResponse, err error)) <-chan int

DescribeDomainTopReferVisitWithCallback invokes the cdn.DescribeDomainTopReferVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopReferVisitWithChan ¶

func (client *Client) DescribeDomainTopReferVisitWithChan(request *DescribeDomainTopReferVisitRequest) (<-chan *DescribeDomainTopReferVisitResponse, <-chan error)

DescribeDomainTopReferVisitWithChan invokes the cdn.DescribeDomainTopReferVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopUrlVisit ¶

func (client *Client) DescribeDomainTopUrlVisit(request *DescribeDomainTopUrlVisitRequest) (response *DescribeDomainTopUrlVisitResponse, err error)

DescribeDomainTopUrlVisit invokes the cdn.DescribeDomainTopUrlVisit API synchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html

func (*Client) DescribeDomainTopUrlVisitWithCallback ¶

func (client *Client) DescribeDomainTopUrlVisitWithCallback(request *DescribeDomainTopUrlVisitRequest, callback func(response *DescribeDomainTopUrlVisitResponse, err error)) <-chan int

DescribeDomainTopUrlVisitWithCallback invokes the cdn.DescribeDomainTopUrlVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopUrlVisitWithChan ¶

func (client *Client) DescribeDomainTopUrlVisitWithChan(request *DescribeDomainTopUrlVisitRequest) (<-chan *DescribeDomainTopUrlVisitResponse, <-chan error)

DescribeDomainTopUrlVisitWithChan invokes the cdn.DescribeDomainTopUrlVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTrafficData ¶

func (client *Client) DescribeDomainTrafficData(request *DescribeDomainTrafficDataRequest) (response *DescribeDomainTrafficDataResponse, err error)

DescribeDomainTrafficData invokes the cdn.DescribeDomainTrafficData API synchronously api document: https://help.aliyun.com/api/cdn/describedomaintrafficdata.html

func (*Client) DescribeDomainTrafficDataWithCallback ¶

func (client *Client) DescribeDomainTrafficDataWithCallback(request *DescribeDomainTrafficDataRequest, callback func(response *DescribeDomainTrafficDataResponse, err error)) <-chan int

DescribeDomainTrafficDataWithCallback invokes the cdn.DescribeDomainTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTrafficDataWithChan ¶

func (client *Client) DescribeDomainTrafficDataWithChan(request *DescribeDomainTrafficDataRequest) (<-chan *DescribeDomainTrafficDataResponse, <-chan error)

DescribeDomainTrafficDataWithChan invokes the cdn.DescribeDomainTrafficData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintrafficdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUsageData ¶

func (client *Client) DescribeDomainUsageData(request *DescribeDomainUsageDataRequest) (response *DescribeDomainUsageDataResponse, err error)

DescribeDomainUsageData invokes the cdn.DescribeDomainUsageData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainusagedata.html

func (*Client) DescribeDomainUsageDataWithCallback ¶

func (client *Client) DescribeDomainUsageDataWithCallback(request *DescribeDomainUsageDataRequest, callback func(response *DescribeDomainUsageDataResponse, err error)) <-chan int

DescribeDomainUsageDataWithCallback invokes the cdn.DescribeDomainUsageData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainusagedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUsageDataWithChan ¶

func (client *Client) DescribeDomainUsageDataWithChan(request *DescribeDomainUsageDataRequest) (<-chan *DescribeDomainUsageDataResponse, <-chan error)

DescribeDomainUsageDataWithChan invokes the cdn.DescribeDomainUsageData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainusagedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUvData ¶

func (client *Client) DescribeDomainUvData(request *DescribeDomainUvDataRequest) (response *DescribeDomainUvDataResponse, err error)

DescribeDomainUvData invokes the cdn.DescribeDomainUvData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html

func (*Client) DescribeDomainUvDataWithCallback ¶

func (client *Client) DescribeDomainUvDataWithCallback(request *DescribeDomainUvDataRequest, callback func(response *DescribeDomainUvDataResponse, err error)) <-chan int

DescribeDomainUvDataWithCallback invokes the cdn.DescribeDomainUvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUvDataWithChan ¶

func (client *Client) DescribeDomainUvDataWithChan(request *DescribeDomainUvDataRequest) (<-chan *DescribeDomainUvDataResponse, <-chan error)

DescribeDomainUvDataWithChan invokes the cdn.DescribeDomainUvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsBySource ¶

func (client *Client) DescribeDomainsBySource(request *DescribeDomainsBySourceRequest) (response *DescribeDomainsBySourceResponse, err error)

DescribeDomainsBySource invokes the cdn.DescribeDomainsBySource API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html

func (*Client) DescribeDomainsBySourceWithCallback ¶

func (client *Client) DescribeDomainsBySourceWithCallback(request *DescribeDomainsBySourceRequest, callback func(response *DescribeDomainsBySourceResponse, err error)) <-chan int

DescribeDomainsBySourceWithCallback invokes the cdn.DescribeDomainsBySource API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsBySourceWithChan ¶

func (client *Client) DescribeDomainsBySourceWithChan(request *DescribeDomainsBySourceRequest) (<-chan *DescribeDomainsBySourceResponse, <-chan error)

DescribeDomainsBySourceWithChan invokes the cdn.DescribeDomainsBySource API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsUsageByDay ¶

func (client *Client) DescribeDomainsUsageByDay(request *DescribeDomainsUsageByDayRequest) (response *DescribeDomainsUsageByDayResponse, err error)

DescribeDomainsUsageByDay invokes the cdn.DescribeDomainsUsageByDay API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html

func (*Client) DescribeDomainsUsageByDayWithCallback ¶

func (client *Client) DescribeDomainsUsageByDayWithCallback(request *DescribeDomainsUsageByDayRequest, callback func(response *DescribeDomainsUsageByDayResponse, err error)) <-chan int

DescribeDomainsUsageByDayWithCallback invokes the cdn.DescribeDomainsUsageByDay API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsUsageByDayWithChan ¶

func (client *Client) DescribeDomainsUsageByDayWithChan(request *DescribeDomainsUsageByDayRequest) (<-chan *DescribeDomainsUsageByDayResponse, <-chan error)

DescribeDomainsUsageByDayWithChan invokes the cdn.DescribeDomainsUsageByDay API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFCTrigger ¶

func (client *Client) DescribeFCTrigger(request *DescribeFCTriggerRequest) (response *DescribeFCTriggerResponse, err error)

DescribeFCTrigger invokes the cdn.DescribeFCTrigger API synchronously api document: https://help.aliyun.com/api/cdn/describefctrigger.html

func (*Client) DescribeFCTriggerWithCallback ¶

func (client *Client) DescribeFCTriggerWithCallback(request *DescribeFCTriggerRequest, callback func(response *DescribeFCTriggerResponse, err error)) <-chan int

DescribeFCTriggerWithCallback invokes the cdn.DescribeFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/describefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFCTriggerWithChan ¶

func (client *Client) DescribeFCTriggerWithChan(request *DescribeFCTriggerRequest) (<-chan *DescribeFCTriggerResponse, <-chan error)

DescribeFCTriggerWithChan invokes the cdn.DescribeFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/describefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeIpInfo ¶

func (client *Client) DescribeIpInfo(request *DescribeIpInfoRequest) (response *DescribeIpInfoResponse, err error)

DescribeIpInfo invokes the cdn.DescribeIpInfo API synchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html

func (*Client) DescribeIpInfoWithCallback ¶

func (client *Client) DescribeIpInfoWithCallback(request *DescribeIpInfoRequest, callback func(response *DescribeIpInfoResponse, err error)) <-chan int

DescribeIpInfoWithCallback invokes the cdn.DescribeIpInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeIpInfoWithChan ¶

func (client *Client) DescribeIpInfoWithChan(request *DescribeIpInfoRequest) (<-chan *DescribeIpInfoResponse, <-chan error)

DescribeIpInfoWithChan invokes the cdn.DescribeIpInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDomain ¶

func (client *Client) DescribeL2VipsByDomain(request *DescribeL2VipsByDomainRequest) (response *DescribeL2VipsByDomainResponse, err error)

DescribeL2VipsByDomain invokes the cdn.DescribeL2VipsByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html

func (*Client) DescribeL2VipsByDomainWithCallback ¶

func (client *Client) DescribeL2VipsByDomainWithCallback(request *DescribeL2VipsByDomainRequest, callback func(response *DescribeL2VipsByDomainResponse, err error)) <-chan int

DescribeL2VipsByDomainWithCallback invokes the cdn.DescribeL2VipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDomainWithChan ¶

func (client *Client) DescribeL2VipsByDomainWithChan(request *DescribeL2VipsByDomainRequest) (<-chan *DescribeL2VipsByDomainResponse, <-chan error)

DescribeL2VipsByDomainWithChan invokes the cdn.DescribeL2VipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDynamicDomain ¶

func (client *Client) DescribeL2VipsByDynamicDomain(request *DescribeL2VipsByDynamicDomainRequest) (response *DescribeL2VipsByDynamicDomainResponse, err error)

DescribeL2VipsByDynamicDomain invokes the cdn.DescribeL2VipsByDynamicDomain API synchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydynamicdomain.html

func (*Client) DescribeL2VipsByDynamicDomainWithCallback ¶

func (client *Client) DescribeL2VipsByDynamicDomainWithCallback(request *DescribeL2VipsByDynamicDomainRequest, callback func(response *DescribeL2VipsByDynamicDomainResponse, err error)) <-chan int

DescribeL2VipsByDynamicDomainWithCallback invokes the cdn.DescribeL2VipsByDynamicDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydynamicdomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDynamicDomainWithChan ¶

func (client *Client) DescribeL2VipsByDynamicDomainWithChan(request *DescribeL2VipsByDynamicDomainRequest) (<-chan *DescribeL2VipsByDynamicDomainResponse, <-chan error)

DescribeL2VipsByDynamicDomainWithChan invokes the cdn.DescribeL2VipsByDynamicDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydynamicdomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLivePullStreamConfig ¶

func (client *Client) DescribeLivePullStreamConfig(request *DescribeLivePullStreamConfigRequest) (response *DescribeLivePullStreamConfigResponse, err error)

DescribeLivePullStreamConfig invokes the cdn.DescribeLivePullStreamConfig API synchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html

func (*Client) DescribeLivePullStreamConfigWithCallback ¶

func (client *Client) DescribeLivePullStreamConfigWithCallback(request *DescribeLivePullStreamConfigRequest, callback func(response *DescribeLivePullStreamConfigResponse, err error)) <-chan int

DescribeLivePullStreamConfigWithCallback invokes the cdn.DescribeLivePullStreamConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLivePullStreamConfigWithChan ¶

func (client *Client) DescribeLivePullStreamConfigWithChan(request *DescribeLivePullStreamConfigRequest) (<-chan *DescribeLivePullStreamConfigResponse, <-chan error)

DescribeLivePullStreamConfigWithChan invokes the cdn.DescribeLivePullStreamConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveRecordConfig ¶

func (client *Client) DescribeLiveRecordConfig(request *DescribeLiveRecordConfigRequest) (response *DescribeLiveRecordConfigResponse, err error)

DescribeLiveRecordConfig invokes the cdn.DescribeLiveRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html

func (*Client) DescribeLiveRecordConfigWithCallback ¶

func (client *Client) DescribeLiveRecordConfigWithCallback(request *DescribeLiveRecordConfigRequest, callback func(response *DescribeLiveRecordConfigResponse, err error)) <-chan int

DescribeLiveRecordConfigWithCallback invokes the cdn.DescribeLiveRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveRecordConfigWithChan ¶

func (client *Client) DescribeLiveRecordConfigWithChan(request *DescribeLiveRecordConfigRequest) (<-chan *DescribeLiveRecordConfigResponse, <-chan error)

DescribeLiveRecordConfigWithChan invokes the cdn.DescribeLiveRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSnapshotConfig ¶

func (client *Client) DescribeLiveSnapshotConfig(request *DescribeLiveSnapshotConfigRequest) (response *DescribeLiveSnapshotConfigResponse, err error)

DescribeLiveSnapshotConfig invokes the cdn.DescribeLiveSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html

func (*Client) DescribeLiveSnapshotConfigWithCallback ¶

func (client *Client) DescribeLiveSnapshotConfigWithCallback(request *DescribeLiveSnapshotConfigRequest, callback func(response *DescribeLiveSnapshotConfigResponse, err error)) <-chan int

DescribeLiveSnapshotConfigWithCallback invokes the cdn.DescribeLiveSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSnapshotConfigWithChan ¶

func (client *Client) DescribeLiveSnapshotConfigWithChan(request *DescribeLiveSnapshotConfigRequest) (<-chan *DescribeLiveSnapshotConfigResponse, <-chan error)

DescribeLiveSnapshotConfigWithChan invokes the cdn.DescribeLiveSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBitRateData ¶

func (client *Client) DescribeLiveStreamBitRateData(request *DescribeLiveStreamBitRateDataRequest) (response *DescribeLiveStreamBitRateDataResponse, err error)

DescribeLiveStreamBitRateData invokes the cdn.DescribeLiveStreamBitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html

func (*Client) DescribeLiveStreamBitRateDataWithCallback ¶

func (client *Client) DescribeLiveStreamBitRateDataWithCallback(request *DescribeLiveStreamBitRateDataRequest, callback func(response *DescribeLiveStreamBitRateDataResponse, err error)) <-chan int

DescribeLiveStreamBitRateDataWithCallback invokes the cdn.DescribeLiveStreamBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBitRateDataWithChan ¶

func (client *Client) DescribeLiveStreamBitRateDataWithChan(request *DescribeLiveStreamBitRateDataRequest) (<-chan *DescribeLiveStreamBitRateDataResponse, <-chan error)

DescribeLiveStreamBitRateDataWithChan invokes the cdn.DescribeLiveStreamBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNum ¶

func (client *Client) DescribeLiveStreamOnlineUserNum(request *DescribeLiveStreamOnlineUserNumRequest) (response *DescribeLiveStreamOnlineUserNumResponse, err error)

DescribeLiveStreamOnlineUserNum invokes the cdn.DescribeLiveStreamOnlineUserNum API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html

func (*Client) DescribeLiveStreamOnlineUserNumWithCallback ¶

func (client *Client) DescribeLiveStreamOnlineUserNumWithCallback(request *DescribeLiveStreamOnlineUserNumRequest, callback func(response *DescribeLiveStreamOnlineUserNumResponse, err error)) <-chan int

DescribeLiveStreamOnlineUserNumWithCallback invokes the cdn.DescribeLiveStreamOnlineUserNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNumWithChan ¶

func (client *Client) DescribeLiveStreamOnlineUserNumWithChan(request *DescribeLiveStreamOnlineUserNumRequest) (<-chan *DescribeLiveStreamOnlineUserNumResponse, <-chan error)

DescribeLiveStreamOnlineUserNumWithChan invokes the cdn.DescribeLiveStreamOnlineUserNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordContent ¶

func (client *Client) DescribeLiveStreamRecordContent(request *DescribeLiveStreamRecordContentRequest) (response *DescribeLiveStreamRecordContentResponse, err error)

DescribeLiveStreamRecordContent invokes the cdn.DescribeLiveStreamRecordContent API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html

func (*Client) DescribeLiveStreamRecordContentWithCallback ¶

func (client *Client) DescribeLiveStreamRecordContentWithCallback(request *DescribeLiveStreamRecordContentRequest, callback func(response *DescribeLiveStreamRecordContentResponse, err error)) <-chan int

DescribeLiveStreamRecordContentWithCallback invokes the cdn.DescribeLiveStreamRecordContent API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordContentWithChan ¶

func (client *Client) DescribeLiveStreamRecordContentWithChan(request *DescribeLiveStreamRecordContentRequest) (<-chan *DescribeLiveStreamRecordContentResponse, <-chan error)

DescribeLiveStreamRecordContentWithChan invokes the cdn.DescribeLiveStreamRecordContent API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFile ¶

func (client *Client) DescribeLiveStreamRecordIndexFile(request *DescribeLiveStreamRecordIndexFileRequest) (response *DescribeLiveStreamRecordIndexFileResponse, err error)

DescribeLiveStreamRecordIndexFile invokes the cdn.DescribeLiveStreamRecordIndexFile API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html

func (*Client) DescribeLiveStreamRecordIndexFileWithCallback ¶

func (client *Client) DescribeLiveStreamRecordIndexFileWithCallback(request *DescribeLiveStreamRecordIndexFileRequest, callback func(response *DescribeLiveStreamRecordIndexFileResponse, err error)) <-chan int

DescribeLiveStreamRecordIndexFileWithCallback invokes the cdn.DescribeLiveStreamRecordIndexFile API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFileWithChan ¶

func (client *Client) DescribeLiveStreamRecordIndexFileWithChan(request *DescribeLiveStreamRecordIndexFileRequest) (<-chan *DescribeLiveStreamRecordIndexFileResponse, <-chan error)

DescribeLiveStreamRecordIndexFileWithChan invokes the cdn.DescribeLiveStreamRecordIndexFile API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFiles ¶

func (client *Client) DescribeLiveStreamRecordIndexFiles(request *DescribeLiveStreamRecordIndexFilesRequest) (response *DescribeLiveStreamRecordIndexFilesResponse, err error)

DescribeLiveStreamRecordIndexFiles invokes the cdn.DescribeLiveStreamRecordIndexFiles API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html

func (*Client) DescribeLiveStreamRecordIndexFilesWithCallback ¶

func (client *Client) DescribeLiveStreamRecordIndexFilesWithCallback(request *DescribeLiveStreamRecordIndexFilesRequest, callback func(response *DescribeLiveStreamRecordIndexFilesResponse, err error)) <-chan int

DescribeLiveStreamRecordIndexFilesWithCallback invokes the cdn.DescribeLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFilesWithChan ¶

func (client *Client) DescribeLiveStreamRecordIndexFilesWithChan(request *DescribeLiveStreamRecordIndexFilesRequest) (<-chan *DescribeLiveStreamRecordIndexFilesResponse, <-chan error)

DescribeLiveStreamRecordIndexFilesWithChan invokes the cdn.DescribeLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamSnapshotInfo ¶

func (client *Client) DescribeLiveStreamSnapshotInfo(request *DescribeLiveStreamSnapshotInfoRequest) (response *DescribeLiveStreamSnapshotInfoResponse, err error)

DescribeLiveStreamSnapshotInfo invokes the cdn.DescribeLiveStreamSnapshotInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html

func (*Client) DescribeLiveStreamSnapshotInfoWithCallback ¶

func (client *Client) DescribeLiveStreamSnapshotInfoWithCallback(request *DescribeLiveStreamSnapshotInfoRequest, callback func(response *DescribeLiveStreamSnapshotInfoResponse, err error)) <-chan int

DescribeLiveStreamSnapshotInfoWithCallback invokes the cdn.DescribeLiveStreamSnapshotInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamSnapshotInfoWithChan ¶

func (client *Client) DescribeLiveStreamSnapshotInfoWithChan(request *DescribeLiveStreamSnapshotInfoRequest) (<-chan *DescribeLiveStreamSnapshotInfoResponse, <-chan error)

DescribeLiveStreamSnapshotInfoWithChan invokes the cdn.DescribeLiveStreamSnapshotInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeInfo ¶

func (client *Client) DescribeLiveStreamTranscodeInfo(request *DescribeLiveStreamTranscodeInfoRequest) (response *DescribeLiveStreamTranscodeInfoResponse, err error)

DescribeLiveStreamTranscodeInfo invokes the cdn.DescribeLiveStreamTranscodeInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html

func (*Client) DescribeLiveStreamTranscodeInfoWithCallback ¶

func (client *Client) DescribeLiveStreamTranscodeInfoWithCallback(request *DescribeLiveStreamTranscodeInfoRequest, callback func(response *DescribeLiveStreamTranscodeInfoResponse, err error)) <-chan int

DescribeLiveStreamTranscodeInfoWithCallback invokes the cdn.DescribeLiveStreamTranscodeInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeInfoWithChan ¶

func (client *Client) DescribeLiveStreamTranscodeInfoWithChan(request *DescribeLiveStreamTranscodeInfoRequest) (<-chan *DescribeLiveStreamTranscodeInfoResponse, <-chan error)

DescribeLiveStreamTranscodeInfoWithChan invokes the cdn.DescribeLiveStreamTranscodeInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsBlockList ¶

func (client *Client) DescribeLiveStreamsBlockList(request *DescribeLiveStreamsBlockListRequest) (response *DescribeLiveStreamsBlockListResponse, err error)

DescribeLiveStreamsBlockList invokes the cdn.DescribeLiveStreamsBlockList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html

func (*Client) DescribeLiveStreamsBlockListWithCallback ¶

func (client *Client) DescribeLiveStreamsBlockListWithCallback(request *DescribeLiveStreamsBlockListRequest, callback func(response *DescribeLiveStreamsBlockListResponse, err error)) <-chan int

DescribeLiveStreamsBlockListWithCallback invokes the cdn.DescribeLiveStreamsBlockList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsBlockListWithChan ¶

func (client *Client) DescribeLiveStreamsBlockListWithChan(request *DescribeLiveStreamsBlockListRequest) (<-chan *DescribeLiveStreamsBlockListResponse, <-chan error)

DescribeLiveStreamsBlockListWithChan invokes the cdn.DescribeLiveStreamsBlockList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsControlHistory ¶

func (client *Client) DescribeLiveStreamsControlHistory(request *DescribeLiveStreamsControlHistoryRequest) (response *DescribeLiveStreamsControlHistoryResponse, err error)

DescribeLiveStreamsControlHistory invokes the cdn.DescribeLiveStreamsControlHistory API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html

func (*Client) DescribeLiveStreamsControlHistoryWithCallback ¶

func (client *Client) DescribeLiveStreamsControlHistoryWithCallback(request *DescribeLiveStreamsControlHistoryRequest, callback func(response *DescribeLiveStreamsControlHistoryResponse, err error)) <-chan int

DescribeLiveStreamsControlHistoryWithCallback invokes the cdn.DescribeLiveStreamsControlHistory API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsControlHistoryWithChan ¶

func (client *Client) DescribeLiveStreamsControlHistoryWithChan(request *DescribeLiveStreamsControlHistoryRequest) (<-chan *DescribeLiveStreamsControlHistoryResponse, <-chan error)

DescribeLiveStreamsControlHistoryWithChan invokes the cdn.DescribeLiveStreamsControlHistory API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateData ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateData(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest) (response *DescribeLiveStreamsFrameRateAndBitRateDataResponse, err error)

DescribeLiveStreamsFrameRateAndBitRateData invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateDataWithCallback ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateDataWithCallback(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest, callback func(response *DescribeLiveStreamsFrameRateAndBitRateDataResponse, err error)) <-chan int

DescribeLiveStreamsFrameRateAndBitRateDataWithCallback invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateDataWithChan ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateDataWithChan(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest) (<-chan *DescribeLiveStreamsFrameRateAndBitRateDataResponse, <-chan error)

DescribeLiveStreamsFrameRateAndBitRateDataWithChan invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsOnlineList ¶

func (client *Client) DescribeLiveStreamsOnlineList(request *DescribeLiveStreamsOnlineListRequest) (response *DescribeLiveStreamsOnlineListResponse, err error)

DescribeLiveStreamsOnlineList invokes the cdn.DescribeLiveStreamsOnlineList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html

func (*Client) DescribeLiveStreamsOnlineListWithCallback ¶

func (client *Client) DescribeLiveStreamsOnlineListWithCallback(request *DescribeLiveStreamsOnlineListRequest, callback func(response *DescribeLiveStreamsOnlineListResponse, err error)) <-chan int

DescribeLiveStreamsOnlineListWithCallback invokes the cdn.DescribeLiveStreamsOnlineList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsOnlineListWithChan ¶

func (client *Client) DescribeLiveStreamsOnlineListWithChan(request *DescribeLiveStreamsOnlineListRequest) (<-chan *DescribeLiveStreamsOnlineListResponse, <-chan error)

DescribeLiveStreamsOnlineListWithChan invokes the cdn.DescribeLiveStreamsOnlineList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsPublishList ¶

func (client *Client) DescribeLiveStreamsPublishList(request *DescribeLiveStreamsPublishListRequest) (response *DescribeLiveStreamsPublishListResponse, err error)

DescribeLiveStreamsPublishList invokes the cdn.DescribeLiveStreamsPublishList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html

func (*Client) DescribeLiveStreamsPublishListWithCallback ¶

func (client *Client) DescribeLiveStreamsPublishListWithCallback(request *DescribeLiveStreamsPublishListRequest, callback func(response *DescribeLiveStreamsPublishListResponse, err error)) <-chan int

DescribeLiveStreamsPublishListWithCallback invokes the cdn.DescribeLiveStreamsPublishList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsPublishListWithChan ¶

func (client *Client) DescribeLiveStreamsPublishListWithChan(request *DescribeLiveStreamsPublishListRequest) (<-chan *DescribeLiveStreamsPublishListResponse, <-chan error)

DescribeLiveStreamsPublishListWithChan invokes the cdn.DescribeLiveStreamsPublishList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRangeDataByLocateAndIspService ¶

func (client *Client) DescribeRangeDataByLocateAndIspService(request *DescribeRangeDataByLocateAndIspServiceRequest) (response *DescribeRangeDataByLocateAndIspServiceResponse, err error)

DescribeRangeDataByLocateAndIspService invokes the cdn.DescribeRangeDataByLocateAndIspService API synchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html

func (*Client) DescribeRangeDataByLocateAndIspServiceWithCallback ¶

func (client *Client) DescribeRangeDataByLocateAndIspServiceWithCallback(request *DescribeRangeDataByLocateAndIspServiceRequest, callback func(response *DescribeRangeDataByLocateAndIspServiceResponse, err error)) <-chan int

DescribeRangeDataByLocateAndIspServiceWithCallback invokes the cdn.DescribeRangeDataByLocateAndIspService API asynchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRangeDataByLocateAndIspServiceWithChan ¶

func (client *Client) DescribeRangeDataByLocateAndIspServiceWithChan(request *DescribeRangeDataByLocateAndIspServiceRequest) (<-chan *DescribeRangeDataByLocateAndIspServiceResponse, <-chan error)

DescribeRangeDataByLocateAndIspServiceWithChan invokes the cdn.DescribeRangeDataByLocateAndIspService API asynchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRealtimeDeliveryAcc ¶

func (client *Client) DescribeRealtimeDeliveryAcc(request *DescribeRealtimeDeliveryAccRequest) (response *DescribeRealtimeDeliveryAccResponse, err error)

DescribeRealtimeDeliveryAcc invokes the cdn.DescribeRealtimeDeliveryAcc API synchronously api document: https://help.aliyun.com/api/cdn/describerealtimedeliveryacc.html

func (*Client) DescribeRealtimeDeliveryAccWithCallback ¶

func (client *Client) DescribeRealtimeDeliveryAccWithCallback(request *DescribeRealtimeDeliveryAccRequest, callback func(response *DescribeRealtimeDeliveryAccResponse, err error)) <-chan int

DescribeRealtimeDeliveryAccWithCallback invokes the cdn.DescribeRealtimeDeliveryAcc API asynchronously api document: https://help.aliyun.com/api/cdn/describerealtimedeliveryacc.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRealtimeDeliveryAccWithChan ¶

func (client *Client) DescribeRealtimeDeliveryAccWithChan(request *DescribeRealtimeDeliveryAccRequest) (<-chan *DescribeRealtimeDeliveryAccResponse, <-chan error)

DescribeRealtimeDeliveryAccWithChan invokes the cdn.DescribeRealtimeDeliveryAcc API asynchronously api document: https://help.aliyun.com/api/cdn/describerealtimedeliveryacc.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshQuota ¶

func (client *Client) DescribeRefreshQuota(request *DescribeRefreshQuotaRequest) (response *DescribeRefreshQuotaResponse, err error)

DescribeRefreshQuota invokes the cdn.DescribeRefreshQuota API synchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html

func (*Client) DescribeRefreshQuotaWithCallback ¶

func (client *Client) DescribeRefreshQuotaWithCallback(request *DescribeRefreshQuotaRequest, callback func(response *DescribeRefreshQuotaResponse, err error)) <-chan int

DescribeRefreshQuotaWithCallback invokes the cdn.DescribeRefreshQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshQuotaWithChan ¶

func (client *Client) DescribeRefreshQuotaWithChan(request *DescribeRefreshQuotaRequest) (<-chan *DescribeRefreshQuotaResponse, <-chan error)

DescribeRefreshQuotaWithChan invokes the cdn.DescribeRefreshQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshTasks ¶

func (client *Client) DescribeRefreshTasks(request *DescribeRefreshTasksRequest) (response *DescribeRefreshTasksResponse, err error)

DescribeRefreshTasks invokes the cdn.DescribeRefreshTasks API synchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html

func (*Client) DescribeRefreshTasksWithCallback ¶

func (client *Client) DescribeRefreshTasksWithCallback(request *DescribeRefreshTasksRequest, callback func(response *DescribeRefreshTasksResponse, err error)) <-chan int

DescribeRefreshTasksWithCallback invokes the cdn.DescribeRefreshTasks API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshTasksWithChan ¶

func (client *Client) DescribeRefreshTasksWithChan(request *DescribeRefreshTasksRequest) (<-chan *DescribeRefreshTasksResponse, <-chan error)

DescribeRefreshTasksWithChan invokes the cdn.DescribeRefreshTasks API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeTopDomainsByFlow ¶

func (client *Client) DescribeTopDomainsByFlow(request *DescribeTopDomainsByFlowRequest) (response *DescribeTopDomainsByFlowResponse, err error)

DescribeTopDomainsByFlow invokes the cdn.DescribeTopDomainsByFlow API synchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html

func (*Client) DescribeTopDomainsByFlowWithCallback ¶

func (client *Client) DescribeTopDomainsByFlowWithCallback(request *DescribeTopDomainsByFlowRequest, callback func(response *DescribeTopDomainsByFlowResponse, err error)) <-chan int

DescribeTopDomainsByFlowWithCallback invokes the cdn.DescribeTopDomainsByFlow API asynchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeTopDomainsByFlowWithChan ¶

func (client *Client) DescribeTopDomainsByFlowWithChan(request *DescribeTopDomainsByFlowRequest) (<-chan *DescribeTopDomainsByFlowResponse, <-chan error)

DescribeTopDomainsByFlowWithChan invokes the cdn.DescribeTopDomainsByFlow API asynchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserConfigs ¶

func (client *Client) DescribeUserConfigs(request *DescribeUserConfigsRequest) (response *DescribeUserConfigsResponse, err error)

DescribeUserConfigs invokes the cdn.DescribeUserConfigs API synchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html

func (*Client) DescribeUserConfigsWithCallback ¶

func (client *Client) DescribeUserConfigsWithCallback(request *DescribeUserConfigsRequest, callback func(response *DescribeUserConfigsResponse, err error)) <-chan int

DescribeUserConfigsWithCallback invokes the cdn.DescribeUserConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserConfigsWithChan ¶

func (client *Client) DescribeUserConfigsWithChan(request *DescribeUserConfigsRequest) (<-chan *DescribeUserConfigsResponse, <-chan error)

DescribeUserConfigsWithChan invokes the cdn.DescribeUserConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomerLabels ¶

func (client *Client) DescribeUserCustomerLabels(request *DescribeUserCustomerLabelsRequest) (response *DescribeUserCustomerLabelsResponse, err error)

DescribeUserCustomerLabels invokes the cdn.DescribeUserCustomerLabels API synchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html

func (*Client) DescribeUserCustomerLabelsWithCallback ¶

func (client *Client) DescribeUserCustomerLabelsWithCallback(request *DescribeUserCustomerLabelsRequest, callback func(response *DescribeUserCustomerLabelsResponse, err error)) <-chan int

DescribeUserCustomerLabelsWithCallback invokes the cdn.DescribeUserCustomerLabels API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomerLabelsWithChan ¶

func (client *Client) DescribeUserCustomerLabelsWithChan(request *DescribeUserCustomerLabelsRequest) (<-chan *DescribeUserCustomerLabelsResponse, <-chan error)

DescribeUserCustomerLabelsWithChan invokes the cdn.DescribeUserCustomerLabels API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserDomains ¶

func (client *Client) DescribeUserDomains(request *DescribeUserDomainsRequest) (response *DescribeUserDomainsResponse, err error)

DescribeUserDomains invokes the cdn.DescribeUserDomains API synchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html

func (*Client) DescribeUserDomainsWithCallback ¶

func (client *Client) DescribeUserDomainsWithCallback(request *DescribeUserDomainsRequest, callback func(response *DescribeUserDomainsResponse, err error)) <-chan int

DescribeUserDomainsWithCallback invokes the cdn.DescribeUserDomains API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserDomainsWithChan ¶

func (client *Client) DescribeUserDomainsWithChan(request *DescribeUserDomainsRequest) (<-chan *DescribeUserDomainsResponse, <-chan error)

DescribeUserDomainsWithChan invokes the cdn.DescribeUserDomains API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserUsageDataExportTask ¶

func (client *Client) DescribeUserUsageDataExportTask(request *DescribeUserUsageDataExportTaskRequest) (response *DescribeUserUsageDataExportTaskResponse, err error)

DescribeUserUsageDataExportTask invokes the cdn.DescribeUserUsageDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedataexporttask.html

func (*Client) DescribeUserUsageDataExportTaskWithCallback ¶

func (client *Client) DescribeUserUsageDataExportTaskWithCallback(request *DescribeUserUsageDataExportTaskRequest, callback func(response *DescribeUserUsageDataExportTaskResponse, err error)) <-chan int

DescribeUserUsageDataExportTaskWithCallback invokes the cdn.DescribeUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserUsageDataExportTaskWithChan ¶

func (client *Client) DescribeUserUsageDataExportTaskWithChan(request *DescribeUserUsageDataExportTaskRequest) (<-chan *DescribeUserUsageDataExportTaskResponse, <-chan error)

DescribeUserUsageDataExportTaskWithChan invokes the cdn.DescribeUserUsageDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserUsageDetailDataExportTask ¶

func (client *Client) DescribeUserUsageDetailDataExportTask(request *DescribeUserUsageDetailDataExportTaskRequest) (response *DescribeUserUsageDetailDataExportTaskResponse, err error)

DescribeUserUsageDetailDataExportTask invokes the cdn.DescribeUserUsageDetailDataExportTask API synchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedetaildataexporttask.html

func (*Client) DescribeUserUsageDetailDataExportTaskWithCallback ¶

func (client *Client) DescribeUserUsageDetailDataExportTaskWithCallback(request *DescribeUserUsageDetailDataExportTaskRequest, callback func(response *DescribeUserUsageDetailDataExportTaskResponse, err error)) <-chan int

DescribeUserUsageDetailDataExportTaskWithCallback invokes the cdn.DescribeUserUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserUsageDetailDataExportTaskWithChan ¶

func (client *Client) DescribeUserUsageDetailDataExportTaskWithChan(request *DescribeUserUsageDetailDataExportTaskRequest) (<-chan *DescribeUserUsageDetailDataExportTaskResponse, <-chan error)

DescribeUserUsageDetailDataExportTaskWithChan invokes the cdn.DescribeUserUsageDetailDataExportTask API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserusagedetaildataexporttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ForbidLiveStream ¶

func (client *Client) ForbidLiveStream(request *ForbidLiveStreamRequest) (response *ForbidLiveStreamResponse, err error)

ForbidLiveStream invokes the cdn.ForbidLiveStream API synchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html

func (*Client) ForbidLiveStreamWithCallback ¶

func (client *Client) ForbidLiveStreamWithCallback(request *ForbidLiveStreamRequest, callback func(response *ForbidLiveStreamResponse, err error)) <-chan int

ForbidLiveStreamWithCallback invokes the cdn.ForbidLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ForbidLiveStreamWithChan ¶

func (client *Client) ForbidLiveStreamWithChan(request *ForbidLiveStreamRequest) (<-chan *ForbidLiveStreamResponse, <-chan error)

ForbidLiveStreamWithChan invokes the cdn.ForbidLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDomainsByLogConfigId ¶

func (client *Client) ListDomainsByLogConfigId(request *ListDomainsByLogConfigIdRequest) (response *ListDomainsByLogConfigIdResponse, err error)

ListDomainsByLogConfigId invokes the cdn.ListDomainsByLogConfigId API synchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html

func (*Client) ListDomainsByLogConfigIdWithCallback ¶

func (client *Client) ListDomainsByLogConfigIdWithCallback(request *ListDomainsByLogConfigIdRequest, callback func(response *ListDomainsByLogConfigIdResponse, err error)) <-chan int

ListDomainsByLogConfigIdWithCallback invokes the cdn.ListDomainsByLogConfigId API asynchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDomainsByLogConfigIdWithChan ¶

func (client *Client) ListDomainsByLogConfigIdWithChan(request *ListDomainsByLogConfigIdRequest) (<-chan *ListDomainsByLogConfigIdResponse, <-chan error)

ListDomainsByLogConfigIdWithChan invokes the cdn.ListDomainsByLogConfigId API asynchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFCTrigger ¶

func (client *Client) ListFCTrigger(request *ListFCTriggerRequest) (response *ListFCTriggerResponse, err error)

ListFCTrigger invokes the cdn.ListFCTrigger API synchronously api document: https://help.aliyun.com/api/cdn/listfctrigger.html

func (*Client) ListFCTriggerWithCallback ¶

func (client *Client) ListFCTriggerWithCallback(request *ListFCTriggerRequest, callback func(response *ListFCTriggerResponse, err error)) <-chan int

ListFCTriggerWithCallback invokes the cdn.ListFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/listfctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFCTriggerWithChan ¶

func (client *Client) ListFCTriggerWithChan(request *ListFCTriggerRequest) (<-chan *ListFCTriggerResponse, <-chan error)

ListFCTriggerWithChan invokes the cdn.ListFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/listfctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnDomain ¶

func (client *Client) ModifyCdnDomain(request *ModifyCdnDomainRequest) (response *ModifyCdnDomainResponse, err error)

ModifyCdnDomain invokes the cdn.ModifyCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html

func (*Client) ModifyCdnDomainWithCallback ¶

func (client *Client) ModifyCdnDomainWithCallback(request *ModifyCdnDomainRequest, callback func(response *ModifyCdnDomainResponse, err error)) <-chan int

ModifyCdnDomainWithCallback invokes the cdn.ModifyCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnDomainWithChan ¶

func (client *Client) ModifyCdnDomainWithChan(request *ModifyCdnDomainRequest) (<-chan *ModifyCdnDomainResponse, <-chan error)

ModifyCdnDomainWithChan invokes the cdn.ModifyCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnService ¶

func (client *Client) ModifyCdnService(request *ModifyCdnServiceRequest) (response *ModifyCdnServiceResponse, err error)

ModifyCdnService invokes the cdn.ModifyCdnService API synchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html

func (*Client) ModifyCdnServiceWithCallback ¶

func (client *Client) ModifyCdnServiceWithCallback(request *ModifyCdnServiceRequest, callback func(response *ModifyCdnServiceResponse, err error)) <-chan int

ModifyCdnServiceWithCallback invokes the cdn.ModifyCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnServiceWithChan ¶

func (client *Client) ModifyCdnServiceWithChan(request *ModifyCdnServiceRequest) (<-chan *ModifyCdnServiceResponse, <-chan error)

ModifyCdnServiceWithChan invokes the cdn.ModifyCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyDomainCustomLogConfig ¶

func (client *Client) ModifyDomainCustomLogConfig(request *ModifyDomainCustomLogConfigRequest) (response *ModifyDomainCustomLogConfigResponse, err error)

ModifyDomainCustomLogConfig invokes the cdn.ModifyDomainCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html

func (*Client) ModifyDomainCustomLogConfigWithCallback ¶

func (client *Client) ModifyDomainCustomLogConfigWithCallback(request *ModifyDomainCustomLogConfigRequest, callback func(response *ModifyDomainCustomLogConfigResponse, err error)) <-chan int

ModifyDomainCustomLogConfigWithCallback invokes the cdn.ModifyDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyDomainCustomLogConfigWithChan ¶

func (client *Client) ModifyDomainCustomLogConfigWithChan(request *ModifyDomainCustomLogConfigRequest) (<-chan *ModifyDomainCustomLogConfigResponse, <-chan error)

ModifyDomainCustomLogConfigWithChan invokes the cdn.ModifyDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFileCacheExpiredConfig ¶

func (client *Client) ModifyFileCacheExpiredConfig(request *ModifyFileCacheExpiredConfigRequest) (response *ModifyFileCacheExpiredConfigResponse, err error)

ModifyFileCacheExpiredConfig invokes the cdn.ModifyFileCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html

func (*Client) ModifyFileCacheExpiredConfigWithCallback ¶

func (client *Client) ModifyFileCacheExpiredConfigWithCallback(request *ModifyFileCacheExpiredConfigRequest, callback func(response *ModifyFileCacheExpiredConfigResponse, err error)) <-chan int

ModifyFileCacheExpiredConfigWithCallback invokes the cdn.ModifyFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFileCacheExpiredConfigWithChan ¶

func (client *Client) ModifyFileCacheExpiredConfigWithChan(request *ModifyFileCacheExpiredConfigRequest) (<-chan *ModifyFileCacheExpiredConfigResponse, <-chan error)

ModifyFileCacheExpiredConfigWithChan invokes the cdn.ModifyFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyHttpHeaderConfig ¶

func (client *Client) ModifyHttpHeaderConfig(request *ModifyHttpHeaderConfigRequest) (response *ModifyHttpHeaderConfigResponse, err error)

ModifyHttpHeaderConfig invokes the cdn.ModifyHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html

func (*Client) ModifyHttpHeaderConfigWithCallback ¶

func (client *Client) ModifyHttpHeaderConfigWithCallback(request *ModifyHttpHeaderConfigRequest, callback func(response *ModifyHttpHeaderConfigResponse, err error)) <-chan int

ModifyHttpHeaderConfigWithCallback invokes the cdn.ModifyHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyHttpHeaderConfigWithChan ¶

func (client *Client) ModifyHttpHeaderConfigWithChan(request *ModifyHttpHeaderConfigRequest) (<-chan *ModifyHttpHeaderConfigResponse, <-chan error)

ModifyHttpHeaderConfigWithChan invokes the cdn.ModifyHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserCustomLogConfig ¶

func (client *Client) ModifyUserCustomLogConfig(request *ModifyUserCustomLogConfigRequest) (response *ModifyUserCustomLogConfigResponse, err error)

ModifyUserCustomLogConfig invokes the cdn.ModifyUserCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html

func (*Client) ModifyUserCustomLogConfigWithCallback ¶

func (client *Client) ModifyUserCustomLogConfigWithCallback(request *ModifyUserCustomLogConfigRequest, callback func(response *ModifyUserCustomLogConfigResponse, err error)) <-chan int

ModifyUserCustomLogConfigWithCallback invokes the cdn.ModifyUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserCustomLogConfigWithChan ¶

func (client *Client) ModifyUserCustomLogConfigWithChan(request *ModifyUserCustomLogConfigRequest) (<-chan *ModifyUserCustomLogConfigResponse, <-chan error)

ModifyUserCustomLogConfigWithChan invokes the cdn.ModifyUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OpenCdnService ¶

func (client *Client) OpenCdnService(request *OpenCdnServiceRequest) (response *OpenCdnServiceResponse, err error)

OpenCdnService invokes the cdn.OpenCdnService API synchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html

func (*Client) OpenCdnServiceWithCallback ¶

func (client *Client) OpenCdnServiceWithCallback(request *OpenCdnServiceRequest, callback func(response *OpenCdnServiceResponse, err error)) <-chan int

OpenCdnServiceWithCallback invokes the cdn.OpenCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OpenCdnServiceWithChan ¶

func (client *Client) OpenCdnServiceWithChan(request *OpenCdnServiceRequest) (<-chan *OpenCdnServiceResponse, <-chan error)

OpenCdnServiceWithChan invokes the cdn.OpenCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PushObjectCache ¶

func (client *Client) PushObjectCache(request *PushObjectCacheRequest) (response *PushObjectCacheResponse, err error)

PushObjectCache invokes the cdn.PushObjectCache API synchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html

func (*Client) PushObjectCacheWithCallback ¶

func (client *Client) PushObjectCacheWithCallback(request *PushObjectCacheRequest, callback func(response *PushObjectCacheResponse, err error)) <-chan int

PushObjectCacheWithCallback invokes the cdn.PushObjectCache API asynchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PushObjectCacheWithChan ¶

func (client *Client) PushObjectCacheWithChan(request *PushObjectCacheRequest) (<-chan *PushObjectCacheResponse, <-chan error)

PushObjectCacheWithChan invokes the cdn.PushObjectCache API asynchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshObjectCaches ¶

func (client *Client) RefreshObjectCaches(request *RefreshObjectCachesRequest) (response *RefreshObjectCachesResponse, err error)

RefreshObjectCaches invokes the cdn.RefreshObjectCaches API synchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html

func (*Client) RefreshObjectCachesWithCallback ¶

func (client *Client) RefreshObjectCachesWithCallback(request *RefreshObjectCachesRequest, callback func(response *RefreshObjectCachesResponse, err error)) <-chan int

RefreshObjectCachesWithCallback invokes the cdn.RefreshObjectCaches API asynchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshObjectCachesWithChan ¶

func (client *Client) RefreshObjectCachesWithChan(request *RefreshObjectCachesRequest) (<-chan *RefreshObjectCachesResponse, <-chan error)

RefreshObjectCachesWithChan invokes the cdn.RefreshObjectCaches API asynchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeLiveStream ¶

func (client *Client) ResumeLiveStream(request *ResumeLiveStreamRequest) (response *ResumeLiveStreamResponse, err error)

ResumeLiveStream invokes the cdn.ResumeLiveStream API synchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html

func (*Client) ResumeLiveStreamWithCallback ¶

func (client *Client) ResumeLiveStreamWithCallback(request *ResumeLiveStreamRequest, callback func(response *ResumeLiveStreamResponse, err error)) <-chan int

ResumeLiveStreamWithCallback invokes the cdn.ResumeLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeLiveStreamWithChan ¶

func (client *Client) ResumeLiveStreamWithChan(request *ResumeLiveStreamRequest) (<-chan *ResumeLiveStreamResponse, <-chan error)

ResumeLiveStreamWithChan invokes the cdn.ResumeLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetCcConfig ¶

func (client *Client) SetCcConfig(request *SetCcConfigRequest) (response *SetCcConfigResponse, err error)

SetCcConfig invokes the cdn.SetCcConfig API synchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html

func (*Client) SetCcConfigWithCallback ¶

func (client *Client) SetCcConfigWithCallback(request *SetCcConfigRequest, callback func(response *SetCcConfigResponse, err error)) <-chan int

SetCcConfigWithCallback invokes the cdn.SetCcConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetCcConfigWithChan ¶

func (client *Client) SetCcConfigWithChan(request *SetCcConfigRequest) (<-chan *SetCcConfigResponse, <-chan error)

SetCcConfigWithChan invokes the cdn.SetCcConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainGreenManagerConfig ¶

func (client *Client) SetDomainGreenManagerConfig(request *SetDomainGreenManagerConfigRequest) (response *SetDomainGreenManagerConfigResponse, err error)

SetDomainGreenManagerConfig invokes the cdn.SetDomainGreenManagerConfig API synchronously api document: https://help.aliyun.com/api/cdn/setdomaingreenmanagerconfig.html

func (*Client) SetDomainGreenManagerConfigWithCallback ¶

func (client *Client) SetDomainGreenManagerConfigWithCallback(request *SetDomainGreenManagerConfigRequest, callback func(response *SetDomainGreenManagerConfigResponse, err error)) <-chan int

SetDomainGreenManagerConfigWithCallback invokes the cdn.SetDomainGreenManagerConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdomaingreenmanagerconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainGreenManagerConfigWithChan ¶

func (client *Client) SetDomainGreenManagerConfigWithChan(request *SetDomainGreenManagerConfigRequest) (<-chan *SetDomainGreenManagerConfigResponse, <-chan error)

SetDomainGreenManagerConfigWithChan invokes the cdn.SetDomainGreenManagerConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdomaingreenmanagerconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainServerCertificate ¶

func (client *Client) SetDomainServerCertificate(request *SetDomainServerCertificateRequest) (response *SetDomainServerCertificateResponse, err error)

SetDomainServerCertificate invokes the cdn.SetDomainServerCertificate API synchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html

func (*Client) SetDomainServerCertificateWithCallback ¶

func (client *Client) SetDomainServerCertificateWithCallback(request *SetDomainServerCertificateRequest, callback func(response *SetDomainServerCertificateResponse, err error)) <-chan int

SetDomainServerCertificateWithCallback invokes the cdn.SetDomainServerCertificate API asynchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainServerCertificateWithChan ¶

func (client *Client) SetDomainServerCertificateWithChan(request *SetDomainServerCertificateRequest) (<-chan *SetDomainServerCertificateResponse, <-chan error)

SetDomainServerCertificateWithChan invokes the cdn.SetDomainServerCertificate API asynchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDynamicConfig ¶

func (client *Client) SetDynamicConfig(request *SetDynamicConfigRequest) (response *SetDynamicConfigResponse, err error)

SetDynamicConfig invokes the cdn.SetDynamicConfig API synchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html

func (*Client) SetDynamicConfigWithCallback ¶

func (client *Client) SetDynamicConfigWithCallback(request *SetDynamicConfigRequest, callback func(response *SetDynamicConfigResponse, err error)) <-chan int

SetDynamicConfigWithCallback invokes the cdn.SetDynamicConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDynamicConfigWithChan ¶

func (client *Client) SetDynamicConfigWithChan(request *SetDynamicConfigRequest) (<-chan *SetDynamicConfigResponse, <-chan error)

SetDynamicConfigWithChan invokes the cdn.SetDynamicConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetErrorPageConfig ¶

func (client *Client) SetErrorPageConfig(request *SetErrorPageConfigRequest) (response *SetErrorPageConfigResponse, err error)

SetErrorPageConfig invokes the cdn.SetErrorPageConfig API synchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html

func (*Client) SetErrorPageConfigWithCallback ¶

func (client *Client) SetErrorPageConfigWithCallback(request *SetErrorPageConfigRequest, callback func(response *SetErrorPageConfigResponse, err error)) <-chan int

SetErrorPageConfigWithCallback invokes the cdn.SetErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetErrorPageConfigWithChan ¶

func (client *Client) SetErrorPageConfigWithChan(request *SetErrorPageConfigRequest) (<-chan *SetErrorPageConfigResponse, <-chan error)

SetErrorPageConfigWithChan invokes the cdn.SetErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileCacheExpiredConfig ¶

func (client *Client) SetFileCacheExpiredConfig(request *SetFileCacheExpiredConfigRequest) (response *SetFileCacheExpiredConfigResponse, err error)

SetFileCacheExpiredConfig invokes the cdn.SetFileCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html

func (*Client) SetFileCacheExpiredConfigWithCallback ¶

func (client *Client) SetFileCacheExpiredConfigWithCallback(request *SetFileCacheExpiredConfigRequest, callback func(response *SetFileCacheExpiredConfigResponse, err error)) <-chan int

SetFileCacheExpiredConfigWithCallback invokes the cdn.SetFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileCacheExpiredConfigWithChan ¶

func (client *Client) SetFileCacheExpiredConfigWithChan(request *SetFileCacheExpiredConfigRequest) (<-chan *SetFileCacheExpiredConfigResponse, <-chan error)

SetFileCacheExpiredConfigWithChan invokes the cdn.SetFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForceRedirectConfig ¶

func (client *Client) SetForceRedirectConfig(request *SetForceRedirectConfigRequest) (response *SetForceRedirectConfigResponse, err error)

SetForceRedirectConfig invokes the cdn.SetForceRedirectConfig API synchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html

func (*Client) SetForceRedirectConfigWithCallback ¶

func (client *Client) SetForceRedirectConfigWithCallback(request *SetForceRedirectConfigRequest, callback func(response *SetForceRedirectConfigResponse, err error)) <-chan int

SetForceRedirectConfigWithCallback invokes the cdn.SetForceRedirectConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForceRedirectConfigWithChan ¶

func (client *Client) SetForceRedirectConfigWithChan(request *SetForceRedirectConfigRequest) (<-chan *SetForceRedirectConfigResponse, <-chan error)

SetForceRedirectConfigWithChan invokes the cdn.SetForceRedirectConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForwardSchemeConfig ¶

func (client *Client) SetForwardSchemeConfig(request *SetForwardSchemeConfigRequest) (response *SetForwardSchemeConfigResponse, err error)

SetForwardSchemeConfig invokes the cdn.SetForwardSchemeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html

func (*Client) SetForwardSchemeConfigWithCallback ¶

func (client *Client) SetForwardSchemeConfigWithCallback(request *SetForwardSchemeConfigRequest, callback func(response *SetForwardSchemeConfigResponse, err error)) <-chan int

SetForwardSchemeConfigWithCallback invokes the cdn.SetForwardSchemeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForwardSchemeConfigWithChan ¶

func (client *Client) SetForwardSchemeConfigWithChan(request *SetForwardSchemeConfigRequest) (<-chan *SetForwardSchemeConfigResponse, <-chan error)

SetForwardSchemeConfigWithChan invokes the cdn.SetForwardSchemeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpErrorPageConfig ¶

func (client *Client) SetHttpErrorPageConfig(request *SetHttpErrorPageConfigRequest) (response *SetHttpErrorPageConfigResponse, err error)

SetHttpErrorPageConfig invokes the cdn.SetHttpErrorPageConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html

func (*Client) SetHttpErrorPageConfigWithCallback ¶

func (client *Client) SetHttpErrorPageConfigWithCallback(request *SetHttpErrorPageConfigRequest, callback func(response *SetHttpErrorPageConfigResponse, err error)) <-chan int

SetHttpErrorPageConfigWithCallback invokes the cdn.SetHttpErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpErrorPageConfigWithChan ¶

func (client *Client) SetHttpErrorPageConfigWithChan(request *SetHttpErrorPageConfigRequest) (<-chan *SetHttpErrorPageConfigResponse, <-chan error)

SetHttpErrorPageConfigWithChan invokes the cdn.SetHttpErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpHeaderConfig ¶

func (client *Client) SetHttpHeaderConfig(request *SetHttpHeaderConfigRequest) (response *SetHttpHeaderConfigResponse, err error)

SetHttpHeaderConfig invokes the cdn.SetHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html

func (*Client) SetHttpHeaderConfigWithCallback ¶

func (client *Client) SetHttpHeaderConfigWithCallback(request *SetHttpHeaderConfigRequest, callback func(response *SetHttpHeaderConfigResponse, err error)) <-chan int

SetHttpHeaderConfigWithCallback invokes the cdn.SetHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpHeaderConfigWithChan ¶

func (client *Client) SetHttpHeaderConfigWithChan(request *SetHttpHeaderConfigRequest) (<-chan *SetHttpHeaderConfigResponse, <-chan error)

SetHttpHeaderConfigWithChan invokes the cdn.SetHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpsOptionConfig ¶

func (client *Client) SetHttpsOptionConfig(request *SetHttpsOptionConfigRequest) (response *SetHttpsOptionConfigResponse, err error)

SetHttpsOptionConfig invokes the cdn.SetHttpsOptionConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html

func (*Client) SetHttpsOptionConfigWithCallback ¶

func (client *Client) SetHttpsOptionConfigWithCallback(request *SetHttpsOptionConfigRequest, callback func(response *SetHttpsOptionConfigResponse, err error)) <-chan int

SetHttpsOptionConfigWithCallback invokes the cdn.SetHttpsOptionConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpsOptionConfigWithChan ¶

func (client *Client) SetHttpsOptionConfigWithChan(request *SetHttpsOptionConfigRequest) (<-chan *SetHttpsOptionConfigResponse, <-chan error)

SetHttpsOptionConfigWithChan invokes the cdn.SetHttpsOptionConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIgnoreQueryStringConfig ¶

func (client *Client) SetIgnoreQueryStringConfig(request *SetIgnoreQueryStringConfigRequest) (response *SetIgnoreQueryStringConfigResponse, err error)

SetIgnoreQueryStringConfig invokes the cdn.SetIgnoreQueryStringConfig API synchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html

func (*Client) SetIgnoreQueryStringConfigWithCallback ¶

func (client *Client) SetIgnoreQueryStringConfigWithCallback(request *SetIgnoreQueryStringConfigRequest, callback func(response *SetIgnoreQueryStringConfigResponse, err error)) <-chan int

SetIgnoreQueryStringConfigWithCallback invokes the cdn.SetIgnoreQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIgnoreQueryStringConfigWithChan ¶

func (client *Client) SetIgnoreQueryStringConfigWithChan(request *SetIgnoreQueryStringConfigRequest) (<-chan *SetIgnoreQueryStringConfigResponse, <-chan error)

SetIgnoreQueryStringConfigWithChan invokes the cdn.SetIgnoreQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpAllowListConfig ¶

func (client *Client) SetIpAllowListConfig(request *SetIpAllowListConfigRequest) (response *SetIpAllowListConfigResponse, err error)

SetIpAllowListConfig invokes the cdn.SetIpAllowListConfig API synchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html

func (*Client) SetIpAllowListConfigWithCallback ¶

func (client *Client) SetIpAllowListConfigWithCallback(request *SetIpAllowListConfigRequest, callback func(response *SetIpAllowListConfigResponse, err error)) <-chan int

SetIpAllowListConfigWithCallback invokes the cdn.SetIpAllowListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpAllowListConfigWithChan ¶

func (client *Client) SetIpAllowListConfigWithChan(request *SetIpAllowListConfigRequest) (<-chan *SetIpAllowListConfigResponse, <-chan error)

SetIpAllowListConfigWithChan invokes the cdn.SetIpAllowListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpBlackListConfig ¶

func (client *Client) SetIpBlackListConfig(request *SetIpBlackListConfigRequest) (response *SetIpBlackListConfigResponse, err error)

SetIpBlackListConfig invokes the cdn.SetIpBlackListConfig API synchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html

func (*Client) SetIpBlackListConfigWithCallback ¶

func (client *Client) SetIpBlackListConfigWithCallback(request *SetIpBlackListConfigRequest, callback func(response *SetIpBlackListConfigResponse, err error)) <-chan int

SetIpBlackListConfigWithCallback invokes the cdn.SetIpBlackListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpBlackListConfigWithChan ¶

func (client *Client) SetIpBlackListConfigWithChan(request *SetIpBlackListConfigRequest) (<-chan *SetIpBlackListConfigResponse, <-chan error)

SetIpBlackListConfigWithChan invokes the cdn.SetIpBlackListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetL2OssKeyConfig ¶

func (client *Client) SetL2OssKeyConfig(request *SetL2OssKeyConfigRequest) (response *SetL2OssKeyConfigResponse, err error)

SetL2OssKeyConfig invokes the cdn.SetL2OssKeyConfig API synchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html

func (*Client) SetL2OssKeyConfigWithCallback ¶

func (client *Client) SetL2OssKeyConfigWithCallback(request *SetL2OssKeyConfigRequest, callback func(response *SetL2OssKeyConfigResponse, err error)) <-chan int

SetL2OssKeyConfigWithCallback invokes the cdn.SetL2OssKeyConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetL2OssKeyConfigWithChan ¶

func (client *Client) SetL2OssKeyConfigWithChan(request *SetL2OssKeyConfigRequest) (<-chan *SetL2OssKeyConfigResponse, <-chan error)

SetL2OssKeyConfigWithChan invokes the cdn.SetL2OssKeyConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLiveStreamsNotifyUrlConfig ¶

func (client *Client) SetLiveStreamsNotifyUrlConfig(request *SetLiveStreamsNotifyUrlConfigRequest) (response *SetLiveStreamsNotifyUrlConfigResponse, err error)

SetLiveStreamsNotifyUrlConfig invokes the cdn.SetLiveStreamsNotifyUrlConfig API synchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html

func (*Client) SetLiveStreamsNotifyUrlConfigWithCallback ¶

func (client *Client) SetLiveStreamsNotifyUrlConfigWithCallback(request *SetLiveStreamsNotifyUrlConfigRequest, callback func(response *SetLiveStreamsNotifyUrlConfigResponse, err error)) <-chan int

SetLiveStreamsNotifyUrlConfigWithCallback invokes the cdn.SetLiveStreamsNotifyUrlConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLiveStreamsNotifyUrlConfigWithChan ¶

func (client *Client) SetLiveStreamsNotifyUrlConfigWithChan(request *SetLiveStreamsNotifyUrlConfigRequest) (<-chan *SetLiveStreamsNotifyUrlConfigResponse, <-chan error)

SetLiveStreamsNotifyUrlConfigWithChan invokes the cdn.SetLiveStreamsNotifyUrlConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOptimizeConfig ¶

func (client *Client) SetOptimizeConfig(request *SetOptimizeConfigRequest) (response *SetOptimizeConfigResponse, err error)

SetOptimizeConfig invokes the cdn.SetOptimizeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html

func (*Client) SetOptimizeConfigWithCallback ¶

func (client *Client) SetOptimizeConfigWithCallback(request *SetOptimizeConfigRequest, callback func(response *SetOptimizeConfigResponse, err error)) <-chan int

SetOptimizeConfigWithCallback invokes the cdn.SetOptimizeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOptimizeConfigWithChan ¶

func (client *Client) SetOptimizeConfigWithChan(request *SetOptimizeConfigRequest) (<-chan *SetOptimizeConfigResponse, <-chan error)

SetOptimizeConfigWithChan invokes the cdn.SetOptimizeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPageCompressConfig ¶

func (client *Client) SetPageCompressConfig(request *SetPageCompressConfigRequest) (response *SetPageCompressConfigResponse, err error)

SetPageCompressConfig invokes the cdn.SetPageCompressConfig API synchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html

func (*Client) SetPageCompressConfigWithCallback ¶

func (client *Client) SetPageCompressConfigWithCallback(request *SetPageCompressConfigRequest, callback func(response *SetPageCompressConfigResponse, err error)) <-chan int

SetPageCompressConfigWithCallback invokes the cdn.SetPageCompressConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPageCompressConfigWithChan ¶

func (client *Client) SetPageCompressConfigWithChan(request *SetPageCompressConfigRequest) (<-chan *SetPageCompressConfigResponse, <-chan error)

SetPageCompressConfigWithChan invokes the cdn.SetPageCompressConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathCacheExpiredConfig ¶

func (client *Client) SetPathCacheExpiredConfig(request *SetPathCacheExpiredConfigRequest) (response *SetPathCacheExpiredConfigResponse, err error)

SetPathCacheExpiredConfig invokes the cdn.SetPathCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html

func (*Client) SetPathCacheExpiredConfigWithCallback ¶

func (client *Client) SetPathCacheExpiredConfigWithCallback(request *SetPathCacheExpiredConfigRequest, callback func(response *SetPathCacheExpiredConfigResponse, err error)) <-chan int

SetPathCacheExpiredConfigWithCallback invokes the cdn.SetPathCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathCacheExpiredConfigWithChan ¶

func (client *Client) SetPathCacheExpiredConfigWithChan(request *SetPathCacheExpiredConfigRequest) (<-chan *SetPathCacheExpiredConfigResponse, <-chan error)

SetPathCacheExpiredConfigWithChan invokes the cdn.SetPathCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRangeConfig ¶

func (client *Client) SetRangeConfig(request *SetRangeConfigRequest) (response *SetRangeConfigResponse, err error)

SetRangeConfig invokes the cdn.SetRangeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html

func (*Client) SetRangeConfigWithCallback ¶

func (client *Client) SetRangeConfigWithCallback(request *SetRangeConfigRequest, callback func(response *SetRangeConfigResponse, err error)) <-chan int

SetRangeConfigWithCallback invokes the cdn.SetRangeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRangeConfigWithChan ¶

func (client *Client) SetRangeConfigWithChan(request *SetRangeConfigRequest) (<-chan *SetRangeConfigResponse, <-chan error)

SetRangeConfigWithChan invokes the cdn.SetRangeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRefererConfig ¶

func (client *Client) SetRefererConfig(request *SetRefererConfigRequest) (response *SetRefererConfigResponse, err error)

SetRefererConfig invokes the cdn.SetRefererConfig API synchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html

func (*Client) SetRefererConfigWithCallback ¶

func (client *Client) SetRefererConfigWithCallback(request *SetRefererConfigRequest, callback func(response *SetRefererConfigResponse, err error)) <-chan int

SetRefererConfigWithCallback invokes the cdn.SetRefererConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRefererConfigWithChan ¶

func (client *Client) SetRefererConfigWithChan(request *SetRefererConfigRequest) (<-chan *SetRefererConfigResponse, <-chan error)

SetRefererConfigWithChan invokes the cdn.SetRefererConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoveQueryStringConfig ¶

func (client *Client) SetRemoveQueryStringConfig(request *SetRemoveQueryStringConfigRequest) (response *SetRemoveQueryStringConfigResponse, err error)

SetRemoveQueryStringConfig invokes the cdn.SetRemoveQueryStringConfig API synchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html

func (*Client) SetRemoveQueryStringConfigWithCallback ¶

func (client *Client) SetRemoveQueryStringConfigWithCallback(request *SetRemoveQueryStringConfigRequest, callback func(response *SetRemoveQueryStringConfigResponse, err error)) <-chan int

SetRemoveQueryStringConfigWithCallback invokes the cdn.SetRemoveQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoveQueryStringConfigWithChan ¶

func (client *Client) SetRemoveQueryStringConfigWithChan(request *SetRemoveQueryStringConfigRequest) (<-chan *SetRemoveQueryStringConfigResponse, <-chan error)

SetRemoveQueryStringConfigWithChan invokes the cdn.SetRemoveQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqAuthConfig ¶

func (client *Client) SetReqAuthConfig(request *SetReqAuthConfigRequest) (response *SetReqAuthConfigResponse, err error)

SetReqAuthConfig invokes the cdn.SetReqAuthConfig API synchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html

func (*Client) SetReqAuthConfigWithCallback ¶

func (client *Client) SetReqAuthConfigWithCallback(request *SetReqAuthConfigRequest, callback func(response *SetReqAuthConfigResponse, err error)) <-chan int

SetReqAuthConfigWithCallback invokes the cdn.SetReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqAuthConfigWithChan ¶

func (client *Client) SetReqAuthConfigWithChan(request *SetReqAuthConfigRequest) (<-chan *SetReqAuthConfigResponse, <-chan error)

SetReqAuthConfigWithChan invokes the cdn.SetReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqHeaderConfig ¶

func (client *Client) SetReqHeaderConfig(request *SetReqHeaderConfigRequest) (response *SetReqHeaderConfigResponse, err error)

SetReqHeaderConfig invokes the cdn.SetReqHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html

func (*Client) SetReqHeaderConfigWithCallback ¶

func (client *Client) SetReqHeaderConfigWithCallback(request *SetReqHeaderConfigRequest, callback func(response *SetReqHeaderConfigResponse, err error)) <-chan int

SetReqHeaderConfigWithCallback invokes the cdn.SetReqHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqHeaderConfigWithChan ¶

func (client *Client) SetReqHeaderConfigWithChan(request *SetReqHeaderConfigRequest) (<-chan *SetReqHeaderConfigResponse, <-chan error)

SetReqHeaderConfigWithChan invokes the cdn.SetReqHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetSourceHostConfig ¶

func (client *Client) SetSourceHostConfig(request *SetSourceHostConfigRequest) (response *SetSourceHostConfigResponse, err error)

SetSourceHostConfig invokes the cdn.SetSourceHostConfig API synchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html

func (*Client) SetSourceHostConfigWithCallback ¶

func (client *Client) SetSourceHostConfigWithCallback(request *SetSourceHostConfigRequest, callback func(response *SetSourceHostConfigResponse, err error)) <-chan int

SetSourceHostConfigWithCallback invokes the cdn.SetSourceHostConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetSourceHostConfigWithChan ¶

func (client *Client) SetSourceHostConfigWithChan(request *SetSourceHostConfigRequest) (<-chan *SetSourceHostConfigResponse, <-chan error)

SetSourceHostConfigWithChan invokes the cdn.SetSourceHostConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetVideoSeekConfig ¶

func (client *Client) SetVideoSeekConfig(request *SetVideoSeekConfigRequest) (response *SetVideoSeekConfigResponse, err error)

SetVideoSeekConfig invokes the cdn.SetVideoSeekConfig API synchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html

func (*Client) SetVideoSeekConfigWithCallback ¶

func (client *Client) SetVideoSeekConfigWithCallback(request *SetVideoSeekConfigRequest, callback func(response *SetVideoSeekConfigResponse, err error)) <-chan int

SetVideoSeekConfigWithCallback invokes the cdn.SetVideoSeekConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetVideoSeekConfigWithChan ¶

func (client *Client) SetVideoSeekConfigWithChan(request *SetVideoSeekConfigRequest) (<-chan *SetVideoSeekConfigResponse, <-chan error)

SetVideoSeekConfigWithChan invokes the cdn.SetVideoSeekConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWafConfig ¶

func (client *Client) SetWafConfig(request *SetWafConfigRequest) (response *SetWafConfigResponse, err error)

SetWafConfig invokes the cdn.SetWafConfig API synchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html

func (*Client) SetWafConfigWithCallback ¶

func (client *Client) SetWafConfigWithCallback(request *SetWafConfigRequest, callback func(response *SetWafConfigResponse, err error)) <-chan int

SetWafConfigWithCallback invokes the cdn.SetWafConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWafConfigWithChan ¶

func (client *Client) SetWafConfigWithChan(request *SetWafConfigRequest) (<-chan *SetWafConfigResponse, <-chan error)

SetWafConfigWithChan invokes the cdn.SetWafConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWaitingRoomConfig ¶

func (client *Client) SetWaitingRoomConfig(request *SetWaitingRoomConfigRequest) (response *SetWaitingRoomConfigResponse, err error)

SetWaitingRoomConfig invokes the cdn.SetWaitingRoomConfig API synchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html

func (*Client) SetWaitingRoomConfigWithCallback ¶

func (client *Client) SetWaitingRoomConfigWithCallback(request *SetWaitingRoomConfigRequest, callback func(response *SetWaitingRoomConfigResponse, err error)) <-chan int

SetWaitingRoomConfigWithCallback invokes the cdn.SetWaitingRoomConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWaitingRoomConfigWithChan ¶

func (client *Client) SetWaitingRoomConfigWithChan(request *SetWaitingRoomConfigRequest) (<-chan *SetWaitingRoomConfigResponse, <-chan error)

SetWaitingRoomConfigWithChan invokes the cdn.SetWaitingRoomConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartCdnDomain ¶

func (client *Client) StartCdnDomain(request *StartCdnDomainRequest) (response *StartCdnDomainResponse, err error)

StartCdnDomain invokes the cdn.StartCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html

func (*Client) StartCdnDomainWithCallback ¶

func (client *Client) StartCdnDomainWithCallback(request *StartCdnDomainRequest, callback func(response *StartCdnDomainResponse, err error)) <-chan int

StartCdnDomainWithCallback invokes the cdn.StartCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartCdnDomainWithChan ¶

func (client *Client) StartCdnDomainWithChan(request *StartCdnDomainRequest) (<-chan *StartCdnDomainResponse, <-chan error)

StartCdnDomainWithChan invokes the cdn.StartCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartMixStreamsService ¶

func (client *Client) StartMixStreamsService(request *StartMixStreamsServiceRequest) (response *StartMixStreamsServiceResponse, err error)

StartMixStreamsService invokes the cdn.StartMixStreamsService API synchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html

func (*Client) StartMixStreamsServiceWithCallback ¶

func (client *Client) StartMixStreamsServiceWithCallback(request *StartMixStreamsServiceRequest, callback func(response *StartMixStreamsServiceResponse, err error)) <-chan int

StartMixStreamsServiceWithCallback invokes the cdn.StartMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartMixStreamsServiceWithChan ¶

func (client *Client) StartMixStreamsServiceWithChan(request *StartMixStreamsServiceRequest) (<-chan *StartMixStreamsServiceResponse, <-chan error)

StartMixStreamsServiceWithChan invokes the cdn.StartMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopCdnDomain ¶

func (client *Client) StopCdnDomain(request *StopCdnDomainRequest) (response *StopCdnDomainResponse, err error)

StopCdnDomain invokes the cdn.StopCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html

func (*Client) StopCdnDomainWithCallback ¶

func (client *Client) StopCdnDomainWithCallback(request *StopCdnDomainRequest, callback func(response *StopCdnDomainResponse, err error)) <-chan int

StopCdnDomainWithCallback invokes the cdn.StopCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopCdnDomainWithChan ¶

func (client *Client) StopCdnDomainWithChan(request *StopCdnDomainRequest) (<-chan *StopCdnDomainResponse, <-chan error)

StopCdnDomainWithChan invokes the cdn.StopCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopMixStreamsService ¶

func (client *Client) StopMixStreamsService(request *StopMixStreamsServiceRequest) (response *StopMixStreamsServiceResponse, err error)

StopMixStreamsService invokes the cdn.StopMixStreamsService API synchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html

func (*Client) StopMixStreamsServiceWithCallback ¶

func (client *Client) StopMixStreamsServiceWithCallback(request *StopMixStreamsServiceRequest, callback func(response *StopMixStreamsServiceResponse, err error)) <-chan int

StopMixStreamsServiceWithCallback invokes the cdn.StopMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopMixStreamsServiceWithChan ¶

func (client *Client) StopMixStreamsServiceWithChan(request *StopMixStreamsServiceRequest) (<-chan *StopMixStreamsServiceResponse, <-chan error)

StopMixStreamsServiceWithChan invokes the cdn.StopMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateFCTrigger ¶

func (client *Client) UpdateFCTrigger(request *UpdateFCTriggerRequest) (response *UpdateFCTriggerResponse, err error)

UpdateFCTrigger invokes the cdn.UpdateFCTrigger API synchronously api document: https://help.aliyun.com/api/cdn/updatefctrigger.html

func (*Client) UpdateFCTriggerWithCallback ¶

func (client *Client) UpdateFCTriggerWithCallback(request *UpdateFCTriggerRequest, callback func(response *UpdateFCTriggerResponse, err error)) <-chan int

UpdateFCTriggerWithCallback invokes the cdn.UpdateFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/updatefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateFCTriggerWithChan ¶

func (client *Client) UpdateFCTriggerWithChan(request *UpdateFCTriggerRequest) (<-chan *UpdateFCTriggerResponse, <-chan error)

UpdateFCTriggerWithChan invokes the cdn.UpdateFCTrigger API asynchronously api document: https://help.aliyun.com/api/cdn/updatefctrigger.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateLiveAppSnapshotConfig ¶

func (client *Client) UpdateLiveAppSnapshotConfig(request *UpdateLiveAppSnapshotConfigRequest) (response *UpdateLiveAppSnapshotConfigResponse, err error)

UpdateLiveAppSnapshotConfig invokes the cdn.UpdateLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html

func (*Client) UpdateLiveAppSnapshotConfigWithCallback ¶

func (client *Client) UpdateLiveAppSnapshotConfigWithCallback(request *UpdateLiveAppSnapshotConfigRequest, callback func(response *UpdateLiveAppSnapshotConfigResponse, err error)) <-chan int

UpdateLiveAppSnapshotConfigWithCallback invokes the cdn.UpdateLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateLiveAppSnapshotConfigWithChan ¶

func (client *Client) UpdateLiveAppSnapshotConfigWithChan(request *UpdateLiveAppSnapshotConfigRequest) (<-chan *UpdateLiveAppSnapshotConfigResponse, <-chan error)

UpdateLiveAppSnapshotConfigWithChan invokes the cdn.UpdateLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type CnameDatas ¶

type CnameDatas struct {
	Data []Data `json:"Data" xml:"Data"`
}

CnameDatas is a nested struct in cdn response

type CodeProportionData ¶

type CodeProportionData struct {
	Code       string `json:"Code" xml:"Code"`
	Count      string `json:"Count" xml:"Count"`
	Proportion string `json:"Proportion" xml:"Proportion"`
}

CodeProportionData is a nested struct in cdn response

type Configs ¶

type Configs struct {
	OssLogConfig       OssLogConfig       `json:"OssLogConfig" xml:"OssLogConfig"`
	GreenManagerConfig GreenManagerConfig `json:"GreenManagerConfig" xml:"GreenManagerConfig"`
}

Configs is a nested struct in cdn response

type ControlInfo ¶

type ControlInfo struct {
	LiveStreamControlInfo []LiveStreamControlInfo `json:"LiveStreamControlInfo" xml:"LiveStreamControlInfo"`
}

ControlInfo is a nested struct in cdn response

type CreateLiveStreamRecordIndexFilesRequest ¶

type CreateLiveStreamRecordIndexFilesRequest struct {
	*requests.RpcRequest
	OssBucket     string           `position:"Query" name:"OssBucket"`
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OssEndpoint   string           `position:"Query" name:"OssEndpoint"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
	OssObject     string           `position:"Query" name:"OssObject"`
}

CreateLiveStreamRecordIndexFilesRequest is the request struct for api CreateLiveStreamRecordIndexFiles

func CreateCreateLiveStreamRecordIndexFilesRequest ¶

func CreateCreateLiveStreamRecordIndexFilesRequest() (request *CreateLiveStreamRecordIndexFilesRequest)

CreateCreateLiveStreamRecordIndexFilesRequest creates a request to invoke CreateLiveStreamRecordIndexFiles API

type CreateLiveStreamRecordIndexFilesResponse ¶

type CreateLiveStreamRecordIndexFilesResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	RecordInfo RecordInfo `json:"RecordInfo" xml:"RecordInfo"`
}

CreateLiveStreamRecordIndexFilesResponse is the response struct for api CreateLiveStreamRecordIndexFiles

func CreateCreateLiveStreamRecordIndexFilesResponse ¶

func CreateCreateLiveStreamRecordIndexFilesResponse() (response *CreateLiveStreamRecordIndexFilesResponse)

CreateCreateLiveStreamRecordIndexFilesResponse creates a response to parse from CreateLiveStreamRecordIndexFiles response

type CreateUsageDetailDataExportTaskRequest ¶

type CreateUsageDetailDataExportTaskRequest struct {
	*requests.RpcRequest
	DomainNames string           `position:"Query" name:"DomainNames"`
	TaskName    string           `position:"Query" name:"TaskName"`
	StartTime   string           `position:"Query" name:"StartTime"`
	Type        string           `position:"Query" name:"Type"`
	Group       string           `position:"Query" name:"Group"`
	EndTime     string           `position:"Query" name:"EndTime"`
	OwnerId     requests.Integer `position:"Query" name:"OwnerId"`
}

CreateUsageDetailDataExportTaskRequest is the request struct for api CreateUsageDetailDataExportTask

func CreateCreateUsageDetailDataExportTaskRequest ¶

func CreateCreateUsageDetailDataExportTaskRequest() (request *CreateUsageDetailDataExportTaskRequest)

CreateCreateUsageDetailDataExportTaskRequest creates a request to invoke CreateUsageDetailDataExportTask API

type CreateUsageDetailDataExportTaskResponse ¶

type CreateUsageDetailDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
	TaskId    string `json:"TaskId" xml:"TaskId"`
}

CreateUsageDetailDataExportTaskResponse is the response struct for api CreateUsageDetailDataExportTask

func CreateCreateUsageDetailDataExportTaskResponse ¶

func CreateCreateUsageDetailDataExportTaskResponse() (response *CreateUsageDetailDataExportTaskResponse)

CreateCreateUsageDetailDataExportTaskResponse creates a response to parse from CreateUsageDetailDataExportTask response

type CreateUserUsageDataExportTaskRequest ¶

type CreateUserUsageDataExportTaskRequest struct {
	*requests.RpcRequest
	TaskName  string           `position:"Query" name:"TaskName"`
	Language  string           `position:"Query" name:"Language"`
	StartTime string           `position:"Query" name:"StartTime"`
	EndTime   string           `position:"Query" name:"EndTime"`
	OwnerId   requests.Integer `position:"Query" name:"OwnerId"`
}

CreateUserUsageDataExportTaskRequest is the request struct for api CreateUserUsageDataExportTask

func CreateCreateUserUsageDataExportTaskRequest ¶

func CreateCreateUserUsageDataExportTaskRequest() (request *CreateUserUsageDataExportTaskRequest)

CreateCreateUserUsageDataExportTaskRequest creates a request to invoke CreateUserUsageDataExportTask API

type CreateUserUsageDataExportTaskResponse ¶

type CreateUserUsageDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
	TaskId    string `json:"TaskId" xml:"TaskId"`
}

CreateUserUsageDataExportTaskResponse is the response struct for api CreateUserUsageDataExportTask

func CreateCreateUserUsageDataExportTaskResponse ¶

func CreateCreateUserUsageDataExportTaskResponse() (response *CreateUserUsageDataExportTaskResponse)

CreateCreateUserUsageDataExportTaskResponse creates a response to parse from CreateUserUsageDataExportTask response

type Data ¶

type Data struct {
	Domain string `json:"Domain" xml:"Domain"`
	Cname  string `json:"Cname" xml:"Cname"`
	Status int    `json:"Status" xml:"Status"`
}

Data is a nested struct in cdn response

type DataInDescribeDomainRealTimeBpsData ¶

type DataInDescribeDomainRealTimeBpsData struct {
	BpsModel []BpsModel `json:"BpsModel" xml:"BpsModel"`
}

DataInDescribeDomainRealTimeBpsData is a nested struct in cdn response

type DataInDescribeDomainRealTimeByteHitRateData ¶

type DataInDescribeDomainRealTimeByteHitRateData struct {
	ByteHitRateDataModel []ByteHitRateDataModel `json:"ByteHitRateDataModel" xml:"ByteHitRateDataModel"`
}

DataInDescribeDomainRealTimeByteHitRateData is a nested struct in cdn response

type DataInDescribeDomainRealTimeQpsData ¶

type DataInDescribeDomainRealTimeQpsData struct {
	QpsModel []QpsModel `json:"QpsModel" xml:"QpsModel"`
}

DataInDescribeDomainRealTimeQpsData is a nested struct in cdn response

type DataInDescribeDomainRealTimeReqHitRateData ¶

type DataInDescribeDomainRealTimeReqHitRateData struct {
	ReqHitRateDataModel []ReqHitRateDataModel `json:"ReqHitRateDataModel" xml:"ReqHitRateDataModel"`
}

DataInDescribeDomainRealTimeReqHitRateData is a nested struct in cdn response

type DataInDescribeUserUsageDataExportTask ¶

type DataInDescribeUserUsageDataExportTask struct {
	DataItem []DataItem `json:"DataItem" xml:"DataItem"`
}

DataInDescribeUserUsageDataExportTask is a nested struct in cdn response

type DataInDescribeUserUsageDetailDataExportTask ¶

type DataInDescribeUserUsageDetailDataExportTask struct {
	DataItem []DataItem `json:"DataItem" xml:"DataItem"`
}

DataInDescribeUserUsageDetailDataExportTask is a nested struct in cdn response

type DataItem ¶

type DataItem struct {
	TaskId      string     `json:"TaskId" xml:"TaskId"`
	UpdateTime  string     `json:"UpdateTime" xml:"UpdateTime"`
	TaskName    string     `json:"TaskName" xml:"TaskName"`
	CreateTime  string     `json:"CreateTime" xml:"CreateTime"`
	DownloadUrl string     `json:"DownloadUrl" xml:"DownloadUrl"`
	Status      string     `json:"Status" xml:"Status"`
	TaskConfig  TaskConfig `json:"TaskConfig" xml:"TaskConfig"`
}

DataItem is a nested struct in cdn response

type DataModule ¶

type DataModule struct {
	PeakTime              string `json:"PeakTime" xml:"PeakTime"`
	OverseasValue         string `json:"OverseasValue" xml:"OverseasValue"`
	HttpsAccOverseasValue string `json:"HttpsAccOverseasValue" xml:"HttpsAccOverseasValue"`
	HttpsOverseasValue    string `json:"HttpsOverseasValue" xml:"HttpsOverseasValue"`
	DomesticValue         string `json:"DomesticValue" xml:"DomesticValue"`
	AccValue              string `json:"AccValue" xml:"AccValue"`
	Value                 string `json:"Value" xml:"Value"`
	AccDomesticValue      string `json:"AccDomesticValue" xml:"AccDomesticValue"`
	TimeStamp             string `json:"TimeStamp" xml:"TimeStamp"`
	HttpsDomesticValue    string `json:"HttpsDomesticValue" xml:"HttpsDomesticValue"`
	HttpsValue            string `json:"HttpsValue" xml:"HttpsValue"`
	HttpsAccValue         string `json:"HttpsAccValue" xml:"HttpsAccValue"`
	AccOverseasValue      string `json:"AccOverseasValue" xml:"AccOverseasValue"`
	HttpsAccDomesticValue string `json:"HttpsAccDomesticValue" xml:"HttpsAccDomesticValue"`
}

DataModule is a nested struct in cdn response

type DeleteCacheExpiredConfigRequest ¶

type DeleteCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	CacheType     string           `position:"Query" name:"CacheType"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteCacheExpiredConfigRequest is the request struct for api DeleteCacheExpiredConfig

func CreateDeleteCacheExpiredConfigRequest ¶

func CreateDeleteCacheExpiredConfigRequest() (request *DeleteCacheExpiredConfigRequest)

CreateDeleteCacheExpiredConfigRequest creates a request to invoke DeleteCacheExpiredConfig API

type DeleteCacheExpiredConfigResponse ¶

type DeleteCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteCacheExpiredConfigResponse is the response struct for api DeleteCacheExpiredConfig

func CreateDeleteCacheExpiredConfigResponse ¶

func CreateDeleteCacheExpiredConfigResponse() (response *DeleteCacheExpiredConfigResponse)

CreateDeleteCacheExpiredConfigResponse creates a response to parse from DeleteCacheExpiredConfig response

type DeleteCdnDomainRequest ¶

type DeleteCdnDomainRequest struct {
	*requests.RpcRequest
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	OwnerAccount    string           `position:"Query" name:"OwnerAccount"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteCdnDomainRequest is the request struct for api DeleteCdnDomain

func CreateDeleteCdnDomainRequest ¶

func CreateDeleteCdnDomainRequest() (request *DeleteCdnDomainRequest)

CreateDeleteCdnDomainRequest creates a request to invoke DeleteCdnDomain API

type DeleteCdnDomainResponse ¶

type DeleteCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteCdnDomainResponse is the response struct for api DeleteCdnDomain

func CreateDeleteCdnDomainResponse ¶

func CreateDeleteCdnDomainResponse() (response *DeleteCdnDomainResponse)

CreateDeleteCdnDomainResponse creates a response to parse from DeleteCdnDomain response

type DeleteFCTriggerRequest ¶

type DeleteFCTriggerRequest struct {
	*requests.RpcRequest
	TriggerARN string           `position:"Query" name:"TriggerARN"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteFCTriggerRequest is the request struct for api DeleteFCTrigger

func CreateDeleteFCTriggerRequest ¶

func CreateDeleteFCTriggerRequest() (request *DeleteFCTriggerRequest)

CreateDeleteFCTriggerRequest creates a request to invoke DeleteFCTrigger API

type DeleteFCTriggerResponse ¶

type DeleteFCTriggerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteFCTriggerResponse is the response struct for api DeleteFCTrigger

func CreateDeleteFCTriggerResponse ¶

func CreateDeleteFCTriggerResponse() (response *DeleteFCTriggerResponse)

CreateDeleteFCTriggerResponse creates a response to parse from DeleteFCTrigger response

type DeleteHttpHeaderConfigRequest ¶

type DeleteHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteHttpHeaderConfigRequest is the request struct for api DeleteHttpHeaderConfig

func CreateDeleteHttpHeaderConfigRequest ¶

func CreateDeleteHttpHeaderConfigRequest() (request *DeleteHttpHeaderConfigRequest)

CreateDeleteHttpHeaderConfigRequest creates a request to invoke DeleteHttpHeaderConfig API

type DeleteHttpHeaderConfigResponse ¶

type DeleteHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteHttpHeaderConfigResponse is the response struct for api DeleteHttpHeaderConfig

func CreateDeleteHttpHeaderConfigResponse ¶

func CreateDeleteHttpHeaderConfigResponse() (response *DeleteHttpHeaderConfigResponse)

CreateDeleteHttpHeaderConfigResponse creates a response to parse from DeleteHttpHeaderConfig response

type DeleteLiveAppRecordConfigRequest ¶

type DeleteLiveAppRecordConfigRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteLiveAppRecordConfigRequest is the request struct for api DeleteLiveAppRecordConfig

func CreateDeleteLiveAppRecordConfigRequest ¶

func CreateDeleteLiveAppRecordConfigRequest() (request *DeleteLiveAppRecordConfigRequest)

CreateDeleteLiveAppRecordConfigRequest creates a request to invoke DeleteLiveAppRecordConfig API

type DeleteLiveAppRecordConfigResponse ¶

type DeleteLiveAppRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveAppRecordConfigResponse is the response struct for api DeleteLiveAppRecordConfig

func CreateDeleteLiveAppRecordConfigResponse ¶

func CreateDeleteLiveAppRecordConfigResponse() (response *DeleteLiveAppRecordConfigResponse)

CreateDeleteLiveAppRecordConfigResponse creates a response to parse from DeleteLiveAppRecordConfig response

type DeleteLiveAppSnapshotConfigRequest ¶

type DeleteLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteLiveAppSnapshotConfigRequest is the request struct for api DeleteLiveAppSnapshotConfig

func CreateDeleteLiveAppSnapshotConfigRequest ¶

func CreateDeleteLiveAppSnapshotConfigRequest() (request *DeleteLiveAppSnapshotConfigRequest)

CreateDeleteLiveAppSnapshotConfigRequest creates a request to invoke DeleteLiveAppSnapshotConfig API

type DeleteLiveAppSnapshotConfigResponse ¶

type DeleteLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveAppSnapshotConfigResponse is the response struct for api DeleteLiveAppSnapshotConfig

func CreateDeleteLiveAppSnapshotConfigResponse ¶

func CreateDeleteLiveAppSnapshotConfigResponse() (response *DeleteLiveAppSnapshotConfigResponse)

CreateDeleteLiveAppSnapshotConfigResponse creates a response to parse from DeleteLiveAppSnapshotConfig response

type DeleteLiveDomainMappingRequest ¶

type DeleteLiveDomainMappingRequest struct {
	*requests.RpcRequest
	PullDomain    string           `position:"Query" name:"PullDomain"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteLiveDomainMappingRequest is the request struct for api DeleteLiveDomainMapping

func CreateDeleteLiveDomainMappingRequest ¶

func CreateDeleteLiveDomainMappingRequest() (request *DeleteLiveDomainMappingRequest)

CreateDeleteLiveDomainMappingRequest creates a request to invoke DeleteLiveDomainMapping API

type DeleteLiveDomainMappingResponse ¶

type DeleteLiveDomainMappingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveDomainMappingResponse is the response struct for api DeleteLiveDomainMapping

func CreateDeleteLiveDomainMappingResponse ¶

func CreateDeleteLiveDomainMappingResponse() (response *DeleteLiveDomainMappingResponse)

CreateDeleteLiveDomainMappingResponse creates a response to parse from DeleteLiveDomainMapping response

type DeleteLiveStreamTranscodeRequest ¶

type DeleteLiveStreamTranscodeRequest struct {
	*requests.RpcRequest
	Template      string           `position:"Query" name:"Template"`
	App           string           `position:"Query" name:"App"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	Domain        string           `position:"Query" name:"Domain"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DeleteLiveStreamTranscodeRequest is the request struct for api DeleteLiveStreamTranscode

func CreateDeleteLiveStreamTranscodeRequest ¶

func CreateDeleteLiveStreamTranscodeRequest() (request *DeleteLiveStreamTranscodeRequest)

CreateDeleteLiveStreamTranscodeRequest creates a request to invoke DeleteLiveStreamTranscode API

type DeleteLiveStreamTranscodeResponse ¶

type DeleteLiveStreamTranscodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveStreamTranscodeResponse is the response struct for api DeleteLiveStreamTranscode

func CreateDeleteLiveStreamTranscodeResponse ¶

func CreateDeleteLiveStreamTranscodeResponse() (response *DeleteLiveStreamTranscodeResponse)

CreateDeleteLiveStreamTranscodeResponse creates a response to parse from DeleteLiveStreamTranscode response

type DeleteUsageDetailDataExportTaskRequest ¶

type DeleteUsageDetailDataExportTaskRequest struct {
	*requests.RpcRequest
	OwnerId requests.Integer `position:"Query" name:"OwnerId"`
	TaskId  string           `position:"Query" name:"TaskId"`
}

DeleteUsageDetailDataExportTaskRequest is the request struct for api DeleteUsageDetailDataExportTask

func CreateDeleteUsageDetailDataExportTaskRequest ¶

func CreateDeleteUsageDetailDataExportTaskRequest() (request *DeleteUsageDetailDataExportTaskRequest)

CreateDeleteUsageDetailDataExportTaskRequest creates a request to invoke DeleteUsageDetailDataExportTask API

type DeleteUsageDetailDataExportTaskResponse ¶

type DeleteUsageDetailDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteUsageDetailDataExportTaskResponse is the response struct for api DeleteUsageDetailDataExportTask

func CreateDeleteUsageDetailDataExportTaskResponse ¶

func CreateDeleteUsageDetailDataExportTaskResponse() (response *DeleteUsageDetailDataExportTaskResponse)

CreateDeleteUsageDetailDataExportTaskResponse creates a response to parse from DeleteUsageDetailDataExportTask response

type DeleteUserUsageDataExportTaskRequest ¶

type DeleteUserUsageDataExportTaskRequest struct {
	*requests.RpcRequest
	OwnerId requests.Integer `position:"Query" name:"OwnerId"`
	TaskId  string           `position:"Query" name:"TaskId"`
}

DeleteUserUsageDataExportTaskRequest is the request struct for api DeleteUserUsageDataExportTask

func CreateDeleteUserUsageDataExportTaskRequest ¶

func CreateDeleteUserUsageDataExportTaskRequest() (request *DeleteUserUsageDataExportTaskRequest)

CreateDeleteUserUsageDataExportTaskRequest creates a request to invoke DeleteUserUsageDataExportTask API

type DeleteUserUsageDataExportTaskResponse ¶

type DeleteUserUsageDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteUserUsageDataExportTaskResponse is the response struct for api DeleteUserUsageDataExportTask

func CreateDeleteUserUsageDataExportTaskResponse ¶

func CreateDeleteUserUsageDataExportTaskResponse() (response *DeleteUserUsageDataExportTaskResponse)

CreateDeleteUserUsageDataExportTaskResponse creates a response to parse from DeleteUserUsageDataExportTask response

type DescribeCdnCertificateDetailRequest ¶

type DescribeCdnCertificateDetailRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	CertName      string           `position:"Query" name:"CertName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnCertificateDetailRequest is the request struct for api DescribeCdnCertificateDetail

func CreateDescribeCdnCertificateDetailRequest ¶

func CreateDescribeCdnCertificateDetailRequest() (request *DescribeCdnCertificateDetailRequest)

CreateDescribeCdnCertificateDetailRequest creates a request to invoke DescribeCdnCertificateDetail API

type DescribeCdnCertificateDetailResponse ¶

type DescribeCdnCertificateDetailResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Cert      string `json:"Cert" xml:"Cert"`
	Key       string `json:"Key" xml:"Key"`
	CertId    int    `json:"CertId" xml:"CertId"`
	CertName  string `json:"CertName" xml:"CertName"`
}

DescribeCdnCertificateDetailResponse is the response struct for api DescribeCdnCertificateDetail

func CreateDescribeCdnCertificateDetailResponse ¶

func CreateDescribeCdnCertificateDetailResponse() (response *DescribeCdnCertificateDetailResponse)

CreateDescribeCdnCertificateDetailResponse creates a response to parse from DescribeCdnCertificateDetail response

type DescribeCdnCertificateListRequest ¶

type DescribeCdnCertificateListRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnCertificateListRequest is the request struct for api DescribeCdnCertificateList

func CreateDescribeCdnCertificateListRequest ¶

func CreateDescribeCdnCertificateListRequest() (request *DescribeCdnCertificateListRequest)

CreateDescribeCdnCertificateListRequest creates a request to invoke DescribeCdnCertificateList API

type DescribeCdnCertificateListResponse ¶

type DescribeCdnCertificateListResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	CertificateListModel CertificateListModel `json:"CertificateListModel" xml:"CertificateListModel"`
}

DescribeCdnCertificateListResponse is the response struct for api DescribeCdnCertificateList

func CreateDescribeCdnCertificateListResponse ¶

func CreateDescribeCdnCertificateListResponse() (response *DescribeCdnCertificateListResponse)

CreateDescribeCdnCertificateListResponse creates a response to parse from DescribeCdnCertificateList response

type DescribeCdnDomainConfigsRequest ¶

type DescribeCdnDomainConfigsRequest struct {
	*requests.RpcRequest
	FunctionNames string           `position:"Query" name:"FunctionNames"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnDomainConfigsRequest is the request struct for api DescribeCdnDomainConfigs

func CreateDescribeCdnDomainConfigsRequest ¶

func CreateDescribeCdnDomainConfigsRequest() (request *DescribeCdnDomainConfigsRequest)

CreateDescribeCdnDomainConfigsRequest creates a request to invoke DescribeCdnDomainConfigs API

type DescribeCdnDomainConfigsResponse ¶

type DescribeCdnDomainConfigsResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	DomainConfigs DomainConfigs `json:"DomainConfigs" xml:"DomainConfigs"`
}

DescribeCdnDomainConfigsResponse is the response struct for api DescribeCdnDomainConfigs

func CreateDescribeCdnDomainConfigsResponse ¶

func CreateDescribeCdnDomainConfigsResponse() (response *DescribeCdnDomainConfigsResponse)

CreateDescribeCdnDomainConfigsResponse creates a response to parse from DescribeCdnDomainConfigs response

type DescribeCdnDomainDetailRequest ¶

type DescribeCdnDomainDetailRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnDomainDetailRequest is the request struct for api DescribeCdnDomainDetail

func CreateDescribeCdnDomainDetailRequest ¶

func CreateDescribeCdnDomainDetailRequest() (request *DescribeCdnDomainDetailRequest)

CreateDescribeCdnDomainDetailRequest creates a request to invoke DescribeCdnDomainDetail API

type DescribeCdnDomainDetailResponse ¶

type DescribeCdnDomainDetailResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	GetDomainDetailModel GetDomainDetailModel `json:"GetDomainDetailModel" xml:"GetDomainDetailModel"`
}

DescribeCdnDomainDetailResponse is the response struct for api DescribeCdnDomainDetail

func CreateDescribeCdnDomainDetailResponse ¶

func CreateDescribeCdnDomainDetailResponse() (response *DescribeCdnDomainDetailResponse)

CreateDescribeCdnDomainDetailResponse creates a response to parse from DescribeCdnDomainDetail response

type DescribeCdnDomainLogsRequest ¶

type DescribeCdnDomainLogsRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnDomainLogsRequest is the request struct for api DescribeCdnDomainLogs

func CreateDescribeCdnDomainLogsRequest ¶

func CreateDescribeCdnDomainLogsRequest() (request *DescribeCdnDomainLogsRequest)

CreateDescribeCdnDomainLogsRequest creates a request to invoke DescribeCdnDomainLogs API

type DescribeCdnDomainLogsResponse ¶

type DescribeCdnDomainLogsResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	DomainLogDetails DomainLogDetails `json:"DomainLogDetails" xml:"DomainLogDetails"`
}

DescribeCdnDomainLogsResponse is the response struct for api DescribeCdnDomainLogs

func CreateDescribeCdnDomainLogsResponse ¶

func CreateDescribeCdnDomainLogsResponse() (response *DescribeCdnDomainLogsResponse)

CreateDescribeCdnDomainLogsResponse creates a response to parse from DescribeCdnDomainLogs response

type DescribeCdnMonitorDataRequest ¶

type DescribeCdnMonitorDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Interval      string           `position:"Query" name:"Interval"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnMonitorDataRequest is the request struct for api DescribeCdnMonitorData

func CreateDescribeCdnMonitorDataRequest ¶

func CreateDescribeCdnMonitorDataRequest() (request *DescribeCdnMonitorDataRequest)

CreateDescribeCdnMonitorDataRequest creates a request to invoke DescribeCdnMonitorData API

type DescribeCdnMonitorDataResponse ¶

type DescribeCdnMonitorDataResponse struct {
	*responses.BaseResponse
	RequestId       string       `json:"RequestId" xml:"RequestId"`
	DomainName      string       `json:"DomainName" xml:"DomainName"`
	MonitorInterval int          `json:"MonitorInterval" xml:"MonitorInterval"`
	StartTime       string       `json:"StartTime" xml:"StartTime"`
	EndTime         string       `json:"EndTime" xml:"EndTime"`
	MonitorDatas    MonitorDatas `json:"MonitorDatas" xml:"MonitorDatas"`
}

DescribeCdnMonitorDataResponse is the response struct for api DescribeCdnMonitorData

func CreateDescribeCdnMonitorDataResponse ¶

func CreateDescribeCdnMonitorDataResponse() (response *DescribeCdnMonitorDataResponse)

CreateDescribeCdnMonitorDataResponse creates a response to parse from DescribeCdnMonitorData response

type DescribeCdnRegionAndIspRequest ¶

type DescribeCdnRegionAndIspRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnRegionAndIspRequest is the request struct for api DescribeCdnRegionAndIsp

func CreateDescribeCdnRegionAndIspRequest ¶

func CreateDescribeCdnRegionAndIspRequest() (request *DescribeCdnRegionAndIspRequest)

CreateDescribeCdnRegionAndIspRequest creates a request to invoke DescribeCdnRegionAndIsp API

type DescribeCdnRegionAndIspResponse ¶

type DescribeCdnRegionAndIspResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Regions   Regions `json:"Regions" xml:"Regions"`
	Isps      Isps    `json:"Isps" xml:"Isps"`
}

DescribeCdnRegionAndIspResponse is the response struct for api DescribeCdnRegionAndIsp

func CreateDescribeCdnRegionAndIspResponse ¶

func CreateDescribeCdnRegionAndIspResponse() (response *DescribeCdnRegionAndIspResponse)

CreateDescribeCdnRegionAndIspResponse creates a response to parse from DescribeCdnRegionAndIsp response

type DescribeCdnServiceRequest ¶

type DescribeCdnServiceRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnServiceRequest is the request struct for api DescribeCdnService

func CreateDescribeCdnServiceRequest ¶

func CreateDescribeCdnServiceRequest() (request *DescribeCdnServiceRequest)

CreateDescribeCdnServiceRequest creates a request to invoke DescribeCdnService API

type DescribeCdnServiceResponse ¶

type DescribeCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId          string         `json:"RequestId" xml:"RequestId"`
	InstanceId         string         `json:"InstanceId" xml:"InstanceId"`
	InternetChargeType string         `json:"InternetChargeType" xml:"InternetChargeType"`
	OpeningTime        string         `json:"OpeningTime" xml:"OpeningTime"`
	ChangingChargeType string         `json:"ChangingChargeType" xml:"ChangingChargeType"`
	ChangingAffectTime string         `json:"ChangingAffectTime" xml:"ChangingAffectTime"`
	OperationLocks     OperationLocks `json:"OperationLocks" xml:"OperationLocks"`
}

DescribeCdnServiceResponse is the response struct for api DescribeCdnService

func CreateDescribeCdnServiceResponse ¶

func CreateDescribeCdnServiceResponse() (response *DescribeCdnServiceResponse)

CreateDescribeCdnServiceResponse creates a response to parse from DescribeCdnService response

type DescribeCdnUserQuotaRequest ¶

type DescribeCdnUserQuotaRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnUserQuotaRequest is the request struct for api DescribeCdnUserQuota

func CreateDescribeCdnUserQuotaRequest ¶

func CreateDescribeCdnUserQuotaRequest() (request *DescribeCdnUserQuotaRequest)

CreateDescribeCdnUserQuotaRequest creates a request to invoke DescribeCdnUserQuota API

type DescribeCdnUserQuotaResponse ¶

type DescribeCdnUserQuotaResponse struct {
	*responses.BaseResponse
	RequestId        string `json:"RequestId" xml:"RequestId"`
	DomainQuota      int    `json:"DomainQuota" xml:"DomainQuota"`
	RefreshUrlQuota  int    `json:"RefreshUrlQuota" xml:"RefreshUrlQuota"`
	RefreshDirQuota  int    `json:"RefreshDirQuota" xml:"RefreshDirQuota"`
	RefreshUrlRemain int    `json:"RefreshUrlRemain" xml:"RefreshUrlRemain"`
	RefreshDirRemain int    `json:"RefreshDirRemain" xml:"RefreshDirRemain"`
	PreloadQuota     int    `json:"PreloadQuota" xml:"PreloadQuota"`
	PreloadRemain    int    `json:"PreloadRemain" xml:"PreloadRemain"`
	BlockQuota       int    `json:"BlockQuota" xml:"BlockQuota"`
	BlockRemain      int    `json:"BlockRemain" xml:"BlockRemain"`
}

DescribeCdnUserQuotaResponse is the response struct for api DescribeCdnUserQuota

func CreateDescribeCdnUserQuotaResponse ¶

func CreateDescribeCdnUserQuotaResponse() (response *DescribeCdnUserQuotaResponse)

CreateDescribeCdnUserQuotaResponse creates a response to parse from DescribeCdnUserQuota response

type DescribeCdnUserResourcePackageRequest ¶

type DescribeCdnUserResourcePackageRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeCdnUserResourcePackageRequest is the request struct for api DescribeCdnUserResourcePackage

func CreateDescribeCdnUserResourcePackageRequest ¶

func CreateDescribeCdnUserResourcePackageRequest() (request *DescribeCdnUserResourcePackageRequest)

CreateDescribeCdnUserResourcePackageRequest creates a request to invoke DescribeCdnUserResourcePackage API

type DescribeCdnUserResourcePackageResponse ¶

type DescribeCdnUserResourcePackageResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	ResourcePackageInfos ResourcePackageInfos `json:"ResourcePackageInfos" xml:"ResourcePackageInfos"`
}

DescribeCdnUserResourcePackageResponse is the response struct for api DescribeCdnUserResourcePackage

func CreateDescribeCdnUserResourcePackageResponse ¶

func CreateDescribeCdnUserResourcePackageResponse() (response *DescribeCdnUserResourcePackageResponse)

CreateDescribeCdnUserResourcePackageResponse creates a response to parse from DescribeCdnUserResourcePackage response

type DescribeCustomLogConfigRequest ¶

type DescribeCustomLogConfigRequest struct {
	*requests.RpcRequest
	OwnerId  requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId string           `position:"Query" name:"ConfigId"`
}

DescribeCustomLogConfigRequest is the request struct for api DescribeCustomLogConfig

func CreateDescribeCustomLogConfigRequest ¶

func CreateDescribeCustomLogConfigRequest() (request *DescribeCustomLogConfigRequest)

CreateDescribeCustomLogConfigRequest creates a request to invoke DescribeCustomLogConfig API

type DescribeCustomLogConfigResponse ¶

type DescribeCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Remark    string `json:"Remark" xml:"Remark"`
	Sample    string `json:"Sample" xml:"Sample"`
	Tag       string `json:"Tag" xml:"Tag"`
}

DescribeCustomLogConfigResponse is the response struct for api DescribeCustomLogConfig

func CreateDescribeCustomLogConfigResponse ¶

func CreateDescribeCustomLogConfigResponse() (response *DescribeCustomLogConfigResponse)

CreateDescribeCustomLogConfigResponse creates a response to parse from DescribeCustomLogConfig response

type DescribeDomainAverageResponseTimeRequest ¶

type DescribeDomainAverageResponseTimeRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	TimeMerge     string           `position:"Query" name:"TimeMerge"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Interval      string           `position:"Query" name:"Interval"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainAverageResponseTimeRequest is the request struct for api DescribeDomainAverageResponseTime

func CreateDescribeDomainAverageResponseTimeRequest ¶

func CreateDescribeDomainAverageResponseTimeRequest() (request *DescribeDomainAverageResponseTimeRequest)

CreateDescribeDomainAverageResponseTimeRequest creates a request to invoke DescribeDomainAverageResponseTime API

type DescribeDomainAverageResponseTimeResponse ¶

type DescribeDomainAverageResponseTimeResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	DomainName       string           `json:"DomainName" xml:"DomainName"`
	DataInterval     string           `json:"DataInterval" xml:"DataInterval"`
	StartTime        string           `json:"StartTime" xml:"StartTime"`
	EndTime          string           `json:"EndTime" xml:"EndTime"`
	AvgRTPerInterval AvgRTPerInterval `json:"AvgRTPerInterval" xml:"AvgRTPerInterval"`
}

DescribeDomainAverageResponseTimeResponse is the response struct for api DescribeDomainAverageResponseTime

func CreateDescribeDomainAverageResponseTimeResponse ¶

func CreateDescribeDomainAverageResponseTimeResponse() (response *DescribeDomainAverageResponseTimeResponse)

CreateDescribeDomainAverageResponseTimeResponse creates a response to parse from DescribeDomainAverageResponseTime response

type DescribeDomainBpsDataByTimeStampRequest ¶

type DescribeDomainBpsDataByTimeStampRequest struct {
	*requests.RpcRequest
	IspNames      string           `position:"Query" name:"IspNames"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	LocationNames string           `position:"Query" name:"LocationNames"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	TimePoint     string           `position:"Query" name:"TimePoint"`
}

DescribeDomainBpsDataByTimeStampRequest is the request struct for api DescribeDomainBpsDataByTimeStamp

func CreateDescribeDomainBpsDataByTimeStampRequest ¶

func CreateDescribeDomainBpsDataByTimeStampRequest() (request *DescribeDomainBpsDataByTimeStampRequest)

CreateDescribeDomainBpsDataByTimeStampRequest creates a request to invoke DescribeDomainBpsDataByTimeStamp API

type DescribeDomainBpsDataByTimeStampResponse ¶

type DescribeDomainBpsDataByTimeStampResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	DomainName  string      `json:"DomainName" xml:"DomainName"`
	TimeStamp   string      `json:"TimeStamp" xml:"TimeStamp"`
	BpsDataList BpsDataList `json:"BpsDataList" xml:"BpsDataList"`
}

DescribeDomainBpsDataByTimeStampResponse is the response struct for api DescribeDomainBpsDataByTimeStamp

func CreateDescribeDomainBpsDataByTimeStampResponse ¶

func CreateDescribeDomainBpsDataByTimeStampResponse() (response *DescribeDomainBpsDataByTimeStampResponse)

CreateDescribeDomainBpsDataByTimeStampResponse creates a response to parse from DescribeDomainBpsDataByTimeStamp response

type DescribeDomainBpsDataRequest ¶

type DescribeDomainBpsDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainBpsDataRequest is the request struct for api DescribeDomainBpsData

func CreateDescribeDomainBpsDataRequest ¶

func CreateDescribeDomainBpsDataRequest() (request *DescribeDomainBpsDataRequest)

CreateDescribeDomainBpsDataRequest creates a request to invoke DescribeDomainBpsData API

type DescribeDomainBpsDataResponse ¶

type DescribeDomainBpsDataResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	DomainName         string             `json:"DomainName" xml:"DomainName"`
	StartTime          string             `json:"StartTime" xml:"StartTime"`
	EndTime            string             `json:"EndTime" xml:"EndTime"`
	LocationNameEn     string             `json:"LocationNameEn" xml:"LocationNameEn"`
	IspNameEn          string             `json:"IspNameEn" xml:"IspNameEn"`
	DataInterval       string             `json:"DataInterval" xml:"DataInterval"`
	BpsDataPerInterval BpsDataPerInterval `json:"BpsDataPerInterval" xml:"BpsDataPerInterval"`
}

DescribeDomainBpsDataResponse is the response struct for api DescribeDomainBpsData

func CreateDescribeDomainBpsDataResponse ¶

func CreateDescribeDomainBpsDataResponse() (response *DescribeDomainBpsDataResponse)

CreateDescribeDomainBpsDataResponse creates a response to parse from DescribeDomainBpsData response

type DescribeDomainCCDataRequest ¶

type DescribeDomainCCDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainCCDataRequest is the request struct for api DescribeDomainCCData

func CreateDescribeDomainCCDataRequest ¶

func CreateDescribeDomainCCDataRequest() (request *DescribeDomainCCDataRequest)

CreateDescribeDomainCCDataRequest creates a request to invoke DescribeDomainCCData API

type DescribeDomainCCDataResponse ¶

type DescribeDomainCCDataResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	DomainName   string     `json:"DomainName" xml:"DomainName"`
	DataInterval string     `json:"DataInterval" xml:"DataInterval"`
	StartTime    string     `json:"StartTime" xml:"StartTime"`
	EndTime      string     `json:"EndTime" xml:"EndTime"`
	CCDataList   CCDataList `json:"CCDataList" xml:"CCDataList"`
}

DescribeDomainCCDataResponse is the response struct for api DescribeDomainCCData

func CreateDescribeDomainCCDataResponse ¶

func CreateDescribeDomainCCDataResponse() (response *DescribeDomainCCDataResponse)

CreateDescribeDomainCCDataResponse creates a response to parse from DescribeDomainCCData response

type DescribeDomainCertificateInfoRequest ¶

type DescribeDomainCertificateInfoRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainCertificateInfoRequest is the request struct for api DescribeDomainCertificateInfo

func CreateDescribeDomainCertificateInfoRequest ¶

func CreateDescribeDomainCertificateInfoRequest() (request *DescribeDomainCertificateInfoRequest)

CreateDescribeDomainCertificateInfoRequest creates a request to invoke DescribeDomainCertificateInfo API

type DescribeDomainCertificateInfoResponse ¶

type DescribeDomainCertificateInfoResponse struct {
	*responses.BaseResponse
	RequestId string    `json:"RequestId" xml:"RequestId"`
	CertInfos CertInfos `json:"CertInfos" xml:"CertInfos"`
}

DescribeDomainCertificateInfoResponse is the response struct for api DescribeDomainCertificateInfo

func CreateDescribeDomainCertificateInfoResponse ¶

func CreateDescribeDomainCertificateInfoResponse() (response *DescribeDomainCertificateInfoResponse)

CreateDescribeDomainCertificateInfoResponse creates a response to parse from DescribeDomainCertificateInfo response

type DescribeDomainCnameRequest ¶

type DescribeDomainCnameRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainCnameRequest is the request struct for api DescribeDomainCname

func CreateDescribeDomainCnameRequest ¶

func CreateDescribeDomainCnameRequest() (request *DescribeDomainCnameRequest)

CreateDescribeDomainCnameRequest creates a request to invoke DescribeDomainCname API

type DescribeDomainCnameResponse ¶

type DescribeDomainCnameResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	CnameDatas CnameDatas `json:"CnameDatas" xml:"CnameDatas"`
}

DescribeDomainCnameResponse is the response struct for api DescribeDomainCname

func CreateDescribeDomainCnameResponse ¶

func CreateDescribeDomainCnameResponse() (response *DescribeDomainCnameResponse)

CreateDescribeDomainCnameResponse creates a response to parse from DescribeDomainCname response

type DescribeDomainConfigsRequest ¶

type DescribeDomainConfigsRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ConfigList    string           `position:"Query" name:"ConfigList"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainConfigsRequest is the request struct for api DescribeDomainConfigs

func CreateDescribeDomainConfigsRequest ¶

func CreateDescribeDomainConfigsRequest() (request *DescribeDomainConfigsRequest)

CreateDescribeDomainConfigsRequest creates a request to invoke DescribeDomainConfigs API

type DescribeDomainConfigsResponse ¶

type DescribeDomainConfigsResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	DomainConfigs DomainConfigs `json:"DomainConfigs" xml:"DomainConfigs"`
}

DescribeDomainConfigsResponse is the response struct for api DescribeDomainConfigs

func CreateDescribeDomainConfigsResponse ¶

func CreateDescribeDomainConfigsResponse() (response *DescribeDomainConfigsResponse)

CreateDescribeDomainConfigsResponse creates a response to parse from DescribeDomainConfigs response

type DescribeDomainCustomLogConfigRequest ¶

type DescribeDomainCustomLogConfigRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainCustomLogConfigRequest is the request struct for api DescribeDomainCustomLogConfig

func CreateDescribeDomainCustomLogConfigRequest ¶

func CreateDescribeDomainCustomLogConfigRequest() (request *DescribeDomainCustomLogConfigRequest)

CreateDescribeDomainCustomLogConfigRequest creates a request to invoke DescribeDomainCustomLogConfig API

type DescribeDomainCustomLogConfigResponse ¶

type DescribeDomainCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	Remark    string `json:"Remark" xml:"Remark"`
	Sample    string `json:"Sample" xml:"Sample"`
	Tag       string `json:"Tag" xml:"Tag"`
}

DescribeDomainCustomLogConfigResponse is the response struct for api DescribeDomainCustomLogConfig

func CreateDescribeDomainCustomLogConfigResponse ¶

func CreateDescribeDomainCustomLogConfigResponse() (response *DescribeDomainCustomLogConfigResponse)

CreateDescribeDomainCustomLogConfigResponse creates a response to parse from DescribeDomainCustomLogConfig response

type DescribeDomainFileSizeProportionDataRequest ¶

type DescribeDomainFileSizeProportionDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainFileSizeProportionDataRequest is the request struct for api DescribeDomainFileSizeProportionData

func CreateDescribeDomainFileSizeProportionDataRequest ¶

func CreateDescribeDomainFileSizeProportionDataRequest() (request *DescribeDomainFileSizeProportionDataRequest)

CreateDescribeDomainFileSizeProportionDataRequest creates a request to invoke DescribeDomainFileSizeProportionData API

type DescribeDomainFileSizeProportionDataResponse ¶

type DescribeDomainFileSizeProportionDataResponse struct {
	*responses.BaseResponse
	RequestId                      string                         `json:"RequestId" xml:"RequestId"`
	DomainName                     string                         `json:"DomainName" xml:"DomainName"`
	DataInterval                   string                         `json:"DataInterval" xml:"DataInterval"`
	StartTime                      string                         `json:"StartTime" xml:"StartTime"`
	EndTime                        string                         `json:"EndTime" xml:"EndTime"`
	FileSizeProportionDataInterval FileSizeProportionDataInterval `json:"FileSizeProportionDataInterval" xml:"FileSizeProportionDataInterval"`
}

DescribeDomainFileSizeProportionDataResponse is the response struct for api DescribeDomainFileSizeProportionData

func CreateDescribeDomainFileSizeProportionDataResponse ¶

func CreateDescribeDomainFileSizeProportionDataResponse() (response *DescribeDomainFileSizeProportionDataResponse)

CreateDescribeDomainFileSizeProportionDataResponse creates a response to parse from DescribeDomainFileSizeProportionData response

type DescribeDomainFlowDataRequest ¶

type DescribeDomainFlowDataRequest struct {
	*requests.RpcRequest
	FixTimeGap     string           `position:"Query" name:"FixTimeGap"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	DomainType     string           `position:"Query" name:"DomainType"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainFlowDataRequest is the request struct for api DescribeDomainFlowData

func CreateDescribeDomainFlowDataRequest ¶

func CreateDescribeDomainFlowDataRequest() (request *DescribeDomainFlowDataRequest)

CreateDescribeDomainFlowDataRequest creates a request to invoke DescribeDomainFlowData API

type DescribeDomainFlowDataResponse ¶

type DescribeDomainFlowDataResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainName          string              `json:"DomainName" xml:"DomainName"`
	DataInterval        string              `json:"DataInterval" xml:"DataInterval"`
	StartTime           string              `json:"StartTime" xml:"StartTime"`
	EndTime             string              `json:"EndTime" xml:"EndTime"`
	FlowDataPerInterval FlowDataPerInterval `json:"FlowDataPerInterval" xml:"FlowDataPerInterval"`
}

DescribeDomainFlowDataResponse is the response struct for api DescribeDomainFlowData

func CreateDescribeDomainFlowDataResponse ¶

func CreateDescribeDomainFlowDataResponse() (response *DescribeDomainFlowDataResponse)

CreateDescribeDomainFlowDataResponse creates a response to parse from DescribeDomainFlowData response

type DescribeDomainHitRateDataRequest ¶

type DescribeDomainHitRateDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainHitRateDataRequest is the request struct for api DescribeDomainHitRateData

func CreateDescribeDomainHitRateDataRequest ¶

func CreateDescribeDomainHitRateDataRequest() (request *DescribeDomainHitRateDataRequest)

CreateDescribeDomainHitRateDataRequest creates a request to invoke DescribeDomainHitRateData API

type DescribeDomainHitRateDataResponse ¶

type DescribeDomainHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	DomainName      string          `json:"DomainName" xml:"DomainName"`
	StartTime       string          `json:"StartTime" xml:"StartTime"`
	EndTime         string          `json:"EndTime" xml:"EndTime"`
	DataInterval    string          `json:"DataInterval" xml:"DataInterval"`
	HitRateInterval HitRateInterval `json:"HitRateInterval" xml:"HitRateInterval"`
}

DescribeDomainHitRateDataResponse is the response struct for api DescribeDomainHitRateData

func CreateDescribeDomainHitRateDataResponse ¶

func CreateDescribeDomainHitRateDataResponse() (response *DescribeDomainHitRateDataResponse)

CreateDescribeDomainHitRateDataResponse creates a response to parse from DescribeDomainHitRateData response

type DescribeDomainHttpCodeDataRequest ¶

type DescribeDomainHttpCodeDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainHttpCodeDataRequest is the request struct for api DescribeDomainHttpCodeData

func CreateDescribeDomainHttpCodeDataRequest ¶

func CreateDescribeDomainHttpCodeDataRequest() (request *DescribeDomainHttpCodeDataRequest)

CreateDescribeDomainHttpCodeDataRequest creates a request to invoke DescribeDomainHttpCodeData API

type DescribeDomainHttpCodeDataResponse ¶

type DescribeDomainHttpCodeDataResponse struct {
	*responses.BaseResponse
	RequestId    string                                   `json:"RequestId" xml:"RequestId"`
	DomainName   string                                   `json:"DomainName" xml:"DomainName"`
	StartTime    string                                   `json:"StartTime" xml:"StartTime"`
	EndTime      string                                   `json:"EndTime" xml:"EndTime"`
	DataInterval string                                   `json:"DataInterval" xml:"DataInterval"`
	HttpCodeData HttpCodeDataInDescribeDomainHttpCodeData `json:"HttpCodeData" xml:"HttpCodeData"`
}

DescribeDomainHttpCodeDataResponse is the response struct for api DescribeDomainHttpCodeData

func CreateDescribeDomainHttpCodeDataResponse ¶

func CreateDescribeDomainHttpCodeDataResponse() (response *DescribeDomainHttpCodeDataResponse)

CreateDescribeDomainHttpCodeDataResponse creates a response to parse from DescribeDomainHttpCodeData response

type DescribeDomainISPDataRequest ¶

type DescribeDomainISPDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainISPDataRequest is the request struct for api DescribeDomainISPData

func CreateDescribeDomainISPDataRequest ¶

func CreateDescribeDomainISPDataRequest() (request *DescribeDomainISPDataRequest)

CreateDescribeDomainISPDataRequest creates a request to invoke DescribeDomainISPData API

type DescribeDomainISPDataResponse ¶

type DescribeDomainISPDataResponse struct {
	*responses.BaseResponse
	RequestId    string                       `json:"RequestId" xml:"RequestId"`
	DomainName   string                       `json:"DomainName" xml:"DomainName"`
	DataInterval string                       `json:"DataInterval" xml:"DataInterval"`
	StartTime    string                       `json:"StartTime" xml:"StartTime"`
	EndTime      string                       `json:"EndTime" xml:"EndTime"`
	Value        ValueInDescribeDomainISPData `json:"Value" xml:"Value"`
}

DescribeDomainISPDataResponse is the response struct for api DescribeDomainISPData

func CreateDescribeDomainISPDataResponse ¶

func CreateDescribeDomainISPDataResponse() (response *DescribeDomainISPDataResponse)

CreateDescribeDomainISPDataResponse creates a response to parse from DescribeDomainISPData response

type DescribeDomainMax95BpsDataRequest ¶

type DescribeDomainMax95BpsDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainMax95BpsDataRequest is the request struct for api DescribeDomainMax95BpsData

func CreateDescribeDomainMax95BpsDataRequest ¶

func CreateDescribeDomainMax95BpsDataRequest() (request *DescribeDomainMax95BpsDataRequest)

CreateDescribeDomainMax95BpsDataRequest creates a request to invoke DescribeDomainMax95BpsData API

type DescribeDomainMax95BpsDataResponse ¶

type DescribeDomainMax95BpsDataResponse struct {
	*responses.BaseResponse
	RequestId        string `json:"RequestId" xml:"RequestId"`
	DomainName       string `json:"DomainName" xml:"DomainName"`
	StartTime        string `json:"StartTime" xml:"StartTime"`
	EndTime          string `json:"EndTime" xml:"EndTime"`
	Max95Bps         string `json:"Max95Bps" xml:"Max95Bps"`
	DomesticMax95Bps string `json:"DomesticMax95Bps" xml:"DomesticMax95Bps"`
	OverseasMax95Bps string `json:"OverseasMax95Bps" xml:"OverseasMax95Bps"`
}

DescribeDomainMax95BpsDataResponse is the response struct for api DescribeDomainMax95BpsData

func CreateDescribeDomainMax95BpsDataResponse ¶

func CreateDescribeDomainMax95BpsDataResponse() (response *DescribeDomainMax95BpsDataResponse)

CreateDescribeDomainMax95BpsDataResponse creates a response to parse from DescribeDomainMax95BpsData response

type DescribeDomainPathDataRequest ¶

type DescribeDomainPathDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Path       string           `position:"Query" name:"Path"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainPathDataRequest is the request struct for api DescribeDomainPathData

func CreateDescribeDomainPathDataRequest ¶

func CreateDescribeDomainPathDataRequest() (request *DescribeDomainPathDataRequest)

CreateDescribeDomainPathDataRequest creates a request to invoke DescribeDomainPathData API

type DescribeDomainPathDataResponse ¶

type DescribeDomainPathDataResponse struct {
	*responses.BaseResponse
	DomainName          string              `json:"DomainName" xml:"DomainName"`
	StartTime           string              `json:"StartTime" xml:"StartTime"`
	EndTime             string              `json:"EndTime" xml:"EndTime"`
	PageSize            int                 `json:"PageSize" xml:"PageSize"`
	PageNumber          int                 `json:"PageNumber" xml:"PageNumber"`
	DataInterval        string              `json:"DataInterval" xml:"DataInterval"`
	TotalCount          int                 `json:"TotalCount" xml:"TotalCount"`
	PathDataPerInterval PathDataPerInterval `json:"PathDataPerInterval" xml:"PathDataPerInterval"`
}

DescribeDomainPathDataResponse is the response struct for api DescribeDomainPathData

func CreateDescribeDomainPathDataResponse ¶

func CreateDescribeDomainPathDataResponse() (response *DescribeDomainPathDataResponse)

CreateDescribeDomainPathDataResponse creates a response to parse from DescribeDomainPathData response

type DescribeDomainPvDataRequest ¶

type DescribeDomainPvDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainPvDataRequest is the request struct for api DescribeDomainPvData

func CreateDescribeDomainPvDataRequest ¶

func CreateDescribeDomainPvDataRequest() (request *DescribeDomainPvDataRequest)

CreateDescribeDomainPvDataRequest creates a request to invoke DescribeDomainPvData API

type DescribeDomainPvDataResponse ¶

type DescribeDomainPvDataResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	DomainName     string         `json:"DomainName" xml:"DomainName"`
	DataInterval   string         `json:"DataInterval" xml:"DataInterval"`
	StartTime      string         `json:"StartTime" xml:"StartTime"`
	EndTime        string         `json:"EndTime" xml:"EndTime"`
	PvDataInterval PvDataInterval `json:"PvDataInterval" xml:"PvDataInterval"`
}

DescribeDomainPvDataResponse is the response struct for api DescribeDomainPvData

func CreateDescribeDomainPvDataResponse ¶

func CreateDescribeDomainPvDataResponse() (response *DescribeDomainPvDataResponse)

CreateDescribeDomainPvDataResponse creates a response to parse from DescribeDomainPvData response

type DescribeDomainQpsDataRequest ¶

type DescribeDomainQpsDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainQpsDataRequest is the request struct for api DescribeDomainQpsData

func CreateDescribeDomainQpsDataRequest ¶

func CreateDescribeDomainQpsDataRequest() (request *DescribeDomainQpsDataRequest)

CreateDescribeDomainQpsDataRequest creates a request to invoke DescribeDomainQpsData API

type DescribeDomainQpsDataResponse ¶

type DescribeDomainQpsDataResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	DomainName      string          `json:"DomainName" xml:"DomainName"`
	StartTime       string          `json:"StartTime" xml:"StartTime"`
	EndTime         string          `json:"EndTime" xml:"EndTime"`
	DataInterval    string          `json:"DataInterval" xml:"DataInterval"`
	QpsDataInterval QpsDataInterval `json:"QpsDataInterval" xml:"QpsDataInterval"`
}

DescribeDomainQpsDataResponse is the response struct for api DescribeDomainQpsData

func CreateDescribeDomainQpsDataResponse ¶

func CreateDescribeDomainQpsDataResponse() (response *DescribeDomainQpsDataResponse)

CreateDescribeDomainQpsDataResponse creates a response to parse from DescribeDomainQpsData response

type DescribeDomainRealTimeBpsDataRequest ¶

type DescribeDomainRealTimeBpsDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeBpsDataRequest is the request struct for api DescribeDomainRealTimeBpsData

func CreateDescribeDomainRealTimeBpsDataRequest ¶

func CreateDescribeDomainRealTimeBpsDataRequest() (request *DescribeDomainRealTimeBpsDataRequest)

CreateDescribeDomainRealTimeBpsDataRequest creates a request to invoke DescribeDomainRealTimeBpsData API

type DescribeDomainRealTimeBpsDataResponse ¶

type DescribeDomainRealTimeBpsDataResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeBpsData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeBpsDataResponse is the response struct for api DescribeDomainRealTimeBpsData

func CreateDescribeDomainRealTimeBpsDataResponse ¶

func CreateDescribeDomainRealTimeBpsDataResponse() (response *DescribeDomainRealTimeBpsDataResponse)

CreateDescribeDomainRealTimeBpsDataResponse creates a response to parse from DescribeDomainRealTimeBpsData response

type DescribeDomainRealTimeByteHitRateDataRequest ¶

type DescribeDomainRealTimeByteHitRateDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeByteHitRateDataRequest is the request struct for api DescribeDomainRealTimeByteHitRateData

func CreateDescribeDomainRealTimeByteHitRateDataRequest ¶

func CreateDescribeDomainRealTimeByteHitRateDataRequest() (request *DescribeDomainRealTimeByteHitRateDataRequest)

CreateDescribeDomainRealTimeByteHitRateDataRequest creates a request to invoke DescribeDomainRealTimeByteHitRateData API

type DescribeDomainRealTimeByteHitRateDataResponse ¶

type DescribeDomainRealTimeByteHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId string                                      `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeByteHitRateData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeByteHitRateDataResponse is the response struct for api DescribeDomainRealTimeByteHitRateData

func CreateDescribeDomainRealTimeByteHitRateDataResponse ¶

func CreateDescribeDomainRealTimeByteHitRateDataResponse() (response *DescribeDomainRealTimeByteHitRateDataResponse)

CreateDescribeDomainRealTimeByteHitRateDataResponse creates a response to parse from DescribeDomainRealTimeByteHitRateData response

type DescribeDomainRealTimeHttpCodeDataRequest ¶

type DescribeDomainRealTimeHttpCodeDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeHttpCodeDataRequest is the request struct for api DescribeDomainRealTimeHttpCodeData

func CreateDescribeDomainRealTimeHttpCodeDataRequest ¶

func CreateDescribeDomainRealTimeHttpCodeDataRequest() (request *DescribeDomainRealTimeHttpCodeDataRequest)

CreateDescribeDomainRealTimeHttpCodeDataRequest creates a request to invoke DescribeDomainRealTimeHttpCodeData API

type DescribeDomainRealTimeHttpCodeDataResponse ¶

type DescribeDomainRealTimeHttpCodeDataResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	DomainName           string               `json:"DomainName" xml:"DomainName"`
	StartTime            string               `json:"StartTime" xml:"StartTime"`
	EndTime              string               `json:"EndTime" xml:"EndTime"`
	DataInterval         string               `json:"DataInterval" xml:"DataInterval"`
	RealTimeHttpCodeData RealTimeHttpCodeData `json:"RealTimeHttpCodeData" xml:"RealTimeHttpCodeData"`
}

DescribeDomainRealTimeHttpCodeDataResponse is the response struct for api DescribeDomainRealTimeHttpCodeData

func CreateDescribeDomainRealTimeHttpCodeDataResponse ¶

func CreateDescribeDomainRealTimeHttpCodeDataResponse() (response *DescribeDomainRealTimeHttpCodeDataResponse)

CreateDescribeDomainRealTimeHttpCodeDataResponse creates a response to parse from DescribeDomainRealTimeHttpCodeData response

type DescribeDomainRealTimeQpsDataRequest ¶

type DescribeDomainRealTimeQpsDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeQpsDataRequest is the request struct for api DescribeDomainRealTimeQpsData

func CreateDescribeDomainRealTimeQpsDataRequest ¶

func CreateDescribeDomainRealTimeQpsDataRequest() (request *DescribeDomainRealTimeQpsDataRequest)

CreateDescribeDomainRealTimeQpsDataRequest creates a request to invoke DescribeDomainRealTimeQpsData API

type DescribeDomainRealTimeQpsDataResponse ¶

type DescribeDomainRealTimeQpsDataResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeQpsData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeQpsDataResponse is the response struct for api DescribeDomainRealTimeQpsData

func CreateDescribeDomainRealTimeQpsDataResponse ¶

func CreateDescribeDomainRealTimeQpsDataResponse() (response *DescribeDomainRealTimeQpsDataResponse)

CreateDescribeDomainRealTimeQpsDataResponse creates a response to parse from DescribeDomainRealTimeQpsData response

type DescribeDomainRealTimeReqHitRateDataRequest ¶

type DescribeDomainRealTimeReqHitRateDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeReqHitRateDataRequest is the request struct for api DescribeDomainRealTimeReqHitRateData

func CreateDescribeDomainRealTimeReqHitRateDataRequest ¶

func CreateDescribeDomainRealTimeReqHitRateDataRequest() (request *DescribeDomainRealTimeReqHitRateDataRequest)

CreateDescribeDomainRealTimeReqHitRateDataRequest creates a request to invoke DescribeDomainRealTimeReqHitRateData API

type DescribeDomainRealTimeReqHitRateDataResponse ¶

type DescribeDomainRealTimeReqHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId string                                     `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeReqHitRateData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeReqHitRateDataResponse is the response struct for api DescribeDomainRealTimeReqHitRateData

func CreateDescribeDomainRealTimeReqHitRateDataResponse ¶

func CreateDescribeDomainRealTimeReqHitRateDataResponse() (response *DescribeDomainRealTimeReqHitRateDataResponse)

CreateDescribeDomainRealTimeReqHitRateDataResponse creates a response to parse from DescribeDomainRealTimeReqHitRateData response

type DescribeDomainRealTimeSrcBpsDataRequest ¶

type DescribeDomainRealTimeSrcBpsDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeSrcBpsDataRequest is the request struct for api DescribeDomainRealTimeSrcBpsData

func CreateDescribeDomainRealTimeSrcBpsDataRequest ¶

func CreateDescribeDomainRealTimeSrcBpsDataRequest() (request *DescribeDomainRealTimeSrcBpsDataRequest)

CreateDescribeDomainRealTimeSrcBpsDataRequest creates a request to invoke DescribeDomainRealTimeSrcBpsData API

type DescribeDomainRealTimeSrcBpsDataResponse ¶

type DescribeDomainRealTimeSrcBpsDataResponse struct {
	*responses.BaseResponse
	RequestId                     string                        `json:"RequestId" xml:"RequestId"`
	DomainName                    string                        `json:"DomainName" xml:"DomainName"`
	StartTime                     string                        `json:"StartTime" xml:"StartTime"`
	EndTime                       string                        `json:"EndTime" xml:"EndTime"`
	DataInterval                  string                        `json:"DataInterval" xml:"DataInterval"`
	RealTimeSrcBpsDataPerInterval RealTimeSrcBpsDataPerInterval `json:"RealTimeSrcBpsDataPerInterval" xml:"RealTimeSrcBpsDataPerInterval"`
}

DescribeDomainRealTimeSrcBpsDataResponse is the response struct for api DescribeDomainRealTimeSrcBpsData

func CreateDescribeDomainRealTimeSrcBpsDataResponse ¶

func CreateDescribeDomainRealTimeSrcBpsDataResponse() (response *DescribeDomainRealTimeSrcBpsDataResponse)

CreateDescribeDomainRealTimeSrcBpsDataResponse creates a response to parse from DescribeDomainRealTimeSrcBpsData response

type DescribeDomainRealTimeSrcTrafficDataRequest ¶

type DescribeDomainRealTimeSrcTrafficDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRealTimeSrcTrafficDataRequest is the request struct for api DescribeDomainRealTimeSrcTrafficData

func CreateDescribeDomainRealTimeSrcTrafficDataRequest ¶

func CreateDescribeDomainRealTimeSrcTrafficDataRequest() (request *DescribeDomainRealTimeSrcTrafficDataRequest)

CreateDescribeDomainRealTimeSrcTrafficDataRequest creates a request to invoke DescribeDomainRealTimeSrcTrafficData API

type DescribeDomainRealTimeSrcTrafficDataResponse ¶

type DescribeDomainRealTimeSrcTrafficDataResponse struct {
	*responses.BaseResponse
	RequestId                         string                            `json:"RequestId" xml:"RequestId"`
	DomainName                        string                            `json:"DomainName" xml:"DomainName"`
	StartTime                         string                            `json:"StartTime" xml:"StartTime"`
	EndTime                           string                            `json:"EndTime" xml:"EndTime"`
	DataInterval                      string                            `json:"DataInterval" xml:"DataInterval"`
	RealTimeSrcTrafficDataPerInterval RealTimeSrcTrafficDataPerInterval `json:"RealTimeSrcTrafficDataPerInterval" xml:"RealTimeSrcTrafficDataPerInterval"`
}

DescribeDomainRealTimeSrcTrafficDataResponse is the response struct for api DescribeDomainRealTimeSrcTrafficData

func CreateDescribeDomainRealTimeSrcTrafficDataResponse ¶

func CreateDescribeDomainRealTimeSrcTrafficDataResponse() (response *DescribeDomainRealTimeSrcTrafficDataResponse)

CreateDescribeDomainRealTimeSrcTrafficDataResponse creates a response to parse from DescribeDomainRealTimeSrcTrafficData response

type DescribeDomainRegionDataRequest ¶

type DescribeDomainRegionDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainRegionDataRequest is the request struct for api DescribeDomainRegionData

func CreateDescribeDomainRegionDataRequest ¶

func CreateDescribeDomainRegionDataRequest() (request *DescribeDomainRegionDataRequest)

CreateDescribeDomainRegionDataRequest creates a request to invoke DescribeDomainRegionData API

type DescribeDomainRegionDataResponse ¶

type DescribeDomainRegionDataResponse struct {
	*responses.BaseResponse
	RequestId    string                          `json:"RequestId" xml:"RequestId"`
	DomainName   string                          `json:"DomainName" xml:"DomainName"`
	DataInterval string                          `json:"DataInterval" xml:"DataInterval"`
	StartTime    string                          `json:"StartTime" xml:"StartTime"`
	EndTime      string                          `json:"EndTime" xml:"EndTime"`
	Value        ValueInDescribeDomainRegionData `json:"Value" xml:"Value"`
}

DescribeDomainRegionDataResponse is the response struct for api DescribeDomainRegionData

func CreateDescribeDomainRegionDataResponse ¶

func CreateDescribeDomainRegionDataResponse() (response *DescribeDomainRegionDataResponse)

CreateDescribeDomainRegionDataResponse creates a response to parse from DescribeDomainRegionData response

type DescribeDomainReqHitRateDataRequest ¶

type DescribeDomainReqHitRateDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainReqHitRateDataRequest is the request struct for api DescribeDomainReqHitRateData

func CreateDescribeDomainReqHitRateDataRequest ¶

func CreateDescribeDomainReqHitRateDataRequest() (request *DescribeDomainReqHitRateDataRequest)

CreateDescribeDomainReqHitRateDataRequest creates a request to invoke DescribeDomainReqHitRateData API

type DescribeDomainReqHitRateDataResponse ¶

type DescribeDomainReqHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	DomainName         string             `json:"DomainName" xml:"DomainName"`
	DataInterval       string             `json:"DataInterval" xml:"DataInterval"`
	StartTime          string             `json:"StartTime" xml:"StartTime"`
	EndTime            string             `json:"EndTime" xml:"EndTime"`
	ReqHitRateInterval ReqHitRateInterval `json:"ReqHitRateInterval" xml:"ReqHitRateInterval"`
}

DescribeDomainReqHitRateDataResponse is the response struct for api DescribeDomainReqHitRateData

func CreateDescribeDomainReqHitRateDataResponse ¶

func CreateDescribeDomainReqHitRateDataResponse() (response *DescribeDomainReqHitRateDataResponse)

CreateDescribeDomainReqHitRateDataResponse creates a response to parse from DescribeDomainReqHitRateData response

type DescribeDomainSrcBpsDataRequest ¶

type DescribeDomainSrcBpsDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainSrcBpsDataRequest is the request struct for api DescribeDomainSrcBpsData

func CreateDescribeDomainSrcBpsDataRequest ¶

func CreateDescribeDomainSrcBpsDataRequest() (request *DescribeDomainSrcBpsDataRequest)

CreateDescribeDomainSrcBpsDataRequest creates a request to invoke DescribeDomainSrcBpsData API

type DescribeDomainSrcBpsDataResponse ¶

type DescribeDomainSrcBpsDataResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	DomainName            string                `json:"DomainName" xml:"DomainName"`
	StartTime             string                `json:"StartTime" xml:"StartTime"`
	EndTime               string                `json:"EndTime" xml:"EndTime"`
	DataInterval          string                `json:"DataInterval" xml:"DataInterval"`
	SrcBpsDataPerInterval SrcBpsDataPerInterval `json:"SrcBpsDataPerInterval" xml:"SrcBpsDataPerInterval"`
}

DescribeDomainSrcBpsDataResponse is the response struct for api DescribeDomainSrcBpsData

func CreateDescribeDomainSrcBpsDataResponse ¶

func CreateDescribeDomainSrcBpsDataResponse() (response *DescribeDomainSrcBpsDataResponse)

CreateDescribeDomainSrcBpsDataResponse creates a response to parse from DescribeDomainSrcBpsData response

type DescribeDomainSrcFlowDataRequest ¶

type DescribeDomainSrcFlowDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	FixTimeGap string           `position:"Query" name:"FixTimeGap"`
	TimeMerge  string           `position:"Query" name:"TimeMerge"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainSrcFlowDataRequest is the request struct for api DescribeDomainSrcFlowData

func CreateDescribeDomainSrcFlowDataRequest ¶

func CreateDescribeDomainSrcFlowDataRequest() (request *DescribeDomainSrcFlowDataRequest)

CreateDescribeDomainSrcFlowDataRequest creates a request to invoke DescribeDomainSrcFlowData API

type DescribeDomainSrcFlowDataResponse ¶

type DescribeDomainSrcFlowDataResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	DomainName             string                 `json:"DomainName" xml:"DomainName"`
	StartTime              string                 `json:"StartTime" xml:"StartTime"`
	EndTime                string                 `json:"EndTime" xml:"EndTime"`
	DataInterval           string                 `json:"DataInterval" xml:"DataInterval"`
	SrcFlowDataPerInterval SrcFlowDataPerInterval `json:"SrcFlowDataPerInterval" xml:"SrcFlowDataPerInterval"`
}

DescribeDomainSrcFlowDataResponse is the response struct for api DescribeDomainSrcFlowData

func CreateDescribeDomainSrcFlowDataResponse ¶

func CreateDescribeDomainSrcFlowDataResponse() (response *DescribeDomainSrcFlowDataResponse)

CreateDescribeDomainSrcFlowDataResponse creates a response to parse from DescribeDomainSrcFlowData response

type DescribeDomainSrcHttpCodeDataRequest ¶

type DescribeDomainSrcHttpCodeDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainSrcHttpCodeDataRequest is the request struct for api DescribeDomainSrcHttpCodeData

func CreateDescribeDomainSrcHttpCodeDataRequest ¶

func CreateDescribeDomainSrcHttpCodeDataRequest() (request *DescribeDomainSrcHttpCodeDataRequest)

CreateDescribeDomainSrcHttpCodeDataRequest creates a request to invoke DescribeDomainSrcHttpCodeData API

type DescribeDomainSrcHttpCodeDataResponse ¶

type DescribeDomainSrcHttpCodeDataResponse struct {
	*responses.BaseResponse
	RequestId    string                                      `json:"RequestId" xml:"RequestId"`
	DomainName   string                                      `json:"DomainName" xml:"DomainName"`
	StartTime    string                                      `json:"StartTime" xml:"StartTime"`
	EndTime      string                                      `json:"EndTime" xml:"EndTime"`
	DataInterval string                                      `json:"DataInterval" xml:"DataInterval"`
	HttpCodeData HttpCodeDataInDescribeDomainSrcHttpCodeData `json:"HttpCodeData" xml:"HttpCodeData"`
}

DescribeDomainSrcHttpCodeDataResponse is the response struct for api DescribeDomainSrcHttpCodeData

func CreateDescribeDomainSrcHttpCodeDataResponse ¶

func CreateDescribeDomainSrcHttpCodeDataResponse() (response *DescribeDomainSrcHttpCodeDataResponse)

CreateDescribeDomainSrcHttpCodeDataResponse creates a response to parse from DescribeDomainSrcHttpCodeData response

type DescribeDomainSrcTrafficDataRequest ¶

type DescribeDomainSrcTrafficDataRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	Interval   string           `position:"Query" name:"Interval"`
}

DescribeDomainSrcTrafficDataRequest is the request struct for api DescribeDomainSrcTrafficData

func CreateDescribeDomainSrcTrafficDataRequest ¶

func CreateDescribeDomainSrcTrafficDataRequest() (request *DescribeDomainSrcTrafficDataRequest)

CreateDescribeDomainSrcTrafficDataRequest creates a request to invoke DescribeDomainSrcTrafficData API

type DescribeDomainSrcTrafficDataResponse ¶

type DescribeDomainSrcTrafficDataResponse struct {
	*responses.BaseResponse
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	DomainName                string                    `json:"DomainName" xml:"DomainName"`
	StartTime                 string                    `json:"StartTime" xml:"StartTime"`
	EndTime                   string                    `json:"EndTime" xml:"EndTime"`
	DataInterval              string                    `json:"DataInterval" xml:"DataInterval"`
	SrcTrafficDataPerInterval SrcTrafficDataPerInterval `json:"SrcTrafficDataPerInterval" xml:"SrcTrafficDataPerInterval"`
}

DescribeDomainSrcTrafficDataResponse is the response struct for api DescribeDomainSrcTrafficData

func CreateDescribeDomainSrcTrafficDataResponse ¶

func CreateDescribeDomainSrcTrafficDataResponse() (response *DescribeDomainSrcTrafficDataResponse)

CreateDescribeDomainSrcTrafficDataResponse creates a response to parse from DescribeDomainSrcTrafficData response

type DescribeDomainTopReferVisitRequest ¶

type DescribeDomainTopReferVisitRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	SortBy        string           `position:"Query" name:"SortBy"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainTopReferVisitRequest is the request struct for api DescribeDomainTopReferVisit

func CreateDescribeDomainTopReferVisitRequest ¶

func CreateDescribeDomainTopReferVisitRequest() (request *DescribeDomainTopReferVisitRequest)

CreateDescribeDomainTopReferVisitRequest creates a request to invoke DescribeDomainTopReferVisit API

type DescribeDomainTopReferVisitResponse ¶

type DescribeDomainTopReferVisitResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	DomainName   string       `json:"DomainName" xml:"DomainName"`
	StartTime    string       `json:"StartTime" xml:"StartTime"`
	TopReferList TopReferList `json:"TopReferList" xml:"TopReferList"`
}

DescribeDomainTopReferVisitResponse is the response struct for api DescribeDomainTopReferVisit

func CreateDescribeDomainTopReferVisitResponse ¶

func CreateDescribeDomainTopReferVisitResponse() (response *DescribeDomainTopReferVisitResponse)

CreateDescribeDomainTopReferVisitResponse creates a response to parse from DescribeDomainTopReferVisit response

type DescribeDomainTopUrlVisitRequest ¶

type DescribeDomainTopUrlVisitRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	SortBy        string           `position:"Query" name:"SortBy"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainTopUrlVisitRequest is the request struct for api DescribeDomainTopUrlVisit

func CreateDescribeDomainTopUrlVisitRequest ¶

func CreateDescribeDomainTopUrlVisitRequest() (request *DescribeDomainTopUrlVisitRequest)

CreateDescribeDomainTopUrlVisitRequest creates a request to invoke DescribeDomainTopUrlVisit API

type DescribeDomainTopUrlVisitResponse ¶

type DescribeDomainTopUrlVisitResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	DomainName string     `json:"DomainName" xml:"DomainName"`
	StartTime  string     `json:"StartTime" xml:"StartTime"`
	AllUrlList AllUrlList `json:"AllUrlList" xml:"AllUrlList"`
	Url200List Url200List `json:"Url200List" xml:"Url200List"`
	Url300List Url300List `json:"Url300List" xml:"Url300List"`
	Url400List Url400List `json:"Url400List" xml:"Url400List"`
	Url500List Url500List `json:"Url500List" xml:"Url500List"`
}

DescribeDomainTopUrlVisitResponse is the response struct for api DescribeDomainTopUrlVisit

func CreateDescribeDomainTopUrlVisitResponse ¶

func CreateDescribeDomainTopUrlVisitResponse() (response *DescribeDomainTopUrlVisitResponse)

CreateDescribeDomainTopUrlVisitResponse creates a response to parse from DescribeDomainTopUrlVisit response

type DescribeDomainTrafficDataRequest ¶

type DescribeDomainTrafficDataRequest struct {
	*requests.RpcRequest
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	StartTime      string           `position:"Query" name:"StartTime"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainName     string           `position:"Query" name:"DomainName"`
	EndTime        string           `position:"Query" name:"EndTime"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainTrafficDataRequest is the request struct for api DescribeDomainTrafficData

func CreateDescribeDomainTrafficDataRequest ¶

func CreateDescribeDomainTrafficDataRequest() (request *DescribeDomainTrafficDataRequest)

CreateDescribeDomainTrafficDataRequest creates a request to invoke DescribeDomainTrafficData API

type DescribeDomainTrafficDataResponse ¶

type DescribeDomainTrafficDataResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	DomainName             string                 `json:"DomainName" xml:"DomainName"`
	StartTime              string                 `json:"StartTime" xml:"StartTime"`
	EndTime                string                 `json:"EndTime" xml:"EndTime"`
	DataInterval           string                 `json:"DataInterval" xml:"DataInterval"`
	TrafficDataPerInterval TrafficDataPerInterval `json:"TrafficDataPerInterval" xml:"TrafficDataPerInterval"`
}

DescribeDomainTrafficDataResponse is the response struct for api DescribeDomainTrafficData

func CreateDescribeDomainTrafficDataResponse ¶

func CreateDescribeDomainTrafficDataResponse() (response *DescribeDomainTrafficDataResponse)

CreateDescribeDomainTrafficDataResponse creates a response to parse from DescribeDomainTrafficData response

type DescribeDomainUsageDataRequest ¶

type DescribeDomainUsageDataRequest struct {
	*requests.RpcRequest
	StartTime    string           `position:"Query" name:"StartTime"`
	Type         string           `position:"Query" name:"Type"`
	DataProtocol string           `position:"Query" name:"DataProtocol"`
	Area         string           `position:"Query" name:"Area"`
	DomainName   string           `position:"Query" name:"DomainName"`
	EndTime      string           `position:"Query" name:"EndTime"`
	OwnerId      requests.Integer `position:"Query" name:"OwnerId"`
	Field        string           `position:"Query" name:"Field"`
}

DescribeDomainUsageDataRequest is the request struct for api DescribeDomainUsageData

func CreateDescribeDomainUsageDataRequest ¶

func CreateDescribeDomainUsageDataRequest() (request *DescribeDomainUsageDataRequest)

CreateDescribeDomainUsageDataRequest creates a request to invoke DescribeDomainUsageData API

type DescribeDomainUsageDataResponse ¶

type DescribeDomainUsageDataResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	DomainName           string               `json:"DomainName" xml:"DomainName"`
	StartTime            string               `json:"StartTime" xml:"StartTime"`
	EndTime              string               `json:"EndTime" xml:"EndTime"`
	Type                 string               `json:"Type" xml:"Type"`
	Area                 string               `json:"Area" xml:"Area"`
	DataInterval         string               `json:"DataInterval" xml:"DataInterval"`
	UsageDataPerInterval UsageDataPerInterval `json:"UsageDataPerInterval" xml:"UsageDataPerInterval"`
}

DescribeDomainUsageDataResponse is the response struct for api DescribeDomainUsageData

func CreateDescribeDomainUsageDataResponse ¶

func CreateDescribeDomainUsageDataResponse() (response *DescribeDomainUsageDataResponse)

CreateDescribeDomainUsageDataResponse creates a response to parse from DescribeDomainUsageData response

type DescribeDomainUvDataRequest ¶

type DescribeDomainUvDataRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainUvDataRequest is the request struct for api DescribeDomainUvData

func CreateDescribeDomainUvDataRequest ¶

func CreateDescribeDomainUvDataRequest() (request *DescribeDomainUvDataRequest)

CreateDescribeDomainUvDataRequest creates a request to invoke DescribeDomainUvData API

type DescribeDomainUvDataResponse ¶

type DescribeDomainUvDataResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	DomainName     string         `json:"DomainName" xml:"DomainName"`
	DataInterval   string         `json:"DataInterval" xml:"DataInterval"`
	StartTime      string         `json:"StartTime" xml:"StartTime"`
	EndTime        string         `json:"EndTime" xml:"EndTime"`
	UvDataInterval UvDataInterval `json:"UvDataInterval" xml:"UvDataInterval"`
}

DescribeDomainUvDataResponse is the response struct for api DescribeDomainUvData

func CreateDescribeDomainUvDataResponse ¶

func CreateDescribeDomainUvDataResponse() (response *DescribeDomainUvDataResponse)

CreateDescribeDomainUvDataResponse creates a response to parse from DescribeDomainUvData response

type DescribeDomainsBySourceRequest ¶

type DescribeDomainsBySourceRequest struct {
	*requests.RpcRequest
	Sources       string           `position:"Query" name:"Sources"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainsBySourceRequest is the request struct for api DescribeDomainsBySource

func CreateDescribeDomainsBySourceRequest ¶

func CreateDescribeDomainsBySourceRequest() (request *DescribeDomainsBySourceRequest)

CreateDescribeDomainsBySourceRequest creates a request to invoke DescribeDomainsBySource API

type DescribeDomainsBySourceResponse ¶

type DescribeDomainsBySourceResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	Sources     string      `json:"Sources" xml:"Sources"`
	DomainsList DomainsList `json:"DomainsList" xml:"DomainsList"`
}

DescribeDomainsBySourceResponse is the response struct for api DescribeDomainsBySource

func CreateDescribeDomainsBySourceResponse ¶

func CreateDescribeDomainsBySourceResponse() (response *DescribeDomainsBySourceResponse)

CreateDescribeDomainsBySourceResponse creates a response to parse from DescribeDomainsBySource response

type DescribeDomainsUsageByDayRequest ¶

type DescribeDomainsUsageByDayRequest struct {
	*requests.RpcRequest
	StartTime  string           `position:"Query" name:"StartTime"`
	DomainName string           `position:"Query" name:"DomainName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeDomainsUsageByDayRequest is the request struct for api DescribeDomainsUsageByDay

func CreateDescribeDomainsUsageByDayRequest ¶

func CreateDescribeDomainsUsageByDayRequest() (request *DescribeDomainsUsageByDayRequest)

CreateDescribeDomainsUsageByDayRequest creates a request to invoke DescribeDomainsUsageByDay API

type DescribeDomainsUsageByDayResponse ¶

type DescribeDomainsUsageByDayResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	DomainName   string      `json:"DomainName" xml:"DomainName"`
	DataInterval string      `json:"DataInterval" xml:"DataInterval"`
	StartTime    string      `json:"StartTime" xml:"StartTime"`
	EndTime      string      `json:"EndTime" xml:"EndTime"`
	UsageTotal   UsageTotal  `json:"UsageTotal" xml:"UsageTotal"`
	UsageByDays  UsageByDays `json:"UsageByDays" xml:"UsageByDays"`
}

DescribeDomainsUsageByDayResponse is the response struct for api DescribeDomainsUsageByDay

func CreateDescribeDomainsUsageByDayResponse ¶

func CreateDescribeDomainsUsageByDayResponse() (response *DescribeDomainsUsageByDayResponse)

CreateDescribeDomainsUsageByDayResponse creates a response to parse from DescribeDomainsUsageByDay response

type DescribeFCTriggerRequest ¶

type DescribeFCTriggerRequest struct {
	*requests.RpcRequest
	TriggerARN string           `position:"Query" name:"TriggerARN"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeFCTriggerRequest is the request struct for api DescribeFCTrigger

func CreateDescribeFCTriggerRequest ¶

func CreateDescribeFCTriggerRequest() (request *DescribeFCTriggerRequest)

CreateDescribeFCTriggerRequest creates a request to invoke DescribeFCTrigger API

type DescribeFCTriggerResponse ¶

type DescribeFCTriggerResponse struct {
	*responses.BaseResponse
	RequestId string    `json:"RequestId" xml:"RequestId"`
	FCTrigger FCTrigger `json:"FCTrigger" xml:"FCTrigger"`
}

DescribeFCTriggerResponse is the response struct for api DescribeFCTrigger

func CreateDescribeFCTriggerResponse ¶

func CreateDescribeFCTriggerResponse() (response *DescribeFCTriggerResponse)

CreateDescribeFCTriggerResponse creates a response to parse from DescribeFCTrigger response

type DescribeIpInfoRequest ¶

type DescribeIpInfoRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	IP            string           `position:"Query" name:"IP"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeIpInfoRequest is the request struct for api DescribeIpInfo

func CreateDescribeIpInfoRequest ¶

func CreateDescribeIpInfoRequest() (request *DescribeIpInfoRequest)

CreateDescribeIpInfoRequest creates a request to invoke DescribeIpInfo API

type DescribeIpInfoResponse ¶

type DescribeIpInfoResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	CdnIp       string `json:"CdnIp" xml:"CdnIp"`
	ISP         string `json:"ISP" xml:"ISP"`
	IspEname    string `json:"IspEname" xml:"IspEname"`
	Region      string `json:"Region" xml:"Region"`
	RegionEname string `json:"RegionEname" xml:"RegionEname"`
}

DescribeIpInfoResponse is the response struct for api DescribeIpInfo

func CreateDescribeIpInfoResponse ¶

func CreateDescribeIpInfoResponse() (response *DescribeIpInfoResponse)

CreateDescribeIpInfoResponse creates a response to parse from DescribeIpInfo response

type DescribeL2VipsByDomainRequest ¶

type DescribeL2VipsByDomainRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeL2VipsByDomainRequest is the request struct for api DescribeL2VipsByDomain

func CreateDescribeL2VipsByDomainRequest ¶

func CreateDescribeL2VipsByDomainRequest() (request *DescribeL2VipsByDomainRequest)

CreateDescribeL2VipsByDomainRequest creates a request to invoke DescribeL2VipsByDomain API

type DescribeL2VipsByDomainResponse ¶

type DescribeL2VipsByDomainResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	DomainName string `json:"DomainName" xml:"DomainName"`
	Vips       Vips   `json:"Vips" xml:"Vips"`
}

DescribeL2VipsByDomainResponse is the response struct for api DescribeL2VipsByDomain

func CreateDescribeL2VipsByDomainResponse ¶

func CreateDescribeL2VipsByDomainResponse() (response *DescribeL2VipsByDomainResponse)

CreateDescribeL2VipsByDomainResponse creates a response to parse from DescribeL2VipsByDomain response

type DescribeL2VipsByDynamicDomainRequest ¶

type DescribeL2VipsByDynamicDomainRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeL2VipsByDynamicDomainRequest is the request struct for api DescribeL2VipsByDynamicDomain

func CreateDescribeL2VipsByDynamicDomainRequest ¶

func CreateDescribeL2VipsByDynamicDomainRequest() (request *DescribeL2VipsByDynamicDomainRequest)

CreateDescribeL2VipsByDynamicDomainRequest creates a request to invoke DescribeL2VipsByDynamicDomain API

type DescribeL2VipsByDynamicDomainResponse ¶

type DescribeL2VipsByDynamicDomainResponse struct {
	*responses.BaseResponse
	RequestId  string                              `json:"RequestId" xml:"RequestId"`
	DomainName string                              `json:"DomainName" xml:"DomainName"`
	Vips       VipsInDescribeL2VipsByDynamicDomain `json:"Vips" xml:"Vips"`
}

DescribeL2VipsByDynamicDomainResponse is the response struct for api DescribeL2VipsByDynamicDomain

func CreateDescribeL2VipsByDynamicDomainResponse ¶

func CreateDescribeL2VipsByDynamicDomainResponse() (response *DescribeL2VipsByDynamicDomainResponse)

CreateDescribeL2VipsByDynamicDomainResponse creates a response to parse from DescribeL2VipsByDynamicDomain response

type DescribeLivePullStreamConfigRequest ¶

type DescribeLivePullStreamConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeLivePullStreamConfigRequest is the request struct for api DescribeLivePullStreamConfig

func CreateDescribeLivePullStreamConfigRequest ¶

func CreateDescribeLivePullStreamConfigRequest() (request *DescribeLivePullStreamConfigRequest)

CreateDescribeLivePullStreamConfigRequest creates a request to invoke DescribeLivePullStreamConfig API

type DescribeLivePullStreamConfigResponse ¶

type DescribeLivePullStreamConfigResponse struct {
	*responses.BaseResponse
	RequestId         string                                          `json:"RequestId" xml:"RequestId"`
	LiveAppRecordList LiveAppRecordListInDescribeLivePullStreamConfig `json:"LiveAppRecordList" xml:"LiveAppRecordList"`
}

DescribeLivePullStreamConfigResponse is the response struct for api DescribeLivePullStreamConfig

func CreateDescribeLivePullStreamConfigResponse ¶

func CreateDescribeLivePullStreamConfigResponse() (response *DescribeLivePullStreamConfigResponse)

CreateDescribeLivePullStreamConfigResponse creates a response to parse from DescribeLivePullStreamConfig response

type DescribeLiveRecordConfigRequest ¶

type DescribeLiveRecordConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeLiveRecordConfigRequest is the request struct for api DescribeLiveRecordConfig

func CreateDescribeLiveRecordConfigRequest ¶

func CreateDescribeLiveRecordConfigRequest() (request *DescribeLiveRecordConfigRequest)

CreateDescribeLiveRecordConfigRequest creates a request to invoke DescribeLiveRecordConfig API

type DescribeLiveRecordConfigResponse ¶

type DescribeLiveRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId         string                                      `json:"RequestId" xml:"RequestId"`
	LiveAppRecordList LiveAppRecordListInDescribeLiveRecordConfig `json:"LiveAppRecordList" xml:"LiveAppRecordList"`
}

DescribeLiveRecordConfigResponse is the response struct for api DescribeLiveRecordConfig

func CreateDescribeLiveRecordConfigResponse ¶

func CreateDescribeLiveRecordConfigResponse() (response *DescribeLiveRecordConfigResponse)

CreateDescribeLiveRecordConfigResponse creates a response to parse from DescribeLiveRecordConfig response

type DescribeLiveSnapshotConfigRequest ¶

type DescribeLiveSnapshotConfigRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	PageNum       requests.Integer `position:"Query" name:"PageNum"`
	StreamName    string           `position:"Query" name:"StreamName"`
	Order         string           `position:"Query" name:"Order"`
}

DescribeLiveSnapshotConfigRequest is the request struct for api DescribeLiveSnapshotConfig

func CreateDescribeLiveSnapshotConfigRequest ¶

func CreateDescribeLiveSnapshotConfigRequest() (request *DescribeLiveSnapshotConfigRequest)

CreateDescribeLiveSnapshotConfigRequest creates a request to invoke DescribeLiveSnapshotConfig API

type DescribeLiveSnapshotConfigResponse ¶

type DescribeLiveSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId                    string                       `json:"RequestId" xml:"RequestId"`
	PageNum                      int                          `json:"PageNum" xml:"PageNum"`
	PageSize                     int                          `json:"PageSize" xml:"PageSize"`
	Order                        string                       `json:"Order" xml:"Order"`
	TotalNum                     int                          `json:"TotalNum" xml:"TotalNum"`
	TotalPage                    int                          `json:"TotalPage" xml:"TotalPage"`
	LiveStreamSnapshotConfigList LiveStreamSnapshotConfigList `json:"LiveStreamSnapshotConfigList" xml:"LiveStreamSnapshotConfigList"`
}

DescribeLiveSnapshotConfigResponse is the response struct for api DescribeLiveSnapshotConfig

func CreateDescribeLiveSnapshotConfigResponse ¶

func CreateDescribeLiveSnapshotConfigResponse() (response *DescribeLiveSnapshotConfigResponse)

CreateDescribeLiveSnapshotConfigResponse creates a response to parse from DescribeLiveSnapshotConfig response

type DescribeLiveStreamBitRateDataRequest ¶

type DescribeLiveStreamBitRateDataRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamBitRateDataRequest is the request struct for api DescribeLiveStreamBitRateData

func CreateDescribeLiveStreamBitRateDataRequest ¶

func CreateDescribeLiveStreamBitRateDataRequest() (request *DescribeLiveStreamBitRateDataRequest)

CreateDescribeLiveStreamBitRateDataRequest creates a request to invoke DescribeLiveStreamBitRateData API

type DescribeLiveStreamBitRateDataResponse ¶

type DescribeLiveStreamBitRateDataResponse struct {
	*responses.BaseResponse
	RequestId                string                                                  `json:"RequestId" xml:"RequestId"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamBitRateDataResponse is the response struct for api DescribeLiveStreamBitRateData

func CreateDescribeLiveStreamBitRateDataResponse ¶

func CreateDescribeLiveStreamBitRateDataResponse() (response *DescribeLiveStreamBitRateDataResponse)

CreateDescribeLiveStreamBitRateDataResponse creates a response to parse from DescribeLiveStreamBitRateData response

type DescribeLiveStreamOnlineUserNumRequest ¶

type DescribeLiveStreamOnlineUserNumRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	HlsSwitch     string           `position:"Query" name:"HlsSwitch"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamOnlineUserNumRequest is the request struct for api DescribeLiveStreamOnlineUserNum

func CreateDescribeLiveStreamOnlineUserNumRequest ¶

func CreateDescribeLiveStreamOnlineUserNumRequest() (request *DescribeLiveStreamOnlineUserNumRequest)

CreateDescribeLiveStreamOnlineUserNumRequest creates a request to invoke DescribeLiveStreamOnlineUserNum API

type DescribeLiveStreamOnlineUserNumResponse ¶

type DescribeLiveStreamOnlineUserNumResponse struct {
	*responses.BaseResponse
	RequestId       string         `json:"RequestId" xml:"RequestId"`
	TotalUserNumber int            `json:"TotalUserNumber" xml:"TotalUserNumber"`
	OnlineUserInfo  OnlineUserInfo `json:"OnlineUserInfo" xml:"OnlineUserInfo"`
}

DescribeLiveStreamOnlineUserNumResponse is the response struct for api DescribeLiveStreamOnlineUserNum

func CreateDescribeLiveStreamOnlineUserNumResponse ¶

func CreateDescribeLiveStreamOnlineUserNumResponse() (response *DescribeLiveStreamOnlineUserNumResponse)

CreateDescribeLiveStreamOnlineUserNumResponse creates a response to parse from DescribeLiveStreamOnlineUserNum response

type DescribeLiveStreamRecordContentRequest ¶

type DescribeLiveStreamRecordContentRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamRecordContentRequest is the request struct for api DescribeLiveStreamRecordContent

func CreateDescribeLiveStreamRecordContentRequest ¶

func CreateDescribeLiveStreamRecordContentRequest() (request *DescribeLiveStreamRecordContentRequest)

CreateDescribeLiveStreamRecordContentRequest creates a request to invoke DescribeLiveStreamRecordContent API

type DescribeLiveStreamRecordContentResponse ¶

type DescribeLiveStreamRecordContentResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	RecordContentInfoList RecordContentInfoList `json:"RecordContentInfoList" xml:"RecordContentInfoList"`
}

DescribeLiveStreamRecordContentResponse is the response struct for api DescribeLiveStreamRecordContent

func CreateDescribeLiveStreamRecordContentResponse ¶

func CreateDescribeLiveStreamRecordContentResponse() (response *DescribeLiveStreamRecordContentResponse)

CreateDescribeLiveStreamRecordContentResponse creates a response to parse from DescribeLiveStreamRecordContent response

type DescribeLiveStreamRecordIndexFileRequest ¶

type DescribeLiveStreamRecordIndexFileRequest struct {
	*requests.RpcRequest
	RecordId      string           `position:"Query" name:"RecordId"`
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamRecordIndexFileRequest is the request struct for api DescribeLiveStreamRecordIndexFile

func CreateDescribeLiveStreamRecordIndexFileRequest ¶

func CreateDescribeLiveStreamRecordIndexFileRequest() (request *DescribeLiveStreamRecordIndexFileRequest)

CreateDescribeLiveStreamRecordIndexFileRequest creates a request to invoke DescribeLiveStreamRecordIndexFile API

type DescribeLiveStreamRecordIndexFileResponse ¶

type DescribeLiveStreamRecordIndexFileResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	RecordIndexInfo RecordIndexInfo `json:"RecordIndexInfo" xml:"RecordIndexInfo"`
}

DescribeLiveStreamRecordIndexFileResponse is the response struct for api DescribeLiveStreamRecordIndexFile

func CreateDescribeLiveStreamRecordIndexFileResponse ¶

func CreateDescribeLiveStreamRecordIndexFileResponse() (response *DescribeLiveStreamRecordIndexFileResponse)

CreateDescribeLiveStreamRecordIndexFileResponse creates a response to parse from DescribeLiveStreamRecordIndexFile response

type DescribeLiveStreamRecordIndexFilesRequest ¶

type DescribeLiveStreamRecordIndexFilesRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamRecordIndexFilesRequest is the request struct for api DescribeLiveStreamRecordIndexFiles

func CreateDescribeLiveStreamRecordIndexFilesRequest ¶

func CreateDescribeLiveStreamRecordIndexFilesRequest() (request *DescribeLiveStreamRecordIndexFilesRequest)

CreateDescribeLiveStreamRecordIndexFilesRequest creates a request to invoke DescribeLiveStreamRecordIndexFiles API

type DescribeLiveStreamRecordIndexFilesResponse ¶

type DescribeLiveStreamRecordIndexFilesResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	RecordIndexInfoList RecordIndexInfoList `json:"RecordIndexInfoList" xml:"RecordIndexInfoList"`
}

DescribeLiveStreamRecordIndexFilesResponse is the response struct for api DescribeLiveStreamRecordIndexFiles

func CreateDescribeLiveStreamRecordIndexFilesResponse ¶

func CreateDescribeLiveStreamRecordIndexFilesResponse() (response *DescribeLiveStreamRecordIndexFilesResponse)

CreateDescribeLiveStreamRecordIndexFilesResponse creates a response to parse from DescribeLiveStreamRecordIndexFiles response

type DescribeLiveStreamSnapshotInfoRequest ¶

type DescribeLiveStreamSnapshotInfoRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Limit         requests.Integer `position:"Query" name:"Limit"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamSnapshotInfoRequest is the request struct for api DescribeLiveStreamSnapshotInfo

func CreateDescribeLiveStreamSnapshotInfoRequest ¶

func CreateDescribeLiveStreamSnapshotInfoRequest() (request *DescribeLiveStreamSnapshotInfoRequest)

CreateDescribeLiveStreamSnapshotInfoRequest creates a request to invoke DescribeLiveStreamSnapshotInfo API

type DescribeLiveStreamSnapshotInfoResponse ¶

type DescribeLiveStreamSnapshotInfoResponse struct {
	*responses.BaseResponse
	RequestId                  string                     `json:"RequestId" xml:"RequestId"`
	NextStartTime              string                     `json:"NextStartTime" xml:"NextStartTime"`
	LiveStreamSnapshotInfoList LiveStreamSnapshotInfoList `json:"LiveStreamSnapshotInfoList" xml:"LiveStreamSnapshotInfoList"`
}

DescribeLiveStreamSnapshotInfoResponse is the response struct for api DescribeLiveStreamSnapshotInfo

func CreateDescribeLiveStreamSnapshotInfoResponse ¶

func CreateDescribeLiveStreamSnapshotInfoResponse() (response *DescribeLiveStreamSnapshotInfoResponse)

CreateDescribeLiveStreamSnapshotInfoResponse creates a response to parse from DescribeLiveStreamSnapshotInfo response

type DescribeLiveStreamTranscodeInfoRequest ¶

type DescribeLiveStreamTranscodeInfoRequest struct {
	*requests.RpcRequest
	SecurityToken       string           `position:"Query" name:"SecurityToken"`
	OwnerId             requests.Integer `position:"Query" name:"OwnerId"`
	DomainTranscodeName string           `position:"Query" name:"DomainTranscodeName"`
}

DescribeLiveStreamTranscodeInfoRequest is the request struct for api DescribeLiveStreamTranscodeInfo

func CreateDescribeLiveStreamTranscodeInfoRequest ¶

func CreateDescribeLiveStreamTranscodeInfoRequest() (request *DescribeLiveStreamTranscodeInfoRequest)

CreateDescribeLiveStreamTranscodeInfoRequest creates a request to invoke DescribeLiveStreamTranscodeInfo API

type DescribeLiveStreamTranscodeInfoResponse ¶

type DescribeLiveStreamTranscodeInfoResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainTranscodeList DomainTranscodeList `json:"DomainTranscodeList" xml:"DomainTranscodeList"`
}

DescribeLiveStreamTranscodeInfoResponse is the response struct for api DescribeLiveStreamTranscodeInfo

func CreateDescribeLiveStreamTranscodeInfoResponse ¶

func CreateDescribeLiveStreamTranscodeInfoResponse() (response *DescribeLiveStreamTranscodeInfoResponse)

CreateDescribeLiveStreamTranscodeInfoResponse creates a response to parse from DescribeLiveStreamTranscodeInfo response

type DescribeLiveStreamsBlockListRequest ¶

type DescribeLiveStreamsBlockListRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeLiveStreamsBlockListRequest is the request struct for api DescribeLiveStreamsBlockList

func CreateDescribeLiveStreamsBlockListRequest ¶

func CreateDescribeLiveStreamsBlockListRequest() (request *DescribeLiveStreamsBlockListRequest)

CreateDescribeLiveStreamsBlockListRequest creates a request to invoke DescribeLiveStreamsBlockList API

type DescribeLiveStreamsBlockListResponse ¶

type DescribeLiveStreamsBlockListResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	DomainName string     `json:"DomainName" xml:"DomainName"`
	StreamUrls StreamUrls `json:"StreamUrls" xml:"StreamUrls"`
}

DescribeLiveStreamsBlockListResponse is the response struct for api DescribeLiveStreamsBlockList

func CreateDescribeLiveStreamsBlockListResponse ¶

func CreateDescribeLiveStreamsBlockListResponse() (response *DescribeLiveStreamsBlockListResponse)

CreateDescribeLiveStreamsBlockListResponse creates a response to parse from DescribeLiveStreamsBlockList response

type DescribeLiveStreamsControlHistoryRequest ¶

type DescribeLiveStreamsControlHistoryRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeLiveStreamsControlHistoryRequest is the request struct for api DescribeLiveStreamsControlHistory

func CreateDescribeLiveStreamsControlHistoryRequest ¶

func CreateDescribeLiveStreamsControlHistoryRequest() (request *DescribeLiveStreamsControlHistoryRequest)

CreateDescribeLiveStreamsControlHistoryRequest creates a request to invoke DescribeLiveStreamsControlHistory API

type DescribeLiveStreamsControlHistoryResponse ¶

type DescribeLiveStreamsControlHistoryResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	ControlInfo ControlInfo `json:"ControlInfo" xml:"ControlInfo"`
}

DescribeLiveStreamsControlHistoryResponse is the response struct for api DescribeLiveStreamsControlHistory

func CreateDescribeLiveStreamsControlHistoryResponse ¶

func CreateDescribeLiveStreamsControlHistoryResponse() (response *DescribeLiveStreamsControlHistoryResponse)

CreateDescribeLiveStreamsControlHistoryResponse creates a response to parse from DescribeLiveStreamsControlHistory response

type DescribeLiveStreamsFrameRateAndBitRateDataRequest ¶

type DescribeLiveStreamsFrameRateAndBitRateDataRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamsFrameRateAndBitRateDataRequest is the request struct for api DescribeLiveStreamsFrameRateAndBitRateData

func CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest ¶

func CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest() (request *DescribeLiveStreamsFrameRateAndBitRateDataRequest)

CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest creates a request to invoke DescribeLiveStreamsFrameRateAndBitRateData API

type DescribeLiveStreamsFrameRateAndBitRateDataResponse ¶

type DescribeLiveStreamsFrameRateAndBitRateDataResponse struct {
	*responses.BaseResponse
	RequestId                string                                                               `json:"RequestId" xml:"RequestId"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamsFrameRateAndBitRateDataResponse is the response struct for api DescribeLiveStreamsFrameRateAndBitRateData

func CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse ¶

func CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse() (response *DescribeLiveStreamsFrameRateAndBitRateDataResponse)

CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse creates a response to parse from DescribeLiveStreamsFrameRateAndBitRateData response

type DescribeLiveStreamsOnlineListRequest ¶

type DescribeLiveStreamsOnlineListRequest struct {
	*requests.RpcRequest
	StreamType    string           `position:"Query" name:"StreamType"`
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	PageNum       requests.Integer `position:"Query" name:"PageNum"`
}

DescribeLiveStreamsOnlineListRequest is the request struct for api DescribeLiveStreamsOnlineList

func CreateDescribeLiveStreamsOnlineListRequest ¶

func CreateDescribeLiveStreamsOnlineListRequest() (request *DescribeLiveStreamsOnlineListRequest)

CreateDescribeLiveStreamsOnlineListRequest creates a request to invoke DescribeLiveStreamsOnlineList API

type DescribeLiveStreamsOnlineListResponse ¶

type DescribeLiveStreamsOnlineListResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	PageNum    int        `json:"PageNum" xml:"PageNum"`
	PageSize   int        `json:"PageSize" xml:"PageSize"`
	TotalNum   int        `json:"TotalNum" xml:"TotalNum"`
	TotalPage  int        `json:"TotalPage" xml:"TotalPage"`
	OnlineInfo OnlineInfo `json:"OnlineInfo" xml:"OnlineInfo"`
}

DescribeLiveStreamsOnlineListResponse is the response struct for api DescribeLiveStreamsOnlineList

func CreateDescribeLiveStreamsOnlineListResponse ¶

func CreateDescribeLiveStreamsOnlineListResponse() (response *DescribeLiveStreamsOnlineListResponse)

CreateDescribeLiveStreamsOnlineListResponse creates a response to parse from DescribeLiveStreamsOnlineList response

type DescribeLiveStreamsPublishListRequest ¶

type DescribeLiveStreamsPublishListRequest struct {
	*requests.RpcRequest
	AppName       string           `position:"Query" name:"AppName"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	StreamName    string           `position:"Query" name:"StreamName"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
}

DescribeLiveStreamsPublishListRequest is the request struct for api DescribeLiveStreamsPublishList

func CreateDescribeLiveStreamsPublishListRequest ¶

func CreateDescribeLiveStreamsPublishListRequest() (request *DescribeLiveStreamsPublishListRequest)

CreateDescribeLiveStreamsPublishListRequest creates a request to invoke DescribeLiveStreamsPublishList API

type DescribeLiveStreamsPublishListResponse ¶

type DescribeLiveStreamsPublishListResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	PublishInfo PublishInfo `json:"PublishInfo" xml:"PublishInfo"`
}

DescribeLiveStreamsPublishListResponse is the response struct for api DescribeLiveStreamsPublishList

func CreateDescribeLiveStreamsPublishListResponse ¶

func CreateDescribeLiveStreamsPublishListResponse() (response *DescribeLiveStreamsPublishListResponse)

CreateDescribeLiveStreamsPublishListResponse creates a response to parse from DescribeLiveStreamsPublishList response

type DescribeRangeDataByLocateAndIspServiceRequest ¶

type DescribeRangeDataByLocateAndIspServiceRequest struct {
	*requests.RpcRequest
	IspNames      string           `position:"Query" name:"IspNames"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainNames   string           `position:"Query" name:"DomainNames"`
	LocationNames string           `position:"Query" name:"LocationNames"`
	EndTime       string           `position:"Query" name:"EndTime"`
	StartTime     string           `position:"Query" name:"StartTime"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeRangeDataByLocateAndIspServiceRequest is the request struct for api DescribeRangeDataByLocateAndIspService

func CreateDescribeRangeDataByLocateAndIspServiceRequest ¶

func CreateDescribeRangeDataByLocateAndIspServiceRequest() (request *DescribeRangeDataByLocateAndIspServiceRequest)

CreateDescribeRangeDataByLocateAndIspServiceRequest creates a request to invoke DescribeRangeDataByLocateAndIspService API

type DescribeRangeDataByLocateAndIspServiceResponse ¶

type DescribeRangeDataByLocateAndIspServiceResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	JsonResult string `json:"JsonResult" xml:"JsonResult"`
}

DescribeRangeDataByLocateAndIspServiceResponse is the response struct for api DescribeRangeDataByLocateAndIspService

func CreateDescribeRangeDataByLocateAndIspServiceResponse ¶

func CreateDescribeRangeDataByLocateAndIspServiceResponse() (response *DescribeRangeDataByLocateAndIspServiceResponse)

CreateDescribeRangeDataByLocateAndIspServiceResponse creates a response to parse from DescribeRangeDataByLocateAndIspService response

type DescribeRealtimeDeliveryAccRequest ¶

type DescribeRealtimeDeliveryAccRequest struct {
	*requests.RpcRequest
	Project   string           `position:"Query" name:"Project"`
	StartTime string           `position:"Query" name:"StartTime"`
	EndTime   string           `position:"Query" name:"EndTime"`
	OwnerId   requests.Integer `position:"Query" name:"OwnerId"`
	Interval  string           `position:"Query" name:"Interval"`
	LogStore  string           `position:"Query" name:"LogStore"`
}

DescribeRealtimeDeliveryAccRequest is the request struct for api DescribeRealtimeDeliveryAcc

func CreateDescribeRealtimeDeliveryAccRequest ¶

func CreateDescribeRealtimeDeliveryAccRequest() (request *DescribeRealtimeDeliveryAccRequest)

CreateDescribeRealtimeDeliveryAccRequest creates a request to invoke DescribeRealtimeDeliveryAcc API

type DescribeRealtimeDeliveryAccResponse ¶

type DescribeRealtimeDeliveryAccResponse struct {
	*responses.BaseResponse
	RequestId               string                  `json:"RequestId" xml:"RequestId"`
	ReatTimeDeliveryAccData ReatTimeDeliveryAccData `json:"ReatTimeDeliveryAccData" xml:"ReatTimeDeliveryAccData"`
}

DescribeRealtimeDeliveryAccResponse is the response struct for api DescribeRealtimeDeliveryAcc

func CreateDescribeRealtimeDeliveryAccResponse ¶

func CreateDescribeRealtimeDeliveryAccResponse() (response *DescribeRealtimeDeliveryAccResponse)

CreateDescribeRealtimeDeliveryAccResponse creates a response to parse from DescribeRealtimeDeliveryAcc response

type DescribeRefreshQuotaRequest ¶

type DescribeRefreshQuotaRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeRefreshQuotaRequest is the request struct for api DescribeRefreshQuota

func CreateDescribeRefreshQuotaRequest ¶

func CreateDescribeRefreshQuotaRequest() (request *DescribeRefreshQuotaRequest)

CreateDescribeRefreshQuotaRequest creates a request to invoke DescribeRefreshQuota API

type DescribeRefreshQuotaResponse ¶

type DescribeRefreshQuotaResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	UrlQuota      string `json:"UrlQuota" xml:"UrlQuota"`
	DirQuota      string `json:"DirQuota" xml:"DirQuota"`
	UrlRemain     string `json:"UrlRemain" xml:"UrlRemain"`
	DirRemain     string `json:"DirRemain" xml:"DirRemain"`
	PreloadQuota  string `json:"PreloadQuota" xml:"PreloadQuota"`
	BlockQuota    string `json:"BlockQuota" xml:"BlockQuota"`
	PreloadRemain string `json:"PreloadRemain" xml:"PreloadRemain"`
	BlockRemain   string `json:"blockRemain" xml:"blockRemain"`
}

DescribeRefreshQuotaResponse is the response struct for api DescribeRefreshQuota

func CreateDescribeRefreshQuotaResponse ¶

func CreateDescribeRefreshQuotaResponse() (response *DescribeRefreshQuotaResponse)

CreateDescribeRefreshQuotaResponse creates a response to parse from DescribeRefreshQuota response

type DescribeRefreshTasksRequest ¶

type DescribeRefreshTasksRequest struct {
	*requests.RpcRequest
	ObjectPath      string           `position:"Query" name:"ObjectPath"`
	DomainName      string           `position:"Query" name:"DomainName"`
	EndTime         string           `position:"Query" name:"EndTime"`
	StartTime       string           `position:"Query" name:"StartTime"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ObjectType      string           `position:"Query" name:"ObjectType"`
	TaskId          string           `position:"Query" name:"TaskId"`
	Status          string           `position:"Query" name:"Status"`
}

DescribeRefreshTasksRequest is the request struct for api DescribeRefreshTasks

func CreateDescribeRefreshTasksRequest ¶

func CreateDescribeRefreshTasksRequest() (request *DescribeRefreshTasksRequest)

CreateDescribeRefreshTasksRequest creates a request to invoke DescribeRefreshTasks API

type DescribeRefreshTasksResponse ¶

type DescribeRefreshTasksResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	TotalCount int    `json:"TotalCount" xml:"TotalCount"`
	Tasks      Tasks  `json:"Tasks" xml:"Tasks"`
}

DescribeRefreshTasksResponse is the response struct for api DescribeRefreshTasks

func CreateDescribeRefreshTasksResponse ¶

func CreateDescribeRefreshTasksResponse() (response *DescribeRefreshTasksResponse)

CreateDescribeRefreshTasksResponse creates a response to parse from DescribeRefreshTasks response

type DescribeTopDomainsByFlowRequest ¶

type DescribeTopDomainsByFlowRequest struct {
	*requests.RpcRequest
	StartTime string           `position:"Query" name:"StartTime"`
	Limit     requests.Integer `position:"Query" name:"Limit"`
	EndTime   string           `position:"Query" name:"EndTime"`
	OwnerId   requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeTopDomainsByFlowRequest is the request struct for api DescribeTopDomainsByFlow

func CreateDescribeTopDomainsByFlowRequest ¶

func CreateDescribeTopDomainsByFlowRequest() (request *DescribeTopDomainsByFlowRequest)

CreateDescribeTopDomainsByFlowRequest creates a request to invoke DescribeTopDomainsByFlow API

type DescribeTopDomainsByFlowResponse ¶

type DescribeTopDomainsByFlowResponse struct {
	*responses.BaseResponse
	RequestId         string     `json:"RequestId" xml:"RequestId"`
	StartTime         string     `json:"StartTime" xml:"StartTime"`
	EndTime           string     `json:"EndTime" xml:"EndTime"`
	DomainCount       int        `json:"DomainCount" xml:"DomainCount"`
	DomainOnlineCount int        `json:"DomainOnlineCount" xml:"DomainOnlineCount"`
	TopDomains        TopDomains `json:"TopDomains" xml:"TopDomains"`
}

DescribeTopDomainsByFlowResponse is the response struct for api DescribeTopDomainsByFlow

func CreateDescribeTopDomainsByFlowResponse ¶

func CreateDescribeTopDomainsByFlowResponse() (response *DescribeTopDomainsByFlowResponse)

CreateDescribeTopDomainsByFlowResponse creates a response to parse from DescribeTopDomainsByFlow response

type DescribeUserConfigsRequest ¶

type DescribeUserConfigsRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	Config        string           `position:"Query" name:"Config"`
}

DescribeUserConfigsRequest is the request struct for api DescribeUserConfigs

func CreateDescribeUserConfigsRequest ¶

func CreateDescribeUserConfigsRequest() (request *DescribeUserConfigsRequest)

CreateDescribeUserConfigsRequest creates a request to invoke DescribeUserConfigs API

type DescribeUserConfigsResponse ¶

type DescribeUserConfigsResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Configs   Configs `json:"Configs" xml:"Configs"`
}

DescribeUserConfigsResponse is the response struct for api DescribeUserConfigs

func CreateDescribeUserConfigsResponse ¶

func CreateDescribeUserConfigsResponse() (response *DescribeUserConfigsResponse)

CreateDescribeUserConfigsResponse creates a response to parse from DescribeUserConfigs response

type DescribeUserCustomerLabelsRequest ¶

type DescribeUserCustomerLabelsRequest struct {
	*requests.RpcRequest
	Uid           requests.Integer `position:"Query" name:"Uid"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeUserCustomerLabelsRequest is the request struct for api DescribeUserCustomerLabels

func CreateDescribeUserCustomerLabelsRequest ¶

func CreateDescribeUserCustomerLabelsRequest() (request *DescribeUserCustomerLabelsRequest)

CreateDescribeUserCustomerLabelsRequest creates a request to invoke DescribeUserCustomerLabels API

type DescribeUserCustomerLabelsResponse ¶

type DescribeUserCustomerLabelsResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	IsInnerUser bool   `json:"IsInnerUser" xml:"IsInnerUser"`
}

DescribeUserCustomerLabelsResponse is the response struct for api DescribeUserCustomerLabels

func CreateDescribeUserCustomerLabelsResponse ¶

func CreateDescribeUserCustomerLabelsResponse() (response *DescribeUserCustomerLabelsResponse)

CreateDescribeUserCustomerLabelsResponse creates a response to parse from DescribeUserCustomerLabels response

type DescribeUserDomainsRequest ¶

type DescribeUserDomainsRequest struct {
	*requests.RpcRequest
	FuncFilter       string           `position:"Query" name:"FuncFilter"`
	DomainName       string           `position:"Query" name:"DomainName"`
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	FuncId           string           `position:"Query" name:"FuncId"`
	PageNumber       requests.Integer `position:"Query" name:"PageNumber"`
	DomainStatus     string           `position:"Query" name:"DomainStatus"`
	DomainSearchType string           `position:"Query" name:"DomainSearchType"`
	CheckDomainShow  requests.Boolean `position:"Query" name:"CheckDomainShow"`
	ResourceGroupId  string           `position:"Query" name:"ResourceGroupId"`
	SecurityToken    string           `position:"Query" name:"SecurityToken"`
	CdnType          string           `position:"Query" name:"CdnType"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
}

DescribeUserDomainsRequest is the request struct for api DescribeUserDomains

func CreateDescribeUserDomainsRequest ¶

func CreateDescribeUserDomainsRequest() (request *DescribeUserDomainsRequest)

CreateDescribeUserDomainsRequest creates a request to invoke DescribeUserDomains API

type DescribeUserDomainsResponse ¶

type DescribeUserDomainsResponse struct {
	*responses.BaseResponse
	RequestId  string                       `json:"RequestId" xml:"RequestId"`
	PageNumber int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                          `json:"PageSize" xml:"PageSize"`
	TotalCount int                          `json:"TotalCount" xml:"TotalCount"`
	Domains    DomainsInDescribeUserDomains `json:"Domains" xml:"Domains"`
}

DescribeUserDomainsResponse is the response struct for api DescribeUserDomains

func CreateDescribeUserDomainsResponse ¶

func CreateDescribeUserDomainsResponse() (response *DescribeUserDomainsResponse)

CreateDescribeUserDomainsResponse creates a response to parse from DescribeUserDomains response

type DescribeUserUsageDataExportTaskRequest ¶

type DescribeUserUsageDataExportTaskRequest struct {
	*requests.RpcRequest
	PageNumber string           `position:"Query" name:"PageNumber"`
	PageSize   string           `position:"Query" name:"PageSize"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeUserUsageDataExportTaskRequest is the request struct for api DescribeUserUsageDataExportTask

func CreateDescribeUserUsageDataExportTaskRequest ¶

func CreateDescribeUserUsageDataExportTaskRequest() (request *DescribeUserUsageDataExportTaskRequest)

CreateDescribeUserUsageDataExportTaskRequest creates a request to invoke DescribeUserUsageDataExportTask API

type DescribeUserUsageDataExportTaskResponse ¶

type DescribeUserUsageDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	UsageDataPerPage UsageDataPerPage `json:"UsageDataPerPage" xml:"UsageDataPerPage"`
}

DescribeUserUsageDataExportTaskResponse is the response struct for api DescribeUserUsageDataExportTask

func CreateDescribeUserUsageDataExportTaskResponse ¶

func CreateDescribeUserUsageDataExportTaskResponse() (response *DescribeUserUsageDataExportTaskResponse)

CreateDescribeUserUsageDataExportTaskResponse creates a response to parse from DescribeUserUsageDataExportTask response

type DescribeUserUsageDetailDataExportTaskRequest ¶

type DescribeUserUsageDetailDataExportTaskRequest struct {
	*requests.RpcRequest
	PageNumber string           `position:"Query" name:"PageNumber"`
	PageSize   string           `position:"Query" name:"PageSize"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

DescribeUserUsageDetailDataExportTaskRequest is the request struct for api DescribeUserUsageDetailDataExportTask

func CreateDescribeUserUsageDetailDataExportTaskRequest ¶

func CreateDescribeUserUsageDetailDataExportTaskRequest() (request *DescribeUserUsageDetailDataExportTaskRequest)

CreateDescribeUserUsageDetailDataExportTaskRequest creates a request to invoke DescribeUserUsageDetailDataExportTask API

type DescribeUserUsageDetailDataExportTaskResponse ¶

type DescribeUserUsageDetailDataExportTaskResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	UsageDataPerPage UsageDataPerPage `json:"UsageDataPerPage" xml:"UsageDataPerPage"`
}

DescribeUserUsageDetailDataExportTaskResponse is the response struct for api DescribeUserUsageDetailDataExportTask

func CreateDescribeUserUsageDetailDataExportTaskResponse ¶

func CreateDescribeUserUsageDetailDataExportTaskResponse() (response *DescribeUserUsageDetailDataExportTaskResponse)

CreateDescribeUserUsageDetailDataExportTaskResponse creates a response to parse from DescribeUserUsageDetailDataExportTask response

type DomainConfig ¶

type DomainConfig struct {
	FunctionName string       `json:"FunctionName" xml:"FunctionName"`
	ConfigId     string       `json:"ConfigId" xml:"ConfigId"`
	Status       string       `json:"Status" xml:"Status"`
	FunctionArgs FunctionArgs `json:"FunctionArgs" xml:"FunctionArgs"`
}

DomainConfig is a nested struct in cdn response

type DomainConfigs ¶

type DomainConfigs struct {
	DomainConfig []DomainConfig `json:"DomainConfig" xml:"DomainConfig"`
}

DomainConfigs is a nested struct in cdn response

type DomainConfigsInDescribeCdnDomainConfigs ¶

type DomainConfigsInDescribeCdnDomainConfigs struct {
	DomainConfig []DomainConfig `json:"DomainConfig" xml:"DomainConfig"`
}

DomainConfigsInDescribeCdnDomainConfigs is a nested struct in cdn response

type DomainInfo ¶

type DomainInfo struct {
	DomainName  string `json:"DomainName" xml:"DomainName"`
	DomainCname string `json:"DomainCname" xml:"DomainCname"`
	CreateTime  string `json:"CreateTime" xml:"CreateTime"`
	UpdateTime  string `json:"UpdateTime" xml:"UpdateTime"`
	Status      string `json:"Status" xml:"Status"`
}

DomainInfo is a nested struct in cdn response

type DomainInfos ¶

type DomainInfos struct {
	DomainInfo []DomainInfo `json:"domainInfo" xml:"domainInfo"`
}

DomainInfos is a nested struct in cdn response

type DomainLogDetail ¶

type DomainLogDetail struct {
	DomainName string    `json:"DomainName" xml:"DomainName"`
	LogCount   int       `json:"LogCount" xml:"LogCount"`
	PageInfos  PageInfos `json:"PageInfos" xml:"PageInfos"`
	LogInfos   LogInfos  `json:"LogInfos" xml:"LogInfos"`
}

DomainLogDetail is a nested struct in cdn response

type DomainLogDetails ¶

type DomainLogDetails struct {
	DomainLogDetail []DomainLogDetail `json:"DomainLogDetail" xml:"DomainLogDetail"`
}

DomainLogDetails is a nested struct in cdn response

type DomainLogModel ¶

type DomainLogModel struct {
	DomainName       string           `json:"DomainName" xml:"DomainName"`
	DomainLogDetails DomainLogDetails `json:"DomainLogDetails" xml:"DomainLogDetails"`
}

DomainLogModel is a nested struct in cdn response

type DomainTranscodeInfo ¶

type DomainTranscodeInfo struct {
	TranscodeApp      string `json:"TranscodeApp" xml:"TranscodeApp"`
	TranscodeId       string `json:"TranscodeId" xml:"TranscodeId"`
	TranscodeName     string `json:"TranscodeName" xml:"TranscodeName"`
	TranscodeRecord   string `json:"TranscodeRecord" xml:"TranscodeRecord"`
	TranscodeSnapshot string `json:"TranscodeSnapshot" xml:"TranscodeSnapshot"`
	TranscodeTemplate string `json:"TranscodeTemplate" xml:"TranscodeTemplate"`
}

DomainTranscodeInfo is a nested struct in cdn response

type DomainTranscodeList ¶

type DomainTranscodeList struct {
	DomainTranscodeInfo []DomainTranscodeInfo `json:"DomainTranscodeInfo" xml:"DomainTranscodeInfo"`
}

DomainTranscodeList is a nested struct in cdn response

type DomainsData ¶

type DomainsData struct {
	Source      string                           `json:"Source" xml:"Source"`
	Domains     DomainsInDescribeDomainsBySource `json:"Domains" xml:"Domains"`
	DomainInfos DomainInfos                      `json:"DomainInfos" xml:"DomainInfos"`
}

DomainsData is a nested struct in cdn response

type DomainsInDescribeDomainsBySource ¶

type DomainsInDescribeDomainsBySource struct {
	DomainNames []string `json:"domainNames" xml:"domainNames"`
}

DomainsInDescribeDomainsBySource is a nested struct in cdn response

type DomainsInDescribeUserDomains ¶

type DomainsInDescribeUserDomains struct {
	PageData []PageData `json:"PageData" xml:"PageData"`
}

DomainsInDescribeUserDomains is a nested struct in cdn response

type DomainsInListDomainsByLogConfigId ¶

type DomainsInListDomainsByLogConfigId struct {
	Domain []string `json:"Domain" xml:"Domain"`
}

DomainsInListDomainsByLogConfigId is a nested struct in cdn response

type DomainsList ¶

type DomainsList struct {
	DomainsData []DomainsData `json:"DomainsData" xml:"DomainsData"`
}

DomainsList is a nested struct in cdn response

type DynamicConfig ¶

type DynamicConfig struct {
	ConfigId            string `json:"ConfigId" xml:"ConfigId"`
	Enable              string `json:"Enable" xml:"Enable"`
	DynamicOrigin       string `json:"DynamicOrigin" xml:"DynamicOrigin"`
	StaticType          string `json:"StaticType" xml:"StaticType"`
	StaticUri           string `json:"StaticUri" xml:"StaticUri"`
	StaticPath          string `json:"StaticPath" xml:"StaticPath"`
	DynamicCacheControl string `json:"DynamicCacheControl" xml:"DynamicCacheControl"`
	Status              string `json:"Status" xml:"Status"`
}

DynamicConfig is a nested struct in cdn response

type DynamicConfigs ¶

type DynamicConfigs struct {
	DynamicConfig []DynamicConfig `json:"DynamicConfig" xml:"DynamicConfig"`
}

DynamicConfigs is a nested struct in cdn response

type ErrorPageConfig ¶

type ErrorPageConfig struct {
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	PageType      string `json:"PageType" xml:"PageType"`
	CustomPageUrl string `json:"CustomPageUrl" xml:"CustomPageUrl"`
	Status        string `json:"Status" xml:"Status"`
}

ErrorPageConfig is a nested struct in cdn response

type FCTrigger ¶

type FCTrigger struct {
	EventMetaVersion string `json:"EventMetaVersion" xml:"EventMetaVersion"`
	EventMetaName    string `json:"EventMetaName" xml:"EventMetaName"`
	TriggerARN       string `json:"TriggerARN" xml:"TriggerARN"`
	SourceArn        string `json:"SourceArn" xml:"SourceArn"`
	Notes            string `json:"Notes" xml:"Notes"`
	RoleARN          string `json:"RoleARN" xml:"RoleARN"`
}

FCTrigger is a nested struct in cdn response

type FCTriggers ¶

type FCTriggers struct {
	FCTrigger []FCTrigger `json:"FCTrigger" xml:"FCTrigger"`
}

FCTriggers is a nested struct in cdn response

type FileSizeProportionData ¶

type FileSizeProportionData struct {
	FileSize   string `json:"FileSize" xml:"FileSize"`
	Proportion string `json:"Proportion" xml:"Proportion"`
}

FileSizeProportionData is a nested struct in cdn response

type FileSizeProportionDataInterval ¶

type FileSizeProportionDataInterval struct {
	UsageData []UsageDataInDescribeDomainFileSizeProportionData `json:"UsageData" xml:"UsageData"`
}

FileSizeProportionDataInterval is a nested struct in cdn response

type FlowDataPerInterval ¶

type FlowDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

FlowDataPerInterval is a nested struct in cdn response

type ForbidLiveStreamRequest ¶

type ForbidLiveStreamRequest struct {
	*requests.RpcRequest
	ResumeTime     string           `position:"Query" name:"ResumeTime"`
	AppName        string           `position:"Query" name:"AppName"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	LiveStreamType string           `position:"Query" name:"LiveStreamType"`
	DomainName     string           `position:"Query" name:"DomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	StreamName     string           `position:"Query" name:"StreamName"`
}

ForbidLiveStreamRequest is the request struct for api ForbidLiveStream

func CreateForbidLiveStreamRequest ¶

func CreateForbidLiveStreamRequest() (request *ForbidLiveStreamRequest)

CreateForbidLiveStreamRequest creates a request to invoke ForbidLiveStream API

type ForbidLiveStreamResponse ¶

type ForbidLiveStreamResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ForbidLiveStreamResponse is the response struct for api ForbidLiveStream

func CreateForbidLiveStreamResponse ¶

func CreateForbidLiveStreamResponse() (response *ForbidLiveStreamResponse)

CreateForbidLiveStreamResponse creates a response to parse from ForbidLiveStream response

type ForwardSchemeConfig ¶

type ForwardSchemeConfig struct {
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	Enable           string `json:"Enable" xml:"Enable"`
	SchemeOrigin     string `json:"SchemeOrigin" xml:"SchemeOrigin"`
	SchemeOriginPort string `json:"SchemeOriginPort" xml:"SchemeOriginPort"`
	Status           string `json:"Status" xml:"Status"`
}

ForwardSchemeConfig is a nested struct in cdn response

type FrameRateAndBitRateInfo ¶

type FrameRateAndBitRateInfo struct {
	BitRate        float64 `json:"BitRate" xml:"BitRate"`
	Time           string  `json:"Time" xml:"Time"`
	VideoFrameRate float64 `json:"VideoFrameRate" xml:"VideoFrameRate"`
	AudioFrameRate float64 `json:"AudioFrameRate" xml:"AudioFrameRate"`
	StreamUrl      string  `json:"StreamUrl" xml:"StreamUrl"`
}

FrameRateAndBitRateInfo is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData is a nested struct in cdn response

type FunctionArg ¶

type FunctionArg struct {
	ArgName  string `json:"ArgName" xml:"ArgName"`
	ArgValue string `json:"ArgValue" xml:"ArgValue"`
}

FunctionArg is a nested struct in cdn response

type FunctionArgs ¶

type FunctionArgs struct {
	FunctionArg []FunctionArg `json:"FunctionArg" xml:"FunctionArg"`
}

FunctionArgs is a nested struct in cdn response

type GetDomainDetailModel ¶

type GetDomainDetailModel struct {
	DomainName              string       `json:"DomainName" xml:"DomainName"`
	Cname                   string       `json:"Cname" xml:"Cname"`
	HttpsCname              string       `json:"HttpsCname" xml:"HttpsCname"`
	DomainStatus            string       `json:"DomainStatus" xml:"DomainStatus"`
	CdnType                 string       `json:"CdnType" xml:"CdnType"`
	ServerCertificateStatus string       `json:"ServerCertificateStatus" xml:"ServerCertificateStatus"`
	GmtCreated              string       `json:"GmtCreated" xml:"GmtCreated"`
	GmtModified             string       `json:"GmtModified" xml:"GmtModified"`
	ResourceGroupId         string       `json:"ResourceGroupId" xml:"ResourceGroupId"`
	Description             string       `json:"Description" xml:"Description"`
	Scope                   string       `json:"Scope" xml:"Scope"`
	SourceModels            SourceModels `json:"SourceModels" xml:"SourceModels"`
}

GetDomainDetailModel is a nested struct in cdn response

type GreenManagerConfig ¶

type GreenManagerConfig struct {
	Quota string `json:"Quota" xml:"Quota"`
	Ratio string `json:"Ratio" xml:"Ratio"`
}

GreenManagerConfig is a nested struct in cdn response

type HitRateInterval ¶

type HitRateInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

HitRateInterval is a nested struct in cdn response

type HttpCodeData ¶

type HttpCodeData struct {
	UsageData []UsageDataInDescribeDomainHttpCodeData `json:"UsageData" xml:"UsageData"`
}

HttpCodeData is a nested struct in cdn response

type HttpCodeDataInDescribeDomainHttpCodeData ¶

type HttpCodeDataInDescribeDomainHttpCodeData struct {
	UsageData []UsageDataInDescribeDomainHttpCodeData `json:"UsageData" xml:"UsageData"`
}

HttpCodeDataInDescribeDomainHttpCodeData is a nested struct in cdn response

type HttpCodeDataInDescribeDomainSrcHttpCodeData ¶

type HttpCodeDataInDescribeDomainSrcHttpCodeData struct {
	UsageData []UsageDataInDescribeDomainSrcHttpCodeData `json:"UsageData" xml:"UsageData"`
}

HttpCodeDataInDescribeDomainSrcHttpCodeData is a nested struct in cdn response

type HttpErrorPageConfig ¶

type HttpErrorPageConfig struct {
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	PageUrl   string `json:"PageUrl" xml:"PageUrl"`
	Status    string `json:"Status" xml:"Status"`
}

HttpErrorPageConfig is a nested struct in cdn response

type HttpErrorPageConfigs ¶

type HttpErrorPageConfigs struct {
	HttpErrorPageConfig []HttpErrorPageConfig `json:"HttpErrorPageConfig" xml:"HttpErrorPageConfig"`
}

HttpErrorPageConfigs is a nested struct in cdn response

type HttpHeaderConfig ¶

type HttpHeaderConfig struct {
	ConfigId    string `json:"ConfigId" xml:"ConfigId"`
	HeaderKey   string `json:"HeaderKey" xml:"HeaderKey"`
	HeaderValue string `json:"HeaderValue" xml:"HeaderValue"`
	Status      string `json:"Status" xml:"Status"`
}

HttpHeaderConfig is a nested struct in cdn response

type HttpHeaderConfigs ¶

type HttpHeaderConfigs struct {
	HttpHeaderConfig []HttpHeaderConfig `json:"HttpHeaderConfig" xml:"HttpHeaderConfig"`
}

HttpHeaderConfigs is a nested struct in cdn response

type HttpsOptionConfig ¶

type HttpsOptionConfig struct {
	Http2    string `json:"Http2" xml:"Http2"`
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Status   string `json:"Status" xml:"Status"`
}

HttpsOptionConfig is a nested struct in cdn response

type ISPProportionData ¶

type ISPProportionData struct {
	ISP             string `json:"ISP" xml:"ISP"`
	Proportion      string `json:"Proportion" xml:"Proportion"`
	IspEname        string `json:"IspEname" xml:"IspEname"`
	AvgObjectSize   string `json:"AvgObjectSize" xml:"AvgObjectSize"`
	AvgResponseTime string `json:"AvgResponseTime" xml:"AvgResponseTime"`
	Bps             string `json:"Bps" xml:"Bps"`
	ByteHitRate     string `json:"ByteHitRate" xml:"ByteHitRate"`
	Qps             string `json:"Qps" xml:"Qps"`
	ReqErrRate      string `json:"ReqErrRate" xml:"ReqErrRate"`
	ReqHitRate      string `json:"ReqHitRate" xml:"ReqHitRate"`
	AvgResponseRate string `json:"AvgResponseRate" xml:"AvgResponseRate"`
	TotalBytes      string `json:"TotalBytes" xml:"TotalBytes"`
	BytesProportion string `json:"BytesProportion" xml:"BytesProportion"`
	TotalQuery      string `json:"TotalQuery" xml:"TotalQuery"`
}

ISPProportionData is a nested struct in cdn response

type IgnoreQueryStringConfig ¶

type IgnoreQueryStringConfig struct {
	ConfigId    string `json:"ConfigId" xml:"ConfigId"`
	HashKeyArgs string `json:"HashKeyArgs" xml:"HashKeyArgs"`
	Enable      string `json:"Enable" xml:"Enable"`
	Status      string `json:"Status" xml:"Status"`
}

IgnoreQueryStringConfig is a nested struct in cdn response

type IpAllowListConfig ¶

type IpAllowListConfig struct {
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	IpList    string `json:"IpList" xml:"IpList"`
	IpAclXfwd string `json:"IpAclXfwd" xml:"IpAclXfwd"`
	Status    string `json:"Status" xml:"Status"`
}

IpAllowListConfig is a nested struct in cdn response

type Isp ¶

type Isp struct {
	NameZh string `json:"NameZh" xml:"NameZh"`
	NameEn string `json:"NameEn" xml:"NameEn"`
}

Isp is a nested struct in cdn response

type Isps ¶

type Isps struct {
	Isp []Isp `json:"Isp" xml:"Isp"`
}

Isps is a nested struct in cdn response

type L2OssKeyConfig ¶

type L2OssKeyConfig struct {
	PrivateOssAuth string `json:"PrivateOssAuth" xml:"PrivateOssAuth"`
	ConfigId       string `json:"ConfigId" xml:"ConfigId"`
	Status         string `json:"Status" xml:"Status"`
}

L2OssKeyConfig is a nested struct in cdn response

type ListDomainsByLogConfigIdRequest ¶

type ListDomainsByLogConfigIdRequest struct {
	*requests.RpcRequest
	OwnerId  requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId string           `position:"Query" name:"ConfigId"`
}

ListDomainsByLogConfigIdRequest is the request struct for api ListDomainsByLogConfigId

func CreateListDomainsByLogConfigIdRequest ¶

func CreateListDomainsByLogConfigIdRequest() (request *ListDomainsByLogConfigIdRequest)

CreateListDomainsByLogConfigIdRequest creates a request to invoke ListDomainsByLogConfigId API

type ListDomainsByLogConfigIdResponse ¶

type ListDomainsByLogConfigIdResponse struct {
	*responses.BaseResponse
	RequestId string                            `json:"RequestId" xml:"RequestId"`
	Domains   DomainsInListDomainsByLogConfigId `json:"Domains" xml:"Domains"`
}

ListDomainsByLogConfigIdResponse is the response struct for api ListDomainsByLogConfigId

func CreateListDomainsByLogConfigIdResponse ¶

func CreateListDomainsByLogConfigIdResponse() (response *ListDomainsByLogConfigIdResponse)

CreateListDomainsByLogConfigIdResponse creates a response to parse from ListDomainsByLogConfigId response

type ListFCTriggerRequest ¶

type ListFCTriggerRequest struct {
	*requests.RpcRequest
	EventMetaVersion string           `position:"Query" name:"EventMetaVersion"`
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	EventMetaName    string           `position:"Query" name:"EventMetaName"`
}

ListFCTriggerRequest is the request struct for api ListFCTrigger

func CreateListFCTriggerRequest ¶

func CreateListFCTriggerRequest() (request *ListFCTriggerRequest)

CreateListFCTriggerRequest creates a request to invoke ListFCTrigger API

type ListFCTriggerResponse ¶

type ListFCTriggerResponse struct {
	*responses.BaseResponse
	RequestId  string      `json:"RequestId" xml:"RequestId"`
	FCTriggers []FCTrigger `json:"FCTriggers" xml:"FCTriggers"`
}

ListFCTriggerResponse is the response struct for api ListFCTrigger

func CreateListFCTriggerResponse ¶

func CreateListFCTriggerResponse() (response *ListFCTriggerResponse)

CreateListFCTriggerResponse creates a response to parse from ListFCTrigger response

type LiveAppRecord ¶

type LiveAppRecord struct {
	StartTime       string `json:"StartTime" xml:"StartTime"`
	OssObjectPrefix string `json:"OssObjectPrefix" xml:"OssObjectPrefix"`
	EndTime         string `json:"EndTime" xml:"EndTime"`
	DomainName      string `json:"DomainName" xml:"DomainName"`
	CreateTime      string `json:"CreateTime" xml:"CreateTime"`
	OssEndpoint     string `json:"OssEndpoint" xml:"OssEndpoint"`
	AppName         string `json:"AppName" xml:"AppName"`
	SourceUrl       string `json:"SourceUrl" xml:"SourceUrl"`
	StreamName      string `json:"StreamName" xml:"StreamName"`
	OssBucket       string `json:"OssBucket" xml:"OssBucket"`
}

LiveAppRecord is a nested struct in cdn response

type LiveAppRecordListInDescribeLivePullStreamConfig ¶

type LiveAppRecordListInDescribeLivePullStreamConfig struct {
	LiveAppRecord []LiveAppRecord `json:"LiveAppRecord" xml:"LiveAppRecord"`
}

LiveAppRecordListInDescribeLivePullStreamConfig is a nested struct in cdn response

type LiveAppRecordListInDescribeLiveRecordConfig ¶

type LiveAppRecordListInDescribeLiveRecordConfig struct {
	LiveAppRecord []LiveAppRecord `json:"LiveAppRecord" xml:"LiveAppRecord"`
}

LiveAppRecordListInDescribeLiveRecordConfig is a nested struct in cdn response

type LiveStreamControlInfo ¶

type LiveStreamControlInfo struct {
	StreamName string `json:"StreamName" xml:"StreamName"`
	ClientIP   string `json:"ClientIP" xml:"ClientIP"`
	Action     string `json:"Action" xml:"Action"`
	TimeStamp  string `json:"TimeStamp" xml:"TimeStamp"`
}

LiveStreamControlInfo is a nested struct in cdn response

type LiveStreamOnlineInfo ¶

type LiveStreamOnlineInfo struct {
	DomainName  string `json:"DomainName" xml:"DomainName"`
	AppName     string `json:"AppName" xml:"AppName"`
	StreamName  string `json:"StreamName" xml:"StreamName"`
	PublishTime string `json:"PublishTime" xml:"PublishTime"`
	PublishUrl  string `json:"PublishUrl" xml:"PublishUrl"`
}

LiveStreamOnlineInfo is a nested struct in cdn response

type LiveStreamOnlineUserNumInfo ¶

type LiveStreamOnlineUserNumInfo struct {
	StreamUrl  string `json:"StreamUrl" xml:"StreamUrl"`
	UserNumber int    `json:"UserNumber" xml:"UserNumber"`
	Time       string `json:"Time" xml:"Time"`
}

LiveStreamOnlineUserNumInfo is a nested struct in cdn response

type LiveStreamPublishInfo ¶

type LiveStreamPublishInfo struct {
	DomainName   string `json:"DomainName" xml:"DomainName"`
	AppName      string `json:"AppName" xml:"AppName"`
	StreamName   string `json:"StreamName" xml:"StreamName"`
	StreamUrl    string `json:"StreamUrl" xml:"StreamUrl"`
	PublishTime  string `json:"PublishTime" xml:"PublishTime"`
	StopTime     string `json:"StopTime" xml:"StopTime"`
	PublishUrl   string `json:"PublishUrl" xml:"PublishUrl"`
	ClientAddr   string `json:"ClientAddr" xml:"ClientAddr"`
	EdgeNodeAddr string `json:"EdgeNodeAddr" xml:"EdgeNodeAddr"`
}

LiveStreamPublishInfo is a nested struct in cdn response

type LiveStreamSnapshotConfig ¶

type LiveStreamSnapshotConfig struct {
	DomainName         string `json:"DomainName" xml:"DomainName"`
	AppName            string `json:"AppName" xml:"AppName"`
	TimeInterval       int    `json:"TimeInterval" xml:"TimeInterval"`
	OssEndpoint        string `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket          string `json:"OssBucket" xml:"OssBucket"`
	OverwriteOssObject string `json:"OverwriteOssObject" xml:"OverwriteOssObject"`
	SequenceOssObject  string `json:"SequenceOssObject" xml:"SequenceOssObject"`
	CreateTime         string `json:"CreateTime" xml:"CreateTime"`
}

LiveStreamSnapshotConfig is a nested struct in cdn response

type LiveStreamSnapshotConfigList ¶

type LiveStreamSnapshotConfigList struct {
	LiveStreamSnapshotConfig []LiveStreamSnapshotConfig `json:"LiveStreamSnapshotConfig" xml:"LiveStreamSnapshotConfig"`
}

LiveStreamSnapshotConfigList is a nested struct in cdn response

type LiveStreamSnapshotInfo ¶

type LiveStreamSnapshotInfo struct {
	OssEndpoint string `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket   string `json:"OssBucket" xml:"OssBucket"`
	OssObject   string `json:"OssObject" xml:"OssObject"`
	CreateTime  string `json:"CreateTime" xml:"CreateTime"`
}

LiveStreamSnapshotInfo is a nested struct in cdn response

type LiveStreamSnapshotInfoList ¶

type LiveStreamSnapshotInfoList struct {
	LiveStreamSnapshotInfo []LiveStreamSnapshotInfo `json:"LiveStreamSnapshotInfo" xml:"LiveStreamSnapshotInfo"`
}

LiveStreamSnapshotInfoList is a nested struct in cdn response

type LockReason ¶

type LockReason struct {
	LockReason string `json:"LockReason" xml:"LockReason"`
}

LockReason is a nested struct in cdn response

type LogInfoDetail ¶

type LogInfoDetail struct {
	LogName   string `json:"LogName" xml:"LogName"`
	LogPath   string `json:"LogPath" xml:"LogPath"`
	LogSize   int    `json:"LogSize" xml:"LogSize"`
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
}

LogInfoDetail is a nested struct in cdn response

type LogInfos ¶

type LogInfos struct {
	LogInfoDetail []LogInfoDetail `json:"LogInfoDetail" xml:"LogInfoDetail"`
}

LogInfos is a nested struct in cdn response

type MacServiceConfig ¶

type MacServiceConfig struct {
	AppList       string `json:"AppList" xml:"AppList"`
	Enabled       string `json:"Enabled" xml:"Enabled"`
	ProcessResult string `json:"ProcessResult" xml:"ProcessResult"`
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	Status        string `json:"Status" xml:"Status"`
}

MacServiceConfig is a nested struct in cdn response

type MixStreamsInfo ¶

type MixStreamsInfo struct {
	DomainName string `json:"DomainName" xml:"DomainName"`
	AppName    string `json:"AppName" xml:"AppName"`
	StreamName string `json:"StreamName" xml:"StreamName"`
}

MixStreamsInfo is a nested struct in cdn response

type MixStreamsInfoListInStartMixStreamsService ¶

type MixStreamsInfoListInStartMixStreamsService struct {
	MixStreamsInfo []MixStreamsInfo `json:"MixStreamsInfo" xml:"MixStreamsInfo"`
}

MixStreamsInfoListInStartMixStreamsService is a nested struct in cdn response

type MixStreamsInfoListInStopMixStreamsService ¶

type MixStreamsInfoListInStopMixStreamsService struct {
	MixStreamsInfo []MixStreamsInfo `json:"MixStreamsInfo" xml:"MixStreamsInfo"`
}

MixStreamsInfoListInStopMixStreamsService is a nested struct in cdn response

type ModifyCdnDomainRequest ¶

type ModifyCdnDomainRequest struct {
	*requests.RpcRequest
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	Sources         string           `position:"Query" name:"Sources"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
}

ModifyCdnDomainRequest is the request struct for api ModifyCdnDomain

func CreateModifyCdnDomainRequest ¶

func CreateModifyCdnDomainRequest() (request *ModifyCdnDomainRequest)

CreateModifyCdnDomainRequest creates a request to invoke ModifyCdnDomain API

type ModifyCdnDomainResponse ¶

type ModifyCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyCdnDomainResponse is the response struct for api ModifyCdnDomain

func CreateModifyCdnDomainResponse ¶

func CreateModifyCdnDomainResponse() (response *ModifyCdnDomainResponse)

CreateModifyCdnDomainResponse creates a response to parse from ModifyCdnDomain response

type ModifyCdnServiceRequest ¶

type ModifyCdnServiceRequest struct {
	*requests.RpcRequest
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	InternetChargeType string           `position:"Query" name:"InternetChargeType"`
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
}

ModifyCdnServiceRequest is the request struct for api ModifyCdnService

func CreateModifyCdnServiceRequest ¶

func CreateModifyCdnServiceRequest() (request *ModifyCdnServiceRequest)

CreateModifyCdnServiceRequest creates a request to invoke ModifyCdnService API

type ModifyCdnServiceResponse ¶

type ModifyCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyCdnServiceResponse is the response struct for api ModifyCdnService

func CreateModifyCdnServiceResponse ¶

func CreateModifyCdnServiceResponse() (response *ModifyCdnServiceResponse)

CreateModifyCdnServiceResponse creates a response to parse from ModifyCdnService response

type ModifyDomainCustomLogConfigRequest ¶

type ModifyDomainCustomLogConfigRequest struct {
	*requests.RpcRequest
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   string           `position:"Query" name:"ConfigId"`
}

ModifyDomainCustomLogConfigRequest is the request struct for api ModifyDomainCustomLogConfig

func CreateModifyDomainCustomLogConfigRequest ¶

func CreateModifyDomainCustomLogConfigRequest() (request *ModifyDomainCustomLogConfigRequest)

CreateModifyDomainCustomLogConfigRequest creates a request to invoke ModifyDomainCustomLogConfig API

type ModifyDomainCustomLogConfigResponse ¶

type ModifyDomainCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyDomainCustomLogConfigResponse is the response struct for api ModifyDomainCustomLogConfig

func CreateModifyDomainCustomLogConfigResponse ¶

func CreateModifyDomainCustomLogConfigResponse() (response *ModifyDomainCustomLogConfigResponse)

CreateModifyDomainCustomLogConfigResponse creates a response to parse from ModifyDomainCustomLogConfig response

type ModifyFileCacheExpiredConfigRequest ¶

type ModifyFileCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Weight        string           `position:"Query" name:"Weight"`
	CacheContent  string           `position:"Query" name:"CacheContent"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	TTL           string           `position:"Query" name:"TTL"`
}

ModifyFileCacheExpiredConfigRequest is the request struct for api ModifyFileCacheExpiredConfig

func CreateModifyFileCacheExpiredConfigRequest ¶

func CreateModifyFileCacheExpiredConfigRequest() (request *ModifyFileCacheExpiredConfigRequest)

CreateModifyFileCacheExpiredConfigRequest creates a request to invoke ModifyFileCacheExpiredConfig API

type ModifyFileCacheExpiredConfigResponse ¶

type ModifyFileCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyFileCacheExpiredConfigResponse is the response struct for api ModifyFileCacheExpiredConfig

func CreateModifyFileCacheExpiredConfigResponse ¶

func CreateModifyFileCacheExpiredConfigResponse() (response *ModifyFileCacheExpiredConfigResponse)

CreateModifyFileCacheExpiredConfigResponse creates a response to parse from ModifyFileCacheExpiredConfig response

type ModifyHttpHeaderConfigRequest ¶

type ModifyHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	HeaderValue   string           `position:"Query" name:"HeaderValue"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
	DomainName    string           `position:"Query" name:"DomainName"`
	HeaderKey     string           `position:"Query" name:"HeaderKey"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

ModifyHttpHeaderConfigRequest is the request struct for api ModifyHttpHeaderConfig

func CreateModifyHttpHeaderConfigRequest ¶

func CreateModifyHttpHeaderConfigRequest() (request *ModifyHttpHeaderConfigRequest)

CreateModifyHttpHeaderConfigRequest creates a request to invoke ModifyHttpHeaderConfig API

type ModifyHttpHeaderConfigResponse ¶

type ModifyHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyHttpHeaderConfigResponse is the response struct for api ModifyHttpHeaderConfig

func CreateModifyHttpHeaderConfigResponse ¶

func CreateModifyHttpHeaderConfigResponse() (response *ModifyHttpHeaderConfigResponse)

CreateModifyHttpHeaderConfigResponse creates a response to parse from ModifyHttpHeaderConfig response

type ModifyUserCustomLogConfigRequest ¶

type ModifyUserCustomLogConfigRequest struct {
	*requests.RpcRequest
	OwnerId  requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId string           `position:"Query" name:"ConfigId"`
	Tag      string           `position:"Query" name:"Tag"`
}

ModifyUserCustomLogConfigRequest is the request struct for api ModifyUserCustomLogConfig

func CreateModifyUserCustomLogConfigRequest ¶

func CreateModifyUserCustomLogConfigRequest() (request *ModifyUserCustomLogConfigRequest)

CreateModifyUserCustomLogConfigRequest creates a request to invoke ModifyUserCustomLogConfig API

type ModifyUserCustomLogConfigResponse ¶

type ModifyUserCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyUserCustomLogConfigResponse is the response struct for api ModifyUserCustomLogConfig

func CreateModifyUserCustomLogConfigResponse ¶

func CreateModifyUserCustomLogConfigResponse() (response *ModifyUserCustomLogConfigResponse)

CreateModifyUserCustomLogConfigResponse creates a response to parse from ModifyUserCustomLogConfig response

type MonitorDatas ¶

type MonitorDatas struct {
	CDNMonitorData []CDNMonitorData `json:"CDNMonitorData" xml:"CDNMonitorData"`
}

MonitorDatas is a nested struct in cdn response

type NotifyUrlConfig ¶

type NotifyUrlConfig struct {
	Enable    string `json:"Enable" xml:"Enable"`
	NotifyUrl string `json:"NotifyUrl" xml:"NotifyUrl"`
}

NotifyUrlConfig is a nested struct in cdn response

type OnlineInfo ¶

type OnlineInfo struct {
	LiveStreamOnlineInfo []LiveStreamOnlineInfo `json:"LiveStreamOnlineInfo" xml:"LiveStreamOnlineInfo"`
}

OnlineInfo is a nested struct in cdn response

type OnlineUserInfo ¶

type OnlineUserInfo struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

OnlineUserInfo is a nested struct in cdn response

type OpenCdnServiceRequest ¶

type OpenCdnServiceRequest struct {
	*requests.RpcRequest
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	InternetChargeType string           `position:"Query" name:"InternetChargeType"`
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
}

OpenCdnServiceRequest is the request struct for api OpenCdnService

func CreateOpenCdnServiceRequest ¶

func CreateOpenCdnServiceRequest() (request *OpenCdnServiceRequest)

CreateOpenCdnServiceRequest creates a request to invoke OpenCdnService API

type OpenCdnServiceResponse ¶

type OpenCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

OpenCdnServiceResponse is the response struct for api OpenCdnService

func CreateOpenCdnServiceResponse ¶

func CreateOpenCdnServiceResponse() (response *OpenCdnServiceResponse)

CreateOpenCdnServiceResponse creates a response to parse from OpenCdnService response

type OperationLocks ¶

type OperationLocks struct {
	LockReason []LockReason `json:"LockReason" xml:"LockReason"`
}

OperationLocks is a nested struct in cdn response

type OptimizeConfig ¶

type OptimizeConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

OptimizeConfig is a nested struct in cdn response

type OssLogConfig ¶

type OssLogConfig struct {
	Enable string `json:"Enable" xml:"Enable"`
	Bucket string `json:"Bucket" xml:"Bucket"`
	Prefix string `json:"Prefix" xml:"Prefix"`
}

OssLogConfig is a nested struct in cdn response

type PageCompressConfig ¶

type PageCompressConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

PageCompressConfig is a nested struct in cdn response

type PageData ¶

type PageData struct {
	DomainName      string  `json:"DomainName" xml:"DomainName"`
	Cname           string  `json:"Cname" xml:"Cname"`
	CdnType         string  `json:"CdnType" xml:"CdnType"`
	DomainStatus    string  `json:"DomainStatus" xml:"DomainStatus"`
	GmtCreated      string  `json:"GmtCreated" xml:"GmtCreated"`
	GmtModified     string  `json:"GmtModified" xml:"GmtModified"`
	Description     string  `json:"Description" xml:"Description"`
	SslProtocol     string  `json:"SslProtocol" xml:"SslProtocol"`
	ResourceGroupId string  `json:"ResourceGroupId" xml:"ResourceGroupId"`
	Sandbox         string  `json:"Sandbox" xml:"Sandbox"`
	Sources         Sources `json:"Sources" xml:"Sources"`
}

PageData is a nested struct in cdn response

type PageInfoDetail ¶

type PageInfoDetail struct {
	PageIndex int `json:"PageIndex" xml:"PageIndex"`
	PageSize  int `json:"PageSize" xml:"PageSize"`
	Total     int `json:"Total" xml:"Total"`
}

PageInfoDetail is a nested struct in cdn response

type PageInfos ¶

type PageInfos struct {
	PageInfoDetail []PageInfoDetail `json:"PageInfoDetail" xml:"PageInfoDetail"`
}

PageInfos is a nested struct in cdn response

type PathDataPerInterval ¶

type PathDataPerInterval struct {
	UsageData []UsageData `json:"UsageData" xml:"UsageData"`
}

PathDataPerInterval is a nested struct in cdn response

type PublishInfo ¶

type PublishInfo struct {
	LiveStreamPublishInfo []LiveStreamPublishInfo `json:"LiveStreamPublishInfo" xml:"LiveStreamPublishInfo"`
}

PublishInfo is a nested struct in cdn response

type PushObjectCacheRequest ¶

type PushObjectCacheRequest struct {
	*requests.RpcRequest
	Area          string           `position:"Query" name:"Area"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ObjectPath    string           `position:"Query" name:"ObjectPath"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

PushObjectCacheRequest is the request struct for api PushObjectCache

func CreatePushObjectCacheRequest ¶

func CreatePushObjectCacheRequest() (request *PushObjectCacheRequest)

CreatePushObjectCacheRequest creates a request to invoke PushObjectCache API

type PushObjectCacheResponse ¶

type PushObjectCacheResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	PreloadTaskId string `json:"PreloadTaskId" xml:"PreloadTaskId"`
}

PushObjectCacheResponse is the response struct for api PushObjectCache

func CreatePushObjectCacheResponse ¶

func CreatePushObjectCacheResponse() (response *PushObjectCacheResponse)

CreatePushObjectCacheResponse creates a response to parse from PushObjectCache response

type PvDataInterval ¶

type PvDataInterval struct {
	UsageData []UsageDataInDescribeDomainPvData `json:"UsageData" xml:"UsageData"`
}

PvDataInterval is a nested struct in cdn response

type QpsDataInterval ¶

type QpsDataInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

QpsDataInterval is a nested struct in cdn response

type QpsModel ¶

type QpsModel struct {
	Qps       float64 `json:"Qps" xml:"Qps"`
	TimeStamp string  `json:"TimeStamp" xml:"TimeStamp"`
}

QpsModel is a nested struct in cdn response

type RangeConfig ¶

type RangeConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

RangeConfig is a nested struct in cdn response

type RealTimeCodeProportionData ¶

type RealTimeCodeProportionData struct {
	Code       string `json:"Code" xml:"Code"`
	Proportion string `json:"Proportion" xml:"Proportion"`
	Count      string `json:"Count" xml:"Count"`
}

RealTimeCodeProportionData is a nested struct in cdn response

type RealTimeHttpCodeData ¶

type RealTimeHttpCodeData struct {
	UsageData []UsageData `json:"UsageData" xml:"UsageData"`
}

RealTimeHttpCodeData is a nested struct in cdn response

type RealTimeSrcBpsDataPerInterval ¶

type RealTimeSrcBpsDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

RealTimeSrcBpsDataPerInterval is a nested struct in cdn response

type RealTimeSrcTrafficDataPerInterval ¶

type RealTimeSrcTrafficDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

RealTimeSrcTrafficDataPerInterval is a nested struct in cdn response

type ReatTimeDeliveryAccData ¶

type ReatTimeDeliveryAccData struct {
	AccData []AccData `json:"AccData" xml:"AccData"`
}

ReatTimeDeliveryAccData is a nested struct in cdn response

type RecordContentInfo ¶

type RecordContentInfo struct {
	OssEndpoint     string  `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket       string  `json:"OssBucket" xml:"OssBucket"`
	OssObjectPrefix string  `json:"OssObjectPrefix" xml:"OssObjectPrefix"`
	StartTime       string  `json:"StartTime" xml:"StartTime"`
	EndTime         string  `json:"EndTime" xml:"EndTime"`
	Duration        float64 `json:"Duration" xml:"Duration"`
}

RecordContentInfo is a nested struct in cdn response

type RecordContentInfoList ¶

type RecordContentInfoList struct {
	RecordContentInfo []RecordContentInfo `json:"RecordContentInfo" xml:"RecordContentInfo"`
}

RecordContentInfoList is a nested struct in cdn response

type RecordIndexInfo ¶

type RecordIndexInfo struct {
	OssObject  string  `json:"OssObject" xml:"OssObject"`
	StartTime  string  `json:"StartTime" xml:"StartTime"`
	EndTime    string  `json:"EndTime" xml:"EndTime"`
	Duration   float64 `json:"Duration" xml:"Duration"`
	DomainName string  `json:"DomainName" xml:"DomainName"`
	RecordUrl  string  `json:"RecordUrl" xml:"RecordUrl"`
	CreateTime string  `json:"CreateTime" xml:"CreateTime"`
	RecordId   string  `json:"RecordId" xml:"RecordId"`
	Height     int     `json:"Height" xml:"Height"`
	Width      int     `json:"Width" xml:"Width"`
	AppName    string  `json:"AppName" xml:"AppName"`
	StreamName string  `json:"StreamName" xml:"StreamName"`
}

RecordIndexInfo is a nested struct in cdn response

type RecordIndexInfoList ¶

type RecordIndexInfoList struct {
	RecordIndexInfo []RecordIndexInfo `json:"RecordIndexInfo" xml:"RecordIndexInfo"`
}

RecordIndexInfoList is a nested struct in cdn response

type RecordInfo ¶

type RecordInfo struct {
	RecordId   string  `json:"RecordId" xml:"RecordId"`
	RecordUrl  string  `json:"RecordUrl" xml:"RecordUrl"`
	Duration   float64 `json:"Duration" xml:"Duration"`
	Height     int     `json:"Height" xml:"Height"`
	Width      int     `json:"Width" xml:"Width"`
	CreateTime string  `json:"CreateTime" xml:"CreateTime"`
}

RecordInfo is a nested struct in cdn response

type RedirectTypeConfig ¶

type RedirectTypeConfig struct {
	RedirectType string `json:"RedirectType" xml:"RedirectType"`
}

RedirectTypeConfig is a nested struct in cdn response

type ReferList ¶

type ReferList struct {
	ReferDetail     string  `json:"ReferDetail" xml:"ReferDetail"`
	VisitData       string  `json:"VisitData" xml:"VisitData"`
	VisitProportion float64 `json:"VisitProportion" xml:"VisitProportion"`
	Flow            string  `json:"Flow" xml:"Flow"`
	FlowProportion  float64 `json:"FlowProportion" xml:"FlowProportion"`
}

ReferList is a nested struct in cdn response

type RefererConfig ¶

type RefererConfig struct {
	ConfigId   string `json:"ConfigId" xml:"ConfigId"`
	ReferType  string `json:"ReferType" xml:"ReferType"`
	ReferList  string `json:"ReferList" xml:"ReferList"`
	AllowEmpty string `json:"AllowEmpty" xml:"AllowEmpty"`
	DisableAst string `json:"DisableAst" xml:"DisableAst"`
	Status     string `json:"Status" xml:"Status"`
}

RefererConfig is a nested struct in cdn response

type RefreshObjectCachesRequest ¶

type RefreshObjectCachesRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ObjectPath    string           `position:"Query" name:"ObjectPath"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	ObjectType    string           `position:"Query" name:"ObjectType"`
}

RefreshObjectCachesRequest is the request struct for api RefreshObjectCaches

func CreateRefreshObjectCachesRequest ¶

func CreateRefreshObjectCachesRequest() (request *RefreshObjectCachesRequest)

CreateRefreshObjectCachesRequest creates a request to invoke RefreshObjectCaches API

type RefreshObjectCachesResponse ¶

type RefreshObjectCachesResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	RefreshTaskId string `json:"RefreshTaskId" xml:"RefreshTaskId"`
}

RefreshObjectCachesResponse is the response struct for api RefreshObjectCaches

func CreateRefreshObjectCachesResponse ¶

func CreateRefreshObjectCachesResponse() (response *RefreshObjectCachesResponse)

CreateRefreshObjectCachesResponse creates a response to parse from RefreshObjectCaches response

type Region ¶

type Region struct {
	NameZh string `json:"NameZh" xml:"NameZh"`
	NameEn string `json:"NameEn" xml:"NameEn"`
}

Region is a nested struct in cdn response

type RegionProportionData ¶

type RegionProportionData struct {
	Region          string `json:"Region" xml:"Region"`
	Proportion      string `json:"Proportion" xml:"Proportion"`
	RegionEname     string `json:"RegionEname" xml:"RegionEname"`
	AvgObjectSize   string `json:"AvgObjectSize" xml:"AvgObjectSize"`
	AvgResponseTime string `json:"AvgResponseTime" xml:"AvgResponseTime"`
	Bps             string `json:"Bps" xml:"Bps"`
	Qps             string `json:"Qps" xml:"Qps"`
	AvgResponseRate string `json:"AvgResponseRate" xml:"AvgResponseRate"`
	TotalBytes      string `json:"TotalBytes" xml:"TotalBytes"`
	BytesProportion string `json:"BytesProportion" xml:"BytesProportion"`
	TotalQuery      string `json:"TotalQuery" xml:"TotalQuery"`
}

RegionProportionData is a nested struct in cdn response

type Regions ¶

type Regions struct {
	Region []Region `json:"Region" xml:"Region"`
}

Regions is a nested struct in cdn response

type RemoveQueryStringConfig ¶

type RemoveQueryStringConfig struct {
	AliRemoveArgs string `json:"AliRemoveArgs" xml:"AliRemoveArgs"`
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	Status        string `json:"Status" xml:"Status"`
}

RemoveQueryStringConfig is a nested struct in cdn response

type ReqAuthConfig ¶

type ReqAuthConfig struct {
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	AuthType         string `json:"AuthType" xml:"AuthType"`
	Key1             string `json:"Key1" xml:"Key1"`
	Key2             string `json:"Key2" xml:"Key2"`
	Status           string `json:"Status" xml:"Status"`
	AliAuthWhiteList string `json:"AliAuthWhiteList" xml:"AliAuthWhiteList"`
	AuthM3u8         string `json:"AuthM3u8" xml:"AuthM3u8"`
	AuthAddr         string `json:"AuthAddr" xml:"AuthAddr"`
	AuthRemoteDesc   string `json:"AuthRemoteDesc" xml:"AuthRemoteDesc"`
	TimeOut          string `json:"TimeOut" xml:"TimeOut"`
}

ReqAuthConfig is a nested struct in cdn response

type ReqHeaderConfig ¶

type ReqHeaderConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Key      string `json:"Key" xml:"Key"`
	Value    string `json:"Value" xml:"Value"`
	Status   string `json:"Status" xml:"Status"`
}

ReqHeaderConfig is a nested struct in cdn response

type ReqHeaderConfigs ¶

type ReqHeaderConfigs struct {
	ReqHeaderConfig []ReqHeaderConfig `json:"ReqHeaderConfig" xml:"ReqHeaderConfig"`
}

ReqHeaderConfigs is a nested struct in cdn response

type ReqHitRateDataModel ¶

type ReqHitRateDataModel struct {
	ReqHitRate float64 `json:"ReqHitRate" xml:"ReqHitRate"`
	TimeStamp  string  `json:"TimeStamp" xml:"TimeStamp"`
}

ReqHitRateDataModel is a nested struct in cdn response

type ReqHitRateInterval ¶

type ReqHitRateInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

ReqHitRateInterval is a nested struct in cdn response

type ResourcePackageInfo ¶

type ResourcePackageInfo struct {
	CurrCapacity  string `json:"CurrCapacity" xml:"CurrCapacity"`
	InitCapacity  string `json:"InitCapacity" xml:"InitCapacity"`
	CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
	DisplayName   string `json:"DisplayName" xml:"DisplayName"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	Status        string `json:"Status" xml:"Status"`
	StartTime     string `json:"StartTime" xml:"StartTime"`
	EndTime       string `json:"EndTime" xml:"EndTime"`
}

ResourcePackageInfo is a nested struct in cdn response

type ResourcePackageInfos ¶

type ResourcePackageInfos struct {
	ResourcePackageInfo []ResourcePackageInfo `json:"ResourcePackageInfo" xml:"ResourcePackageInfo"`
}

ResourcePackageInfos is a nested struct in cdn response

type ResumeLiveStreamRequest ¶

type ResumeLiveStreamRequest struct {
	*requests.RpcRequest
	AppName        string           `position:"Query" name:"AppName"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	LiveStreamType string           `position:"Query" name:"LiveStreamType"`
	DomainName     string           `position:"Query" name:"DomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	StreamName     string           `position:"Query" name:"StreamName"`
}

ResumeLiveStreamRequest is the request struct for api ResumeLiveStream

func CreateResumeLiveStreamRequest ¶

func CreateResumeLiveStreamRequest() (request *ResumeLiveStreamRequest)

CreateResumeLiveStreamRequest creates a request to invoke ResumeLiveStream API

type ResumeLiveStreamResponse ¶

type ResumeLiveStreamResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ResumeLiveStreamResponse is the response struct for api ResumeLiveStream

func CreateResumeLiveStreamResponse ¶

func CreateResumeLiveStreamResponse() (response *ResumeLiveStreamResponse)

CreateResumeLiveStreamResponse creates a response to parse from ResumeLiveStream response

type SetCcConfigRequest ¶

type SetCcConfigRequest struct {
	*requests.RpcRequest
	AllowIps      string           `position:"Query" name:"AllowIps"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	BlockIps      string           `position:"Query" name:"BlockIps"`
}

SetCcConfigRequest is the request struct for api SetCcConfig

func CreateSetCcConfigRequest ¶

func CreateSetCcConfigRequest() (request *SetCcConfigRequest)

CreateSetCcConfigRequest creates a request to invoke SetCcConfig API

type SetCcConfigResponse ¶

type SetCcConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetCcConfigResponse is the response struct for api SetCcConfig

func CreateSetCcConfigResponse ¶

func CreateSetCcConfigResponse() (response *SetCcConfigResponse)

CreateSetCcConfigResponse creates a response to parse from SetCcConfig response

type SetDomainGreenManagerConfigRequest ¶

type SetDomainGreenManagerConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
}

SetDomainGreenManagerConfigRequest is the request struct for api SetDomainGreenManagerConfig

func CreateSetDomainGreenManagerConfigRequest ¶

func CreateSetDomainGreenManagerConfigRequest() (request *SetDomainGreenManagerConfigRequest)

CreateSetDomainGreenManagerConfigRequest creates a request to invoke SetDomainGreenManagerConfig API

type SetDomainGreenManagerConfigResponse ¶

type SetDomainGreenManagerConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDomainGreenManagerConfigResponse is the response struct for api SetDomainGreenManagerConfig

func CreateSetDomainGreenManagerConfigResponse ¶

func CreateSetDomainGreenManagerConfigResponse() (response *SetDomainGreenManagerConfigResponse)

CreateSetDomainGreenManagerConfigResponse creates a response to parse from SetDomainGreenManagerConfig response

type SetDomainServerCertificateRequest ¶

type SetDomainServerCertificateRequest struct {
	*requests.RpcRequest
	PrivateKey              string           `position:"Query" name:"PrivateKey"`
	ServerCertificateStatus string           `position:"Query" name:"ServerCertificateStatus"`
	ServerCertificate       string           `position:"Query" name:"ServerCertificate"`
	SecurityToken           string           `position:"Query" name:"SecurityToken"`
	CertType                string           `position:"Query" name:"CertType"`
	CertName                string           `position:"Query" name:"CertName"`
	DomainName              string           `position:"Query" name:"DomainName"`
	OwnerId                 requests.Integer `position:"Query" name:"OwnerId"`
	Region                  string           `position:"Query" name:"Region"`
}

SetDomainServerCertificateRequest is the request struct for api SetDomainServerCertificate

func CreateSetDomainServerCertificateRequest ¶

func CreateSetDomainServerCertificateRequest() (request *SetDomainServerCertificateRequest)

CreateSetDomainServerCertificateRequest creates a request to invoke SetDomainServerCertificate API

type SetDomainServerCertificateResponse ¶

type SetDomainServerCertificateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDomainServerCertificateResponse is the response struct for api SetDomainServerCertificate

func CreateSetDomainServerCertificateResponse ¶

func CreateSetDomainServerCertificateResponse() (response *SetDomainServerCertificateResponse)

CreateSetDomainServerCertificateResponse creates a response to parse from SetDomainServerCertificate response

type SetDynamicConfigRequest ¶

type SetDynamicConfigRequest struct {
	*requests.RpcRequest
	DynamicOrigin       string           `position:"Query" name:"DynamicOrigin"`
	StaticType          string           `position:"Query" name:"StaticType"`
	SecurityToken       string           `position:"Query" name:"SecurityToken"`
	StaticUri           string           `position:"Query" name:"StaticUri"`
	DomainName          string           `position:"Query" name:"DomainName"`
	StaticPath          string           `position:"Query" name:"StaticPath"`
	DynamicCacheControl string           `position:"Query" name:"DynamicCacheControl"`
	OwnerId             requests.Integer `position:"Query" name:"OwnerId"`
}

SetDynamicConfigRequest is the request struct for api SetDynamicConfig

func CreateSetDynamicConfigRequest ¶

func CreateSetDynamicConfigRequest() (request *SetDynamicConfigRequest)

CreateSetDynamicConfigRequest creates a request to invoke SetDynamicConfig API

type SetDynamicConfigResponse ¶

type SetDynamicConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDynamicConfigResponse is the response struct for api SetDynamicConfig

func CreateSetDynamicConfigResponse ¶

func CreateSetDynamicConfigResponse() (response *SetDynamicConfigResponse)

CreateSetDynamicConfigResponse creates a response to parse from SetDynamicConfig response

type SetErrorPageConfigRequest ¶

type SetErrorPageConfigRequest struct {
	*requests.RpcRequest
	PageType      string           `position:"Query" name:"PageType"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	CustomPageUrl string           `position:"Query" name:"CustomPageUrl"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

SetErrorPageConfigRequest is the request struct for api SetErrorPageConfig

func CreateSetErrorPageConfigRequest ¶

func CreateSetErrorPageConfigRequest() (request *SetErrorPageConfigRequest)

CreateSetErrorPageConfigRequest creates a request to invoke SetErrorPageConfig API

type SetErrorPageConfigResponse ¶

type SetErrorPageConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetErrorPageConfigResponse is the response struct for api SetErrorPageConfig

func CreateSetErrorPageConfigResponse ¶

func CreateSetErrorPageConfigResponse() (response *SetErrorPageConfigResponse)

CreateSetErrorPageConfigResponse creates a response to parse from SetErrorPageConfig response

type SetFileCacheExpiredConfigRequest ¶

type SetFileCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	CacheContent string           `position:"Query" name:"CacheContent"`
	OwnerId      requests.Integer `position:"Query" name:"OwnerId"`
	TTL          string           `position:"Query" name:"TTL"`
	ConfigId     requests.Integer `position:"Query" name:"ConfigId"`
}

SetFileCacheExpiredConfigRequest is the request struct for api SetFileCacheExpiredConfig

func CreateSetFileCacheExpiredConfigRequest ¶

func CreateSetFileCacheExpiredConfigRequest() (request *SetFileCacheExpiredConfigRequest)

CreateSetFileCacheExpiredConfigRequest creates a request to invoke SetFileCacheExpiredConfig API

type SetFileCacheExpiredConfigResponse ¶

type SetFileCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetFileCacheExpiredConfigResponse is the response struct for api SetFileCacheExpiredConfig

func CreateSetFileCacheExpiredConfigResponse ¶

func CreateSetFileCacheExpiredConfigResponse() (response *SetFileCacheExpiredConfigResponse)

CreateSetFileCacheExpiredConfigResponse creates a response to parse from SetFileCacheExpiredConfig response

type SetForceRedirectConfigRequest ¶

type SetForceRedirectConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	RedirectType  string           `position:"Query" name:"RedirectType"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

SetForceRedirectConfigRequest is the request struct for api SetForceRedirectConfig

func CreateSetForceRedirectConfigRequest ¶

func CreateSetForceRedirectConfigRequest() (request *SetForceRedirectConfigRequest)

CreateSetForceRedirectConfigRequest creates a request to invoke SetForceRedirectConfig API

type SetForceRedirectConfigResponse ¶

type SetForceRedirectConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetForceRedirectConfigResponse is the response struct for api SetForceRedirectConfig

func CreateSetForceRedirectConfigResponse ¶

func CreateSetForceRedirectConfigResponse() (response *SetForceRedirectConfigResponse)

CreateSetForceRedirectConfigResponse creates a response to parse from SetForceRedirectConfig response

type SetForwardSchemeConfigRequest ¶

type SetForwardSchemeConfigRequest struct {
	*requests.RpcRequest
	SchemeOriginPort string           `position:"Query" name:"SchemeOriginPort"`
	Enable           string           `position:"Query" name:"Enable"`
	SchemeOrigin     string           `position:"Query" name:"SchemeOrigin"`
	DomainName       string           `position:"Query" name:"DomainName"`
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId         requests.Integer `position:"Query" name:"ConfigId"`
}

SetForwardSchemeConfigRequest is the request struct for api SetForwardSchemeConfig

func CreateSetForwardSchemeConfigRequest ¶

func CreateSetForwardSchemeConfigRequest() (request *SetForwardSchemeConfigRequest)

CreateSetForwardSchemeConfigRequest creates a request to invoke SetForwardSchemeConfig API

type SetForwardSchemeConfigResponse ¶

type SetForwardSchemeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetForwardSchemeConfigResponse is the response struct for api SetForwardSchemeConfig

func CreateSetForwardSchemeConfigResponse ¶

func CreateSetForwardSchemeConfigResponse() (response *SetForwardSchemeConfigResponse)

CreateSetForwardSchemeConfigResponse creates a response to parse from SetForwardSchemeConfig response

type SetHttpErrorPageConfigRequest ¶

type SetHttpErrorPageConfigRequest struct {
	*requests.RpcRequest
	PageUrl    string           `position:"Query" name:"PageUrl"`
	ErrorCode  string           `position:"Query" name:"ErrorCode"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetHttpErrorPageConfigRequest is the request struct for api SetHttpErrorPageConfig

func CreateSetHttpErrorPageConfigRequest ¶

func CreateSetHttpErrorPageConfigRequest() (request *SetHttpErrorPageConfigRequest)

CreateSetHttpErrorPageConfigRequest creates a request to invoke SetHttpErrorPageConfig API

type SetHttpErrorPageConfigResponse ¶

type SetHttpErrorPageConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpErrorPageConfigResponse is the response struct for api SetHttpErrorPageConfig

func CreateSetHttpErrorPageConfigResponse ¶

func CreateSetHttpErrorPageConfigResponse() (response *SetHttpErrorPageConfigResponse)

CreateSetHttpErrorPageConfigResponse creates a response to parse from SetHttpErrorPageConfig response

type SetHttpHeaderConfigRequest ¶

type SetHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	HeaderValue   string           `position:"Query" name:"HeaderValue"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigId      requests.Integer `position:"Query" name:"ConfigId"`
	DomainName    string           `position:"Query" name:"DomainName"`
	HeaderKey     string           `position:"Query" name:"HeaderKey"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

SetHttpHeaderConfigRequest is the request struct for api SetHttpHeaderConfig

func CreateSetHttpHeaderConfigRequest ¶

func CreateSetHttpHeaderConfigRequest() (request *SetHttpHeaderConfigRequest)

CreateSetHttpHeaderConfigRequest creates a request to invoke SetHttpHeaderConfig API

type SetHttpHeaderConfigResponse ¶

type SetHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpHeaderConfigResponse is the response struct for api SetHttpHeaderConfig

func CreateSetHttpHeaderConfigResponse ¶

func CreateSetHttpHeaderConfigResponse() (response *SetHttpHeaderConfigResponse)

CreateSetHttpHeaderConfigResponse creates a response to parse from SetHttpHeaderConfig response

type SetHttpsOptionConfigRequest ¶

type SetHttpsOptionConfigRequest struct {
	*requests.RpcRequest
	Http2      string           `position:"Query" name:"Http2"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetHttpsOptionConfigRequest is the request struct for api SetHttpsOptionConfig

func CreateSetHttpsOptionConfigRequest ¶

func CreateSetHttpsOptionConfigRequest() (request *SetHttpsOptionConfigRequest)

CreateSetHttpsOptionConfigRequest creates a request to invoke SetHttpsOptionConfig API

type SetHttpsOptionConfigResponse ¶

type SetHttpsOptionConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpsOptionConfigResponse is the response struct for api SetHttpsOptionConfig

func CreateSetHttpsOptionConfigResponse ¶

func CreateSetHttpsOptionConfigResponse() (response *SetHttpsOptionConfigResponse)

CreateSetHttpsOptionConfigResponse creates a response to parse from SetHttpsOptionConfig response

type SetIgnoreQueryStringConfigRequest ¶

type SetIgnoreQueryStringConfigRequest struct {
	*requests.RpcRequest
	Enable      string           `position:"Query" name:"Enable"`
	KeepOssArgs string           `position:"Query" name:"KeepOssArgs"`
	DomainName  string           `position:"Query" name:"DomainName"`
	OwnerId     requests.Integer `position:"Query" name:"OwnerId"`
	HashKeyArgs string           `position:"Query" name:"HashKeyArgs"`
	ConfigId    requests.Integer `position:"Query" name:"ConfigId"`
}

SetIgnoreQueryStringConfigRequest is the request struct for api SetIgnoreQueryStringConfig

func CreateSetIgnoreQueryStringConfigRequest ¶

func CreateSetIgnoreQueryStringConfigRequest() (request *SetIgnoreQueryStringConfigRequest)

CreateSetIgnoreQueryStringConfigRequest creates a request to invoke SetIgnoreQueryStringConfig API

type SetIgnoreQueryStringConfigResponse ¶

type SetIgnoreQueryStringConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIgnoreQueryStringConfigResponse is the response struct for api SetIgnoreQueryStringConfig

func CreateSetIgnoreQueryStringConfigResponse ¶

func CreateSetIgnoreQueryStringConfigResponse() (response *SetIgnoreQueryStringConfigResponse)

CreateSetIgnoreQueryStringConfigResponse creates a response to parse from SetIgnoreQueryStringConfig response

type SetIpAllowListConfigRequest ¶

type SetIpAllowListConfigRequest struct {
	*requests.RpcRequest
	AllowIps      string           `position:"Query" name:"AllowIps"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

SetIpAllowListConfigRequest is the request struct for api SetIpAllowListConfig

func CreateSetIpAllowListConfigRequest ¶

func CreateSetIpAllowListConfigRequest() (request *SetIpAllowListConfigRequest)

CreateSetIpAllowListConfigRequest creates a request to invoke SetIpAllowListConfig API

type SetIpAllowListConfigResponse ¶

type SetIpAllowListConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIpAllowListConfigResponse is the response struct for api SetIpAllowListConfig

func CreateSetIpAllowListConfigResponse ¶

func CreateSetIpAllowListConfigResponse() (response *SetIpAllowListConfigResponse)

CreateSetIpAllowListConfigResponse creates a response to parse from SetIpAllowListConfig response

type SetIpBlackListConfigRequest ¶

type SetIpBlackListConfigRequest struct {
	*requests.RpcRequest
	BlockIps   string           `position:"Query" name:"BlockIps"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetIpBlackListConfigRequest is the request struct for api SetIpBlackListConfig

func CreateSetIpBlackListConfigRequest ¶

func CreateSetIpBlackListConfigRequest() (request *SetIpBlackListConfigRequest)

CreateSetIpBlackListConfigRequest creates a request to invoke SetIpBlackListConfig API

type SetIpBlackListConfigResponse ¶

type SetIpBlackListConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIpBlackListConfigResponse is the response struct for api SetIpBlackListConfig

func CreateSetIpBlackListConfigResponse ¶

func CreateSetIpBlackListConfigResponse() (response *SetIpBlackListConfigResponse)

CreateSetIpBlackListConfigResponse creates a response to parse from SetIpBlackListConfig response

type SetL2OssKeyConfigRequest ¶

type SetL2OssKeyConfigRequest struct {
	*requests.RpcRequest
	DomainName     string           `position:"Query" name:"DomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId       requests.Integer `position:"Query" name:"ConfigId"`
	PrivateOssAuth string           `position:"Query" name:"PrivateOssAuth"`
}

SetL2OssKeyConfigRequest is the request struct for api SetL2OssKeyConfig

func CreateSetL2OssKeyConfigRequest ¶

func CreateSetL2OssKeyConfigRequest() (request *SetL2OssKeyConfigRequest)

CreateSetL2OssKeyConfigRequest creates a request to invoke SetL2OssKeyConfig API

type SetL2OssKeyConfigResponse ¶

type SetL2OssKeyConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetL2OssKeyConfigResponse is the response struct for api SetL2OssKeyConfig

func CreateSetL2OssKeyConfigResponse ¶

func CreateSetL2OssKeyConfigResponse() (response *SetL2OssKeyConfigResponse)

CreateSetL2OssKeyConfigResponse creates a response to parse from SetL2OssKeyConfig response

type SetLiveStreamsNotifyUrlConfigRequest ¶

type SetLiveStreamsNotifyUrlConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	NotifyUrl     string           `position:"Query" name:"NotifyUrl"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

SetLiveStreamsNotifyUrlConfigRequest is the request struct for api SetLiveStreamsNotifyUrlConfig

func CreateSetLiveStreamsNotifyUrlConfigRequest ¶

func CreateSetLiveStreamsNotifyUrlConfigRequest() (request *SetLiveStreamsNotifyUrlConfigRequest)

CreateSetLiveStreamsNotifyUrlConfigRequest creates a request to invoke SetLiveStreamsNotifyUrlConfig API

type SetLiveStreamsNotifyUrlConfigResponse ¶

type SetLiveStreamsNotifyUrlConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetLiveStreamsNotifyUrlConfigResponse is the response struct for api SetLiveStreamsNotifyUrlConfig

func CreateSetLiveStreamsNotifyUrlConfigResponse ¶

func CreateSetLiveStreamsNotifyUrlConfigResponse() (response *SetLiveStreamsNotifyUrlConfigResponse)

CreateSetLiveStreamsNotifyUrlConfigResponse creates a response to parse from SetLiveStreamsNotifyUrlConfig response

type SetOptimizeConfigRequest ¶

type SetOptimizeConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetOptimizeConfigRequest is the request struct for api SetOptimizeConfig

func CreateSetOptimizeConfigRequest ¶

func CreateSetOptimizeConfigRequest() (request *SetOptimizeConfigRequest)

CreateSetOptimizeConfigRequest creates a request to invoke SetOptimizeConfig API

type SetOptimizeConfigResponse ¶

type SetOptimizeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetOptimizeConfigResponse is the response struct for api SetOptimizeConfig

func CreateSetOptimizeConfigResponse ¶

func CreateSetOptimizeConfigResponse() (response *SetOptimizeConfigResponse)

CreateSetOptimizeConfigResponse creates a response to parse from SetOptimizeConfig response

type SetPageCompressConfigRequest ¶

type SetPageCompressConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetPageCompressConfigRequest is the request struct for api SetPageCompressConfig

func CreateSetPageCompressConfigRequest ¶

func CreateSetPageCompressConfigRequest() (request *SetPageCompressConfigRequest)

CreateSetPageCompressConfigRequest creates a request to invoke SetPageCompressConfig API

type SetPageCompressConfigResponse ¶

type SetPageCompressConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetPageCompressConfigResponse is the response struct for api SetPageCompressConfig

func CreateSetPageCompressConfigResponse ¶

func CreateSetPageCompressConfigResponse() (response *SetPageCompressConfigResponse)

CreateSetPageCompressConfigResponse creates a response to parse from SetPageCompressConfig response

type SetPathCacheExpiredConfigRequest ¶

type SetPathCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	DomainName   string           `position:"Query" name:"DomainName"`
	Weight       string           `position:"Query" name:"Weight"`
	CacheContent string           `position:"Query" name:"CacheContent"`
	OwnerId      requests.Integer `position:"Query" name:"OwnerId"`
	TTL          string           `position:"Query" name:"TTL"`
	ConfigId     requests.Integer `position:"Query" name:"ConfigId"`
}

SetPathCacheExpiredConfigRequest is the request struct for api SetPathCacheExpiredConfig

func CreateSetPathCacheExpiredConfigRequest ¶

func CreateSetPathCacheExpiredConfigRequest() (request *SetPathCacheExpiredConfigRequest)

CreateSetPathCacheExpiredConfigRequest creates a request to invoke SetPathCacheExpiredConfig API

type SetPathCacheExpiredConfigResponse ¶

type SetPathCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetPathCacheExpiredConfigResponse is the response struct for api SetPathCacheExpiredConfig

func CreateSetPathCacheExpiredConfigResponse ¶

func CreateSetPathCacheExpiredConfigResponse() (response *SetPathCacheExpiredConfigResponse)

CreateSetPathCacheExpiredConfigResponse creates a response to parse from SetPathCacheExpiredConfig response

type SetRangeConfigRequest ¶

type SetRangeConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetRangeConfigRequest is the request struct for api SetRangeConfig

func CreateSetRangeConfigRequest ¶

func CreateSetRangeConfigRequest() (request *SetRangeConfigRequest)

CreateSetRangeConfigRequest creates a request to invoke SetRangeConfig API

type SetRangeConfigResponse ¶

type SetRangeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRangeConfigResponse is the response struct for api SetRangeConfig

func CreateSetRangeConfigResponse ¶

func CreateSetRangeConfigResponse() (response *SetRangeConfigResponse)

CreateSetRangeConfigResponse creates a response to parse from SetRangeConfig response

type SetRefererConfigRequest ¶

type SetRefererConfigRequest struct {
	*requests.RpcRequest
	ReferList     string           `position:"Query" name:"ReferList"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ReferType     string           `position:"Query" name:"ReferType"`
	DisableAst    string           `position:"Query" name:"DisableAst"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	AllowEmpty    string           `position:"Query" name:"AllowEmpty"`
}

SetRefererConfigRequest is the request struct for api SetRefererConfig

func CreateSetRefererConfigRequest ¶

func CreateSetRefererConfigRequest() (request *SetRefererConfigRequest)

CreateSetRefererConfigRequest creates a request to invoke SetRefererConfig API

type SetRefererConfigResponse ¶

type SetRefererConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRefererConfigResponse is the response struct for api SetRefererConfig

func CreateSetRefererConfigResponse ¶

func CreateSetRefererConfigResponse() (response *SetRefererConfigResponse)

CreateSetRefererConfigResponse creates a response to parse from SetRefererConfig response

type SetRemoveQueryStringConfigRequest ¶

type SetRemoveQueryStringConfigRequest struct {
	*requests.RpcRequest
	AliRemoveArgs string           `position:"Query" name:"AliRemoveArgs"`
	KeepOssArgs   string           `position:"Query" name:"KeepOssArgs"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId      requests.Integer `position:"Query" name:"ConfigId"`
}

SetRemoveQueryStringConfigRequest is the request struct for api SetRemoveQueryStringConfig

func CreateSetRemoveQueryStringConfigRequest ¶

func CreateSetRemoveQueryStringConfigRequest() (request *SetRemoveQueryStringConfigRequest)

CreateSetRemoveQueryStringConfigRequest creates a request to invoke SetRemoveQueryStringConfig API

type SetRemoveQueryStringConfigResponse ¶

type SetRemoveQueryStringConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRemoveQueryStringConfigResponse is the response struct for api SetRemoveQueryStringConfig

func CreateSetRemoveQueryStringConfigResponse ¶

func CreateSetRemoveQueryStringConfigResponse() (response *SetRemoveQueryStringConfigResponse)

CreateSetRemoveQueryStringConfigResponse creates a response to parse from SetRemoveQueryStringConfig response

type SetReqAuthConfigRequest ¶

type SetReqAuthConfigRequest struct {
	*requests.RpcRequest
	Key1           string           `position:"Query" name:"Key1"`
	Key2           string           `position:"Query" name:"Key2"`
	AuthRemoteDesc string           `position:"Query" name:"AuthRemoteDesc"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	TimeOut        string           `position:"Query" name:"TimeOut"`
	AuthType       string           `position:"Query" name:"AuthType"`
}

SetReqAuthConfigRequest is the request struct for api SetReqAuthConfig

func CreateSetReqAuthConfigRequest ¶

func CreateSetReqAuthConfigRequest() (request *SetReqAuthConfigRequest)

CreateSetReqAuthConfigRequest creates a request to invoke SetReqAuthConfig API

type SetReqAuthConfigResponse ¶

type SetReqAuthConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetReqAuthConfigResponse is the response struct for api SetReqAuthConfig

func CreateSetReqAuthConfigResponse ¶

func CreateSetReqAuthConfigResponse() (response *SetReqAuthConfigResponse)

CreateSetReqAuthConfigResponse creates a response to parse from SetReqAuthConfig response

type SetReqHeaderConfigRequest ¶

type SetReqHeaderConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigId      requests.Integer `position:"Query" name:"ConfigId"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	Value         string           `position:"Query" name:"Value"`
	Key           string           `position:"Query" name:"Key"`
}

SetReqHeaderConfigRequest is the request struct for api SetReqHeaderConfig

func CreateSetReqHeaderConfigRequest ¶

func CreateSetReqHeaderConfigRequest() (request *SetReqHeaderConfigRequest)

CreateSetReqHeaderConfigRequest creates a request to invoke SetReqHeaderConfig API

type SetReqHeaderConfigResponse ¶

type SetReqHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetReqHeaderConfigResponse is the response struct for api SetReqHeaderConfig

func CreateSetReqHeaderConfigResponse ¶

func CreateSetReqHeaderConfigResponse() (response *SetReqHeaderConfigResponse)

CreateSetReqHeaderConfigResponse creates a response to parse from SetReqHeaderConfig response

type SetSourceHostConfigRequest ¶

type SetSourceHostConfigRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Enable        string           `position:"Query" name:"Enable"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	BackSrcDomain string           `position:"Query" name:"BackSrcDomain"`
}

SetSourceHostConfigRequest is the request struct for api SetSourceHostConfig

func CreateSetSourceHostConfigRequest ¶

func CreateSetSourceHostConfigRequest() (request *SetSourceHostConfigRequest)

CreateSetSourceHostConfigRequest creates a request to invoke SetSourceHostConfig API

type SetSourceHostConfigResponse ¶

type SetSourceHostConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetSourceHostConfigResponse is the response struct for api SetSourceHostConfig

func CreateSetSourceHostConfigResponse ¶

func CreateSetSourceHostConfigResponse() (response *SetSourceHostConfigResponse)

CreateSetSourceHostConfigResponse creates a response to parse from SetSourceHostConfig response

type SetVarsConfig ¶

type SetVarsConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	VarName  string `json:"VarName" xml:"VarName"`
	VarValue string `json:"VarValue" xml:"VarValue"`
	Status   string `json:"Status" xml:"Status"`
}

SetVarsConfig is a nested struct in cdn response

type SetVarsConfigs ¶

type SetVarsConfigs struct {
	SetVarsConfig []SetVarsConfig `json:"SetVarsConfig" xml:"SetVarsConfig"`
}

SetVarsConfigs is a nested struct in cdn response

type SetVideoSeekConfigRequest ¶

type SetVideoSeekConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetVideoSeekConfigRequest is the request struct for api SetVideoSeekConfig

func CreateSetVideoSeekConfigRequest ¶

func CreateSetVideoSeekConfigRequest() (request *SetVideoSeekConfigRequest)

CreateSetVideoSeekConfigRequest creates a request to invoke SetVideoSeekConfig API

type SetVideoSeekConfigResponse ¶

type SetVideoSeekConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetVideoSeekConfigResponse is the response struct for api SetVideoSeekConfig

func CreateSetVideoSeekConfigResponse ¶

func CreateSetVideoSeekConfigResponse() (response *SetVideoSeekConfigResponse)

CreateSetVideoSeekConfigResponse creates a response to parse from SetVideoSeekConfig response

type SetWafConfigRequest ¶

type SetWafConfigRequest struct {
	*requests.RpcRequest
	Enable     string           `position:"Query" name:"Enable"`
	DomainName string           `position:"Query" name:"DomainName"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	ConfigId   requests.Integer `position:"Query" name:"ConfigId"`
}

SetWafConfigRequest is the request struct for api SetWafConfig

func CreateSetWafConfigRequest ¶

func CreateSetWafConfigRequest() (request *SetWafConfigRequest)

CreateSetWafConfigRequest creates a request to invoke SetWafConfig API

type SetWafConfigResponse ¶

type SetWafConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetWafConfigResponse is the response struct for api SetWafConfig

func CreateSetWafConfigResponse ¶

func CreateSetWafConfigResponse() (response *SetWafConfigResponse)

CreateSetWafConfigResponse creates a response to parse from SetWafConfig response

type SetWaitingRoomConfigRequest ¶

type SetWaitingRoomConfigRequest struct {
	*requests.RpcRequest
	WaitUrl     string           `position:"Query" name:"WaitUrl"`
	WaitUri     string           `position:"Query" name:"WaitUri"`
	MaxTimeWait requests.Integer `position:"Query" name:"MaxTimeWait"`
	DomainName  string           `position:"Query" name:"DomainName"`
	AllowPct    requests.Integer `position:"Query" name:"AllowPct"`
	GapTime     requests.Integer `position:"Query" name:"GapTime"`
	OwnerId     requests.Integer `position:"Query" name:"OwnerId"`
}

SetWaitingRoomConfigRequest is the request struct for api SetWaitingRoomConfig

func CreateSetWaitingRoomConfigRequest ¶

func CreateSetWaitingRoomConfigRequest() (request *SetWaitingRoomConfigRequest)

CreateSetWaitingRoomConfigRequest creates a request to invoke SetWaitingRoomConfig API

type SetWaitingRoomConfigResponse ¶

type SetWaitingRoomConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetWaitingRoomConfigResponse is the response struct for api SetWaitingRoomConfig

func CreateSetWaitingRoomConfigResponse ¶

func CreateSetWaitingRoomConfigResponse() (response *SetWaitingRoomConfigResponse)

CreateSetWaitingRoomConfigResponse creates a response to parse from SetWaitingRoomConfig response

type Source ¶

type Source struct {
	Type     string `json:"Type" xml:"Type"`
	Content  string `json:"Content" xml:"Content"`
	Port     int    `json:"Port" xml:"Port"`
	Priority string `json:"Priority" xml:"Priority"`
	Weight   string `json:"Weight" xml:"Weight"`
}

Source is a nested struct in cdn response

type SourceModel ¶

type SourceModel struct {
	Content  string `json:"Content" xml:"Content"`
	Type     string `json:"Type" xml:"Type"`
	Port     int    `json:"Port" xml:"Port"`
	Enabled  string `json:"Enabled" xml:"Enabled"`
	Priority string `json:"Priority" xml:"Priority"`
	Weight   string `json:"Weight" xml:"Weight"`
}

SourceModel is a nested struct in cdn response

type SourceModels ¶

type SourceModels struct {
	SourceModel []SourceModel `json:"SourceModel" xml:"SourceModel"`
}

SourceModels is a nested struct in cdn response

type Sources ¶

type Sources struct {
	Source []Source `json:"Source" xml:"Source"`
}

Sources is a nested struct in cdn response

type SourcesInDescribeCdnDomainDetail ¶

type SourcesInDescribeCdnDomainDetail struct {
	Source []string `json:"Source" xml:"Source"`
}

SourcesInDescribeCdnDomainDetail is a nested struct in cdn response

type SourcesInDescribeUserDomains ¶

type SourcesInDescribeUserDomains struct {
	Source []string `json:"Source" xml:"Source"`
}

SourcesInDescribeUserDomains is a nested struct in cdn response

type SrcBpsDataPerInterval ¶

type SrcBpsDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SrcBpsDataPerInterval is a nested struct in cdn response

type SrcFlowDataPerInterval ¶

type SrcFlowDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SrcFlowDataPerInterval is a nested struct in cdn response

type SrcHostConfig ¶

type SrcHostConfig struct {
	ConfigId   string `json:"ConfigId" xml:"ConfigId"`
	DomainName string `json:"DomainName" xml:"DomainName"`
	Status     string `json:"Status" xml:"Status"`
}

SrcHostConfig is a nested struct in cdn response

type SrcTrafficDataPerInterval ¶

type SrcTrafficDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SrcTrafficDataPerInterval is a nested struct in cdn response

type StartCdnDomainRequest ¶

type StartCdnDomainRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

StartCdnDomainRequest is the request struct for api StartCdnDomain

func CreateStartCdnDomainRequest ¶

func CreateStartCdnDomainRequest() (request *StartCdnDomainRequest)

CreateStartCdnDomainRequest creates a request to invoke StartCdnDomain API

type StartCdnDomainResponse ¶

type StartCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

StartCdnDomainResponse is the response struct for api StartCdnDomain

func CreateStartCdnDomainResponse ¶

func CreateStartCdnDomainResponse() (response *StartCdnDomainResponse)

CreateStartCdnDomainResponse creates a response to parse from StartCdnDomain response

type StartMixStreamsServiceRequest ¶

type StartMixStreamsServiceRequest struct {
	*requests.RpcRequest
	MixType        string           `position:"Query" name:"MixType"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	MainDomainName string           `position:"Query" name:"MainDomainName"`
	MixStreamName  string           `position:"Query" name:"MixStreamName"`
	MixTemplate    string           `position:"Query" name:"MixTemplate"`
	MixDomainName  string           `position:"Query" name:"MixDomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	MainAppName    string           `position:"Query" name:"MainAppName"`
	MixAppName     string           `position:"Query" name:"MixAppName"`
	MainStreamName string           `position:"Query" name:"MainStreamName"`
}

StartMixStreamsServiceRequest is the request struct for api StartMixStreamsService

func CreateStartMixStreamsServiceRequest ¶

func CreateStartMixStreamsServiceRequest() (request *StartMixStreamsServiceRequest)

CreateStartMixStreamsServiceRequest creates a request to invoke StartMixStreamsService API

type StartMixStreamsServiceResponse ¶

type StartMixStreamsServiceResponse struct {
	*responses.BaseResponse
	RequestId          string                                     `json:"RequestId" xml:"RequestId"`
	MixStreamsInfoList MixStreamsInfoListInStartMixStreamsService `json:"MixStreamsInfoList" xml:"MixStreamsInfoList"`
}

StartMixStreamsServiceResponse is the response struct for api StartMixStreamsService

func CreateStartMixStreamsServiceResponse ¶

func CreateStartMixStreamsServiceResponse() (response *StartMixStreamsServiceResponse)

CreateStartMixStreamsServiceResponse creates a response to parse from StartMixStreamsService response

type StopCdnDomainRequest ¶

type StopCdnDomainRequest struct {
	*requests.RpcRequest
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
}

StopCdnDomainRequest is the request struct for api StopCdnDomain

func CreateStopCdnDomainRequest ¶

func CreateStopCdnDomainRequest() (request *StopCdnDomainRequest)

CreateStopCdnDomainRequest creates a request to invoke StopCdnDomain API

type StopCdnDomainResponse ¶

type StopCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

StopCdnDomainResponse is the response struct for api StopCdnDomain

func CreateStopCdnDomainResponse ¶

func CreateStopCdnDomainResponse() (response *StopCdnDomainResponse)

CreateStopCdnDomainResponse creates a response to parse from StopCdnDomain response

type StopMixStreamsServiceRequest ¶

type StopMixStreamsServiceRequest struct {
	*requests.RpcRequest
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	MainDomainName string           `position:"Query" name:"MainDomainName"`
	MixStreamName  string           `position:"Query" name:"MixStreamName"`
	MixDomainName  string           `position:"Query" name:"MixDomainName"`
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	MainAppName    string           `position:"Query" name:"MainAppName"`
	MixAppName     string           `position:"Query" name:"MixAppName"`
	MainStreamName string           `position:"Query" name:"MainStreamName"`
}

StopMixStreamsServiceRequest is the request struct for api StopMixStreamsService

func CreateStopMixStreamsServiceRequest ¶

func CreateStopMixStreamsServiceRequest() (request *StopMixStreamsServiceRequest)

CreateStopMixStreamsServiceRequest creates a request to invoke StopMixStreamsService API

type StopMixStreamsServiceResponse ¶

type StopMixStreamsServiceResponse struct {
	*responses.BaseResponse
	RequestId          string                                    `json:"RequestId" xml:"RequestId"`
	MixStreamsInfoList MixStreamsInfoListInStopMixStreamsService `json:"MixStreamsInfoList" xml:"MixStreamsInfoList"`
}

StopMixStreamsServiceResponse is the response struct for api StopMixStreamsService

func CreateStopMixStreamsServiceResponse ¶

func CreateStopMixStreamsServiceResponse() (response *StopMixStreamsServiceResponse)

CreateStopMixStreamsServiceResponse creates a response to parse from StopMixStreamsService response

type StreamUrls ¶

type StreamUrls struct {
	StreamUrl []string `json:"StreamUrl" xml:"StreamUrl"`
}

StreamUrls is a nested struct in cdn response

type SupplyBpsDatas ¶

type SupplyBpsDatas struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SupplyBpsDatas is a nested struct in cdn response

type TaskConfig ¶

type TaskConfig struct {
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
}

TaskConfig is a nested struct in cdn response

type Tasks ¶

type Tasks struct {
	CDNTask []CDNTask `json:"CDNTask" xml:"CDNTask"`
}

Tasks is a nested struct in cdn response

type TopDomain ¶

type TopDomain struct {
	DomainName     string `json:"DomainName" xml:"DomainName"`
	Rank           int    `json:"Rank" xml:"Rank"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
	TrafficPercent string `json:"TrafficPercent" xml:"TrafficPercent"`
	MaxBps         int    `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	TotalAccess    int    `json:"TotalAccess" xml:"TotalAccess"`
}

TopDomain is a nested struct in cdn response

type TopDomains ¶

type TopDomains struct {
	TopDomain []TopDomain `json:"TopDomain" xml:"TopDomain"`
}

TopDomains is a nested struct in cdn response

type TopReferList ¶

type TopReferList struct {
	ReferList []ReferList `json:"ReferList" xml:"ReferList"`
}

TopReferList is a nested struct in cdn response

type TrafficDataPerInterval ¶

type TrafficDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

TrafficDataPerInterval is a nested struct in cdn response

type UpdateFCTriggerRequest ¶

type UpdateFCTriggerRequest struct {
	*requests.RpcRequest
	Notes      string           `position:"Body" name:"Notes"`
	TriggerARN string           `position:"Query" name:"TriggerARN"`
	SourceARN  string           `position:"Body" name:"SourceARN"`
	OwnerId    requests.Integer `position:"Query" name:"OwnerId"`
	RoleARN    string           `position:"Body" name:"RoleARN"`
}

UpdateFCTriggerRequest is the request struct for api UpdateFCTrigger

func CreateUpdateFCTriggerRequest ¶

func CreateUpdateFCTriggerRequest() (request *UpdateFCTriggerRequest)

CreateUpdateFCTriggerRequest creates a request to invoke UpdateFCTrigger API

type UpdateFCTriggerResponse ¶

type UpdateFCTriggerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateFCTriggerResponse is the response struct for api UpdateFCTrigger

func CreateUpdateFCTriggerResponse ¶

func CreateUpdateFCTriggerResponse() (response *UpdateFCTriggerResponse)

CreateUpdateFCTriggerResponse creates a response to parse from UpdateFCTrigger response

type UpdateLiveAppSnapshotConfigRequest ¶

type UpdateLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	TimeInterval       requests.Integer `position:"Query" name:"TimeInterval"`
	OssBucket          string           `position:"Query" name:"OssBucket"`
	AppName            string           `position:"Query" name:"AppName"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	DomainName         string           `position:"Query" name:"DomainName"`
	OssEndpoint        string           `position:"Query" name:"OssEndpoint"`
	SequenceOssObject  string           `position:"Query" name:"SequenceOssObject"`
	OverwriteOssObject string           `position:"Query" name:"OverwriteOssObject"`
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
}

UpdateLiveAppSnapshotConfigRequest is the request struct for api UpdateLiveAppSnapshotConfig

func CreateUpdateLiveAppSnapshotConfigRequest ¶

func CreateUpdateLiveAppSnapshotConfigRequest() (request *UpdateLiveAppSnapshotConfigRequest)

CreateUpdateLiveAppSnapshotConfigRequest creates a request to invoke UpdateLiveAppSnapshotConfig API

type UpdateLiveAppSnapshotConfigResponse ¶

type UpdateLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateLiveAppSnapshotConfigResponse is the response struct for api UpdateLiveAppSnapshotConfig

func CreateUpdateLiveAppSnapshotConfigResponse ¶

func CreateUpdateLiveAppSnapshotConfigResponse() (response *UpdateLiveAppSnapshotConfigResponse)

CreateUpdateLiveAppSnapshotConfigResponse creates a response to parse from UpdateLiveAppSnapshotConfig response

type Url200List ¶

type Url200List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url200List is a nested struct in cdn response

type Url300List ¶

type Url300List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url300List is a nested struct in cdn response

type Url400List ¶

type Url400List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url400List is a nested struct in cdn response

type Url500List ¶

type Url500List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url500List is a nested struct in cdn response

type UrlList ¶

type UrlList struct {
	Flow            string  `json:"Flow" xml:"Flow"`
	VisitData       string  `json:"VisitData" xml:"VisitData"`
	UrlDetail       string  `json:"UrlDetail" xml:"UrlDetail"`
	FlowProportion  float64 `json:"FlowProportion" xml:"FlowProportion"`
	VisitProportion float64 `json:"VisitProportion" xml:"VisitProportion"`
}

UrlList is a nested struct in cdn response

type UsageByDay ¶

type UsageByDay struct {
	TimeStamp      string `json:"TimeStamp" xml:"TimeStamp"`
	Qps            string `json:"Qps" xml:"Qps"`
	BytesHitRate   string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate string `json:"RequestHitRate" xml:"RequestHitRate"`
	MaxBps         string `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	MaxSrcBps      string `json:"MaxSrcBps" xml:"MaxSrcBps"`
	MaxSrcBpsTime  string `json:"MaxSrcBpsTime" xml:"MaxSrcBpsTime"`
	TotalAccess    string `json:"TotalAccess" xml:"TotalAccess"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
}

UsageByDay is a nested struct in cdn response

type UsageByDays ¶

type UsageByDays struct {
	UsageByDay []UsageByDay `json:"UsageByDay" xml:"UsageByDay"`
}

UsageByDays is a nested struct in cdn response

type UsageData ¶

type UsageData struct {
	Path      string                                    `json:"Path" xml:"Path"`
	Time      string                                    `json:"Time" xml:"Time"`
	Traffic   int                                       `json:"Traffic" xml:"Traffic"`
	TimeStamp string                                    `json:"TimeStamp" xml:"TimeStamp"`
	Acc       int                                       `json:"Acc" xml:"Acc"`
	Value     ValueInDescribeDomainRealTimeHttpCodeData `json:"Value" xml:"Value"`
}

UsageData is a nested struct in cdn response

type UsageDataInDescribeDomainFileSizeProportionData ¶

type UsageDataInDescribeDomainFileSizeProportionData struct {
	TimeStamp string                                      `json:"TimeStamp" xml:"TimeStamp"`
	Value     ValueInDescribeDomainFileSizeProportionData `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainFileSizeProportionData is a nested struct in cdn response

type UsageDataInDescribeDomainHttpCodeData ¶

type UsageDataInDescribeDomainHttpCodeData struct {
	TimeStamp string                            `json:"TimeStamp" xml:"TimeStamp"`
	Value     ValueInDescribeDomainHttpCodeData `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainHttpCodeData is a nested struct in cdn response

type UsageDataInDescribeDomainPvData ¶

type UsageDataInDescribeDomainPvData struct {
	TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
	Value     string `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainPvData is a nested struct in cdn response

type UsageDataInDescribeDomainSrcHttpCodeData ¶

type UsageDataInDescribeDomainSrcHttpCodeData struct {
	TimeStamp string                               `json:"TimeStamp" xml:"TimeStamp"`
	Value     ValueInDescribeDomainSrcHttpCodeData `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainSrcHttpCodeData is a nested struct in cdn response

type UsageDataInDescribeDomainUvData ¶

type UsageDataInDescribeDomainUvData struct {
	TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
	Value     string `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainUvData is a nested struct in cdn response

type UsageDataPerInterval ¶

type UsageDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

UsageDataPerInterval is a nested struct in cdn response

type UsageDataPerPage ¶

type UsageDataPerPage struct {
	TotalCount int                                   `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                                   `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                                   `json:"PageSize" xml:"PageSize"`
	Data       DataInDescribeUserUsageDataExportTask `json:"Data" xml:"Data"`
}

UsageDataPerPage is a nested struct in cdn response

type UsageTotal ¶

type UsageTotal struct {
	BytesHitRate   string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate string `json:"RequestHitRate" xml:"RequestHitRate"`
	MaxBps         string `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	MaxSrcBps      string `json:"MaxSrcBps" xml:"MaxSrcBps"`
	MaxSrcBpsTime  string `json:"MaxSrcBpsTime" xml:"MaxSrcBpsTime"`
	TotalAccess    string `json:"TotalAccess" xml:"TotalAccess"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
}

UsageTotal is a nested struct in cdn response

type UvDataInterval ¶

type UvDataInterval struct {
	UsageData []UsageDataInDescribeDomainUvData `json:"UsageData" xml:"UsageData"`
}

UvDataInterval is a nested struct in cdn response

type ValueInDescribeDomainFileSizeProportionData ¶

type ValueInDescribeDomainFileSizeProportionData struct {
	FileSizeProportionData []FileSizeProportionData `json:"FileSizeProportionData" xml:"FileSizeProportionData"`
}

ValueInDescribeDomainFileSizeProportionData is a nested struct in cdn response

type ValueInDescribeDomainHttpCodeData ¶

type ValueInDescribeDomainHttpCodeData struct {
	CodeProportionData []CodeProportionData `json:"CodeProportionData" xml:"CodeProportionData"`
}

ValueInDescribeDomainHttpCodeData is a nested struct in cdn response

type ValueInDescribeDomainISPData ¶

type ValueInDescribeDomainISPData struct {
	ISPProportionData []ISPProportionData `json:"ISPProportionData" xml:"ISPProportionData"`
}

ValueInDescribeDomainISPData is a nested struct in cdn response

type ValueInDescribeDomainRealTimeHttpCodeData ¶

type ValueInDescribeDomainRealTimeHttpCodeData struct {
	RealTimeCodeProportionData []RealTimeCodeProportionData `json:"RealTimeCodeProportionData" xml:"RealTimeCodeProportionData"`
}

ValueInDescribeDomainRealTimeHttpCodeData is a nested struct in cdn response

type ValueInDescribeDomainRegionData ¶

type ValueInDescribeDomainRegionData struct {
	RegionProportionData []RegionProportionData `json:"RegionProportionData" xml:"RegionProportionData"`
}

ValueInDescribeDomainRegionData is a nested struct in cdn response

type ValueInDescribeDomainSrcHttpCodeData ¶

type ValueInDescribeDomainSrcHttpCodeData struct {
	CodeProportionData []CodeProportionData `json:"CodeProportionData" xml:"CodeProportionData"`
}

ValueInDescribeDomainSrcHttpCodeData is a nested struct in cdn response

type VideoSeekConfig ¶

type VideoSeekConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

VideoSeekConfig is a nested struct in cdn response

type Vips ¶

type Vips struct {
	Vip []string `json:"Vip" xml:"Vip"`
}

Vips is a nested struct in cdn response

type VipsInDescribeL2VipsByDomain ¶

type VipsInDescribeL2VipsByDomain struct {
	Vip []string `json:"Vip" xml:"Vip"`
}

VipsInDescribeL2VipsByDomain is a nested struct in cdn response

type VipsInDescribeL2VipsByDynamicDomain ¶

type VipsInDescribeL2VipsByDynamicDomain struct {
	Vip []string `json:"Vip" xml:"Vip"`
}

VipsInDescribeL2VipsByDynamicDomain is a nested struct in cdn response

type WafConfig ¶

type WafConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

WafConfig is a nested struct in cdn response

Source Files ¶

Jump to

Keyboard shortcuts

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