Documentation ¶
Overview ¶
Package cdniface provides an interface to enable mocking the CDN service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AccessActionForAddCdnDomainInput
- func (s AccessActionForAddCdnDomainInput) GoString() string
- func (s *AccessActionForAddCdnDomainInput) SetAllowEmpty(v bool) *AccessActionForAddCdnDomainInput
- func (s *AccessActionForAddCdnDomainInput) SetListRules(v []*string) *AccessActionForAddCdnDomainInput
- func (s *AccessActionForAddCdnDomainInput) SetRequestHeader(v string) *AccessActionForAddCdnDomainInput
- func (s *AccessActionForAddCdnDomainInput) SetRuleType(v string) *AccessActionForAddCdnDomainInput
- func (s AccessActionForAddCdnDomainInput) String() string
- type AccessActionForBatchUpdateCdnConfigInput
- func (s AccessActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *AccessActionForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *AccessActionForBatchUpdateCdnConfigInput
- func (s *AccessActionForBatchUpdateCdnConfigInput) SetListRules(v []*string) *AccessActionForBatchUpdateCdnConfigInput
- func (s *AccessActionForBatchUpdateCdnConfigInput) SetRequestHeader(v string) *AccessActionForBatchUpdateCdnConfigInput
- func (s *AccessActionForBatchUpdateCdnConfigInput) SetRuleType(v string) *AccessActionForBatchUpdateCdnConfigInput
- func (s AccessActionForBatchUpdateCdnConfigInput) String() string
- type AccessActionForDescribeCdnConfigOutput
- func (s AccessActionForDescribeCdnConfigOutput) GoString() string
- func (s *AccessActionForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *AccessActionForDescribeCdnConfigOutput
- func (s *AccessActionForDescribeCdnConfigOutput) SetListRules(v []*string) *AccessActionForDescribeCdnConfigOutput
- func (s *AccessActionForDescribeCdnConfigOutput) SetRequestHeader(v string) *AccessActionForDescribeCdnConfigOutput
- func (s *AccessActionForDescribeCdnConfigOutput) SetRuleType(v string) *AccessActionForDescribeCdnConfigOutput
- func (s AccessActionForDescribeCdnConfigOutput) String() string
- type AccessActionForUpdateCdnConfigInput
- func (s AccessActionForUpdateCdnConfigInput) GoString() string
- func (s *AccessActionForUpdateCdnConfigInput) SetAllowEmpty(v bool) *AccessActionForUpdateCdnConfigInput
- func (s *AccessActionForUpdateCdnConfigInput) SetListRules(v []*string) *AccessActionForUpdateCdnConfigInput
- func (s *AccessActionForUpdateCdnConfigInput) SetRequestHeader(v string) *AccessActionForUpdateCdnConfigInput
- func (s *AccessActionForUpdateCdnConfigInput) SetRuleType(v string) *AccessActionForUpdateCdnConfigInput
- func (s AccessActionForUpdateCdnConfigInput) String() string
- type ActionsForAddCdnDomainInput
- type ActionsForBatchUpdateCdnConfigInput
- type ActionsForDescribeCdnConfigOutput
- type ActionsForUpdateCdnConfigInput
- type AddCdnDomainInput
- func (s AddCdnDomainInput) GoString() string
- func (s *AddCdnDomainInput) SetAreaAccessRule(v *AreaAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetBandwidthLimit(v *BandwidthLimitForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetBrowserCache(v []*BrowserCacheForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCache(v []*CacheForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCacheHost(v *CacheHostForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCacheKey(v []*CacheKeyForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCompression(v *CompressionForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetConditionalOrigin(v *ConditionalOriginForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCustomErrorPage(v *CustomErrorPageForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetDomain(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetFollowRedirect(v bool) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetHTTPS(v *HTTPSForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetHttpForcedRedirect(v *HttpForcedRedirectForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetIPv6(v *IPv6ForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetIpAccessRule(v *IpAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetIpFreqLimit(v *IpFreqLimitForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetMethodDeniedRule(v *MethodDeniedRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetNegativeCache(v []*NegativeCacheForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOrigin(v []*OriginForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginAccessRule(v *OriginAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginArg(v []*OriginArgForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginCertCheck(v *OriginCertCheckForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginHost(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginIPv6(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginProtocol(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginRange(v bool) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginRetry(v *OriginRetryForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginRewrite(v *OriginRewriteForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetOriginSni(v *OriginSniForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetPageOptimization(v *PageOptimizationForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetProject(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetQuic(v *QuicForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetRedirectionRewrite(v *RedirectionRewriteForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetRefererAccessRule(v *RefererAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetRemoteAuth(v *RemoteAuthForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetRequestBlockRule(v *RequestBlockRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetRequestHeader(v []*RequestHeaderForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetResourceTags(v []*ResourceTagForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetResponseHeader(v []*ResponseHeaderForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetServiceRegion(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetServiceType(v string) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetSignedUrlAuth(v *SignedUrlAuthForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetTimeout(v *TimeoutForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetUaAccessRule(v *UaAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetUrlNormalize(v *UrlNormalizeForAddCdnDomainInput) *AddCdnDomainInput
- func (s *AddCdnDomainInput) SetVideoDrag(v *VideoDragForAddCdnDomainInput) *AddCdnDomainInput
- func (s AddCdnDomainInput) String() string
- func (s *AddCdnDomainInput) Validate() error
- type AddCdnDomainOutput
- type AddCertificateInput
- func (s AddCertificateInput) GoString() string
- func (s *AddCertificateInput) SetCertType(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetCertificate(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetDesc(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetEncryType(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetEncryptionCert(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetEncryptionKey(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetPrivateKey(v string) *AddCertificateInput
- func (s *AddCertificateInput) SetRepeatable(v bool) *AddCertificateInput
- func (s *AddCertificateInput) SetSource(v string) *AddCertificateInput
- func (s AddCertificateInput) String() string
- func (s *AddCertificateInput) Validate() error
- type AddCertificateOutput
- type AddResourceTagsInput
- type AddResourceTagsOutput
- type AreaAccessRuleForAddCdnDomainInput
- func (s AreaAccessRuleForAddCdnDomainInput) GoString() string
- func (s *AreaAccessRuleForAddCdnDomainInput) SetArea(v []*string) *AreaAccessRuleForAddCdnDomainInput
- func (s *AreaAccessRuleForAddCdnDomainInput) SetRuleType(v string) *AreaAccessRuleForAddCdnDomainInput
- func (s *AreaAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *AreaAccessRuleForAddCdnDomainInput
- func (s AreaAccessRuleForAddCdnDomainInput) String() string
- type AreaAccessRuleForBatchUpdateCdnConfigInput
- func (s AreaAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetArea(v []*string) *AreaAccessRuleForBatchUpdateCdnConfigInput
- func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *AreaAccessRuleForBatchUpdateCdnConfigInput
- func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *AreaAccessRuleForBatchUpdateCdnConfigInput
- func (s AreaAccessRuleForBatchUpdateCdnConfigInput) String() string
- type AreaAccessRuleForDescribeCdnConfigOutput
- func (s AreaAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetArea(v []*string) *AreaAccessRuleForDescribeCdnConfigOutput
- func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *AreaAccessRuleForDescribeCdnConfigOutput
- func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *AreaAccessRuleForDescribeCdnConfigOutput
- func (s AreaAccessRuleForDescribeCdnConfigOutput) String() string
- type AreaAccessRuleForUpdateCdnConfigInput
- func (s AreaAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *AreaAccessRuleForUpdateCdnConfigInput) SetArea(v []*string) *AreaAccessRuleForUpdateCdnConfigInput
- func (s *AreaAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *AreaAccessRuleForUpdateCdnConfigInput
- func (s *AreaAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *AreaAccessRuleForUpdateCdnConfigInput
- func (s AreaAccessRuleForUpdateCdnConfigInput) String() string
- type AuthModeConfigForAddCdnDomainInput
- func (s AuthModeConfigForAddCdnDomainInput) GoString() string
- func (s *AuthModeConfigForAddCdnDomainInput) SetBackupRemoteAddr(v string) *AuthModeConfigForAddCdnDomainInput
- func (s *AuthModeConfigForAddCdnDomainInput) SetMasterRemoteAddr(v string) *AuthModeConfigForAddCdnDomainInput
- func (s *AuthModeConfigForAddCdnDomainInput) SetPathType(v string) *AuthModeConfigForAddCdnDomainInput
- func (s *AuthModeConfigForAddCdnDomainInput) SetPathValue(v string) *AuthModeConfigForAddCdnDomainInput
- func (s *AuthModeConfigForAddCdnDomainInput) SetRequestMethod(v string) *AuthModeConfigForAddCdnDomainInput
- func (s AuthModeConfigForAddCdnDomainInput) String() string
- type AuthModeConfigForBatchUpdateCdnConfigInput
- func (s AuthModeConfigForBatchUpdateCdnConfigInput) GoString() string
- func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetBackupRemoteAddr(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
- func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetMasterRemoteAddr(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
- func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetPathType(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
- func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetPathValue(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
- func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetRequestMethod(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
- func (s AuthModeConfigForBatchUpdateCdnConfigInput) String() string
- type AuthModeConfigForDescribeCdnConfigOutput
- func (s AuthModeConfigForDescribeCdnConfigOutput) GoString() string
- func (s *AuthModeConfigForDescribeCdnConfigOutput) SetBackupRemoteAddr(v string) *AuthModeConfigForDescribeCdnConfigOutput
- func (s *AuthModeConfigForDescribeCdnConfigOutput) SetMasterRemoteAddr(v string) *AuthModeConfigForDescribeCdnConfigOutput
- func (s *AuthModeConfigForDescribeCdnConfigOutput) SetPathType(v string) *AuthModeConfigForDescribeCdnConfigOutput
- func (s *AuthModeConfigForDescribeCdnConfigOutput) SetPathValue(v string) *AuthModeConfigForDescribeCdnConfigOutput
- func (s *AuthModeConfigForDescribeCdnConfigOutput) SetRequestMethod(v string) *AuthModeConfigForDescribeCdnConfigOutput
- func (s AuthModeConfigForDescribeCdnConfigOutput) String() string
- type AuthModeConfigForUpdateCdnConfigInput
- func (s AuthModeConfigForUpdateCdnConfigInput) GoString() string
- func (s *AuthModeConfigForUpdateCdnConfigInput) SetBackupRemoteAddr(v string) *AuthModeConfigForUpdateCdnConfigInput
- func (s *AuthModeConfigForUpdateCdnConfigInput) SetMasterRemoteAddr(v string) *AuthModeConfigForUpdateCdnConfigInput
- func (s *AuthModeConfigForUpdateCdnConfigInput) SetPathType(v string) *AuthModeConfigForUpdateCdnConfigInput
- func (s *AuthModeConfigForUpdateCdnConfigInput) SetPathValue(v string) *AuthModeConfigForUpdateCdnConfigInput
- func (s *AuthModeConfigForUpdateCdnConfigInput) SetRequestMethod(v string) *AuthModeConfigForUpdateCdnConfigInput
- func (s AuthModeConfigForUpdateCdnConfigInput) String() string
- type AuthResponseConfigForAddCdnDomainInput
- func (s AuthResponseConfigForAddCdnDomainInput) GoString() string
- func (s *AuthResponseConfigForAddCdnDomainInput) SetCacheAction(v *ConvertCacheActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
- func (s *AuthResponseConfigForAddCdnDomainInput) SetResponseAction(v *ResponseActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
- func (s *AuthResponseConfigForAddCdnDomainInput) SetStatusCodeAction(v *StatusCodeActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
- func (s *AuthResponseConfigForAddCdnDomainInput) SetTimeOutAction(v *TimeOutActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
- func (s AuthResponseConfigForAddCdnDomainInput) String() string
- type AuthResponseConfigForBatchUpdateCdnConfigInput
- func (s AuthResponseConfigForBatchUpdateCdnConfigInput) GoString() string
- func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetCacheAction(v *ConvertCacheActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
- func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetResponseAction(v *ResponseActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
- func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetStatusCodeAction(v *StatusCodeActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
- func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetTimeOutAction(v *TimeOutActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
- func (s AuthResponseConfigForBatchUpdateCdnConfigInput) String() string
- type AuthResponseConfigForDescribeCdnConfigOutput
- func (s AuthResponseConfigForDescribeCdnConfigOutput) GoString() string
- func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetCacheAction(v *ConvertCacheActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
- func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetResponseAction(v *ResponseActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
- func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetStatusCodeAction(v *StatusCodeActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
- func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetTimeOutAction(v *TimeOutActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
- func (s AuthResponseConfigForDescribeCdnConfigOutput) String() string
- type AuthResponseConfigForUpdateCdnConfigInput
- func (s AuthResponseConfigForUpdateCdnConfigInput) GoString() string
- func (s *AuthResponseConfigForUpdateCdnConfigInput) SetCacheAction(v *ConvertCacheActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
- func (s *AuthResponseConfigForUpdateCdnConfigInput) SetResponseAction(v *ResponseActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
- func (s *AuthResponseConfigForUpdateCdnConfigInput) SetStatusCodeAction(v *StatusCodeActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
- func (s *AuthResponseConfigForUpdateCdnConfigInput) SetTimeOutAction(v *TimeOutActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
- func (s AuthResponseConfigForUpdateCdnConfigInput) String() string
- type BandwidthLimitActionForAddCdnDomainInput
- func (s BandwidthLimitActionForAddCdnDomainInput) GoString() string
- func (s *BandwidthLimitActionForAddCdnDomainInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForAddCdnDomainInput
- func (s *BandwidthLimitActionForAddCdnDomainInput) SetLimitType(v string) *BandwidthLimitActionForAddCdnDomainInput
- func (s *BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForAddCdnDomainInput
- func (s *BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForAddCdnDomainInput
- func (s BandwidthLimitActionForAddCdnDomainInput) String() string
- type BandwidthLimitActionForBatchUpdateCdnConfigInput
- func (s BandwidthLimitActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
- func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetLimitType(v string) *BandwidthLimitActionForBatchUpdateCdnConfigInput
- func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
- func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
- func (s BandwidthLimitActionForBatchUpdateCdnConfigInput) String() string
- type BandwidthLimitActionForDescribeCdnConfigOutput
- func (s BandwidthLimitActionForDescribeCdnConfigOutput) GoString() string
- func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
- func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetLimitType(v string) *BandwidthLimitActionForDescribeCdnConfigOutput
- func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
- func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
- func (s BandwidthLimitActionForDescribeCdnConfigOutput) String() string
- type BandwidthLimitActionForUpdateCdnConfigInput
- func (s BandwidthLimitActionForUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
- func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetLimitType(v string) *BandwidthLimitActionForUpdateCdnConfigInput
- func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
- func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
- func (s BandwidthLimitActionForUpdateCdnConfigInput) String() string
- type BandwidthLimitForAddCdnDomainInput
- func (s BandwidthLimitForAddCdnDomainInput) GoString() string
- func (s *BandwidthLimitForAddCdnDomainInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForAddCdnDomainInput) *BandwidthLimitForAddCdnDomainInput
- func (s *BandwidthLimitForAddCdnDomainInput) SetSwitch(v bool) *BandwidthLimitForAddCdnDomainInput
- func (s BandwidthLimitForAddCdnDomainInput) String() string
- type BandwidthLimitForBatchUpdateCdnConfigInput
- func (s BandwidthLimitForBatchUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitForBatchUpdateCdnConfigInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForBatchUpdateCdnConfigInput) *BandwidthLimitForBatchUpdateCdnConfigInput
- func (s *BandwidthLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *BandwidthLimitForBatchUpdateCdnConfigInput
- func (s BandwidthLimitForBatchUpdateCdnConfigInput) String() string
- type BandwidthLimitForDescribeCdnConfigOutput
- func (s BandwidthLimitForDescribeCdnConfigOutput) GoString() string
- func (s *BandwidthLimitForDescribeCdnConfigOutput) SetBandwidthLimitRule(v *BandwidthLimitRuleForDescribeCdnConfigOutput) *BandwidthLimitForDescribeCdnConfigOutput
- func (s *BandwidthLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *BandwidthLimitForDescribeCdnConfigOutput
- func (s BandwidthLimitForDescribeCdnConfigOutput) String() string
- type BandwidthLimitForUpdateCdnConfigInput
- func (s BandwidthLimitForUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitForUpdateCdnConfigInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForUpdateCdnConfigInput) *BandwidthLimitForUpdateCdnConfigInput
- func (s *BandwidthLimitForUpdateCdnConfigInput) SetSwitch(v bool) *BandwidthLimitForUpdateCdnConfigInput
- func (s BandwidthLimitForUpdateCdnConfigInput) String() string
- type BandwidthLimitRuleForAddCdnDomainInput
- func (s BandwidthLimitRuleForAddCdnDomainInput) GoString() string
- func (s *BandwidthLimitRuleForAddCdnDomainInput) SetBandwidthLimitAction(v *BandwidthLimitActionForAddCdnDomainInput) *BandwidthLimitRuleForAddCdnDomainInput
- func (s *BandwidthLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BandwidthLimitRuleForAddCdnDomainInput
- func (s BandwidthLimitRuleForAddCdnDomainInput) String() string
- type BandwidthLimitRuleForBatchUpdateCdnConfigInput
- func (s BandwidthLimitRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetBandwidthLimitAction(v *BandwidthLimitActionForBatchUpdateCdnConfigInput) *BandwidthLimitRuleForBatchUpdateCdnConfigInput
- func (s *BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BandwidthLimitRuleForBatchUpdateCdnConfigInput
- func (s BandwidthLimitRuleForBatchUpdateCdnConfigInput) String() string
- type BandwidthLimitRuleForDescribeCdnConfigOutput
- func (s BandwidthLimitRuleForDescribeCdnConfigOutput) GoString() string
- func (s *BandwidthLimitRuleForDescribeCdnConfigOutput) SetBandwidthLimitAction(v *BandwidthLimitActionForDescribeCdnConfigOutput) *BandwidthLimitRuleForDescribeCdnConfigOutput
- func (s *BandwidthLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BandwidthLimitRuleForDescribeCdnConfigOutput
- func (s BandwidthLimitRuleForDescribeCdnConfigOutput) String() string
- type BandwidthLimitRuleForUpdateCdnConfigInput
- func (s BandwidthLimitRuleForUpdateCdnConfigInput) GoString() string
- func (s *BandwidthLimitRuleForUpdateCdnConfigInput) SetBandwidthLimitAction(v *BandwidthLimitActionForUpdateCdnConfigInput) *BandwidthLimitRuleForUpdateCdnConfigInput
- func (s *BandwidthLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BandwidthLimitRuleForUpdateCdnConfigInput
- func (s BandwidthLimitRuleForUpdateCdnConfigInput) String() string
- type BatchDeployCertInput
- func (s BatchDeployCertInput) GoString() string
- func (s *BatchDeployCertInput) SetCertId(v string) *BatchDeployCertInput
- func (s *BatchDeployCertInput) SetCertId2(v string) *BatchDeployCertInput
- func (s *BatchDeployCertInput) SetDomain(v string) *BatchDeployCertInput
- func (s BatchDeployCertInput) String() string
- func (s *BatchDeployCertInput) Validate() error
- type BatchDeployCertOutput
- type BatchUpdateCdnConfigInput
- func (s BatchUpdateCdnConfigInput) GoString() string
- func (s *BatchUpdateCdnConfigInput) SetAggregate(v bool) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetAreaAccessRule(v *AreaAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetBandwidthLimit(v *BandwidthLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetBrowserCache(v []*BrowserCacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCache(v []*CacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCacheHost(v *CacheHostForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCacheKey(v []*CacheKeyForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCompression(v *CompressionForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetConditionalOrigin(v *ConditionalOriginForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCustomErrorPage(v *CustomErrorPageForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetDomains(v []*string) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetFollowRedirect(v bool) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetHTTPS(v *HTTPSForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetHttpForcedRedirect(v *HttpForcedRedirectForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetIPv6(v *IPv6ForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetIpAccessRule(v *IpAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetIpFreqLimit(v *IpFreqLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetMethodDeniedRule(v *MethodDeniedRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetNegativeCache(v []*NegativeCacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOrigin(v []*OriginForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginAccessRule(v *OriginAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginArg(v []*OriginArgForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginCertCheck(v *OriginCertCheckForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginHost(v string) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginIPv6(v string) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginProtocol(v string) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginRange(v bool) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginRetry(v *OriginRetryForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginRewrite(v *OriginRewriteForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetOriginSni(v *OriginSniForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetPageOptimization(v *PageOptimizationForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetQuic(v *QuicForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetRedirectionRewrite(v *RedirectionRewriteForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetRefererAccessRule(v *RefererAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetRemoteAuth(v *RemoteAuthForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetRequestBlockRule(v *RequestBlockRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetRequestHeader(v []*RequestHeaderForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetResponseHeader(v []*ResponseHeaderForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetServiceRegion(v string) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetSignedUrlAuth(v *SignedUrlAuthForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetTimeout(v *TimeoutForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetUaAccessRule(v *UaAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetUrlNormalize(v *UrlNormalizeForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s *BatchUpdateCdnConfigInput) SetVideoDrag(v *VideoDragForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
- func (s BatchUpdateCdnConfigInput) String() string
- type BatchUpdateCdnConfigOutput
- type BlockActionForAddCdnDomainInput
- func (s BlockActionForAddCdnDomainInput) GoString() string
- func (s *BlockActionForAddCdnDomainInput) SetAction(v string) *BlockActionForAddCdnDomainInput
- func (s *BlockActionForAddCdnDomainInput) SetErrorPage(v string) *BlockActionForAddCdnDomainInput
- func (s *BlockActionForAddCdnDomainInput) SetRedirectUrl(v string) *BlockActionForAddCdnDomainInput
- func (s *BlockActionForAddCdnDomainInput) SetStatusCode(v string) *BlockActionForAddCdnDomainInput
- func (s BlockActionForAddCdnDomainInput) String() string
- type BlockActionForBatchUpdateCdnConfigInput
- func (s BlockActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *BlockActionForBatchUpdateCdnConfigInput) SetAction(v string) *BlockActionForBatchUpdateCdnConfigInput
- func (s *BlockActionForBatchUpdateCdnConfigInput) SetErrorPage(v string) *BlockActionForBatchUpdateCdnConfigInput
- func (s *BlockActionForBatchUpdateCdnConfigInput) SetRedirectUrl(v string) *BlockActionForBatchUpdateCdnConfigInput
- func (s *BlockActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *BlockActionForBatchUpdateCdnConfigInput
- func (s BlockActionForBatchUpdateCdnConfigInput) String() string
- type BlockActionForDescribeCdnConfigOutput
- func (s BlockActionForDescribeCdnConfigOutput) GoString() string
- func (s *BlockActionForDescribeCdnConfigOutput) SetAction(v string) *BlockActionForDescribeCdnConfigOutput
- func (s *BlockActionForDescribeCdnConfigOutput) SetErrorPage(v string) *BlockActionForDescribeCdnConfigOutput
- func (s *BlockActionForDescribeCdnConfigOutput) SetRedirectUrl(v string) *BlockActionForDescribeCdnConfigOutput
- func (s *BlockActionForDescribeCdnConfigOutput) SetStatusCode(v string) *BlockActionForDescribeCdnConfigOutput
- func (s BlockActionForDescribeCdnConfigOutput) String() string
- type BlockActionForUpdateCdnConfigInput
- func (s BlockActionForUpdateCdnConfigInput) GoString() string
- func (s *BlockActionForUpdateCdnConfigInput) SetAction(v string) *BlockActionForUpdateCdnConfigInput
- func (s *BlockActionForUpdateCdnConfigInput) SetErrorPage(v string) *BlockActionForUpdateCdnConfigInput
- func (s *BlockActionForUpdateCdnConfigInput) SetRedirectUrl(v string) *BlockActionForUpdateCdnConfigInput
- func (s *BlockActionForUpdateCdnConfigInput) SetStatusCode(v string) *BlockActionForUpdateCdnConfigInput
- func (s BlockActionForUpdateCdnConfigInput) String() string
- type BlockRuleForAddCdnDomainInput
- func (s BlockRuleForAddCdnDomainInput) GoString() string
- func (s *BlockRuleForAddCdnDomainInput) SetBlockAction(v *BlockActionForAddCdnDomainInput) *BlockRuleForAddCdnDomainInput
- func (s *BlockRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BlockRuleForAddCdnDomainInput
- func (s *BlockRuleForAddCdnDomainInput) SetRuleName(v string) *BlockRuleForAddCdnDomainInput
- func (s BlockRuleForAddCdnDomainInput) String() string
- type BlockRuleForBatchUpdateCdnConfigInput
- func (s BlockRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *BlockRuleForBatchUpdateCdnConfigInput) SetBlockAction(v *BlockActionForBatchUpdateCdnConfigInput) *BlockRuleForBatchUpdateCdnConfigInput
- func (s *BlockRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BlockRuleForBatchUpdateCdnConfigInput
- func (s *BlockRuleForBatchUpdateCdnConfigInput) SetRuleName(v string) *BlockRuleForBatchUpdateCdnConfigInput
- func (s BlockRuleForBatchUpdateCdnConfigInput) String() string
- type BlockRuleForDescribeCdnConfigOutput
- func (s BlockRuleForDescribeCdnConfigOutput) GoString() string
- func (s *BlockRuleForDescribeCdnConfigOutput) SetBlockAction(v *BlockActionForDescribeCdnConfigOutput) *BlockRuleForDescribeCdnConfigOutput
- func (s *BlockRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BlockRuleForDescribeCdnConfigOutput
- func (s *BlockRuleForDescribeCdnConfigOutput) SetRuleName(v string) *BlockRuleForDescribeCdnConfigOutput
- func (s BlockRuleForDescribeCdnConfigOutput) String() string
- type BlockRuleForUpdateCdnConfigInput
- func (s BlockRuleForUpdateCdnConfigInput) GoString() string
- func (s *BlockRuleForUpdateCdnConfigInput) SetBlockAction(v *BlockActionForUpdateCdnConfigInput) *BlockRuleForUpdateCdnConfigInput
- func (s *BlockRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BlockRuleForUpdateCdnConfigInput
- func (s *BlockRuleForUpdateCdnConfigInput) SetRuleName(v string) *BlockRuleForUpdateCdnConfigInput
- func (s BlockRuleForUpdateCdnConfigInput) String() string
- type BrowserCacheForAddCdnDomainInput
- func (s BrowserCacheForAddCdnDomainInput) GoString() string
- func (s *BrowserCacheForAddCdnDomainInput) SetCacheAction(v *CacheActionForAddCdnDomainInput) *BrowserCacheForAddCdnDomainInput
- func (s *BrowserCacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BrowserCacheForAddCdnDomainInput
- func (s BrowserCacheForAddCdnDomainInput) String() string
- type BrowserCacheForBatchUpdateCdnConfigInput
- func (s BrowserCacheForBatchUpdateCdnConfigInput) GoString() string
- func (s *BrowserCacheForBatchUpdateCdnConfigInput) SetCacheAction(v *CacheActionForBatchUpdateCdnConfigInput) *BrowserCacheForBatchUpdateCdnConfigInput
- func (s *BrowserCacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BrowserCacheForBatchUpdateCdnConfigInput
- func (s BrowserCacheForBatchUpdateCdnConfigInput) String() string
- type BrowserCacheForDescribeCdnConfigOutput
- func (s BrowserCacheForDescribeCdnConfigOutput) GoString() string
- func (s *BrowserCacheForDescribeCdnConfigOutput) SetCacheAction(v *CacheActionForDescribeCdnConfigOutput) *BrowserCacheForDescribeCdnConfigOutput
- func (s *BrowserCacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BrowserCacheForDescribeCdnConfigOutput
- func (s BrowserCacheForDescribeCdnConfigOutput) String() string
- type BrowserCacheForUpdateCdnConfigInput
- func (s BrowserCacheForUpdateCdnConfigInput) GoString() string
- func (s *BrowserCacheForUpdateCdnConfigInput) SetCacheAction(v *CacheActionForUpdateCdnConfigInput) *BrowserCacheForUpdateCdnConfigInput
- func (s *BrowserCacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BrowserCacheForUpdateCdnConfigInput
- func (s BrowserCacheForUpdateCdnConfigInput) String() string
- type CDN
- func (c *CDN) AddCdnDomain(input *AddCdnDomainInput) (*AddCdnDomainOutput, error)
- func (c *CDN) AddCdnDomainCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) AddCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) AddCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) AddCdnDomainRequest(input *AddCdnDomainInput) (req *request.Request, output *AddCdnDomainOutput)
- func (c *CDN) AddCdnDomainWithContext(ctx volcengine.Context, input *AddCdnDomainInput, opts ...request.Option) (*AddCdnDomainOutput, error)
- func (c *CDN) AddCertificate(input *AddCertificateInput) (*AddCertificateOutput, error)
- func (c *CDN) AddCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) AddCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) AddCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) AddCertificateRequest(input *AddCertificateInput) (req *request.Request, output *AddCertificateOutput)
- func (c *CDN) AddCertificateWithContext(ctx volcengine.Context, input *AddCertificateInput, opts ...request.Option) (*AddCertificateOutput, error)
- func (c *CDN) AddResourceTags(input *AddResourceTagsInput) (*AddResourceTagsOutput, error)
- func (c *CDN) AddResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) AddResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) AddResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) AddResourceTagsRequest(input *AddResourceTagsInput) (req *request.Request, output *AddResourceTagsOutput)
- func (c *CDN) AddResourceTagsWithContext(ctx volcengine.Context, input *AddResourceTagsInput, opts ...request.Option) (*AddResourceTagsOutput, error)
- func (c *CDN) BatchDeployCert(input *BatchDeployCertInput) (*BatchDeployCertOutput, error)
- func (c *CDN) BatchDeployCertCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) BatchDeployCertCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) BatchDeployCertCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) BatchDeployCertRequest(input *BatchDeployCertInput) (req *request.Request, output *BatchDeployCertOutput)
- func (c *CDN) BatchDeployCertWithContext(ctx volcengine.Context, input *BatchDeployCertInput, opts ...request.Option) (*BatchDeployCertOutput, error)
- func (c *CDN) BatchUpdateCdnConfig(input *BatchUpdateCdnConfigInput) (*BatchUpdateCdnConfigOutput, error)
- func (c *CDN) BatchUpdateCdnConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) BatchUpdateCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) BatchUpdateCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) BatchUpdateCdnConfigRequest(input *BatchUpdateCdnConfigInput) (req *request.Request, output *BatchUpdateCdnConfigOutput)
- func (c *CDN) BatchUpdateCdnConfigWithContext(ctx volcengine.Context, input *BatchUpdateCdnConfigInput, ...) (*BatchUpdateCdnConfigOutput, error)
- func (c *CDN) CreateUsageReport(input *CreateUsageReportInput) (*CreateUsageReportOutput, error)
- func (c *CDN) CreateUsageReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) CreateUsageReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) CreateUsageReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) CreateUsageReportRequest(input *CreateUsageReportInput) (req *request.Request, output *CreateUsageReportOutput)
- func (c *CDN) CreateUsageReportWithContext(ctx volcengine.Context, input *CreateUsageReportInput, opts ...request.Option) (*CreateUsageReportOutput, error)
- func (c *CDN) DeleteCdnCertificate(input *DeleteCdnCertificateInput) (*DeleteCdnCertificateOutput, error)
- func (c *CDN) DeleteCdnCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DeleteCdnCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DeleteCdnCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DeleteCdnCertificateRequest(input *DeleteCdnCertificateInput) (req *request.Request, output *DeleteCdnCertificateOutput)
- func (c *CDN) DeleteCdnCertificateWithContext(ctx volcengine.Context, input *DeleteCdnCertificateInput, ...) (*DeleteCdnCertificateOutput, error)
- func (c *CDN) DeleteCdnDomain(input *DeleteCdnDomainInput) (*DeleteCdnDomainOutput, error)
- func (c *CDN) DeleteCdnDomainCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DeleteCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DeleteCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DeleteCdnDomainRequest(input *DeleteCdnDomainInput) (req *request.Request, output *DeleteCdnDomainOutput)
- func (c *CDN) DeleteCdnDomainWithContext(ctx volcengine.Context, input *DeleteCdnDomainInput, opts ...request.Option) (*DeleteCdnDomainOutput, error)
- func (c *CDN) DeleteResourceTags(input *DeleteResourceTagsInput) (*DeleteResourceTagsOutput, error)
- func (c *CDN) DeleteResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DeleteResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DeleteResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DeleteResourceTagsRequest(input *DeleteResourceTagsInput) (req *request.Request, output *DeleteResourceTagsOutput)
- func (c *CDN) DeleteResourceTagsWithContext(ctx volcengine.Context, input *DeleteResourceTagsInput, opts ...request.Option) (*DeleteResourceTagsOutput, error)
- func (c *CDN) DeleteUsageReport(input *DeleteUsageReportInput) (*DeleteUsageReportOutput, error)
- func (c *CDN) DeleteUsageReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DeleteUsageReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DeleteUsageReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DeleteUsageReportRequest(input *DeleteUsageReportInput) (req *request.Request, output *DeleteUsageReportOutput)
- func (c *CDN) DeleteUsageReportWithContext(ctx volcengine.Context, input *DeleteUsageReportInput, opts ...request.Option) (*DeleteUsageReportOutput, error)
- func (c *CDN) DescribeCdnAccessLog(input *DescribeCdnAccessLogInput) (*DescribeCdnAccessLogOutput, error)
- func (c *CDN) DescribeCdnAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnAccessLogRequest(input *DescribeCdnAccessLogInput) (req *request.Request, output *DescribeCdnAccessLogOutput)
- func (c *CDN) DescribeCdnAccessLogWithContext(ctx volcengine.Context, input *DescribeCdnAccessLogInput, ...) (*DescribeCdnAccessLogOutput, error)
- func (c *CDN) DescribeCdnConfig(input *DescribeCdnConfigInput) (*DescribeCdnConfigOutput, error)
- func (c *CDN) DescribeCdnConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnConfigRequest(input *DescribeCdnConfigInput) (req *request.Request, output *DescribeCdnConfigOutput)
- func (c *CDN) DescribeCdnConfigWithContext(ctx volcengine.Context, input *DescribeCdnConfigInput, opts ...request.Option) (*DescribeCdnConfigOutput, error)
- func (c *CDN) DescribeCdnEdgeIp(input *DescribeCdnEdgeIpInput) (*DescribeCdnEdgeIpOutput, error)
- func (c *CDN) DescribeCdnEdgeIpCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnEdgeIpCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnEdgeIpCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnEdgeIpRequest(input *DescribeCdnEdgeIpInput) (req *request.Request, output *DescribeCdnEdgeIpOutput)
- func (c *CDN) DescribeCdnEdgeIpWithContext(ctx volcengine.Context, input *DescribeCdnEdgeIpInput, opts ...request.Option) (*DescribeCdnEdgeIpOutput, error)
- func (c *CDN) DescribeCdnIP(input *DescribeCdnIPInput) (*DescribeCdnIPOutput, error)
- func (c *CDN) DescribeCdnIPCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnIPCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnIPCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnIPRequest(input *DescribeCdnIPInput) (req *request.Request, output *DescribeCdnIPOutput)
- func (c *CDN) DescribeCdnIPWithContext(ctx volcengine.Context, input *DescribeCdnIPInput, opts ...request.Option) (*DescribeCdnIPOutput, error)
- func (c *CDN) DescribeCdnRegionAndIsp(input *DescribeCdnRegionAndIspInput) (*DescribeCdnRegionAndIspOutput, error)
- func (c *CDN) DescribeCdnRegionAndIspCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnRegionAndIspCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnRegionAndIspCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnRegionAndIspRequest(input *DescribeCdnRegionAndIspInput) (req *request.Request, output *DescribeCdnRegionAndIspOutput)
- func (c *CDN) DescribeCdnRegionAndIspWithContext(ctx volcengine.Context, input *DescribeCdnRegionAndIspInput, ...) (*DescribeCdnRegionAndIspOutput, error)
- func (c *CDN) DescribeCdnService(input *DescribeCdnServiceInput) (*DescribeCdnServiceOutput, error)
- func (c *CDN) DescribeCdnServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnServiceRequest(input *DescribeCdnServiceInput) (req *request.Request, output *DescribeCdnServiceOutput)
- func (c *CDN) DescribeCdnServiceWithContext(ctx volcengine.Context, input *DescribeCdnServiceInput, opts ...request.Option) (*DescribeCdnServiceOutput, error)
- func (c *CDN) DescribeCdnUpperIp(input *DescribeCdnUpperIpInput) (*DescribeCdnUpperIpOutput, error)
- func (c *CDN) DescribeCdnUpperIpCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnUpperIpCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCdnUpperIpCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCdnUpperIpRequest(input *DescribeCdnUpperIpInput) (req *request.Request, output *DescribeCdnUpperIpOutput)
- func (c *CDN) DescribeCdnUpperIpWithContext(ctx volcengine.Context, input *DescribeCdnUpperIpInput, opts ...request.Option) (*DescribeCdnUpperIpOutput, error)
- func (c *CDN) DescribeCertConfig(input *DescribeCertConfigInput) (*DescribeCertConfigOutput, error)
- func (c *CDN) DescribeCertConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeCertConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeCertConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeCertConfigRequest(input *DescribeCertConfigInput) (req *request.Request, output *DescribeCertConfigOutput)
- func (c *CDN) DescribeCertConfigWithContext(ctx volcengine.Context, input *DescribeCertConfigInput, opts ...request.Option) (*DescribeCertConfigOutput, error)
- func (c *CDN) DescribeContentBlockTasks(input *DescribeContentBlockTasksInput) (*DescribeContentBlockTasksOutput, error)
- func (c *CDN) DescribeContentBlockTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentBlockTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeContentBlockTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentBlockTasksRequest(input *DescribeContentBlockTasksInput) (req *request.Request, output *DescribeContentBlockTasksOutput)
- func (c *CDN) DescribeContentBlockTasksWithContext(ctx volcengine.Context, input *DescribeContentBlockTasksInput, ...) (*DescribeContentBlockTasksOutput, error)
- func (c *CDN) DescribeContentQuota(input *DescribeContentQuotaInput) (*DescribeContentQuotaOutput, error)
- func (c *CDN) DescribeContentQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeContentQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentQuotaRequest(input *DescribeContentQuotaInput) (req *request.Request, output *DescribeContentQuotaOutput)
- func (c *CDN) DescribeContentQuotaWithContext(ctx volcengine.Context, input *DescribeContentQuotaInput, ...) (*DescribeContentQuotaOutput, error)
- func (c *CDN) DescribeContentTasks(input *DescribeContentTasksInput) (*DescribeContentTasksOutput, error)
- func (c *CDN) DescribeContentTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeContentTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeContentTasksRequest(input *DescribeContentTasksInput) (req *request.Request, output *DescribeContentTasksOutput)
- func (c *CDN) DescribeContentTasksWithContext(ctx volcengine.Context, input *DescribeContentTasksInput, ...) (*DescribeContentTasksOutput, error)
- func (c *CDN) DescribeDistrictData(input *DescribeDistrictDataInput) (*DescribeDistrictDataOutput, error)
- func (c *CDN) DescribeDistrictDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeDistrictDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictDataRequest(input *DescribeDistrictDataInput) (req *request.Request, output *DescribeDistrictDataOutput)
- func (c *CDN) DescribeDistrictDataWithContext(ctx volcengine.Context, input *DescribeDistrictDataInput, ...) (*DescribeDistrictDataOutput, error)
- func (c *CDN) DescribeDistrictRanking(input *DescribeDistrictRankingInput) (*DescribeDistrictRankingOutput, error)
- func (c *CDN) DescribeDistrictRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeDistrictRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictRankingRequest(input *DescribeDistrictRankingInput) (req *request.Request, output *DescribeDistrictRankingOutput)
- func (c *CDN) DescribeDistrictRankingWithContext(ctx volcengine.Context, input *DescribeDistrictRankingInput, ...) (*DescribeDistrictRankingOutput, error)
- func (c *CDN) DescribeDistrictSummary(input *DescribeDistrictSummaryInput) (*DescribeDistrictSummaryOutput, error)
- func (c *CDN) DescribeDistrictSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeDistrictSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeDistrictSummaryRequest(input *DescribeDistrictSummaryInput) (req *request.Request, output *DescribeDistrictSummaryOutput)
- func (c *CDN) DescribeDistrictSummaryWithContext(ctx volcengine.Context, input *DescribeDistrictSummaryInput, ...) (*DescribeDistrictSummaryOutput, error)
- func (c *CDN) DescribeEdgeData(input *DescribeEdgeDataInput) (*DescribeEdgeDataOutput, error)
- func (c *CDN) DescribeEdgeDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeEdgeDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeDataRequest(input *DescribeEdgeDataInput) (req *request.Request, output *DescribeEdgeDataOutput)
- func (c *CDN) DescribeEdgeDataWithContext(ctx volcengine.Context, input *DescribeEdgeDataInput, opts ...request.Option) (*DescribeEdgeDataOutput, error)
- func (c *CDN) DescribeEdgeRanking(input *DescribeEdgeRankingInput) (*DescribeEdgeRankingOutput, error)
- func (c *CDN) DescribeEdgeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeEdgeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeRankingRequest(input *DescribeEdgeRankingInput) (req *request.Request, output *DescribeEdgeRankingOutput)
- func (c *CDN) DescribeEdgeRankingWithContext(ctx volcengine.Context, input *DescribeEdgeRankingInput, ...) (*DescribeEdgeRankingOutput, error)
- func (c *CDN) DescribeEdgeStatusCodeRanking(input *DescribeEdgeStatusCodeRankingInput) (*DescribeEdgeStatusCodeRankingOutput, error)
- func (c *CDN) DescribeEdgeStatusCodeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeStatusCodeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeEdgeStatusCodeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeStatusCodeRankingRequest(input *DescribeEdgeStatusCodeRankingInput) (req *request.Request, output *DescribeEdgeStatusCodeRankingOutput)
- func (c *CDN) DescribeEdgeStatusCodeRankingWithContext(ctx volcengine.Context, input *DescribeEdgeStatusCodeRankingInput, ...) (*DescribeEdgeStatusCodeRankingOutput, error)
- func (c *CDN) DescribeEdgeSummary(input *DescribeEdgeSummaryInput) (*DescribeEdgeSummaryOutput, error)
- func (c *CDN) DescribeEdgeSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeEdgeSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeEdgeSummaryRequest(input *DescribeEdgeSummaryInput) (req *request.Request, output *DescribeEdgeSummaryOutput)
- func (c *CDN) DescribeEdgeSummaryWithContext(ctx volcengine.Context, input *DescribeEdgeSummaryInput, ...) (*DescribeEdgeSummaryOutput, error)
- func (c *CDN) DescribeOriginData(input *DescribeOriginDataInput) (*DescribeOriginDataOutput, error)
- func (c *CDN) DescribeOriginDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeOriginDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginDataRequest(input *DescribeOriginDataInput) (req *request.Request, output *DescribeOriginDataOutput)
- func (c *CDN) DescribeOriginDataWithContext(ctx volcengine.Context, input *DescribeOriginDataInput, opts ...request.Option) (*DescribeOriginDataOutput, error)
- func (c *CDN) DescribeOriginRanking(input *DescribeOriginRankingInput) (*DescribeOriginRankingOutput, error)
- func (c *CDN) DescribeOriginRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeOriginRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginRankingRequest(input *DescribeOriginRankingInput) (req *request.Request, output *DescribeOriginRankingOutput)
- func (c *CDN) DescribeOriginRankingWithContext(ctx volcengine.Context, input *DescribeOriginRankingInput, ...) (*DescribeOriginRankingOutput, error)
- func (c *CDN) DescribeOriginStatusCodeRanking(input *DescribeOriginStatusCodeRankingInput) (*DescribeOriginStatusCodeRankingOutput, error)
- func (c *CDN) DescribeOriginStatusCodeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginStatusCodeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeOriginStatusCodeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginStatusCodeRankingRequest(input *DescribeOriginStatusCodeRankingInput) (req *request.Request, output *DescribeOriginStatusCodeRankingOutput)
- func (c *CDN) DescribeOriginStatusCodeRankingWithContext(ctx volcengine.Context, input *DescribeOriginStatusCodeRankingInput, ...) (*DescribeOriginStatusCodeRankingOutput, error)
- func (c *CDN) DescribeOriginSummary(input *DescribeOriginSummaryInput) (*DescribeOriginSummaryOutput, error)
- func (c *CDN) DescribeOriginSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeOriginSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeOriginSummaryRequest(input *DescribeOriginSummaryInput) (req *request.Request, output *DescribeOriginSummaryOutput)
- func (c *CDN) DescribeOriginSummaryWithContext(ctx volcengine.Context, input *DescribeOriginSummaryInput, ...) (*DescribeOriginSummaryOutput, error)
- func (c *CDN) DescribeStatisticalRanking(input *DescribeStatisticalRankingInput) (*DescribeStatisticalRankingOutput, error)
- func (c *CDN) DescribeStatisticalRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeStatisticalRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeStatisticalRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeStatisticalRankingRequest(input *DescribeStatisticalRankingInput) (req *request.Request, output *DescribeStatisticalRankingOutput)
- func (c *CDN) DescribeStatisticalRankingWithContext(ctx volcengine.Context, input *DescribeStatisticalRankingInput, ...) (*DescribeStatisticalRankingOutput, error)
- func (c *CDN) DescribeUserData(input *DescribeUserDataInput) (*DescribeUserDataOutput, error)
- func (c *CDN) DescribeUserDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) DescribeUserDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) DescribeUserDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) DescribeUserDataRequest(input *DescribeUserDataInput) (req *request.Request, output *DescribeUserDataOutput)
- func (c *CDN) DescribeUserDataWithContext(ctx volcengine.Context, input *DescribeUserDataInput, opts ...request.Option) (*DescribeUserDataOutput, error)
- func (c *CDN) ListCdnCertInfo(input *ListCdnCertInfoInput) (*ListCdnCertInfoOutput, error)
- func (c *CDN) ListCdnCertInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) ListCdnCertInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) ListCdnCertInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) ListCdnCertInfoRequest(input *ListCdnCertInfoInput) (req *request.Request, output *ListCdnCertInfoOutput)
- func (c *CDN) ListCdnCertInfoWithContext(ctx volcengine.Context, input *ListCdnCertInfoInput, opts ...request.Option) (*ListCdnCertInfoOutput, error)
- func (c *CDN) ListCdnDomains(input *ListCdnDomainsInput) (*ListCdnDomainsOutput, error)
- func (c *CDN) ListCdnDomainsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) ListCdnDomainsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) ListCdnDomainsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) ListCdnDomainsRequest(input *ListCdnDomainsInput) (req *request.Request, output *ListCdnDomainsOutput)
- func (c *CDN) ListCdnDomainsWithContext(ctx volcengine.Context, input *ListCdnDomainsInput, opts ...request.Option) (*ListCdnDomainsOutput, error)
- func (c *CDN) ListCertInfo(input *ListCertInfoInput) (*ListCertInfoOutput, error)
- func (c *CDN) ListCertInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) ListCertInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) ListCertInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) ListCertInfoRequest(input *ListCertInfoInput) (req *request.Request, output *ListCertInfoOutput)
- func (c *CDN) ListCertInfoWithContext(ctx volcengine.Context, input *ListCertInfoInput, opts ...request.Option) (*ListCertInfoOutput, error)
- func (c *CDN) ListResourceTags(input *ListResourceTagsInput) (*ListResourceTagsOutput, error)
- func (c *CDN) ListResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) ListResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) ListResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) ListResourceTagsRequest(input *ListResourceTagsInput) (req *request.Request, output *ListResourceTagsOutput)
- func (c *CDN) ListResourceTagsWithContext(ctx volcengine.Context, input *ListResourceTagsInput, opts ...request.Option) (*ListResourceTagsOutput, error)
- func (c *CDN) ListUsageReports(input *ListUsageReportsInput) (*ListUsageReportsOutput, error)
- func (c *CDN) ListUsageReportsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) ListUsageReportsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) ListUsageReportsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) ListUsageReportsRequest(input *ListUsageReportsInput) (req *request.Request, output *ListUsageReportsOutput)
- func (c *CDN) ListUsageReportsWithContext(ctx volcengine.Context, input *ListUsageReportsInput, opts ...request.Option) (*ListUsageReportsOutput, error)
- func (c *CDN) StartCdnDomain(input *StartCdnDomainInput) (*StartCdnDomainOutput, error)
- func (c *CDN) StartCdnDomainCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) StartCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) StartCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) StartCdnDomainRequest(input *StartCdnDomainInput) (req *request.Request, output *StartCdnDomainOutput)
- func (c *CDN) StartCdnDomainWithContext(ctx volcengine.Context, input *StartCdnDomainInput, opts ...request.Option) (*StartCdnDomainOutput, error)
- func (c *CDN) StopCdnDomain(input *StopCdnDomainInput) (*StopCdnDomainOutput, error)
- func (c *CDN) StopCdnDomainCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) StopCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) StopCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) StopCdnDomainRequest(input *StopCdnDomainInput) (req *request.Request, output *StopCdnDomainOutput)
- func (c *CDN) StopCdnDomainWithContext(ctx volcengine.Context, input *StopCdnDomainInput, opts ...request.Option) (*StopCdnDomainOutput, error)
- func (c *CDN) SubmitBlockTask(input *SubmitBlockTaskInput) (*SubmitBlockTaskOutput, error)
- func (c *CDN) SubmitBlockTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) SubmitBlockTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) SubmitBlockTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) SubmitBlockTaskRequest(input *SubmitBlockTaskInput) (req *request.Request, output *SubmitBlockTaskOutput)
- func (c *CDN) SubmitBlockTaskWithContext(ctx volcengine.Context, input *SubmitBlockTaskInput, opts ...request.Option) (*SubmitBlockTaskOutput, error)
- func (c *CDN) SubmitPreloadTask(input *SubmitPreloadTaskInput) (*SubmitPreloadTaskOutput, error)
- func (c *CDN) SubmitPreloadTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) SubmitPreloadTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) SubmitPreloadTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) SubmitPreloadTaskRequest(input *SubmitPreloadTaskInput) (req *request.Request, output *SubmitPreloadTaskOutput)
- func (c *CDN) SubmitPreloadTaskWithContext(ctx volcengine.Context, input *SubmitPreloadTaskInput, opts ...request.Option) (*SubmitPreloadTaskOutput, error)
- func (c *CDN) SubmitRefreshTask(input *SubmitRefreshTaskInput) (*SubmitRefreshTaskOutput, error)
- func (c *CDN) SubmitRefreshTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) SubmitRefreshTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) SubmitRefreshTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) SubmitRefreshTaskRequest(input *SubmitRefreshTaskInput) (req *request.Request, output *SubmitRefreshTaskOutput)
- func (c *CDN) SubmitRefreshTaskWithContext(ctx volcengine.Context, input *SubmitRefreshTaskInput, opts ...request.Option) (*SubmitRefreshTaskOutput, error)
- func (c *CDN) SubmitUnblockTask(input *SubmitUnblockTaskInput) (*SubmitUnblockTaskOutput, error)
- func (c *CDN) SubmitUnblockTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) SubmitUnblockTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) SubmitUnblockTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) SubmitUnblockTaskRequest(input *SubmitUnblockTaskInput) (req *request.Request, output *SubmitUnblockTaskOutput)
- func (c *CDN) SubmitUnblockTaskWithContext(ctx volcengine.Context, input *SubmitUnblockTaskInput, opts ...request.Option) (*SubmitUnblockTaskOutput, error)
- func (c *CDN) UpdateCdnConfig(input *UpdateCdnConfigInput) (*UpdateCdnConfigOutput, error)
- func (c *CDN) UpdateCdnConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) UpdateCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) UpdateCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) UpdateCdnConfigRequest(input *UpdateCdnConfigInput) (req *request.Request, output *UpdateCdnConfigOutput)
- func (c *CDN) UpdateCdnConfigWithContext(ctx volcengine.Context, input *UpdateCdnConfigInput, opts ...request.Option) (*UpdateCdnConfigOutput, error)
- func (c *CDN) UpdateResourceTags(input *UpdateResourceTagsInput) (*UpdateResourceTagsOutput, error)
- func (c *CDN) UpdateResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CDN) UpdateResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CDN) UpdateResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CDN) UpdateResourceTagsRequest(input *UpdateResourceTagsInput) (req *request.Request, output *UpdateResourceTagsOutput)
- func (c *CDN) UpdateResourceTagsWithContext(ctx volcengine.Context, input *UpdateResourceTagsInput, opts ...request.Option) (*UpdateResourceTagsOutput, error)
- type CDNAPI
- type CacheActionForAddCdnDomainInput
- func (s CacheActionForAddCdnDomainInput) GoString() string
- func (s *CacheActionForAddCdnDomainInput) SetAction(v string) *CacheActionForAddCdnDomainInput
- func (s *CacheActionForAddCdnDomainInput) SetDefaultPolicy(v string) *CacheActionForAddCdnDomainInput
- func (s *CacheActionForAddCdnDomainInput) SetIgnoreCase(v bool) *CacheActionForAddCdnDomainInput
- func (s *CacheActionForAddCdnDomainInput) SetTtl(v int64) *CacheActionForAddCdnDomainInput
- func (s CacheActionForAddCdnDomainInput) String() string
- type CacheActionForBatchUpdateCdnConfigInput
- func (s CacheActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheActionForBatchUpdateCdnConfigInput) SetAction(v string) *CacheActionForBatchUpdateCdnConfigInput
- func (s *CacheActionForBatchUpdateCdnConfigInput) SetDefaultPolicy(v string) *CacheActionForBatchUpdateCdnConfigInput
- func (s *CacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheActionForBatchUpdateCdnConfigInput
- func (s *CacheActionForBatchUpdateCdnConfigInput) SetTtl(v int64) *CacheActionForBatchUpdateCdnConfigInput
- func (s CacheActionForBatchUpdateCdnConfigInput) String() string
- type CacheActionForDescribeCdnConfigOutput
- func (s CacheActionForDescribeCdnConfigOutput) GoString() string
- func (s *CacheActionForDescribeCdnConfigOutput) SetAction(v string) *CacheActionForDescribeCdnConfigOutput
- func (s *CacheActionForDescribeCdnConfigOutput) SetDefaultPolicy(v string) *CacheActionForDescribeCdnConfigOutput
- func (s *CacheActionForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CacheActionForDescribeCdnConfigOutput
- func (s *CacheActionForDescribeCdnConfigOutput) SetTtl(v int64) *CacheActionForDescribeCdnConfigOutput
- func (s CacheActionForDescribeCdnConfigOutput) String() string
- type CacheActionForUpdateCdnConfigInput
- func (s CacheActionForUpdateCdnConfigInput) GoString() string
- func (s *CacheActionForUpdateCdnConfigInput) SetAction(v string) *CacheActionForUpdateCdnConfigInput
- func (s *CacheActionForUpdateCdnConfigInput) SetDefaultPolicy(v string) *CacheActionForUpdateCdnConfigInput
- func (s *CacheActionForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheActionForUpdateCdnConfigInput
- func (s *CacheActionForUpdateCdnConfigInput) SetTtl(v int64) *CacheActionForUpdateCdnConfigInput
- func (s CacheActionForUpdateCdnConfigInput) String() string
- type CacheForAddCdnDomainInput
- func (s CacheForAddCdnDomainInput) GoString() string
- func (s *CacheForAddCdnDomainInput) SetCacheAction(v *CacheActionForAddCdnDomainInput) *CacheForAddCdnDomainInput
- func (s *CacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheForAddCdnDomainInput
- func (s CacheForAddCdnDomainInput) String() string
- type CacheForBatchUpdateCdnConfigInput
- func (s CacheForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheForBatchUpdateCdnConfigInput) SetCacheAction(v *CacheActionForBatchUpdateCdnConfigInput) *CacheForBatchUpdateCdnConfigInput
- func (s *CacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheForBatchUpdateCdnConfigInput
- func (s CacheForBatchUpdateCdnConfigInput) String() string
- type CacheForDescribeCdnConfigOutput
- func (s CacheForDescribeCdnConfigOutput) GoString() string
- func (s *CacheForDescribeCdnConfigOutput) SetCacheAction(v *CacheActionForDescribeCdnConfigOutput) *CacheForDescribeCdnConfigOutput
- func (s *CacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheForDescribeCdnConfigOutput
- func (s CacheForDescribeCdnConfigOutput) String() string
- type CacheForUpdateCdnConfigInput
- func (s CacheForUpdateCdnConfigInput) GoString() string
- func (s *CacheForUpdateCdnConfigInput) SetCacheAction(v *CacheActionForUpdateCdnConfigInput) *CacheForUpdateCdnConfigInput
- func (s *CacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheForUpdateCdnConfigInput
- func (s CacheForUpdateCdnConfigInput) String() string
- type CacheHostActionForAddCdnDomainInput
- type CacheHostActionForBatchUpdateCdnConfigInput
- type CacheHostActionForDescribeCdnConfigOutput
- type CacheHostActionForUpdateCdnConfigInput
- type CacheHostForAddCdnDomainInput
- func (s CacheHostForAddCdnDomainInput) GoString() string
- func (s *CacheHostForAddCdnDomainInput) SetCacheHostRule(v []*CacheHostRuleForAddCdnDomainInput) *CacheHostForAddCdnDomainInput
- func (s *CacheHostForAddCdnDomainInput) SetSwitch(v bool) *CacheHostForAddCdnDomainInput
- func (s CacheHostForAddCdnDomainInput) String() string
- type CacheHostForBatchUpdateCdnConfigInput
- func (s CacheHostForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheHostForBatchUpdateCdnConfigInput) SetCacheHostRule(v []*CacheHostRuleForBatchUpdateCdnConfigInput) *CacheHostForBatchUpdateCdnConfigInput
- func (s *CacheHostForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CacheHostForBatchUpdateCdnConfigInput
- func (s CacheHostForBatchUpdateCdnConfigInput) String() string
- type CacheHostForDescribeCdnConfigOutput
- func (s CacheHostForDescribeCdnConfigOutput) GoString() string
- func (s *CacheHostForDescribeCdnConfigOutput) SetCacheHostRule(v []*CacheHostRuleForDescribeCdnConfigOutput) *CacheHostForDescribeCdnConfigOutput
- func (s *CacheHostForDescribeCdnConfigOutput) SetSwitch(v bool) *CacheHostForDescribeCdnConfigOutput
- func (s CacheHostForDescribeCdnConfigOutput) String() string
- type CacheHostForUpdateCdnConfigInput
- func (s CacheHostForUpdateCdnConfigInput) GoString() string
- func (s *CacheHostForUpdateCdnConfigInput) SetCacheHostRule(v []*CacheHostRuleForUpdateCdnConfigInput) *CacheHostForUpdateCdnConfigInput
- func (s *CacheHostForUpdateCdnConfigInput) SetSwitch(v bool) *CacheHostForUpdateCdnConfigInput
- func (s CacheHostForUpdateCdnConfigInput) String() string
- type CacheHostRuleForAddCdnDomainInput
- func (s CacheHostRuleForAddCdnDomainInput) GoString() string
- func (s *CacheHostRuleForAddCdnDomainInput) SetCacheHostAction(v *CacheHostActionForAddCdnDomainInput) *CacheHostRuleForAddCdnDomainInput
- func (s *CacheHostRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheHostRuleForAddCdnDomainInput
- func (s CacheHostRuleForAddCdnDomainInput) String() string
- type CacheHostRuleForBatchUpdateCdnConfigInput
- func (s CacheHostRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheHostRuleForBatchUpdateCdnConfigInput) SetCacheHostAction(v *CacheHostActionForBatchUpdateCdnConfigInput) *CacheHostRuleForBatchUpdateCdnConfigInput
- func (s *CacheHostRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheHostRuleForBatchUpdateCdnConfigInput
- func (s CacheHostRuleForBatchUpdateCdnConfigInput) String() string
- type CacheHostRuleForDescribeCdnConfigOutput
- func (s CacheHostRuleForDescribeCdnConfigOutput) GoString() string
- func (s *CacheHostRuleForDescribeCdnConfigOutput) SetCacheHostAction(v *CacheHostActionForDescribeCdnConfigOutput) *CacheHostRuleForDescribeCdnConfigOutput
- func (s *CacheHostRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheHostRuleForDescribeCdnConfigOutput
- func (s CacheHostRuleForDescribeCdnConfigOutput) String() string
- type CacheHostRuleForUpdateCdnConfigInput
- func (s CacheHostRuleForUpdateCdnConfigInput) GoString() string
- func (s *CacheHostRuleForUpdateCdnConfigInput) SetCacheHostAction(v *CacheHostActionForUpdateCdnConfigInput) *CacheHostRuleForUpdateCdnConfigInput
- func (s *CacheHostRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheHostRuleForUpdateCdnConfigInput
- func (s CacheHostRuleForUpdateCdnConfigInput) String() string
- type CacheKeyActionForAddCdnDomainInput
- type CacheKeyActionForBatchUpdateCdnConfigInput
- func (s CacheKeyActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheKeyActionForBatchUpdateCdnConfigInput) SetCacheKeyComponents(v []*CacheKeyComponentForBatchUpdateCdnConfigInput) *CacheKeyActionForBatchUpdateCdnConfigInput
- func (s CacheKeyActionForBatchUpdateCdnConfigInput) String() string
- type CacheKeyActionForDescribeCdnConfigOutput
- type CacheKeyActionForUpdateCdnConfigInput
- type CacheKeyComponentForAddCdnDomainInput
- func (s CacheKeyComponentForAddCdnDomainInput) GoString() string
- func (s *CacheKeyComponentForAddCdnDomainInput) SetAction(v string) *CacheKeyComponentForAddCdnDomainInput
- func (s *CacheKeyComponentForAddCdnDomainInput) SetIgnoreCase(v bool) *CacheKeyComponentForAddCdnDomainInput
- func (s *CacheKeyComponentForAddCdnDomainInput) SetObject(v string) *CacheKeyComponentForAddCdnDomainInput
- func (s *CacheKeyComponentForAddCdnDomainInput) SetSubobject(v string) *CacheKeyComponentForAddCdnDomainInput
- func (s CacheKeyComponentForAddCdnDomainInput) String() string
- type CacheKeyComponentForBatchUpdateCdnConfigInput
- func (s CacheKeyComponentForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetAction(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
- func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheKeyComponentForBatchUpdateCdnConfigInput
- func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetObject(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
- func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetSubobject(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
- func (s CacheKeyComponentForBatchUpdateCdnConfigInput) String() string
- type CacheKeyComponentForDescribeCdnConfigOutput
- func (s CacheKeyComponentForDescribeCdnConfigOutput) GoString() string
- func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetAction(v string) *CacheKeyComponentForDescribeCdnConfigOutput
- func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CacheKeyComponentForDescribeCdnConfigOutput
- func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetObject(v string) *CacheKeyComponentForDescribeCdnConfigOutput
- func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetSubobject(v string) *CacheKeyComponentForDescribeCdnConfigOutput
- func (s CacheKeyComponentForDescribeCdnConfigOutput) String() string
- type CacheKeyComponentForUpdateCdnConfigInput
- func (s CacheKeyComponentForUpdateCdnConfigInput) GoString() string
- func (s *CacheKeyComponentForUpdateCdnConfigInput) SetAction(v string) *CacheKeyComponentForUpdateCdnConfigInput
- func (s *CacheKeyComponentForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheKeyComponentForUpdateCdnConfigInput
- func (s *CacheKeyComponentForUpdateCdnConfigInput) SetObject(v string) *CacheKeyComponentForUpdateCdnConfigInput
- func (s *CacheKeyComponentForUpdateCdnConfigInput) SetSubobject(v string) *CacheKeyComponentForUpdateCdnConfigInput
- func (s CacheKeyComponentForUpdateCdnConfigInput) String() string
- type CacheKeyForAddCdnDomainInput
- func (s CacheKeyForAddCdnDomainInput) GoString() string
- func (s *CacheKeyForAddCdnDomainInput) SetCacheKeyAction(v *CacheKeyActionForAddCdnDomainInput) *CacheKeyForAddCdnDomainInput
- func (s *CacheKeyForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheKeyForAddCdnDomainInput
- func (s CacheKeyForAddCdnDomainInput) String() string
- type CacheKeyForBatchUpdateCdnConfigInput
- func (s CacheKeyForBatchUpdateCdnConfigInput) GoString() string
- func (s *CacheKeyForBatchUpdateCdnConfigInput) SetCacheKeyAction(v *CacheKeyActionForBatchUpdateCdnConfigInput) *CacheKeyForBatchUpdateCdnConfigInput
- func (s *CacheKeyForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheKeyForBatchUpdateCdnConfigInput
- func (s CacheKeyForBatchUpdateCdnConfigInput) String() string
- type CacheKeyForDescribeCdnConfigOutput
- func (s CacheKeyForDescribeCdnConfigOutput) GoString() string
- func (s *CacheKeyForDescribeCdnConfigOutput) SetCacheKeyAction(v *CacheKeyActionForDescribeCdnConfigOutput) *CacheKeyForDescribeCdnConfigOutput
- func (s *CacheKeyForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheKeyForDescribeCdnConfigOutput
- func (s CacheKeyForDescribeCdnConfigOutput) String() string
- type CacheKeyForUpdateCdnConfigInput
- func (s CacheKeyForUpdateCdnConfigInput) GoString() string
- func (s *CacheKeyForUpdateCdnConfigInput) SetCacheKeyAction(v *CacheKeyActionForUpdateCdnConfigInput) *CacheKeyForUpdateCdnConfigInput
- func (s *CacheKeyForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheKeyForUpdateCdnConfigInput
- func (s CacheKeyForUpdateCdnConfigInput) String() string
- type CertCheckForAddCdnDomainInput
- func (s CertCheckForAddCdnDomainInput) GoString() string
- func (s *CertCheckForAddCdnDomainInput) SetCertInfoList(v []*CertInfoListForAddCdnDomainInput) *CertCheckForAddCdnDomainInput
- func (s *CertCheckForAddCdnDomainInput) SetSwitch(v bool) *CertCheckForAddCdnDomainInput
- func (s CertCheckForAddCdnDomainInput) String() string
- type CertCheckForBatchUpdateCdnConfigInput
- func (s CertCheckForBatchUpdateCdnConfigInput) GoString() string
- func (s *CertCheckForBatchUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForBatchUpdateCdnConfigInput) *CertCheckForBatchUpdateCdnConfigInput
- func (s *CertCheckForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CertCheckForBatchUpdateCdnConfigInput
- func (s CertCheckForBatchUpdateCdnConfigInput) String() string
- type CertCheckForDescribeCdnConfigOutput
- func (s CertCheckForDescribeCdnConfigOutput) GoString() string
- func (s *CertCheckForDescribeCdnConfigOutput) SetCertInfoList(v []*CertInfoListForDescribeCdnConfigOutput) *CertCheckForDescribeCdnConfigOutput
- func (s *CertCheckForDescribeCdnConfigOutput) SetSwitch(v bool) *CertCheckForDescribeCdnConfigOutput
- func (s CertCheckForDescribeCdnConfigOutput) String() string
- type CertCheckForUpdateCdnConfigInput
- func (s CertCheckForUpdateCdnConfigInput) GoString() string
- func (s *CertCheckForUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForUpdateCdnConfigInput) *CertCheckForUpdateCdnConfigInput
- func (s *CertCheckForUpdateCdnConfigInput) SetSwitch(v bool) *CertCheckForUpdateCdnConfigInput
- func (s CertCheckForUpdateCdnConfigInput) String() string
- type CertFingerprintForListCdnCertInfoOutput
- func (s CertFingerprintForListCdnCertInfoOutput) GoString() string
- func (s *CertFingerprintForListCdnCertInfoOutput) SetSha1(v string) *CertFingerprintForListCdnCertInfoOutput
- func (s *CertFingerprintForListCdnCertInfoOutput) SetSha256(v string) *CertFingerprintForListCdnCertInfoOutput
- func (s CertFingerprintForListCdnCertInfoOutput) String() string
- type CertFingerprintForListCertInfoOutput
- func (s CertFingerprintForListCertInfoOutput) GoString() string
- func (s *CertFingerprintForListCertInfoOutput) SetSha1(v string) *CertFingerprintForListCertInfoOutput
- func (s *CertFingerprintForListCertInfoOutput) SetSha256(v string) *CertFingerprintForListCertInfoOutput
- func (s CertFingerprintForListCertInfoOutput) String() string
- type CertInfoForAddCdnDomainInput
- func (s CertInfoForAddCdnDomainInput) GoString() string
- func (s *CertInfoForAddCdnDomainInput) SetCertId(v string) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetCertName(v string) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetCertificate(v *CertificateForAddCdnDomainInput) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetDesc(v string) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetEffectiveTime(v int64) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetEncryType(v string) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetExpireTime(v int64) *CertInfoForAddCdnDomainInput
- func (s *CertInfoForAddCdnDomainInput) SetSource(v string) *CertInfoForAddCdnDomainInput
- func (s CertInfoForAddCdnDomainInput) String() string
- type CertInfoForBatchUpdateCdnConfigInput
- func (s CertInfoForBatchUpdateCdnConfigInput) GoString() string
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertId(v string) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertName(v string) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertificate(v *CertificateForBatchUpdateCdnConfigInput) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetDesc(v string) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetEncryType(v string) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoForBatchUpdateCdnConfigInput
- func (s *CertInfoForBatchUpdateCdnConfigInput) SetSource(v string) *CertInfoForBatchUpdateCdnConfigInput
- func (s CertInfoForBatchUpdateCdnConfigInput) String() string
- type CertInfoForDescribeCdnConfigOutput
- func (s CertInfoForDescribeCdnConfigOutput) GoString() string
- func (s *CertInfoForDescribeCdnConfigOutput) SetCertId(v string) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetCertName(v string) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetCertificate(v *CertificateForDescribeCdnConfigOutput) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetDesc(v string) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetEffectiveTime(v int64) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetEncryType(v string) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetExpireTime(v int64) *CertInfoForDescribeCdnConfigOutput
- func (s *CertInfoForDescribeCdnConfigOutput) SetSource(v string) *CertInfoForDescribeCdnConfigOutput
- func (s CertInfoForDescribeCdnConfigOutput) String() string
- type CertInfoForListCdnCertInfoOutput
- func (s CertInfoForListCdnCertInfoOutput) GoString() string
- func (s *CertInfoForListCdnCertInfoOutput) SetCertFingerprint(v *CertFingerprintForListCdnCertInfoOutput) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetCertId(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetCertName(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetCertType(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetConfiguredDomain(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetConfiguredDomainDetail(v []*ConfiguredDomainDetailForListCdnCertInfoOutput) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetDesc(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetDnsName(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetEffectiveTime(v int64) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetEncryType(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetExpireTime(v int64) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetSource(v string) *CertInfoForListCdnCertInfoOutput
- func (s *CertInfoForListCdnCertInfoOutput) SetStatus(v string) *CertInfoForListCdnCertInfoOutput
- func (s CertInfoForListCdnCertInfoOutput) String() string
- type CertInfoForListCertInfoOutput
- func (s CertInfoForListCertInfoOutput) GoString() string
- func (s *CertInfoForListCertInfoOutput) SetCertFingerprint(v *CertFingerprintForListCertInfoOutput) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetCertId(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetCertName(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetCertType(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetConfiguredDomain(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetConfiguredDomainDetail(v []*ConfiguredDomainDetailForListCertInfoOutput) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetDesc(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetDnsName(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetEffectiveTime(v int64) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetEncryType(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetExpireTime(v int64) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetSource(v string) *CertInfoForListCertInfoOutput
- func (s *CertInfoForListCertInfoOutput) SetStatus(v string) *CertInfoForListCertInfoOutput
- func (s CertInfoForListCertInfoOutput) String() string
- type CertInfoForUpdateCdnConfigInput
- func (s CertInfoForUpdateCdnConfigInput) GoString() string
- func (s *CertInfoForUpdateCdnConfigInput) SetCertId(v string) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetCertName(v string) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetCertificate(v *CertificateForUpdateCdnConfigInput) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetDesc(v string) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetEncryType(v string) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoForUpdateCdnConfigInput
- func (s *CertInfoForUpdateCdnConfigInput) SetSource(v string) *CertInfoForUpdateCdnConfigInput
- func (s CertInfoForUpdateCdnConfigInput) String() string
- type CertInfoListForAddCdnDomainInput
- func (s CertInfoListForAddCdnDomainInput) GoString() string
- func (s *CertInfoListForAddCdnDomainInput) SetCertId(v string) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetCertName(v string) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetCertificate(v *CertificateForAddCdnDomainInput) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetDesc(v string) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetEffectiveTime(v int64) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetEncryType(v string) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetExpireTime(v int64) *CertInfoListForAddCdnDomainInput
- func (s *CertInfoListForAddCdnDomainInput) SetSource(v string) *CertInfoListForAddCdnDomainInput
- func (s CertInfoListForAddCdnDomainInput) String() string
- type CertInfoListForBatchUpdateCdnConfigInput
- func (s CertInfoListForBatchUpdateCdnConfigInput) GoString() string
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertId(v string) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertName(v string) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertificate(v *CertificateForBatchUpdateCdnConfigInput) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetDesc(v string) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetEncryType(v string) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoListForBatchUpdateCdnConfigInput
- func (s *CertInfoListForBatchUpdateCdnConfigInput) SetSource(v string) *CertInfoListForBatchUpdateCdnConfigInput
- func (s CertInfoListForBatchUpdateCdnConfigInput) String() string
- type CertInfoListForDescribeCdnConfigOutput
- func (s CertInfoListForDescribeCdnConfigOutput) GoString() string
- func (s *CertInfoListForDescribeCdnConfigOutput) SetCertId(v string) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetCertName(v string) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetCertificate(v *CertificateForDescribeCdnConfigOutput) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetDesc(v string) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetEffectiveTime(v int64) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetEncryType(v string) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetExpireTime(v int64) *CertInfoListForDescribeCdnConfigOutput
- func (s *CertInfoListForDescribeCdnConfigOutput) SetSource(v string) *CertInfoListForDescribeCdnConfigOutput
- func (s CertInfoListForDescribeCdnConfigOutput) String() string
- type CertInfoListForUpdateCdnConfigInput
- func (s CertInfoListForUpdateCdnConfigInput) GoString() string
- func (s *CertInfoListForUpdateCdnConfigInput) SetCertId(v string) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetCertName(v string) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetCertificate(v *CertificateForUpdateCdnConfigInput) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetDesc(v string) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetEncryType(v string) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoListForUpdateCdnConfigInput
- func (s *CertInfoListForUpdateCdnConfigInput) SetSource(v string) *CertInfoListForUpdateCdnConfigInput
- func (s CertInfoListForUpdateCdnConfigInput) String() string
- type CertNotConfigForDescribeCertConfigOutput
- func (s CertNotConfigForDescribeCertConfigOutput) GoString() string
- func (s *CertNotConfigForDescribeCertConfigOutput) SetDomain(v string) *CertNotConfigForDescribeCertConfigOutput
- func (s *CertNotConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *CertNotConfigForDescribeCertConfigOutput
- func (s *CertNotConfigForDescribeCertConfigOutput) SetStatus(v string) *CertNotConfigForDescribeCertConfigOutput
- func (s *CertNotConfigForDescribeCertConfigOutput) SetType(v string) *CertNotConfigForDescribeCertConfigOutput
- func (s CertNotConfigForDescribeCertConfigOutput) String() string
- type CertificateForAddCdnDomainInput
- func (s CertificateForAddCdnDomainInput) GoString() string
- func (s *CertificateForAddCdnDomainInput) SetCertificate(v string) *CertificateForAddCdnDomainInput
- func (s *CertificateForAddCdnDomainInput) SetEncryptionCert(v string) *CertificateForAddCdnDomainInput
- func (s *CertificateForAddCdnDomainInput) SetEncryptionKey(v string) *CertificateForAddCdnDomainInput
- func (s *CertificateForAddCdnDomainInput) SetPrivateKey(v string) *CertificateForAddCdnDomainInput
- func (s CertificateForAddCdnDomainInput) String() string
- type CertificateForBatchUpdateCdnConfigInput
- func (s CertificateForBatchUpdateCdnConfigInput) GoString() string
- func (s *CertificateForBatchUpdateCdnConfigInput) SetCertificate(v string) *CertificateForBatchUpdateCdnConfigInput
- func (s *CertificateForBatchUpdateCdnConfigInput) SetEncryptionCert(v string) *CertificateForBatchUpdateCdnConfigInput
- func (s *CertificateForBatchUpdateCdnConfigInput) SetEncryptionKey(v string) *CertificateForBatchUpdateCdnConfigInput
- func (s *CertificateForBatchUpdateCdnConfigInput) SetPrivateKey(v string) *CertificateForBatchUpdateCdnConfigInput
- func (s CertificateForBatchUpdateCdnConfigInput) String() string
- type CertificateForDescribeCdnConfigOutput
- func (s CertificateForDescribeCdnConfigOutput) GoString() string
- func (s *CertificateForDescribeCdnConfigOutput) SetCertificate(v string) *CertificateForDescribeCdnConfigOutput
- func (s *CertificateForDescribeCdnConfigOutput) SetEncryptionCert(v string) *CertificateForDescribeCdnConfigOutput
- func (s *CertificateForDescribeCdnConfigOutput) SetEncryptionKey(v string) *CertificateForDescribeCdnConfigOutput
- func (s *CertificateForDescribeCdnConfigOutput) SetPrivateKey(v string) *CertificateForDescribeCdnConfigOutput
- func (s CertificateForDescribeCdnConfigOutput) String() string
- type CertificateForUpdateCdnConfigInput
- func (s CertificateForUpdateCdnConfigInput) GoString() string
- func (s *CertificateForUpdateCdnConfigInput) SetCertificate(v string) *CertificateForUpdateCdnConfigInput
- func (s *CertificateForUpdateCdnConfigInput) SetEncryptionCert(v string) *CertificateForUpdateCdnConfigInput
- func (s *CertificateForUpdateCdnConfigInput) SetEncryptionKey(v string) *CertificateForUpdateCdnConfigInput
- func (s *CertificateForUpdateCdnConfigInput) SetPrivateKey(v string) *CertificateForUpdateCdnConfigInput
- func (s CertificateForUpdateCdnConfigInput) String() string
- type CommonTypeForAddCdnDomainInput
- func (s CommonTypeForAddCdnDomainInput) GoString() string
- func (s *CommonTypeForAddCdnDomainInput) SetIgnoreCase(v bool) *CommonTypeForAddCdnDomainInput
- func (s *CommonTypeForAddCdnDomainInput) SetIgnoreScheme(v bool) *CommonTypeForAddCdnDomainInput
- func (s *CommonTypeForAddCdnDomainInput) SetReferers(v []*string) *CommonTypeForAddCdnDomainInput
- func (s CommonTypeForAddCdnDomainInput) String() string
- type CommonTypeForBatchUpdateCdnConfigInput
- func (s CommonTypeForBatchUpdateCdnConfigInput) GoString() string
- func (s *CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CommonTypeForBatchUpdateCdnConfigInput
- func (s *CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreScheme(v bool) *CommonTypeForBatchUpdateCdnConfigInput
- func (s *CommonTypeForBatchUpdateCdnConfigInput) SetReferers(v []*string) *CommonTypeForBatchUpdateCdnConfigInput
- func (s CommonTypeForBatchUpdateCdnConfigInput) String() string
- type CommonTypeForDescribeCdnConfigOutput
- func (s CommonTypeForDescribeCdnConfigOutput) GoString() string
- func (s *CommonTypeForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CommonTypeForDescribeCdnConfigOutput
- func (s *CommonTypeForDescribeCdnConfigOutput) SetIgnoreScheme(v bool) *CommonTypeForDescribeCdnConfigOutput
- func (s *CommonTypeForDescribeCdnConfigOutput) SetReferers(v []*string) *CommonTypeForDescribeCdnConfigOutput
- func (s CommonTypeForDescribeCdnConfigOutput) String() string
- type CommonTypeForUpdateCdnConfigInput
- func (s CommonTypeForUpdateCdnConfigInput) GoString() string
- func (s *CommonTypeForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CommonTypeForUpdateCdnConfigInput
- func (s *CommonTypeForUpdateCdnConfigInput) SetIgnoreScheme(v bool) *CommonTypeForUpdateCdnConfigInput
- func (s *CommonTypeForUpdateCdnConfigInput) SetReferers(v []*string) *CommonTypeForUpdateCdnConfigInput
- func (s CommonTypeForUpdateCdnConfigInput) String() string
- type CompressionActionForAddCdnDomainInput
- func (s CompressionActionForAddCdnDomainInput) GoString() string
- func (s *CompressionActionForAddCdnDomainInput) SetCompressionFormat(v string) *CompressionActionForAddCdnDomainInput
- func (s *CompressionActionForAddCdnDomainInput) SetCompressionTarget(v string) *CompressionActionForAddCdnDomainInput
- func (s *CompressionActionForAddCdnDomainInput) SetCompressionType(v []*string) *CompressionActionForAddCdnDomainInput
- func (s *CompressionActionForAddCdnDomainInput) SetMinFileSizeKB(v int64) *CompressionActionForAddCdnDomainInput
- func (s CompressionActionForAddCdnDomainInput) String() string
- type CompressionActionForBatchUpdateCdnConfigInput
- func (s CompressionActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionFormat(v string) *CompressionActionForBatchUpdateCdnConfigInput
- func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionTarget(v string) *CompressionActionForBatchUpdateCdnConfigInput
- func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionType(v []*string) *CompressionActionForBatchUpdateCdnConfigInput
- func (s *CompressionActionForBatchUpdateCdnConfigInput) SetMinFileSizeKB(v int64) *CompressionActionForBatchUpdateCdnConfigInput
- func (s CompressionActionForBatchUpdateCdnConfigInput) String() string
- type CompressionActionForDescribeCdnConfigOutput
- func (s CompressionActionForDescribeCdnConfigOutput) GoString() string
- func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionFormat(v string) *CompressionActionForDescribeCdnConfigOutput
- func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionTarget(v string) *CompressionActionForDescribeCdnConfigOutput
- func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionType(v []*string) *CompressionActionForDescribeCdnConfigOutput
- func (s *CompressionActionForDescribeCdnConfigOutput) SetMinFileSizeKB(v int64) *CompressionActionForDescribeCdnConfigOutput
- func (s CompressionActionForDescribeCdnConfigOutput) String() string
- type CompressionActionForUpdateCdnConfigInput
- func (s CompressionActionForUpdateCdnConfigInput) GoString() string
- func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionFormat(v string) *CompressionActionForUpdateCdnConfigInput
- func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionTarget(v string) *CompressionActionForUpdateCdnConfigInput
- func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionType(v []*string) *CompressionActionForUpdateCdnConfigInput
- func (s *CompressionActionForUpdateCdnConfigInput) SetMinFileSizeKB(v int64) *CompressionActionForUpdateCdnConfigInput
- func (s CompressionActionForUpdateCdnConfigInput) String() string
- type CompressionForAddCdnDomainInput
- func (s CompressionForAddCdnDomainInput) GoString() string
- func (s *CompressionForAddCdnDomainInput) SetCompressionRules(v []*CompressionRuleForAddCdnDomainInput) *CompressionForAddCdnDomainInput
- func (s *CompressionForAddCdnDomainInput) SetSwitch(v bool) *CompressionForAddCdnDomainInput
- func (s CompressionForAddCdnDomainInput) String() string
- type CompressionForBatchUpdateCdnConfigInput
- func (s CompressionForBatchUpdateCdnConfigInput) GoString() string
- func (s *CompressionForBatchUpdateCdnConfigInput) SetCompressionRules(v []*CompressionRuleForBatchUpdateCdnConfigInput) *CompressionForBatchUpdateCdnConfigInput
- func (s *CompressionForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CompressionForBatchUpdateCdnConfigInput
- func (s CompressionForBatchUpdateCdnConfigInput) String() string
- type CompressionForDescribeCdnConfigOutput
- func (s CompressionForDescribeCdnConfigOutput) GoString() string
- func (s *CompressionForDescribeCdnConfigOutput) SetCompressionRules(v []*CompressionRuleForDescribeCdnConfigOutput) *CompressionForDescribeCdnConfigOutput
- func (s *CompressionForDescribeCdnConfigOutput) SetSwitch(v bool) *CompressionForDescribeCdnConfigOutput
- func (s CompressionForDescribeCdnConfigOutput) String() string
- type CompressionForUpdateCdnConfigInput
- func (s CompressionForUpdateCdnConfigInput) GoString() string
- func (s *CompressionForUpdateCdnConfigInput) SetCompressionRules(v []*CompressionRuleForUpdateCdnConfigInput) *CompressionForUpdateCdnConfigInput
- func (s *CompressionForUpdateCdnConfigInput) SetSwitch(v bool) *CompressionForUpdateCdnConfigInput
- func (s CompressionForUpdateCdnConfigInput) String() string
- type CompressionRuleForAddCdnDomainInput
- func (s CompressionRuleForAddCdnDomainInput) GoString() string
- func (s *CompressionRuleForAddCdnDomainInput) SetCompressionAction(v *CompressionActionForAddCdnDomainInput) *CompressionRuleForAddCdnDomainInput
- func (s *CompressionRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CompressionRuleForAddCdnDomainInput
- func (s CompressionRuleForAddCdnDomainInput) String() string
- type CompressionRuleForBatchUpdateCdnConfigInput
- func (s CompressionRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *CompressionRuleForBatchUpdateCdnConfigInput) SetCompressionAction(v *CompressionActionForBatchUpdateCdnConfigInput) *CompressionRuleForBatchUpdateCdnConfigInput
- func (s *CompressionRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CompressionRuleForBatchUpdateCdnConfigInput
- func (s CompressionRuleForBatchUpdateCdnConfigInput) String() string
- type CompressionRuleForDescribeCdnConfigOutput
- func (s CompressionRuleForDescribeCdnConfigOutput) GoString() string
- func (s *CompressionRuleForDescribeCdnConfigOutput) SetCompressionAction(v *CompressionActionForDescribeCdnConfigOutput) *CompressionRuleForDescribeCdnConfigOutput
- func (s *CompressionRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CompressionRuleForDescribeCdnConfigOutput
- func (s CompressionRuleForDescribeCdnConfigOutput) String() string
- type CompressionRuleForUpdateCdnConfigInput
- func (s CompressionRuleForUpdateCdnConfigInput) GoString() string
- func (s *CompressionRuleForUpdateCdnConfigInput) SetCompressionAction(v *CompressionActionForUpdateCdnConfigInput) *CompressionRuleForUpdateCdnConfigInput
- func (s *CompressionRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CompressionRuleForUpdateCdnConfigInput
- func (s CompressionRuleForUpdateCdnConfigInput) String() string
- type ConditionForAddCdnDomainInput
- func (s ConditionForAddCdnDomainInput) GoString() string
- func (s *ConditionForAddCdnDomainInput) SetConditionRule(v []*ConditionRuleForAddCdnDomainInput) *ConditionForAddCdnDomainInput
- func (s *ConditionForAddCdnDomainInput) SetConnective(v string) *ConditionForAddCdnDomainInput
- func (s ConditionForAddCdnDomainInput) String() string
- type ConditionForBatchUpdateCdnConfigInput
- func (s ConditionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConditionForBatchUpdateCdnConfigInput) SetConditionRule(v []*ConditionRuleForBatchUpdateCdnConfigInput) *ConditionForBatchUpdateCdnConfigInput
- func (s *ConditionForBatchUpdateCdnConfigInput) SetConnective(v string) *ConditionForBatchUpdateCdnConfigInput
- func (s ConditionForBatchUpdateCdnConfigInput) String() string
- type ConditionForDescribeCdnConfigOutput
- func (s ConditionForDescribeCdnConfigOutput) GoString() string
- func (s *ConditionForDescribeCdnConfigOutput) SetConditionRule(v []*ConditionRuleForDescribeCdnConfigOutput) *ConditionForDescribeCdnConfigOutput
- func (s *ConditionForDescribeCdnConfigOutput) SetConnective(v string) *ConditionForDescribeCdnConfigOutput
- func (s ConditionForDescribeCdnConfigOutput) String() string
- type ConditionForUpdateCdnConfigInput
- func (s ConditionForUpdateCdnConfigInput) GoString() string
- func (s *ConditionForUpdateCdnConfigInput) SetConditionRule(v []*ConditionRuleForUpdateCdnConfigInput) *ConditionForUpdateCdnConfigInput
- func (s *ConditionForUpdateCdnConfigInput) SetConnective(v string) *ConditionForUpdateCdnConfigInput
- func (s ConditionForUpdateCdnConfigInput) String() string
- type ConditionGroupForAddCdnDomainInput
- func (s ConditionGroupForAddCdnDomainInput) GoString() string
- func (s *ConditionGroupForAddCdnDomainInput) SetCondition(v *ConvertConditionForAddCdnDomainInput) *ConditionGroupForAddCdnDomainInput
- func (s *ConditionGroupForAddCdnDomainInput) SetIsGroup(v bool) *ConditionGroupForAddCdnDomainInput
- func (s ConditionGroupForAddCdnDomainInput) String() string
- type ConditionGroupForBatchUpdateCdnConfigInput
- func (s ConditionGroupForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConditionGroupForBatchUpdateCdnConfigInput) SetCondition(v *ConvertConditionForBatchUpdateCdnConfigInput) *ConditionGroupForBatchUpdateCdnConfigInput
- func (s *ConditionGroupForBatchUpdateCdnConfigInput) SetIsGroup(v bool) *ConditionGroupForBatchUpdateCdnConfigInput
- func (s ConditionGroupForBatchUpdateCdnConfigInput) String() string
- type ConditionGroupForDescribeCdnConfigOutput
- func (s ConditionGroupForDescribeCdnConfigOutput) GoString() string
- func (s *ConditionGroupForDescribeCdnConfigOutput) SetCondition(v *ConvertConditionForDescribeCdnConfigOutput) *ConditionGroupForDescribeCdnConfigOutput
- func (s *ConditionGroupForDescribeCdnConfigOutput) SetIsGroup(v bool) *ConditionGroupForDescribeCdnConfigOutput
- func (s ConditionGroupForDescribeCdnConfigOutput) String() string
- type ConditionGroupForUpdateCdnConfigInput
- func (s ConditionGroupForUpdateCdnConfigInput) GoString() string
- func (s *ConditionGroupForUpdateCdnConfigInput) SetCondition(v *ConvertConditionForUpdateCdnConfigInput) *ConditionGroupForUpdateCdnConfigInput
- func (s *ConditionGroupForUpdateCdnConfigInput) SetIsGroup(v bool) *ConditionGroupForUpdateCdnConfigInput
- func (s ConditionGroupForUpdateCdnConfigInput) String() string
- type ConditionRuleForAddCdnDomainInput
- func (s ConditionRuleForAddCdnDomainInput) GoString() string
- func (s *ConditionRuleForAddCdnDomainInput) SetName(v string) *ConditionRuleForAddCdnDomainInput
- func (s *ConditionRuleForAddCdnDomainInput) SetObject(v string) *ConditionRuleForAddCdnDomainInput
- func (s *ConditionRuleForAddCdnDomainInput) SetOperator(v string) *ConditionRuleForAddCdnDomainInput
- func (s *ConditionRuleForAddCdnDomainInput) SetType(v string) *ConditionRuleForAddCdnDomainInput
- func (s *ConditionRuleForAddCdnDomainInput) SetValue(v string) *ConditionRuleForAddCdnDomainInput
- func (s ConditionRuleForAddCdnDomainInput) String() string
- type ConditionRuleForBatchUpdateCdnConfigInput
- func (s ConditionRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetName(v string) *ConditionRuleForBatchUpdateCdnConfigInput
- func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetObject(v string) *ConditionRuleForBatchUpdateCdnConfigInput
- func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetOperator(v string) *ConditionRuleForBatchUpdateCdnConfigInput
- func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetType(v string) *ConditionRuleForBatchUpdateCdnConfigInput
- func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetValue(v string) *ConditionRuleForBatchUpdateCdnConfigInput
- func (s ConditionRuleForBatchUpdateCdnConfigInput) String() string
- type ConditionRuleForDescribeCdnConfigOutput
- func (s ConditionRuleForDescribeCdnConfigOutput) GoString() string
- func (s *ConditionRuleForDescribeCdnConfigOutput) SetName(v string) *ConditionRuleForDescribeCdnConfigOutput
- func (s *ConditionRuleForDescribeCdnConfigOutput) SetObject(v string) *ConditionRuleForDescribeCdnConfigOutput
- func (s *ConditionRuleForDescribeCdnConfigOutput) SetOperator(v string) *ConditionRuleForDescribeCdnConfigOutput
- func (s *ConditionRuleForDescribeCdnConfigOutput) SetType(v string) *ConditionRuleForDescribeCdnConfigOutput
- func (s *ConditionRuleForDescribeCdnConfigOutput) SetValue(v string) *ConditionRuleForDescribeCdnConfigOutput
- func (s ConditionRuleForDescribeCdnConfigOutput) String() string
- type ConditionRuleForUpdateCdnConfigInput
- func (s ConditionRuleForUpdateCdnConfigInput) GoString() string
- func (s *ConditionRuleForUpdateCdnConfigInput) SetName(v string) *ConditionRuleForUpdateCdnConfigInput
- func (s *ConditionRuleForUpdateCdnConfigInput) SetObject(v string) *ConditionRuleForUpdateCdnConfigInput
- func (s *ConditionRuleForUpdateCdnConfigInput) SetOperator(v string) *ConditionRuleForUpdateCdnConfigInput
- func (s *ConditionRuleForUpdateCdnConfigInput) SetType(v string) *ConditionRuleForUpdateCdnConfigInput
- func (s *ConditionRuleForUpdateCdnConfigInput) SetValue(v string) *ConditionRuleForUpdateCdnConfigInput
- func (s ConditionRuleForUpdateCdnConfigInput) String() string
- type ConditionalOriginForAddCdnDomainInput
- func (s ConditionalOriginForAddCdnDomainInput) GoString() string
- func (s *ConditionalOriginForAddCdnDomainInput) SetOriginRules(v []*OriginRuleForAddCdnDomainInput) *ConditionalOriginForAddCdnDomainInput
- func (s *ConditionalOriginForAddCdnDomainInput) SetSwitch(v bool) *ConditionalOriginForAddCdnDomainInput
- func (s ConditionalOriginForAddCdnDomainInput) String() string
- type ConditionalOriginForBatchUpdateCdnConfigInput
- func (s ConditionalOriginForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConditionalOriginForBatchUpdateCdnConfigInput) SetOriginRules(v []*OriginRuleForBatchUpdateCdnConfigInput) *ConditionalOriginForBatchUpdateCdnConfigInput
- func (s *ConditionalOriginForBatchUpdateCdnConfigInput) SetSwitch(v bool) *ConditionalOriginForBatchUpdateCdnConfigInput
- func (s ConditionalOriginForBatchUpdateCdnConfigInput) String() string
- type ConditionalOriginForDescribeCdnConfigOutput
- func (s ConditionalOriginForDescribeCdnConfigOutput) GoString() string
- func (s *ConditionalOriginForDescribeCdnConfigOutput) SetOriginRules(v []*OriginRuleForDescribeCdnConfigOutput) *ConditionalOriginForDescribeCdnConfigOutput
- func (s *ConditionalOriginForDescribeCdnConfigOutput) SetSwitch(v bool) *ConditionalOriginForDescribeCdnConfigOutput
- func (s ConditionalOriginForDescribeCdnConfigOutput) String() string
- type ConditionalOriginForUpdateCdnConfigInput
- func (s ConditionalOriginForUpdateCdnConfigInput) GoString() string
- func (s *ConditionalOriginForUpdateCdnConfigInput) SetOriginRules(v []*OriginRuleForUpdateCdnConfigInput) *ConditionalOriginForUpdateCdnConfigInput
- func (s *ConditionalOriginForUpdateCdnConfigInput) SetSwitch(v bool) *ConditionalOriginForUpdateCdnConfigInput
- func (s ConditionalOriginForUpdateCdnConfigInput) String() string
- type ConfiguredDomainDetailForListCdnCertInfoOutput
- func (s ConfiguredDomainDetailForListCdnCertInfoOutput) GoString() string
- func (s *ConfiguredDomainDetailForListCdnCertInfoOutput) SetDomain(v string) *ConfiguredDomainDetailForListCdnCertInfoOutput
- func (s *ConfiguredDomainDetailForListCdnCertInfoOutput) SetType(v string) *ConfiguredDomainDetailForListCdnCertInfoOutput
- func (s ConfiguredDomainDetailForListCdnCertInfoOutput) String() string
- type ConfiguredDomainDetailForListCertInfoOutput
- func (s ConfiguredDomainDetailForListCertInfoOutput) GoString() string
- func (s *ConfiguredDomainDetailForListCertInfoOutput) SetDomain(v string) *ConfiguredDomainDetailForListCertInfoOutput
- func (s *ConfiguredDomainDetailForListCertInfoOutput) SetType(v string) *ConfiguredDomainDetailForListCertInfoOutput
- func (s ConfiguredDomainDetailForListCertInfoOutput) String() string
- type ConvertCacheActionForAddCdnDomainInput
- func (s ConvertCacheActionForAddCdnDomainInput) GoString() string
- func (s *ConvertCacheActionForAddCdnDomainInput) SetAction(v string) *ConvertCacheActionForAddCdnDomainInput
- func (s *ConvertCacheActionForAddCdnDomainInput) SetCacheKey(v []*string) *ConvertCacheActionForAddCdnDomainInput
- func (s *ConvertCacheActionForAddCdnDomainInput) SetIgnoreCase(v bool) *ConvertCacheActionForAddCdnDomainInput
- func (s *ConvertCacheActionForAddCdnDomainInput) SetTtl(v int64) *ConvertCacheActionForAddCdnDomainInput
- func (s ConvertCacheActionForAddCdnDomainInput) String() string
- type ConvertCacheActionForBatchUpdateCdnConfigInput
- func (s ConvertCacheActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetAction(v string) *ConvertCacheActionForBatchUpdateCdnConfigInput
- func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetCacheKey(v []*string) *ConvertCacheActionForBatchUpdateCdnConfigInput
- func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *ConvertCacheActionForBatchUpdateCdnConfigInput
- func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetTtl(v int64) *ConvertCacheActionForBatchUpdateCdnConfigInput
- func (s ConvertCacheActionForBatchUpdateCdnConfigInput) String() string
- type ConvertCacheActionForDescribeCdnConfigOutput
- func (s ConvertCacheActionForDescribeCdnConfigOutput) GoString() string
- func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetAction(v string) *ConvertCacheActionForDescribeCdnConfigOutput
- func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetCacheKey(v []*string) *ConvertCacheActionForDescribeCdnConfigOutput
- func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *ConvertCacheActionForDescribeCdnConfigOutput
- func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetTtl(v int64) *ConvertCacheActionForDescribeCdnConfigOutput
- func (s ConvertCacheActionForDescribeCdnConfigOutput) String() string
- type ConvertCacheActionForUpdateCdnConfigInput
- func (s ConvertCacheActionForUpdateCdnConfigInput) GoString() string
- func (s *ConvertCacheActionForUpdateCdnConfigInput) SetAction(v string) *ConvertCacheActionForUpdateCdnConfigInput
- func (s *ConvertCacheActionForUpdateCdnConfigInput) SetCacheKey(v []*string) *ConvertCacheActionForUpdateCdnConfigInput
- func (s *ConvertCacheActionForUpdateCdnConfigInput) SetIgnoreCase(v bool) *ConvertCacheActionForUpdateCdnConfigInput
- func (s *ConvertCacheActionForUpdateCdnConfigInput) SetTtl(v int64) *ConvertCacheActionForUpdateCdnConfigInput
- func (s ConvertCacheActionForUpdateCdnConfigInput) String() string
- type ConvertConditionForAddCdnDomainInput
- func (s ConvertConditionForAddCdnDomainInput) GoString() string
- func (s *ConvertConditionForAddCdnDomainInput) SetObject(v string) *ConvertConditionForAddCdnDomainInput
- func (s *ConvertConditionForAddCdnDomainInput) SetOperator(v string) *ConvertConditionForAddCdnDomainInput
- func (s *ConvertConditionForAddCdnDomainInput) SetValue(v []*string) *ConvertConditionForAddCdnDomainInput
- func (s ConvertConditionForAddCdnDomainInput) String() string
- type ConvertConditionForBatchUpdateCdnConfigInput
- func (s ConvertConditionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetObject(v string) *ConvertConditionForBatchUpdateCdnConfigInput
- func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetOperator(v string) *ConvertConditionForBatchUpdateCdnConfigInput
- func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetValue(v []*string) *ConvertConditionForBatchUpdateCdnConfigInput
- func (s ConvertConditionForBatchUpdateCdnConfigInput) String() string
- type ConvertConditionForDescribeCdnConfigOutput
- func (s ConvertConditionForDescribeCdnConfigOutput) GoString() string
- func (s *ConvertConditionForDescribeCdnConfigOutput) SetObject(v string) *ConvertConditionForDescribeCdnConfigOutput
- func (s *ConvertConditionForDescribeCdnConfigOutput) SetOperator(v string) *ConvertConditionForDescribeCdnConfigOutput
- func (s *ConvertConditionForDescribeCdnConfigOutput) SetValue(v []*string) *ConvertConditionForDescribeCdnConfigOutput
- func (s ConvertConditionForDescribeCdnConfigOutput) String() string
- type ConvertConditionForUpdateCdnConfigInput
- func (s ConvertConditionForUpdateCdnConfigInput) GoString() string
- func (s *ConvertConditionForUpdateCdnConfigInput) SetObject(v string) *ConvertConditionForUpdateCdnConfigInput
- func (s *ConvertConditionForUpdateCdnConfigInput) SetOperator(v string) *ConvertConditionForUpdateCdnConfigInput
- func (s *ConvertConditionForUpdateCdnConfigInput) SetValue(v []*string) *ConvertConditionForUpdateCdnConfigInput
- func (s ConvertConditionForUpdateCdnConfigInput) String() string
- type ConvertConvertConditionForAddCdnDomainInput
- func (s ConvertConvertConditionForAddCdnDomainInput) GoString() string
- func (s *ConvertConvertConditionForAddCdnDomainInput) SetConditionGroups(v []*ConditionGroupForAddCdnDomainInput) *ConvertConvertConditionForAddCdnDomainInput
- func (s *ConvertConvertConditionForAddCdnDomainInput) SetConnective(v string) *ConvertConvertConditionForAddCdnDomainInput
- func (s *ConvertConvertConditionForAddCdnDomainInput) SetIsGroup(v bool) *ConvertConvertConditionForAddCdnDomainInput
- func (s ConvertConvertConditionForAddCdnDomainInput) String() string
- type ConvertConvertConditionForBatchUpdateCdnConfigInput
- func (s ConvertConvertConditionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConditionGroups(v []*ConditionGroupForBatchUpdateCdnConfigInput) *ConvertConvertConditionForBatchUpdateCdnConfigInput
- func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConnective(v string) *ConvertConvertConditionForBatchUpdateCdnConfigInput
- func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetIsGroup(v bool) *ConvertConvertConditionForBatchUpdateCdnConfigInput
- func (s ConvertConvertConditionForBatchUpdateCdnConfigInput) String() string
- type ConvertConvertConditionForDescribeCdnConfigOutput
- func (s ConvertConvertConditionForDescribeCdnConfigOutput) GoString() string
- func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetConditionGroups(v []*ConditionGroupForDescribeCdnConfigOutput) *ConvertConvertConditionForDescribeCdnConfigOutput
- func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetConnective(v string) *ConvertConvertConditionForDescribeCdnConfigOutput
- func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetIsGroup(v bool) *ConvertConvertConditionForDescribeCdnConfigOutput
- func (s ConvertConvertConditionForDescribeCdnConfigOutput) String() string
- type ConvertConvertConditionForUpdateCdnConfigInput
- func (s ConvertConvertConditionForUpdateCdnConfigInput) GoString() string
- func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetConditionGroups(v []*ConditionGroupForUpdateCdnConfigInput) *ConvertConvertConditionForUpdateCdnConfigInput
- func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetConnective(v string) *ConvertConvertConditionForUpdateCdnConfigInput
- func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetIsGroup(v bool) *ConvertConvertConditionForUpdateCdnConfigInput
- func (s ConvertConvertConditionForUpdateCdnConfigInput) String() string
- type ConvertOriginLineForAddCdnDomainInput
- func (s ConvertOriginLineForAddCdnDomainInput) GoString() string
- func (s *ConvertOriginLineForAddCdnDomainInput) SetAddress(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetBucketName(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetHttpPort(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetHttpsPort(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetInstanceType(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetOriginHost(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetOriginType(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAuth(v *PrivateBucketAuthForAddCdnDomainInput) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetRegion(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s *ConvertOriginLineForAddCdnDomainInput) SetWeight(v string) *ConvertOriginLineForAddCdnDomainInput
- func (s ConvertOriginLineForAddCdnDomainInput) String() string
- type ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s ConvertOriginLineForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetAddress(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetBucketName(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpPort(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpsPort(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetInstanceType(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginHost(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginType(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAuth(v *PrivateBucketAuthForBatchUpdateCdnConfigInput) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetRegion(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetWeight(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
- func (s ConvertOriginLineForBatchUpdateCdnConfigInput) String() string
- type ConvertOriginLineForDescribeCdnConfigOutput
- func (s ConvertOriginLineForDescribeCdnConfigOutput) GoString() string
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetAddress(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetBucketName(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetHttpPort(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetHttpsPort(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetInstanceType(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetOriginHost(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetOriginType(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAuth(v *PrivateBucketAuthForDescribeCdnConfigOutput) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetRegion(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetWeight(v string) *ConvertOriginLineForDescribeCdnConfigOutput
- func (s ConvertOriginLineForDescribeCdnConfigOutput) String() string
- type ConvertOriginLineForUpdateCdnConfigInput
- func (s ConvertOriginLineForUpdateCdnConfigInput) GoString() string
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetAddress(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetBucketName(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetHttpPort(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetHttpsPort(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetInstanceType(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetOriginHost(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetOriginType(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAuth(v *PrivateBucketAuthForUpdateCdnConfigInput) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetRegion(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s *ConvertOriginLineForUpdateCdnConfigInput) SetWeight(v string) *ConvertOriginLineForUpdateCdnConfigInput
- func (s ConvertOriginLineForUpdateCdnConfigInput) String() string
- type ConvertTimeoutActionForAddCdnDomainInput
- func (s ConvertTimeoutActionForAddCdnDomainInput) GoString() string
- func (s *ConvertTimeoutActionForAddCdnDomainInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForAddCdnDomainInput
- func (s *ConvertTimeoutActionForAddCdnDomainInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForAddCdnDomainInput
- func (s ConvertTimeoutActionForAddCdnDomainInput) String() string
- type ConvertTimeoutActionForBatchUpdateCdnConfigInput
- func (s ConvertTimeoutActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForBatchUpdateCdnConfigInput
- func (s *ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForBatchUpdateCdnConfigInput
- func (s ConvertTimeoutActionForBatchUpdateCdnConfigInput) String() string
- type ConvertTimeoutActionForDescribeCdnConfigOutput
- func (s ConvertTimeoutActionForDescribeCdnConfigOutput) GoString() string
- func (s *ConvertTimeoutActionForDescribeCdnConfigOutput) SetHttpTimeout(v int64) *ConvertTimeoutActionForDescribeCdnConfigOutput
- func (s *ConvertTimeoutActionForDescribeCdnConfigOutput) SetTcpTimeout(v int64) *ConvertTimeoutActionForDescribeCdnConfigOutput
- func (s ConvertTimeoutActionForDescribeCdnConfigOutput) String() string
- type ConvertTimeoutActionForUpdateCdnConfigInput
- func (s ConvertTimeoutActionForUpdateCdnConfigInput) GoString() string
- func (s *ConvertTimeoutActionForUpdateCdnConfigInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForUpdateCdnConfigInput
- func (s *ConvertTimeoutActionForUpdateCdnConfigInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForUpdateCdnConfigInput
- func (s ConvertTimeoutActionForUpdateCdnConfigInput) String() string
- type CreateUsageReportInput
- func (s CreateUsageReportInput) GoString() string
- func (s *CreateUsageReportInput) SetAggregate(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetBillingCode(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetBillingRegion(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetCalculationMethod(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetDomain(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetEndTime(v int64) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetExportType(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetFreeTimeTrafficCompute(v bool) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetMetric(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetStartTime(v int64) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetTaskName(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetTimeZone(v string) *CreateUsageReportInput
- func (s *CreateUsageReportInput) SetTlsTopic(v string) *CreateUsageReportInput
- func (s CreateUsageReportInput) String() string
- func (s *CreateUsageReportInput) Validate() error
- type CreateUsageReportOutput
- type CustomErrorPageForAddCdnDomainInput
- func (s CustomErrorPageForAddCdnDomainInput) GoString() string
- func (s *CustomErrorPageForAddCdnDomainInput) SetErrorPageRule(v []*ErrorPageRuleForAddCdnDomainInput) *CustomErrorPageForAddCdnDomainInput
- func (s *CustomErrorPageForAddCdnDomainInput) SetSwitch(v bool) *CustomErrorPageForAddCdnDomainInput
- func (s CustomErrorPageForAddCdnDomainInput) String() string
- type CustomErrorPageForBatchUpdateCdnConfigInput
- func (s CustomErrorPageForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomErrorPageForBatchUpdateCdnConfigInput) SetErrorPageRule(v []*ErrorPageRuleForBatchUpdateCdnConfigInput) *CustomErrorPageForBatchUpdateCdnConfigInput
- func (s *CustomErrorPageForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CustomErrorPageForBatchUpdateCdnConfigInput
- func (s CustomErrorPageForBatchUpdateCdnConfigInput) String() string
- type CustomErrorPageForDescribeCdnConfigOutput
- func (s CustomErrorPageForDescribeCdnConfigOutput) GoString() string
- func (s *CustomErrorPageForDescribeCdnConfigOutput) SetErrorPageRule(v []*ErrorPageRuleForDescribeCdnConfigOutput) *CustomErrorPageForDescribeCdnConfigOutput
- func (s *CustomErrorPageForDescribeCdnConfigOutput) SetSwitch(v bool) *CustomErrorPageForDescribeCdnConfigOutput
- func (s CustomErrorPageForDescribeCdnConfigOutput) String() string
- type CustomErrorPageForUpdateCdnConfigInput
- func (s CustomErrorPageForUpdateCdnConfigInput) GoString() string
- func (s *CustomErrorPageForUpdateCdnConfigInput) SetErrorPageRule(v []*ErrorPageRuleForUpdateCdnConfigInput) *CustomErrorPageForUpdateCdnConfigInput
- func (s *CustomErrorPageForUpdateCdnConfigInput) SetSwitch(v bool) *CustomErrorPageForUpdateCdnConfigInput
- func (s CustomErrorPageForUpdateCdnConfigInput) String() string
- type CustomVariableInstanceForAddCdnDomainInput
- func (s CustomVariableInstanceForAddCdnDomainInput) GoString() string
- func (s *CustomVariableInstanceForAddCdnDomainInput) SetOperator(v string) *CustomVariableInstanceForAddCdnDomainInput
- func (s *CustomVariableInstanceForAddCdnDomainInput) SetType(v string) *CustomVariableInstanceForAddCdnDomainInput
- func (s *CustomVariableInstanceForAddCdnDomainInput) SetValue(v string) *CustomVariableInstanceForAddCdnDomainInput
- func (s CustomVariableInstanceForAddCdnDomainInput) String() string
- type CustomVariableInstanceForBatchUpdateCdnConfigInput
- func (s CustomVariableInstanceForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetOperator(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
- func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetType(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
- func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
- func (s CustomVariableInstanceForBatchUpdateCdnConfigInput) String() string
- type CustomVariableInstanceForDescribeCdnConfigOutput
- func (s CustomVariableInstanceForDescribeCdnConfigOutput) GoString() string
- func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetOperator(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
- func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetType(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
- func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetValue(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
- func (s CustomVariableInstanceForDescribeCdnConfigOutput) String() string
- type CustomVariableInstanceForUpdateCdnConfigInput
- func (s CustomVariableInstanceForUpdateCdnConfigInput) GoString() string
- func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetOperator(v string) *CustomVariableInstanceForUpdateCdnConfigInput
- func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetType(v string) *CustomVariableInstanceForUpdateCdnConfigInput
- func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetValue(v string) *CustomVariableInstanceForUpdateCdnConfigInput
- func (s CustomVariableInstanceForUpdateCdnConfigInput) String() string
- type CustomVariableRulesForAddCdnDomainInput
- type CustomVariableRulesForBatchUpdateCdnConfigInput
- func (s CustomVariableRulesForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomVariableRulesForBatchUpdateCdnConfigInput) SetCustomVariableInstances(v []*CustomVariableInstanceForBatchUpdateCdnConfigInput) *CustomVariableRulesForBatchUpdateCdnConfigInput
- func (s CustomVariableRulesForBatchUpdateCdnConfigInput) String() string
- type CustomVariableRulesForDescribeCdnConfigOutput
- func (s CustomVariableRulesForDescribeCdnConfigOutput) GoString() string
- func (s *CustomVariableRulesForDescribeCdnConfigOutput) SetCustomVariableInstances(v []*CustomVariableInstanceForDescribeCdnConfigOutput) *CustomVariableRulesForDescribeCdnConfigOutput
- func (s CustomVariableRulesForDescribeCdnConfigOutput) String() string
- type CustomVariableRulesForUpdateCdnConfigInput
- func (s CustomVariableRulesForUpdateCdnConfigInput) GoString() string
- func (s *CustomVariableRulesForUpdateCdnConfigInput) SetCustomVariableInstances(v []*CustomVariableInstanceForUpdateCdnConfigInput) *CustomVariableRulesForUpdateCdnConfigInput
- func (s CustomVariableRulesForUpdateCdnConfigInput) String() string
- type CustomizeAccessRuleForAddCdnDomainInput
- func (s CustomizeAccessRuleForAddCdnDomainInput) GoString() string
- func (s *CustomizeAccessRuleForAddCdnDomainInput) SetCustomizeInstances(v []*CustomizeInstanceForAddCdnDomainInput) *CustomizeAccessRuleForAddCdnDomainInput
- func (s *CustomizeAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *CustomizeAccessRuleForAddCdnDomainInput
- func (s CustomizeAccessRuleForAddCdnDomainInput) String() string
- type CustomizeAccessRuleForBatchUpdateCdnConfigInput
- func (s CustomizeAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetCustomizeInstances(v []*CustomizeInstanceForBatchUpdateCdnConfigInput) *CustomizeAccessRuleForBatchUpdateCdnConfigInput
- func (s *CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CustomizeAccessRuleForBatchUpdateCdnConfigInput
- func (s CustomizeAccessRuleForBatchUpdateCdnConfigInput) String() string
- type CustomizeAccessRuleForDescribeCdnConfigOutput
- func (s CustomizeAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *CustomizeAccessRuleForDescribeCdnConfigOutput) SetCustomizeInstances(v []*CustomizeInstanceForDescribeCdnConfigOutput) *CustomizeAccessRuleForDescribeCdnConfigOutput
- func (s *CustomizeAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *CustomizeAccessRuleForDescribeCdnConfigOutput
- func (s CustomizeAccessRuleForDescribeCdnConfigOutput) String() string
- type CustomizeAccessRuleForUpdateCdnConfigInput
- func (s CustomizeAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *CustomizeAccessRuleForUpdateCdnConfigInput) SetCustomizeInstances(v []*CustomizeInstanceForUpdateCdnConfigInput) *CustomizeAccessRuleForUpdateCdnConfigInput
- func (s *CustomizeAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *CustomizeAccessRuleForUpdateCdnConfigInput
- func (s CustomizeAccessRuleForUpdateCdnConfigInput) String() string
- type CustomizeInstanceForAddCdnDomainInput
- type CustomizeInstanceForBatchUpdateCdnConfigInput
- func (s CustomizeInstanceForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomizeInstanceForBatchUpdateCdnConfigInput) SetCustomizeRule(v *CustomizeRuleForBatchUpdateCdnConfigInput) *CustomizeInstanceForBatchUpdateCdnConfigInput
- func (s CustomizeInstanceForBatchUpdateCdnConfigInput) String() string
- type CustomizeInstanceForDescribeCdnConfigOutput
- type CustomizeInstanceForUpdateCdnConfigInput
- type CustomizeRuleForAddCdnDomainInput
- func (s CustomizeRuleForAddCdnDomainInput) GoString() string
- func (s *CustomizeRuleForAddCdnDomainInput) SetAccessAction(v *AccessActionForAddCdnDomainInput) *CustomizeRuleForAddCdnDomainInput
- func (s *CustomizeRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CustomizeRuleForAddCdnDomainInput
- func (s CustomizeRuleForAddCdnDomainInput) String() string
- type CustomizeRuleForBatchUpdateCdnConfigInput
- func (s CustomizeRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *CustomizeRuleForBatchUpdateCdnConfigInput) SetAccessAction(v *AccessActionForBatchUpdateCdnConfigInput) *CustomizeRuleForBatchUpdateCdnConfigInput
- func (s *CustomizeRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CustomizeRuleForBatchUpdateCdnConfigInput
- func (s CustomizeRuleForBatchUpdateCdnConfigInput) String() string
- type CustomizeRuleForDescribeCdnConfigOutput
- func (s CustomizeRuleForDescribeCdnConfigOutput) GoString() string
- func (s *CustomizeRuleForDescribeCdnConfigOutput) SetAccessAction(v *AccessActionForDescribeCdnConfigOutput) *CustomizeRuleForDescribeCdnConfigOutput
- func (s *CustomizeRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CustomizeRuleForDescribeCdnConfigOutput
- func (s CustomizeRuleForDescribeCdnConfigOutput) String() string
- type CustomizeRuleForUpdateCdnConfigInput
- func (s CustomizeRuleForUpdateCdnConfigInput) GoString() string
- func (s *CustomizeRuleForUpdateCdnConfigInput) SetAccessAction(v *AccessActionForUpdateCdnConfigInput) *CustomizeRuleForUpdateCdnConfigInput
- func (s *CustomizeRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CustomizeRuleForUpdateCdnConfigInput
- func (s CustomizeRuleForUpdateCdnConfigInput) String() string
- type DataForDescribeContentBlockTasksOutput
- func (s DataForDescribeContentBlockTasksOutput) GoString() string
- func (s *DataForDescribeContentBlockTasksOutput) SetBlockReason(v string) *DataForDescribeContentBlockTasksOutput
- func (s *DataForDescribeContentBlockTasksOutput) SetCreateTime(v int64) *DataForDescribeContentBlockTasksOutput
- func (s *DataForDescribeContentBlockTasksOutput) SetStatus(v string) *DataForDescribeContentBlockTasksOutput
- func (s *DataForDescribeContentBlockTasksOutput) SetTaskID(v string) *DataForDescribeContentBlockTasksOutput
- func (s *DataForDescribeContentBlockTasksOutput) SetTaskType(v string) *DataForDescribeContentBlockTasksOutput
- func (s *DataForDescribeContentBlockTasksOutput) SetUrl(v string) *DataForDescribeContentBlockTasksOutput
- func (s DataForDescribeContentBlockTasksOutput) String() string
- type DataForDescribeContentTasksOutput
- func (s DataForDescribeContentTasksOutput) GoString() string
- func (s *DataForDescribeContentTasksOutput) SetCreateTime(v int64) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetDelete(v bool) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetLayer(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetProcess(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetRefreshPrefix(v bool) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetRemark(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetStatus(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetTaskID(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetTaskType(v string) *DataForDescribeContentTasksOutput
- func (s *DataForDescribeContentTasksOutput) SetUrl(v string) *DataForDescribeContentTasksOutput
- func (s DataForDescribeContentTasksOutput) String() string
- type DataForListCdnDomainsOutput
- func (s DataForListCdnDomainsOutput) GoString() string
- func (s *DataForListCdnDomainsOutput) SetBackupCname(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetBackupOrigin(v []*string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetCacheShared(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetCacheSharedTargetHost(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetCname(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetConfigStatus(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetCreateTime(v int64) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetDomain(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetDomainLock(v *DomainLockForListCdnDomainsOutput) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetFeatureConfig(v *FeatureConfigForListCdnDomainsOutput) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetHTTPS(v bool) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetIPv6(v bool) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetIsConflictDomain(v bool) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetOriginProtocol(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetPrimaryOrigin(v []*string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetProject(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetResourceTags(v []*ResourceTagForListCdnDomainsOutput) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetServiceRegion(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetServiceType(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetStatus(v string) *DataForListCdnDomainsOutput
- func (s *DataForListCdnDomainsOutput) SetUpdateTime(v int64) *DataForListCdnDomainsOutput
- func (s DataForListCdnDomainsOutput) String() string
- type DeleteCdnCertificateInput
- type DeleteCdnCertificateOutput
- type DeleteCdnDomainInput
- type DeleteCdnDomainOutput
- type DeleteResourceTagsInput
- func (s DeleteResourceTagsInput) GoString() string
- func (s *DeleteResourceTagsInput) SetResourceTags(v []*ResourceTagForDeleteResourceTagsInput) *DeleteResourceTagsInput
- func (s *DeleteResourceTagsInput) SetResources(v []*string) *DeleteResourceTagsInput
- func (s DeleteResourceTagsInput) String() string
- type DeleteResourceTagsOutput
- type DeleteUsageReportInput
- type DeleteUsageReportOutput
- type DeployResultForBatchDeployCertOutput
- func (s DeployResultForBatchDeployCertOutput) GoString() string
- func (s *DeployResultForBatchDeployCertOutput) SetDomain(v string) *DeployResultForBatchDeployCertOutput
- func (s *DeployResultForBatchDeployCertOutput) SetErrorMsg(v string) *DeployResultForBatchDeployCertOutput
- func (s *DeployResultForBatchDeployCertOutput) SetStatus(v string) *DeployResultForBatchDeployCertOutput
- func (s DeployResultForBatchDeployCertOutput) String() string
- type DeployResultForBatchUpdateCdnConfigOutput
- func (s DeployResultForBatchUpdateCdnConfigOutput) GoString() string
- func (s *DeployResultForBatchUpdateCdnConfigOutput) SetDomain(v string) *DeployResultForBatchUpdateCdnConfigOutput
- func (s *DeployResultForBatchUpdateCdnConfigOutput) SetErrorMsg(v string) *DeployResultForBatchUpdateCdnConfigOutput
- func (s *DeployResultForBatchUpdateCdnConfigOutput) SetStatus(v string) *DeployResultForBatchUpdateCdnConfigOutput
- func (s DeployResultForBatchUpdateCdnConfigOutput) String() string
- type DescribeCdnAccessLogInput
- func (s DescribeCdnAccessLogInput) GoString() string
- func (s *DescribeCdnAccessLogInput) SetDomain(v string) *DescribeCdnAccessLogInput
- func (s *DescribeCdnAccessLogInput) SetEndTime(v int64) *DescribeCdnAccessLogInput
- func (s *DescribeCdnAccessLogInput) SetPageNum(v int64) *DescribeCdnAccessLogInput
- func (s *DescribeCdnAccessLogInput) SetPageSize(v int64) *DescribeCdnAccessLogInput
- func (s *DescribeCdnAccessLogInput) SetServiceRegion(v string) *DescribeCdnAccessLogInput
- func (s *DescribeCdnAccessLogInput) SetStartTime(v int64) *DescribeCdnAccessLogInput
- func (s DescribeCdnAccessLogInput) String() string
- func (s *DescribeCdnAccessLogInput) Validate() error
- type DescribeCdnAccessLogOutput
- func (s DescribeCdnAccessLogOutput) GoString() string
- func (s *DescribeCdnAccessLogOutput) SetDomain(v string) *DescribeCdnAccessLogOutput
- func (s *DescribeCdnAccessLogOutput) SetDomainLogDetails(v []*DomainLogDetailForDescribeCdnAccessLogOutput) *DescribeCdnAccessLogOutput
- func (s *DescribeCdnAccessLogOutput) SetPageNum(v int64) *DescribeCdnAccessLogOutput
- func (s *DescribeCdnAccessLogOutput) SetPageSize(v int64) *DescribeCdnAccessLogOutput
- func (s *DescribeCdnAccessLogOutput) SetTotalCount(v int64) *DescribeCdnAccessLogOutput
- func (s DescribeCdnAccessLogOutput) String() string
- type DescribeCdnConfigInput
- func (s DescribeCdnConfigInput) GoString() string
- func (s *DescribeCdnConfigInput) SetDomain(v string) *DescribeCdnConfigInput
- func (s *DescribeCdnConfigInput) SetLockInfo(v bool) *DescribeCdnConfigInput
- func (s DescribeCdnConfigInput) String() string
- func (s *DescribeCdnConfigInput) Validate() error
- type DescribeCdnConfigOutput
- func (s DescribeCdnConfigOutput) GoString() string
- func (s *DescribeCdnConfigOutput) SetDomainConfig(v *DomainConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
- func (s *DescribeCdnConfigOutput) SetFeatureConfig(v *FeatureConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
- func (s *DescribeCdnConfigOutput) SetModuleLockConfig(v *ModuleLockConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
- func (s DescribeCdnConfigOutput) String() string
- type DescribeCdnEdgeIpInput
- func (s DescribeCdnEdgeIpInput) GoString() string
- func (s *DescribeCdnEdgeIpInput) SetDomain(v string) *DescribeCdnEdgeIpInput
- func (s *DescribeCdnEdgeIpInput) SetIpVersion(v string) *DescribeCdnEdgeIpInput
- func (s *DescribeCdnEdgeIpInput) SetIsp(v string) *DescribeCdnEdgeIpInput
- func (s *DescribeCdnEdgeIpInput) SetRegion(v string) *DescribeCdnEdgeIpInput
- func (s *DescribeCdnEdgeIpInput) SetStatus(v string) *DescribeCdnEdgeIpInput
- func (s DescribeCdnEdgeIpInput) String() string
- func (s *DescribeCdnEdgeIpInput) Validate() error
- type DescribeCdnEdgeIpOutput
- type DescribeCdnIPInput
- type DescribeCdnIPOutput
- type DescribeCdnRegionAndIspInput
- type DescribeCdnRegionAndIspOutput
- func (s DescribeCdnRegionAndIspOutput) GoString() string
- func (s *DescribeCdnRegionAndIspOutput) SetIsps(v []*IspForDescribeCdnRegionAndIspOutput) *DescribeCdnRegionAndIspOutput
- func (s *DescribeCdnRegionAndIspOutput) SetRegions(v []*RegionForDescribeCdnRegionAndIspOutput) *DescribeCdnRegionAndIspOutput
- func (s DescribeCdnRegionAndIspOutput) String() string
- type DescribeCdnServiceInput
- type DescribeCdnServiceOutput
- type DescribeCdnUpperIpInput
- func (s DescribeCdnUpperIpInput) GoString() string
- func (s *DescribeCdnUpperIpInput) SetDomain(v string) *DescribeCdnUpperIpInput
- func (s *DescribeCdnUpperIpInput) SetIpVersion(v string) *DescribeCdnUpperIpInput
- func (s DescribeCdnUpperIpInput) String() string
- func (s *DescribeCdnUpperIpInput) Validate() error
- type DescribeCdnUpperIpOutput
- type DescribeCertConfigInput
- func (s DescribeCertConfigInput) GoString() string
- func (s *DescribeCertConfigInput) SetCertId(v string) *DescribeCertConfigInput
- func (s *DescribeCertConfigInput) SetCertId2(v string) *DescribeCertConfigInput
- func (s *DescribeCertConfigInput) SetCertType(v string) *DescribeCertConfigInput
- func (s *DescribeCertConfigInput) SetEncryType(v string) *DescribeCertConfigInput
- func (s *DescribeCertConfigInput) SetStatus(v string) *DescribeCertConfigInput
- func (s DescribeCertConfigInput) String() string
- func (s *DescribeCertConfigInput) Validate() error
- type DescribeCertConfigOutput
- func (s DescribeCertConfigOutput) GoString() string
- func (s *DescribeCertConfigOutput) SetCertNotConfig(v []*CertNotConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
- func (s *DescribeCertConfigOutput) SetOtherCertConfig(v []*OtherCertConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
- func (s *DescribeCertConfigOutput) SetSpecifiedCertConfig(v []*SpecifiedCertConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
- func (s DescribeCertConfigOutput) String() string
- type DescribeContentBlockTasksInput
- func (s DescribeContentBlockTasksInput) GoString() string
- func (s *DescribeContentBlockTasksInput) SetDomainName(v string) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetEndTime(v int64) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetPageNum(v int32) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetPageSize(v int32) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetStartTime(v int64) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetStatus(v string) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetTaskID(v string) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetTaskType(v string) *DescribeContentBlockTasksInput
- func (s *DescribeContentBlockTasksInput) SetURL(v string) *DescribeContentBlockTasksInput
- func (s DescribeContentBlockTasksInput) String() string
- func (s *DescribeContentBlockTasksInput) Validate() error
- type DescribeContentBlockTasksOutput
- func (s DescribeContentBlockTasksOutput) GoString() string
- func (s *DescribeContentBlockTasksOutput) SetData(v []*DataForDescribeContentBlockTasksOutput) *DescribeContentBlockTasksOutput
- func (s *DescribeContentBlockTasksOutput) SetPageNum(v int64) *DescribeContentBlockTasksOutput
- func (s *DescribeContentBlockTasksOutput) SetPageSize(v int64) *DescribeContentBlockTasksOutput
- func (s *DescribeContentBlockTasksOutput) SetTotal(v int64) *DescribeContentBlockTasksOutput
- func (s DescribeContentBlockTasksOutput) String() string
- type DescribeContentQuotaInput
- type DescribeContentQuotaOutput
- func (s DescribeContentQuotaOutput) GoString() string
- func (s *DescribeContentQuotaOutput) SetBlockLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetBlockQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetBlockRemain(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetPreloadLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetPreloadQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetPreloadRemain(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshDirLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshDirQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshDirRemain(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshQuotaLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshRegexLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshRegexQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshRegexRemain(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetRefreshRemain(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetUnblockLimit(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetUnblockQuota(v int64) *DescribeContentQuotaOutput
- func (s *DescribeContentQuotaOutput) SetUnblockRemain(v int64) *DescribeContentQuotaOutput
- func (s DescribeContentQuotaOutput) String() string
- type DescribeContentTasksInput
- func (s DescribeContentTasksInput) GoString() string
- func (s *DescribeContentTasksInput) SetDomainName(v string) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetEndTime(v int64) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetPageNum(v int32) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetPageSize(v int32) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetRemark(v string) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetStartTime(v int32) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetStatus(v string) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetTaskID(v string) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetTaskType(v string) *DescribeContentTasksInput
- func (s *DescribeContentTasksInput) SetUrl(v string) *DescribeContentTasksInput
- func (s DescribeContentTasksInput) String() string
- func (s *DescribeContentTasksInput) Validate() error
- type DescribeContentTasksOutput
- func (s DescribeContentTasksOutput) GoString() string
- func (s *DescribeContentTasksOutput) SetData(v []*DataForDescribeContentTasksOutput) *DescribeContentTasksOutput
- func (s *DescribeContentTasksOutput) SetPageNum(v int32) *DescribeContentTasksOutput
- func (s *DescribeContentTasksOutput) SetPageSize(v int32) *DescribeContentTasksOutput
- func (s *DescribeContentTasksOutput) SetTotal(v int32) *DescribeContentTasksOutput
- func (s DescribeContentTasksOutput) String() string
- type DescribeDistrictDataInput
- func (s DescribeDistrictDataInput) GoString() string
- func (s *DescribeDistrictDataInput) SetDomain(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetEndTime(v int64) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetInterval(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetIpVersion(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetIsp(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetLocation(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetMetric(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetProject(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetProtocol(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetProvince(v string) *DescribeDistrictDataInput
- func (s *DescribeDistrictDataInput) SetStartTime(v int64) *DescribeDistrictDataInput
- func (s DescribeDistrictDataInput) String() string
- func (s *DescribeDistrictDataInput) Validate() error
- type DescribeDistrictDataOutput
- type DescribeDistrictRankingInput
- func (s DescribeDistrictRankingInput) GoString() string
- func (s *DescribeDistrictRankingInput) SetDomain(v string) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetEndTime(v int64) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetInterval(v string) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetItem(v string) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetMetric(v string) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetProject(v string) *DescribeDistrictRankingInput
- func (s *DescribeDistrictRankingInput) SetStartTime(v int64) *DescribeDistrictRankingInput
- func (s DescribeDistrictRankingInput) String() string
- func (s *DescribeDistrictRankingInput) Validate() error
- type DescribeDistrictRankingOutput
- func (s DescribeDistrictRankingOutput) GoString() string
- func (s *DescribeDistrictRankingOutput) SetItem(v string) *DescribeDistrictRankingOutput
- func (s *DescribeDistrictRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeDistrictRankingOutput) *DescribeDistrictRankingOutput
- func (s DescribeDistrictRankingOutput) String() string
- type DescribeDistrictSummaryInput
- func (s DescribeDistrictSummaryInput) GoString() string
- func (s *DescribeDistrictSummaryInput) SetDomain(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetEndTime(v int64) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetInterval(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetIpVersion(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetIsp(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetLocation(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetMetric(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetProject(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetProtocol(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetProvince(v string) *DescribeDistrictSummaryInput
- func (s *DescribeDistrictSummaryInput) SetStartTime(v int64) *DescribeDistrictSummaryInput
- func (s DescribeDistrictSummaryInput) String() string
- func (s *DescribeDistrictSummaryInput) Validate() error
- type DescribeDistrictSummaryOutput
- type DescribeEdgeDataInput
- func (s DescribeEdgeDataInput) GoString() string
- func (s *DescribeEdgeDataInput) SetBillingRegion(v string) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetDomain(v string) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetEndTime(v int64) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetInterval(v string) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetMetric(v string) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetProject(v string) *DescribeEdgeDataInput
- func (s *DescribeEdgeDataInput) SetStartTime(v int64) *DescribeEdgeDataInput
- func (s DescribeEdgeDataInput) String() string
- func (s *DescribeEdgeDataInput) Validate() error
- type DescribeEdgeDataOutput
- type DescribeEdgeRankingInput
- func (s DescribeEdgeRankingInput) GoString() string
- func (s *DescribeEdgeRankingInput) SetBillingRegion(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetDomain(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetEndTime(v int64) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetInterval(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetItem(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetMetric(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetProject(v string) *DescribeEdgeRankingInput
- func (s *DescribeEdgeRankingInput) SetStartTime(v int64) *DescribeEdgeRankingInput
- func (s DescribeEdgeRankingInput) String() string
- func (s *DescribeEdgeRankingInput) Validate() error
- type DescribeEdgeRankingOutput
- func (s DescribeEdgeRankingOutput) GoString() string
- func (s *DescribeEdgeRankingOutput) SetItem(v string) *DescribeEdgeRankingOutput
- func (s *DescribeEdgeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeEdgeRankingOutput) *DescribeEdgeRankingOutput
- func (s DescribeEdgeRankingOutput) String() string
- type DescribeEdgeStatusCodeRankingInput
- func (s DescribeEdgeStatusCodeRankingInput) GoString() string
- func (s *DescribeEdgeStatusCodeRankingInput) SetDomain(v string) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetEndTime(v int64) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetInterval(v string) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetItem(v string) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetMetric(v string) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetProject(v string) *DescribeEdgeStatusCodeRankingInput
- func (s *DescribeEdgeStatusCodeRankingInput) SetStartTime(v int64) *DescribeEdgeStatusCodeRankingInput
- func (s DescribeEdgeStatusCodeRankingInput) String() string
- func (s *DescribeEdgeStatusCodeRankingInput) Validate() error
- type DescribeEdgeStatusCodeRankingOutput
- func (s DescribeEdgeStatusCodeRankingOutput) GoString() string
- func (s *DescribeEdgeStatusCodeRankingOutput) SetItem(v string) *DescribeEdgeStatusCodeRankingOutput
- func (s *DescribeEdgeStatusCodeRankingOutput) SetMetric(v string) *DescribeEdgeStatusCodeRankingOutput
- func (s *DescribeEdgeStatusCodeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) *DescribeEdgeStatusCodeRankingOutput
- func (s DescribeEdgeStatusCodeRankingOutput) String() string
- type DescribeEdgeSummaryInput
- func (s DescribeEdgeSummaryInput) GoString() string
- func (s *DescribeEdgeSummaryInput) SetBillingRegion(v string) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetDomain(v string) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetEndTime(v int64) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetInterval(v string) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetMetric(v string) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetProject(v string) *DescribeEdgeSummaryInput
- func (s *DescribeEdgeSummaryInput) SetStartTime(v int64) *DescribeEdgeSummaryInput
- func (s DescribeEdgeSummaryInput) String() string
- func (s *DescribeEdgeSummaryInput) Validate() error
- type DescribeEdgeSummaryOutput
- type DescribeOriginDataInput
- func (s DescribeOriginDataInput) GoString() string
- func (s *DescribeOriginDataInput) SetDomain(v string) *DescribeOriginDataInput
- func (s *DescribeOriginDataInput) SetEndTime(v int64) *DescribeOriginDataInput
- func (s *DescribeOriginDataInput) SetInterval(v string) *DescribeOriginDataInput
- func (s *DescribeOriginDataInput) SetMetric(v string) *DescribeOriginDataInput
- func (s *DescribeOriginDataInput) SetProject(v string) *DescribeOriginDataInput
- func (s *DescribeOriginDataInput) SetStartTime(v int64) *DescribeOriginDataInput
- func (s DescribeOriginDataInput) String() string
- func (s *DescribeOriginDataInput) Validate() error
- type DescribeOriginDataOutput
- type DescribeOriginRankingInput
- func (s DescribeOriginRankingInput) GoString() string
- func (s *DescribeOriginRankingInput) SetDomain(v string) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetEndTime(v int64) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetInterval(v string) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetItem(v string) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetMetric(v string) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetProject(v string) *DescribeOriginRankingInput
- func (s *DescribeOriginRankingInput) SetStartTime(v int64) *DescribeOriginRankingInput
- func (s DescribeOriginRankingInput) String() string
- func (s *DescribeOriginRankingInput) Validate() error
- type DescribeOriginRankingOutput
- func (s DescribeOriginRankingOutput) GoString() string
- func (s *DescribeOriginRankingOutput) SetItem(v string) *DescribeOriginRankingOutput
- func (s *DescribeOriginRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeOriginRankingOutput) *DescribeOriginRankingOutput
- func (s DescribeOriginRankingOutput) String() string
- type DescribeOriginStatusCodeRankingInput
- func (s DescribeOriginStatusCodeRankingInput) GoString() string
- func (s *DescribeOriginStatusCodeRankingInput) SetDomain(v string) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetEndTime(v int64) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetInterval(v string) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetItem(v string) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetMetric(v string) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetProject(v string) *DescribeOriginStatusCodeRankingInput
- func (s *DescribeOriginStatusCodeRankingInput) SetStartTime(v int64) *DescribeOriginStatusCodeRankingInput
- func (s DescribeOriginStatusCodeRankingInput) String() string
- func (s *DescribeOriginStatusCodeRankingInput) Validate() error
- type DescribeOriginStatusCodeRankingOutput
- func (s DescribeOriginStatusCodeRankingOutput) GoString() string
- func (s *DescribeOriginStatusCodeRankingOutput) SetItem(v string) *DescribeOriginStatusCodeRankingOutput
- func (s *DescribeOriginStatusCodeRankingOutput) SetMetric(v string) *DescribeOriginStatusCodeRankingOutput
- func (s *DescribeOriginStatusCodeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeOriginStatusCodeRankingOutput) *DescribeOriginStatusCodeRankingOutput
- func (s DescribeOriginStatusCodeRankingOutput) String() string
- type DescribeOriginSummaryInput
- func (s DescribeOriginSummaryInput) GoString() string
- func (s *DescribeOriginSummaryInput) SetDomain(v string) *DescribeOriginSummaryInput
- func (s *DescribeOriginSummaryInput) SetEndTime(v int64) *DescribeOriginSummaryInput
- func (s *DescribeOriginSummaryInput) SetInterval(v string) *DescribeOriginSummaryInput
- func (s *DescribeOriginSummaryInput) SetMetric(v string) *DescribeOriginSummaryInput
- func (s *DescribeOriginSummaryInput) SetProject(v string) *DescribeOriginSummaryInput
- func (s *DescribeOriginSummaryInput) SetStartTime(v int64) *DescribeOriginSummaryInput
- func (s DescribeOriginSummaryInput) String() string
- func (s *DescribeOriginSummaryInput) Validate() error
- type DescribeOriginSummaryOutput
- type DescribeStatisticalRankingInput
- func (s DescribeStatisticalRankingInput) GoString() string
- func (s *DescribeStatisticalRankingInput) SetArea(v string) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetDomain(v string) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetEndTime(v int64) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetItem(v string) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetMetric(v string) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetStartTime(v int64) *DescribeStatisticalRankingInput
- func (s *DescribeStatisticalRankingInput) SetUaType(v string) *DescribeStatisticalRankingInput
- func (s DescribeStatisticalRankingInput) String() string
- func (s *DescribeStatisticalRankingInput) Validate() error
- type DescribeStatisticalRankingOutput
- func (s DescribeStatisticalRankingOutput) GoString() string
- func (s *DescribeStatisticalRankingOutput) SetItem(v string) *DescribeStatisticalRankingOutput
- func (s *DescribeStatisticalRankingOutput) SetMetric(v string) *DescribeStatisticalRankingOutput
- func (s *DescribeStatisticalRankingOutput) SetRankingDataList(v []*RankingDataListForDescribeStatisticalRankingOutput) *DescribeStatisticalRankingOutput
- func (s *DescribeStatisticalRankingOutput) SetUaType(v string) *DescribeStatisticalRankingOutput
- func (s DescribeStatisticalRankingOutput) String() string
- type DescribeUserDataInput
- func (s DescribeUserDataInput) GoString() string
- func (s *DescribeUserDataInput) SetDomain(v string) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetEndTime(v int64) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetInterval(v string) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetIpVersion(v string) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetLocation(v string) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetProvince(v string) *DescribeUserDataInput
- func (s *DescribeUserDataInput) SetStartTime(v int64) *DescribeUserDataInput
- func (s DescribeUserDataInput) String() string
- func (s *DescribeUserDataInput) Validate() error
- type DescribeUserDataOutput
- type DomainConfigForDescribeCdnConfigOutput
- func (s DomainConfigForDescribeCdnConfigOutput) GoString() string
- func (s *DomainConfigForDescribeCdnConfigOutput) SetAreaAccessRule(v *AreaAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetBackupCname(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetBandwidthLimit(v *BandwidthLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetBrowserCache(v []*BrowserCacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCache(v []*CacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCacheHost(v *CacheHostForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCacheKey(v []*CacheKeyForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCname(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCompression(v *CompressionForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetConditionalOrigin(v *ConditionalOriginForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCreateTime(v int64) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCustomErrorPage(v *CustomErrorPageForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetCustomizeAccessRule(v *CustomizeAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetDomain(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetFollowRedirect(v bool) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetHTTPS(v *HTTPSForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetHttpForcedRedirect(v *HttpForcedRedirectForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetIPv6(v *IPv6ForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetIpAccessRule(v *IpAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetIpFreqLimit(v *IpFreqLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetIpSpeedLimit(v *IpSpeedLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetLockStatus(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetMethodDeniedRule(v *MethodDeniedRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetNegativeCache(v []*NegativeCacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOrigin(v []*OriginForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginAccessRule(v *OriginAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginArg(v []*OriginArgForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginCertCheck(v *OriginCertCheckForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginHost(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginIPv6(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginProtocol(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRange(v bool) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRetry(v *OriginRetryForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRewrite(v *OriginRewriteForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginSni(v *OriginSniForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetPageOptimization(v *PageOptimizationForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetProject(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetQuic(v *QuicForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetRedirectionRewrite(v *RedirectionRewriteForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetRefererAccessRule(v *RefererAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetRemoteAuth(v *RemoteAuthForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetRequestBlockRule(v *RequestBlockRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetRequestHeader(v []*RequestHeaderForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetResponseHeader(v []*ResponseHeaderForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetServiceRegion(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetServiceType(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetSignedUrlAuth(v *SignedUrlAuthForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetStatus(v string) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetTimeout(v *TimeoutForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetUaAccessRule(v *UaAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetUpdateTime(v int64) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetUrlNormalize(v *UrlNormalizeForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s *DomainConfigForDescribeCdnConfigOutput) SetVideoDrag(v *VideoDragForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
- func (s DomainConfigForDescribeCdnConfigOutput) String() string
- type DomainLockForDescribeCertConfigOutput
- func (s DomainLockForDescribeCertConfigOutput) GoString() string
- func (s *DomainLockForDescribeCertConfigOutput) SetRemark(v string) *DomainLockForDescribeCertConfigOutput
- func (s *DomainLockForDescribeCertConfigOutput) SetStatus(v string) *DomainLockForDescribeCertConfigOutput
- func (s DomainLockForDescribeCertConfigOutput) String() string
- type DomainLockForListCdnDomainsOutput
- func (s DomainLockForListCdnDomainsOutput) GoString() string
- func (s *DomainLockForListCdnDomainsOutput) SetRemark(v string) *DomainLockForListCdnDomainsOutput
- func (s *DomainLockForListCdnDomainsOutput) SetStatus(v string) *DomainLockForListCdnDomainsOutput
- func (s DomainLockForListCdnDomainsOutput) String() string
- type DomainLogDetailForDescribeCdnAccessLogOutput
- func (s DomainLogDetailForDescribeCdnAccessLogOutput) GoString() string
- func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetEndTime(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
- func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogName(v string) *DomainLogDetailForDescribeCdnAccessLogOutput
- func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogPath(v string) *DomainLogDetailForDescribeCdnAccessLogOutput
- func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogSize(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
- func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetStartTime(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
- func (s DomainLogDetailForDescribeCdnAccessLogOutput) String() string
- type DownloadSpeedLimitActionForAddCdnDomainInput
- func (s DownloadSpeedLimitActionForAddCdnDomainInput) GoString() string
- func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForAddCdnDomainInput
- func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForAddCdnDomainInput
- func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitTime(v *SpeedLimitTimeForAddCdnDomainInput) *DownloadSpeedLimitActionForAddCdnDomainInput
- func (s DownloadSpeedLimitActionForAddCdnDomainInput) String() string
- type DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
- func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
- func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitTime(v *SpeedLimitTimeForBatchUpdateCdnConfigInput) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) String() string
- type DownloadSpeedLimitActionForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitActionForDescribeCdnConfigOutput) GoString() string
- func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
- func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
- func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitTime(v *SpeedLimitTimeForDescribeCdnConfigOutput) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitActionForDescribeCdnConfigOutput) String() string
- type DownloadSpeedLimitActionForUpdateCdnConfigInput
- func (s DownloadSpeedLimitActionForUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForUpdateCdnConfigInput
- func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForUpdateCdnConfigInput
- func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitTime(v *SpeedLimitTimeForUpdateCdnConfigInput) *DownloadSpeedLimitActionForUpdateCdnConfigInput
- func (s DownloadSpeedLimitActionForUpdateCdnConfigInput) String() string
- type DownloadSpeedLimitForAddCdnDomainInput
- func (s DownloadSpeedLimitForAddCdnDomainInput) GoString() string
- func (s *DownloadSpeedLimitForAddCdnDomainInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForAddCdnDomainInput) *DownloadSpeedLimitForAddCdnDomainInput
- func (s *DownloadSpeedLimitForAddCdnDomainInput) SetSwitch(v bool) *DownloadSpeedLimitForAddCdnDomainInput
- func (s DownloadSpeedLimitForAddCdnDomainInput) String() string
- type DownloadSpeedLimitForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitForBatchUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) *DownloadSpeedLimitForBatchUpdateCdnConfigInput
- func (s *DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *DownloadSpeedLimitForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitForBatchUpdateCdnConfigInput) String() string
- type DownloadSpeedLimitForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitForDescribeCdnConfigOutput) GoString() string
- func (s *DownloadSpeedLimitForDescribeCdnConfigOutput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForDescribeCdnConfigOutput) *DownloadSpeedLimitForDescribeCdnConfigOutput
- func (s *DownloadSpeedLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *DownloadSpeedLimitForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitForDescribeCdnConfigOutput) String() string
- type DownloadSpeedLimitForUpdateCdnConfigInput
- func (s DownloadSpeedLimitForUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitForUpdateCdnConfigInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForUpdateCdnConfigInput) *DownloadSpeedLimitForUpdateCdnConfigInput
- func (s *DownloadSpeedLimitForUpdateCdnConfigInput) SetSwitch(v bool) *DownloadSpeedLimitForUpdateCdnConfigInput
- func (s DownloadSpeedLimitForUpdateCdnConfigInput) String() string
- type DownloadSpeedLimitRuleForAddCdnDomainInput
- func (s DownloadSpeedLimitRuleForAddCdnDomainInput) GoString() string
- func (s *DownloadSpeedLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *DownloadSpeedLimitRuleForAddCdnDomainInput
- func (s *DownloadSpeedLimitRuleForAddCdnDomainInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForAddCdnDomainInput) *DownloadSpeedLimitRuleForAddCdnDomainInput
- func (s DownloadSpeedLimitRuleForAddCdnDomainInput) String() string
- type DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput
- func (s *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput
- func (s DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) String() string
- type DownloadSpeedLimitRuleForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitRuleForDescribeCdnConfigOutput) GoString() string
- func (s *DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *DownloadSpeedLimitRuleForDescribeCdnConfigOutput
- func (s *DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForDescribeCdnConfigOutput) *DownloadSpeedLimitRuleForDescribeCdnConfigOutput
- func (s DownloadSpeedLimitRuleForDescribeCdnConfigOutput) String() string
- type DownloadSpeedLimitRuleForUpdateCdnConfigInput
- func (s DownloadSpeedLimitRuleForUpdateCdnConfigInput) GoString() string
- func (s *DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *DownloadSpeedLimitRuleForUpdateCdnConfigInput
- func (s *DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForUpdateCdnConfigInput) *DownloadSpeedLimitRuleForUpdateCdnConfigInput
- func (s DownloadSpeedLimitRuleForUpdateCdnConfigInput) String() string
- type ErrorPageActionForAddCdnDomainInput
- func (s ErrorPageActionForAddCdnDomainInput) GoString() string
- func (s *ErrorPageActionForAddCdnDomainInput) SetAction(v string) *ErrorPageActionForAddCdnDomainInput
- func (s *ErrorPageActionForAddCdnDomainInput) SetRedirectCode(v string) *ErrorPageActionForAddCdnDomainInput
- func (s *ErrorPageActionForAddCdnDomainInput) SetRedirectUrl(v string) *ErrorPageActionForAddCdnDomainInput
- func (s *ErrorPageActionForAddCdnDomainInput) SetStatusCode(v string) *ErrorPageActionForAddCdnDomainInput
- func (s ErrorPageActionForAddCdnDomainInput) String() string
- type ErrorPageActionForBatchUpdateCdnConfigInput
- func (s ErrorPageActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetAction(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
- func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectCode(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
- func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectUrl(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
- func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
- func (s ErrorPageActionForBatchUpdateCdnConfigInput) String() string
- type ErrorPageActionForDescribeCdnConfigOutput
- func (s ErrorPageActionForDescribeCdnConfigOutput) GoString() string
- func (s *ErrorPageActionForDescribeCdnConfigOutput) SetAction(v string) *ErrorPageActionForDescribeCdnConfigOutput
- func (s *ErrorPageActionForDescribeCdnConfigOutput) SetRedirectCode(v string) *ErrorPageActionForDescribeCdnConfigOutput
- func (s *ErrorPageActionForDescribeCdnConfigOutput) SetRedirectUrl(v string) *ErrorPageActionForDescribeCdnConfigOutput
- func (s *ErrorPageActionForDescribeCdnConfigOutput) SetStatusCode(v string) *ErrorPageActionForDescribeCdnConfigOutput
- func (s ErrorPageActionForDescribeCdnConfigOutput) String() string
- type ErrorPageActionForUpdateCdnConfigInput
- func (s ErrorPageActionForUpdateCdnConfigInput) GoString() string
- func (s *ErrorPageActionForUpdateCdnConfigInput) SetAction(v string) *ErrorPageActionForUpdateCdnConfigInput
- func (s *ErrorPageActionForUpdateCdnConfigInput) SetRedirectCode(v string) *ErrorPageActionForUpdateCdnConfigInput
- func (s *ErrorPageActionForUpdateCdnConfigInput) SetRedirectUrl(v string) *ErrorPageActionForUpdateCdnConfigInput
- func (s *ErrorPageActionForUpdateCdnConfigInput) SetStatusCode(v string) *ErrorPageActionForUpdateCdnConfigInput
- func (s ErrorPageActionForUpdateCdnConfigInput) String() string
- type ErrorPageRuleForAddCdnDomainInput
- type ErrorPageRuleForBatchUpdateCdnConfigInput
- type ErrorPageRuleForDescribeCdnConfigOutput
- type ErrorPageRuleForUpdateCdnConfigInput
- type ExpTimeCapRuleForAddCdnDomainInput
- func (s ExpTimeCapRuleForAddCdnDomainInput) GoString() string
- func (s *ExpTimeCapRuleForAddCdnDomainInput) SetCapMode(v string) *ExpTimeCapRuleForAddCdnDomainInput
- func (s *ExpTimeCapRuleForAddCdnDomainInput) SetParamName(v string) *ExpTimeCapRuleForAddCdnDomainInput
- func (s *ExpTimeCapRuleForAddCdnDomainInput) SetUriLevel(v int64) *ExpTimeCapRuleForAddCdnDomainInput
- func (s ExpTimeCapRuleForAddCdnDomainInput) String() string
- type ExpTimeCapRuleForBatchUpdateCdnConfigInput
- func (s ExpTimeCapRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetCapMode(v string) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
- func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetParamName(v string) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
- func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetUriLevel(v int64) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
- func (s ExpTimeCapRuleForBatchUpdateCdnConfigInput) String() string
- type ExpTimeCapRuleForDescribeCdnConfigOutput
- func (s ExpTimeCapRuleForDescribeCdnConfigOutput) GoString() string
- func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetCapMode(v string) *ExpTimeCapRuleForDescribeCdnConfigOutput
- func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetParamName(v string) *ExpTimeCapRuleForDescribeCdnConfigOutput
- func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetUriLevel(v int64) *ExpTimeCapRuleForDescribeCdnConfigOutput
- func (s ExpTimeCapRuleForDescribeCdnConfigOutput) String() string
- type ExpTimeCapRuleForUpdateCdnConfigInput
- func (s ExpTimeCapRuleForUpdateCdnConfigInput) GoString() string
- func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetCapMode(v string) *ExpTimeCapRuleForUpdateCdnConfigInput
- func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetParamName(v string) *ExpTimeCapRuleForUpdateCdnConfigInput
- func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetUriLevel(v int64) *ExpTimeCapRuleForUpdateCdnConfigInput
- func (s ExpTimeCapRuleForUpdateCdnConfigInput) String() string
- type FeatureConfigForDescribeCdnConfigOutput
- type FeatureConfigForListCdnDomainsOutput
- type ForcedRedirectForAddCdnDomainInput
- func (s ForcedRedirectForAddCdnDomainInput) GoString() string
- func (s *ForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForAddCdnDomainInput
- func (s *ForcedRedirectForAddCdnDomainInput) SetStatusCode(v string) *ForcedRedirectForAddCdnDomainInput
- func (s ForcedRedirectForAddCdnDomainInput) String() string
- type ForcedRedirectForBatchUpdateCdnConfigInput
- func (s ForcedRedirectForBatchUpdateCdnConfigInput) GoString() string
- func (s *ForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForBatchUpdateCdnConfigInput
- func (s *ForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode(v string) *ForcedRedirectForBatchUpdateCdnConfigInput
- func (s ForcedRedirectForBatchUpdateCdnConfigInput) String() string
- type ForcedRedirectForDescribeCdnConfigOutput
- func (s ForcedRedirectForDescribeCdnConfigOutput) GoString() string
- func (s *ForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect(v bool) *ForcedRedirectForDescribeCdnConfigOutput
- func (s *ForcedRedirectForDescribeCdnConfigOutput) SetStatusCode(v string) *ForcedRedirectForDescribeCdnConfigOutput
- func (s ForcedRedirectForDescribeCdnConfigOutput) String() string
- type ForcedRedirectForUpdateCdnConfigInput
- func (s ForcedRedirectForUpdateCdnConfigInput) GoString() string
- func (s *ForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForUpdateCdnConfigInput
- func (s *ForcedRedirectForUpdateCdnConfigInput) SetStatusCode(v string) *ForcedRedirectForUpdateCdnConfigInput
- func (s ForcedRedirectForUpdateCdnConfigInput) String() string
- type HTTPSForAddCdnDomainInput
- func (s HTTPSForAddCdnDomainInput) GoString() string
- func (s *HTTPSForAddCdnDomainInput) SetCertCheck(v *CertCheckForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetCertInfo(v *CertInfoForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetCertInfoList(v []*CertInfoListForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetDisableHttp(v bool) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetForcedRedirect(v *ForcedRedirectForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetHTTP2(v bool) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetHsts(v *HstsForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetOCSP(v bool) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetSwitch(v bool) *HTTPSForAddCdnDomainInput
- func (s *HTTPSForAddCdnDomainInput) SetTlsVersion(v []*string) *HTTPSForAddCdnDomainInput
- func (s HTTPSForAddCdnDomainInput) String() string
- type HTTPSForBatchUpdateCdnConfigInput
- func (s HTTPSForBatchUpdateCdnConfigInput) GoString() string
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertCheck(v *CertCheckForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertInfo(v *CertInfoForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetDisableHttp(v bool) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetForcedRedirect(v *ForcedRedirectForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetHTTP2(v bool) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetHsts(v *HstsForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetOCSP(v bool) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetSwitch(v bool) *HTTPSForBatchUpdateCdnConfigInput
- func (s *HTTPSForBatchUpdateCdnConfigInput) SetTlsVersion(v []*string) *HTTPSForBatchUpdateCdnConfigInput
- func (s HTTPSForBatchUpdateCdnConfigInput) String() string
- type HTTPSForDescribeCdnConfigOutput
- func (s HTTPSForDescribeCdnConfigOutput) GoString() string
- func (s *HTTPSForDescribeCdnConfigOutput) SetCertCheck(v *CertCheckForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetCertInfo(v *CertInfoForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetCertInfoList(v []*CertInfoListForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetDisableHttp(v bool) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetForcedRedirect(v *ForcedRedirectForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetHTTP2(v bool) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetHsts(v *HstsForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetOCSP(v bool) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetSwitch(v bool) *HTTPSForDescribeCdnConfigOutput
- func (s *HTTPSForDescribeCdnConfigOutput) SetTlsVersion(v []*string) *HTTPSForDescribeCdnConfigOutput
- func (s HTTPSForDescribeCdnConfigOutput) String() string
- type HTTPSForUpdateCdnConfigInput
- func (s HTTPSForUpdateCdnConfigInput) GoString() string
- func (s *HTTPSForUpdateCdnConfigInput) SetCertCheck(v *CertCheckForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetCertInfo(v *CertInfoForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetDisableHttp(v bool) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetForcedRedirect(v *ForcedRedirectForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetHTTP2(v bool) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetHsts(v *HstsForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetOCSP(v bool) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetSwitch(v bool) *HTTPSForUpdateCdnConfigInput
- func (s *HTTPSForUpdateCdnConfigInput) SetTlsVersion(v []*string) *HTTPSForUpdateCdnConfigInput
- func (s HTTPSForUpdateCdnConfigInput) String() string
- type HstsForAddCdnDomainInput
- func (s HstsForAddCdnDomainInput) GoString() string
- func (s *HstsForAddCdnDomainInput) SetSubdomain(v string) *HstsForAddCdnDomainInput
- func (s *HstsForAddCdnDomainInput) SetSwitch(v bool) *HstsForAddCdnDomainInput
- func (s *HstsForAddCdnDomainInput) SetTtl(v int64) *HstsForAddCdnDomainInput
- func (s HstsForAddCdnDomainInput) String() string
- type HstsForBatchUpdateCdnConfigInput
- func (s HstsForBatchUpdateCdnConfigInput) GoString() string
- func (s *HstsForBatchUpdateCdnConfigInput) SetSubdomain(v string) *HstsForBatchUpdateCdnConfigInput
- func (s *HstsForBatchUpdateCdnConfigInput) SetSwitch(v bool) *HstsForBatchUpdateCdnConfigInput
- func (s *HstsForBatchUpdateCdnConfigInput) SetTtl(v int64) *HstsForBatchUpdateCdnConfigInput
- func (s HstsForBatchUpdateCdnConfigInput) String() string
- type HstsForDescribeCdnConfigOutput
- func (s HstsForDescribeCdnConfigOutput) GoString() string
- func (s *HstsForDescribeCdnConfigOutput) SetSubdomain(v string) *HstsForDescribeCdnConfigOutput
- func (s *HstsForDescribeCdnConfigOutput) SetSwitch(v bool) *HstsForDescribeCdnConfigOutput
- func (s *HstsForDescribeCdnConfigOutput) SetTtl(v int64) *HstsForDescribeCdnConfigOutput
- func (s HstsForDescribeCdnConfigOutput) String() string
- type HstsForUpdateCdnConfigInput
- func (s HstsForUpdateCdnConfigInput) GoString() string
- func (s *HstsForUpdateCdnConfigInput) SetSubdomain(v string) *HstsForUpdateCdnConfigInput
- func (s *HstsForUpdateCdnConfigInput) SetSwitch(v bool) *HstsForUpdateCdnConfigInput
- func (s *HstsForUpdateCdnConfigInput) SetTtl(v int64) *HstsForUpdateCdnConfigInput
- func (s HstsForUpdateCdnConfigInput) String() string
- type HttpForcedRedirectForAddCdnDomainInput
- func (s HttpForcedRedirectForAddCdnDomainInput) GoString() string
- func (s *HttpForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForAddCdnDomainInput
- func (s *HttpForcedRedirectForAddCdnDomainInput) SetStatusCode(v string) *HttpForcedRedirectForAddCdnDomainInput
- func (s HttpForcedRedirectForAddCdnDomainInput) String() string
- type HttpForcedRedirectForBatchUpdateCdnConfigInput
- func (s HttpForcedRedirectForBatchUpdateCdnConfigInput) GoString() string
- func (s *HttpForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForBatchUpdateCdnConfigInput
- func (s *HttpForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode(v string) *HttpForcedRedirectForBatchUpdateCdnConfigInput
- func (s HttpForcedRedirectForBatchUpdateCdnConfigInput) String() string
- type HttpForcedRedirectForDescribeCdnConfigOutput
- func (s HttpForcedRedirectForDescribeCdnConfigOutput) GoString() string
- func (s *HttpForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForDescribeCdnConfigOutput
- func (s *HttpForcedRedirectForDescribeCdnConfigOutput) SetStatusCode(v string) *HttpForcedRedirectForDescribeCdnConfigOutput
- func (s HttpForcedRedirectForDescribeCdnConfigOutput) String() string
- type HttpForcedRedirectForUpdateCdnConfigInput
- func (s HttpForcedRedirectForUpdateCdnConfigInput) GoString() string
- func (s *HttpForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForUpdateCdnConfigInput
- func (s *HttpForcedRedirectForUpdateCdnConfigInput) SetStatusCode(v string) *HttpForcedRedirectForUpdateCdnConfigInput
- func (s HttpForcedRedirectForUpdateCdnConfigInput) String() string
- type IPForDescribeCdnIPOutput
- func (s IPForDescribeCdnIPOutput) GoString() string
- func (s *IPForDescribeCdnIPOutput) SetCdnIp(v bool) *IPForDescribeCdnIPOutput
- func (s *IPForDescribeCdnIPOutput) SetIP(v string) *IPForDescribeCdnIPOutput
- func (s *IPForDescribeCdnIPOutput) SetISP(v string) *IPForDescribeCdnIPOutput
- func (s *IPForDescribeCdnIPOutput) SetLocation(v string) *IPForDescribeCdnIPOutput
- func (s IPForDescribeCdnIPOutput) String() string
- type IPv6ForAddCdnDomainInput
- type IPv6ForBatchUpdateCdnConfigInput
- type IPv6ForDescribeCdnConfigOutput
- type IPv6ForUpdateCdnConfigInput
- type IpAccessRuleForAddCdnDomainInput
- func (s IpAccessRuleForAddCdnDomainInput) GoString() string
- func (s *IpAccessRuleForAddCdnDomainInput) SetIp(v []*string) *IpAccessRuleForAddCdnDomainInput
- func (s *IpAccessRuleForAddCdnDomainInput) SetRuleType(v string) *IpAccessRuleForAddCdnDomainInput
- func (s *IpAccessRuleForAddCdnDomainInput) SetSharedConfig(v *SharedConfigForAddCdnDomainInput) *IpAccessRuleForAddCdnDomainInput
- func (s *IpAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *IpAccessRuleForAddCdnDomainInput
- func (s IpAccessRuleForAddCdnDomainInput) String() string
- type IpAccessRuleForBatchUpdateCdnConfigInput
- func (s IpAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetIp(v []*string) *IpAccessRuleForBatchUpdateCdnConfigInput
- func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *IpAccessRuleForBatchUpdateCdnConfigInput
- func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForBatchUpdateCdnConfigInput) *IpAccessRuleForBatchUpdateCdnConfigInput
- func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *IpAccessRuleForBatchUpdateCdnConfigInput
- func (s IpAccessRuleForBatchUpdateCdnConfigInput) String() string
- type IpAccessRuleForDescribeCdnConfigOutput
- func (s IpAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *IpAccessRuleForDescribeCdnConfigOutput) SetIp(v []*string) *IpAccessRuleForDescribeCdnConfigOutput
- func (s *IpAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *IpAccessRuleForDescribeCdnConfigOutput
- func (s *IpAccessRuleForDescribeCdnConfigOutput) SetSharedConfig(v *SharedConfigForDescribeCdnConfigOutput) *IpAccessRuleForDescribeCdnConfigOutput
- func (s *IpAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *IpAccessRuleForDescribeCdnConfigOutput
- func (s IpAccessRuleForDescribeCdnConfigOutput) String() string
- type IpAccessRuleForUpdateCdnConfigInput
- func (s IpAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *IpAccessRuleForUpdateCdnConfigInput) SetIp(v []*string) *IpAccessRuleForUpdateCdnConfigInput
- func (s *IpAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *IpAccessRuleForUpdateCdnConfigInput
- func (s *IpAccessRuleForUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForUpdateCdnConfigInput) *IpAccessRuleForUpdateCdnConfigInput
- func (s *IpAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *IpAccessRuleForUpdateCdnConfigInput
- func (s IpAccessRuleForUpdateCdnConfigInput) String() string
- type IpFreqLimitActionForAddCdnDomainInput
- func (s IpFreqLimitActionForAddCdnDomainInput) GoString() string
- func (s *IpFreqLimitActionForAddCdnDomainInput) SetAction(v string) *IpFreqLimitActionForAddCdnDomainInput
- func (s *IpFreqLimitActionForAddCdnDomainInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForAddCdnDomainInput
- func (s *IpFreqLimitActionForAddCdnDomainInput) SetStatusCode(v string) *IpFreqLimitActionForAddCdnDomainInput
- func (s IpFreqLimitActionForAddCdnDomainInput) String() string
- type IpFreqLimitActionForBatchUpdateCdnConfigInput
- func (s IpFreqLimitActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetAction(v string) *IpFreqLimitActionForBatchUpdateCdnConfigInput
- func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForBatchUpdateCdnConfigInput
- func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *IpFreqLimitActionForBatchUpdateCdnConfigInput
- func (s IpFreqLimitActionForBatchUpdateCdnConfigInput) String() string
- type IpFreqLimitActionForDescribeCdnConfigOutput
- func (s IpFreqLimitActionForDescribeCdnConfigOutput) GoString() string
- func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetAction(v string) *IpFreqLimitActionForDescribeCdnConfigOutput
- func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetFreqLimitRate(v int64) *IpFreqLimitActionForDescribeCdnConfigOutput
- func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetStatusCode(v string) *IpFreqLimitActionForDescribeCdnConfigOutput
- func (s IpFreqLimitActionForDescribeCdnConfigOutput) String() string
- type IpFreqLimitActionForUpdateCdnConfigInput
- func (s IpFreqLimitActionForUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetAction(v string) *IpFreqLimitActionForUpdateCdnConfigInput
- func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForUpdateCdnConfigInput
- func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetStatusCode(v string) *IpFreqLimitActionForUpdateCdnConfigInput
- func (s IpFreqLimitActionForUpdateCdnConfigInput) String() string
- type IpFreqLimitForAddCdnDomainInput
- func (s IpFreqLimitForAddCdnDomainInput) GoString() string
- func (s *IpFreqLimitForAddCdnDomainInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForAddCdnDomainInput) *IpFreqLimitForAddCdnDomainInput
- func (s *IpFreqLimitForAddCdnDomainInput) SetSwitch(v bool) *IpFreqLimitForAddCdnDomainInput
- func (s IpFreqLimitForAddCdnDomainInput) String() string
- type IpFreqLimitForBatchUpdateCdnConfigInput
- func (s IpFreqLimitForBatchUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitForBatchUpdateCdnConfigInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForBatchUpdateCdnConfigInput) *IpFreqLimitForBatchUpdateCdnConfigInput
- func (s *IpFreqLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *IpFreqLimitForBatchUpdateCdnConfigInput
- func (s IpFreqLimitForBatchUpdateCdnConfigInput) String() string
- type IpFreqLimitForDescribeCdnConfigOutput
- func (s IpFreqLimitForDescribeCdnConfigOutput) GoString() string
- func (s *IpFreqLimitForDescribeCdnConfigOutput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForDescribeCdnConfigOutput) *IpFreqLimitForDescribeCdnConfigOutput
- func (s *IpFreqLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *IpFreqLimitForDescribeCdnConfigOutput
- func (s IpFreqLimitForDescribeCdnConfigOutput) String() string
- type IpFreqLimitForUpdateCdnConfigInput
- func (s IpFreqLimitForUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitForUpdateCdnConfigInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForUpdateCdnConfigInput) *IpFreqLimitForUpdateCdnConfigInput
- func (s *IpFreqLimitForUpdateCdnConfigInput) SetSwitch(v bool) *IpFreqLimitForUpdateCdnConfigInput
- func (s IpFreqLimitForUpdateCdnConfigInput) String() string
- type IpFreqLimitRuleForAddCdnDomainInput
- func (s IpFreqLimitRuleForAddCdnDomainInput) GoString() string
- func (s *IpFreqLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *IpFreqLimitRuleForAddCdnDomainInput
- func (s *IpFreqLimitRuleForAddCdnDomainInput) SetIpFreqLimitAction(v *IpFreqLimitActionForAddCdnDomainInput) *IpFreqLimitRuleForAddCdnDomainInput
- func (s IpFreqLimitRuleForAddCdnDomainInput) String() string
- type IpFreqLimitRuleForBatchUpdateCdnConfigInput
- func (s IpFreqLimitRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *IpFreqLimitRuleForBatchUpdateCdnConfigInput
- func (s *IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetIpFreqLimitAction(v *IpFreqLimitActionForBatchUpdateCdnConfigInput) *IpFreqLimitRuleForBatchUpdateCdnConfigInput
- func (s IpFreqLimitRuleForBatchUpdateCdnConfigInput) String() string
- type IpFreqLimitRuleForDescribeCdnConfigOutput
- func (s IpFreqLimitRuleForDescribeCdnConfigOutput) GoString() string
- func (s *IpFreqLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *IpFreqLimitRuleForDescribeCdnConfigOutput
- func (s *IpFreqLimitRuleForDescribeCdnConfigOutput) SetIpFreqLimitAction(v *IpFreqLimitActionForDescribeCdnConfigOutput) *IpFreqLimitRuleForDescribeCdnConfigOutput
- func (s IpFreqLimitRuleForDescribeCdnConfigOutput) String() string
- type IpFreqLimitRuleForUpdateCdnConfigInput
- func (s IpFreqLimitRuleForUpdateCdnConfigInput) GoString() string
- func (s *IpFreqLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *IpFreqLimitRuleForUpdateCdnConfigInput
- func (s *IpFreqLimitRuleForUpdateCdnConfigInput) SetIpFreqLimitAction(v *IpFreqLimitActionForUpdateCdnConfigInput) *IpFreqLimitRuleForUpdateCdnConfigInput
- func (s IpFreqLimitRuleForUpdateCdnConfigInput) String() string
- type IpSpeedLimitActionForDescribeCdnConfigOutput
- type IpSpeedLimitForDescribeCdnConfigOutput
- func (s IpSpeedLimitForDescribeCdnConfigOutput) GoString() string
- func (s *IpSpeedLimitForDescribeCdnConfigOutput) SetIpSpeedLimitRules(v []*IpSpeedLimitRuleForDescribeCdnConfigOutput) *IpSpeedLimitForDescribeCdnConfigOutput
- func (s *IpSpeedLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *IpSpeedLimitForDescribeCdnConfigOutput
- func (s IpSpeedLimitForDescribeCdnConfigOutput) String() string
- type IpSpeedLimitRuleForDescribeCdnConfigOutput
- func (s IpSpeedLimitRuleForDescribeCdnConfigOutput) GoString() string
- func (s *IpSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *IpSpeedLimitRuleForDescribeCdnConfigOutput
- func (s *IpSpeedLimitRuleForDescribeCdnConfigOutput) SetIpSpeedLimitAction(v *IpSpeedLimitActionForDescribeCdnConfigOutput) *IpSpeedLimitRuleForDescribeCdnConfigOutput
- func (s IpSpeedLimitRuleForDescribeCdnConfigOutput) String() string
- type IspForDescribeCdnRegionAndIspOutput
- func (s IspForDescribeCdnRegionAndIspOutput) GoString() string
- func (s *IspForDescribeCdnRegionAndIspOutput) SetCode(v string) *IspForDescribeCdnRegionAndIspOutput
- func (s *IspForDescribeCdnRegionAndIspOutput) SetName(v string) *IspForDescribeCdnRegionAndIspOutput
- func (s IspForDescribeCdnRegionAndIspOutput) String() string
- type ListCdnCertInfoInput
- func (s ListCdnCertInfoInput) GoString() string
- func (s *ListCdnCertInfoInput) SetCertId(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetCertType(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetConfigured(v bool) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetConfiguredDomain(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetDnsName(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetEncryType(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetPageNum(v int64) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetPageSize(v int64) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetSource(v string) *ListCdnCertInfoInput
- func (s *ListCdnCertInfoInput) SetStatus(v string) *ListCdnCertInfoInput
- func (s ListCdnCertInfoInput) String() string
- type ListCdnCertInfoOutput
- func (s ListCdnCertInfoOutput) GoString() string
- func (s *ListCdnCertInfoOutput) SetCertInfo(v []*CertInfoForListCdnCertInfoOutput) *ListCdnCertInfoOutput
- func (s *ListCdnCertInfoOutput) SetExpiringCount(v int64) *ListCdnCertInfoOutput
- func (s *ListCdnCertInfoOutput) SetPageNum(v int64) *ListCdnCertInfoOutput
- func (s *ListCdnCertInfoOutput) SetPageSize(v int64) *ListCdnCertInfoOutput
- func (s *ListCdnCertInfoOutput) SetTotal(v int64) *ListCdnCertInfoOutput
- func (s ListCdnCertInfoOutput) String() string
- type ListCdnDomainsInput
- func (s ListCdnDomainsInput) GoString() string
- func (s *ListCdnDomainsInput) SetDomain(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetExactMatch(v bool) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetFeatureConfig(v bool) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetHTTPS(v bool) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetIPv6(v bool) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetOriginProtocol(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetPageNum(v int64) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetPageSize(v int64) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetPrimaryOrigin(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetProject(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetResourceTags(v []*string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetServiceRegion(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetServiceType(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetStatus(v string) *ListCdnDomainsInput
- func (s *ListCdnDomainsInput) SetTagConnective(v string) *ListCdnDomainsInput
- func (s ListCdnDomainsInput) String() string
- type ListCdnDomainsOutput
- func (s ListCdnDomainsOutput) GoString() string
- func (s *ListCdnDomainsOutput) SetData(v []*DataForListCdnDomainsOutput) *ListCdnDomainsOutput
- func (s *ListCdnDomainsOutput) SetPageNum(v int64) *ListCdnDomainsOutput
- func (s *ListCdnDomainsOutput) SetPageSize(v int64) *ListCdnDomainsOutput
- func (s *ListCdnDomainsOutput) SetTotal(v int64) *ListCdnDomainsOutput
- func (s ListCdnDomainsOutput) String() string
- type ListCertInfoInput
- func (s ListCertInfoInput) GoString() string
- func (s *ListCertInfoInput) SetCertId(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetCertType(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetConfiguredDomain(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetEncryType(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetFuzzyMatch(v bool) *ListCertInfoInput
- func (s *ListCertInfoInput) SetName(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetPageNum(v int32) *ListCertInfoInput
- func (s *ListCertInfoInput) SetPageSize(v int32) *ListCertInfoInput
- func (s *ListCertInfoInput) SetSortRule(v *SortRuleForListCertInfoInput) *ListCertInfoInput
- func (s *ListCertInfoInput) SetSource(v string) *ListCertInfoInput
- func (s *ListCertInfoInput) SetStatus(v string) *ListCertInfoInput
- func (s ListCertInfoInput) String() string
- func (s *ListCertInfoInput) Validate() error
- type ListCertInfoOutput
- func (s ListCertInfoOutput) GoString() string
- func (s *ListCertInfoOutput) SetCertInfo(v []*CertInfoForListCertInfoOutput) *ListCertInfoOutput
- func (s *ListCertInfoOutput) SetExpiringCount(v int64) *ListCertInfoOutput
- func (s *ListCertInfoOutput) SetPageNum(v int64) *ListCertInfoOutput
- func (s *ListCertInfoOutput) SetPageSize(v int64) *ListCertInfoOutput
- func (s *ListCertInfoOutput) SetTotal(v int64) *ListCertInfoOutput
- func (s ListCertInfoOutput) String() string
- type ListResourceTagsInput
- type ListResourceTagsOutput
- type ListUsageReportsInput
- func (s ListUsageReportsInput) GoString() string
- func (s *ListUsageReportsInput) SetExportType(v string) *ListUsageReportsInput
- func (s *ListUsageReportsInput) SetPageNum(v int64) *ListUsageReportsInput
- func (s *ListUsageReportsInput) SetPageSize(v int64) *ListUsageReportsInput
- func (s *ListUsageReportsInput) SetStatus(v int64) *ListUsageReportsInput
- func (s *ListUsageReportsInput) SetTaskName(v string) *ListUsageReportsInput
- func (s ListUsageReportsInput) String() string
- type ListUsageReportsOutput
- func (s ListUsageReportsOutput) GoString() string
- func (s *ListUsageReportsOutput) SetPageNum(v int64) *ListUsageReportsOutput
- func (s *ListUsageReportsOutput) SetPageSize(v int64) *ListUsageReportsOutput
- func (s *ListUsageReportsOutput) SetTotal(v int64) *ListUsageReportsOutput
- func (s *ListUsageReportsOutput) SetUsageReportsDetails(v []*UsageReportsDetailForListUsageReportsOutput) *ListUsageReportsOutput
- func (s ListUsageReportsOutput) String() string
- type MethodDeniedRuleForAddCdnDomainInput
- func (s MethodDeniedRuleForAddCdnDomainInput) GoString() string
- func (s *MethodDeniedRuleForAddCdnDomainInput) SetMethods(v string) *MethodDeniedRuleForAddCdnDomainInput
- func (s *MethodDeniedRuleForAddCdnDomainInput) SetSwitch(v bool) *MethodDeniedRuleForAddCdnDomainInput
- func (s MethodDeniedRuleForAddCdnDomainInput) String() string
- type MethodDeniedRuleForBatchUpdateCdnConfigInput
- func (s MethodDeniedRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *MethodDeniedRuleForBatchUpdateCdnConfigInput) SetMethods(v string) *MethodDeniedRuleForBatchUpdateCdnConfigInput
- func (s *MethodDeniedRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *MethodDeniedRuleForBatchUpdateCdnConfigInput
- func (s MethodDeniedRuleForBatchUpdateCdnConfigInput) String() string
- type MethodDeniedRuleForDescribeCdnConfigOutput
- func (s MethodDeniedRuleForDescribeCdnConfigOutput) GoString() string
- func (s *MethodDeniedRuleForDescribeCdnConfigOutput) SetMethods(v string) *MethodDeniedRuleForDescribeCdnConfigOutput
- func (s *MethodDeniedRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *MethodDeniedRuleForDescribeCdnConfigOutput
- func (s MethodDeniedRuleForDescribeCdnConfigOutput) String() string
- type MethodDeniedRuleForUpdateCdnConfigInput
- func (s MethodDeniedRuleForUpdateCdnConfigInput) GoString() string
- func (s *MethodDeniedRuleForUpdateCdnConfigInput) SetMethods(v string) *MethodDeniedRuleForUpdateCdnConfigInput
- func (s *MethodDeniedRuleForUpdateCdnConfigInput) SetSwitch(v bool) *MethodDeniedRuleForUpdateCdnConfigInput
- func (s MethodDeniedRuleForUpdateCdnConfigInput) String() string
- type MetricDataListForDescribeDistrictDataOutput
- func (s MetricDataListForDescribeDistrictDataOutput) GoString() string
- func (s *MetricDataListForDescribeDistrictDataOutput) SetMetric(v string) *MetricDataListForDescribeDistrictDataOutput
- func (s *MetricDataListForDescribeDistrictDataOutput) SetValues(v []*ValueForDescribeDistrictDataOutput) *MetricDataListForDescribeDistrictDataOutput
- func (s MetricDataListForDescribeDistrictDataOutput) String() string
- type MetricDataListForDescribeDistrictSummaryOutput
- func (s MetricDataListForDescribeDistrictSummaryOutput) GoString() string
- func (s *MetricDataListForDescribeDistrictSummaryOutput) SetMetric(v string) *MetricDataListForDescribeDistrictSummaryOutput
- func (s *MetricDataListForDescribeDistrictSummaryOutput) SetValue(v float64) *MetricDataListForDescribeDistrictSummaryOutput
- func (s MetricDataListForDescribeDistrictSummaryOutput) String() string
- type MetricDataListForDescribeEdgeDataOutput
- func (s MetricDataListForDescribeEdgeDataOutput) GoString() string
- func (s *MetricDataListForDescribeEdgeDataOutput) SetMetric(v string) *MetricDataListForDescribeEdgeDataOutput
- func (s *MetricDataListForDescribeEdgeDataOutput) SetValues(v []*ValueForDescribeEdgeDataOutput) *MetricDataListForDescribeEdgeDataOutput
- func (s MetricDataListForDescribeEdgeDataOutput) String() string
- type MetricDataListForDescribeEdgeSummaryOutput
- func (s MetricDataListForDescribeEdgeSummaryOutput) GoString() string
- func (s *MetricDataListForDescribeEdgeSummaryOutput) SetMetric(v string) *MetricDataListForDescribeEdgeSummaryOutput
- func (s *MetricDataListForDescribeEdgeSummaryOutput) SetValue(v float64) *MetricDataListForDescribeEdgeSummaryOutput
- func (s MetricDataListForDescribeEdgeSummaryOutput) String() string
- type MetricDataListForDescribeOriginDataOutput
- func (s MetricDataListForDescribeOriginDataOutput) GoString() string
- func (s *MetricDataListForDescribeOriginDataOutput) SetMetric(v string) *MetricDataListForDescribeOriginDataOutput
- func (s *MetricDataListForDescribeOriginDataOutput) SetValues(v []*ValueForDescribeOriginDataOutput) *MetricDataListForDescribeOriginDataOutput
- func (s MetricDataListForDescribeOriginDataOutput) String() string
- type MetricDataListForDescribeOriginSummaryOutput
- func (s MetricDataListForDescribeOriginSummaryOutput) GoString() string
- func (s *MetricDataListForDescribeOriginSummaryOutput) SetMetric(v string) *MetricDataListForDescribeOriginSummaryOutput
- func (s *MetricDataListForDescribeOriginSummaryOutput) SetValue(v float64) *MetricDataListForDescribeOriginSummaryOutput
- func (s MetricDataListForDescribeOriginSummaryOutput) String() string
- type MetricDataListForDescribeUserDataOutput
- func (s MetricDataListForDescribeUserDataOutput) GoString() string
- func (s *MetricDataListForDescribeUserDataOutput) SetTimeStamp(v int64) *MetricDataListForDescribeUserDataOutput
- func (s *MetricDataListForDescribeUserDataOutput) SetValue(v float64) *MetricDataListForDescribeUserDataOutput
- func (s MetricDataListForDescribeUserDataOutput) String() string
- type ModuleLockConfigForDescribeCdnConfigOutput
- func (s ModuleLockConfigForDescribeCdnConfigOutput) GoString() string
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetBrowserCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCacheKeyLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCompressionLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCustomizeAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimitLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetErrorPageLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetIpAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetNegativeCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginRewriteLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetQuicLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRedirectionRewriteLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRefererAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRemoteAuthLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRequestBlockRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRequestHeaderLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetResponseHeaderLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetShareCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetSignUrlAuthLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetUAAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
- func (s ModuleLockConfigForDescribeCdnConfigOutput) String() string
- type NegativeCacheForAddCdnDomainInput
- func (s NegativeCacheForAddCdnDomainInput) GoString() string
- func (s *NegativeCacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *NegativeCacheForAddCdnDomainInput
- func (s *NegativeCacheForAddCdnDomainInput) SetNegativeCacheRule(v *NegativeCacheRuleForAddCdnDomainInput) *NegativeCacheForAddCdnDomainInput
- func (s NegativeCacheForAddCdnDomainInput) String() string
- type NegativeCacheForBatchUpdateCdnConfigInput
- func (s NegativeCacheForBatchUpdateCdnConfigInput) GoString() string
- func (s *NegativeCacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *NegativeCacheForBatchUpdateCdnConfigInput
- func (s *NegativeCacheForBatchUpdateCdnConfigInput) SetNegativeCacheRule(v *NegativeCacheRuleForBatchUpdateCdnConfigInput) *NegativeCacheForBatchUpdateCdnConfigInput
- func (s NegativeCacheForBatchUpdateCdnConfigInput) String() string
- type NegativeCacheForDescribeCdnConfigOutput
- func (s NegativeCacheForDescribeCdnConfigOutput) GoString() string
- func (s *NegativeCacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *NegativeCacheForDescribeCdnConfigOutput
- func (s *NegativeCacheForDescribeCdnConfigOutput) SetNegativeCacheRule(v *NegativeCacheRuleForDescribeCdnConfigOutput) *NegativeCacheForDescribeCdnConfigOutput
- func (s NegativeCacheForDescribeCdnConfigOutput) String() string
- type NegativeCacheForUpdateCdnConfigInput
- func (s NegativeCacheForUpdateCdnConfigInput) GoString() string
- func (s *NegativeCacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *NegativeCacheForUpdateCdnConfigInput
- func (s *NegativeCacheForUpdateCdnConfigInput) SetNegativeCacheRule(v *NegativeCacheRuleForUpdateCdnConfigInput) *NegativeCacheForUpdateCdnConfigInput
- func (s NegativeCacheForUpdateCdnConfigInput) String() string
- type NegativeCacheRuleForAddCdnDomainInput
- func (s NegativeCacheRuleForAddCdnDomainInput) GoString() string
- func (s *NegativeCacheRuleForAddCdnDomainInput) SetAction(v string) *NegativeCacheRuleForAddCdnDomainInput
- func (s *NegativeCacheRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *NegativeCacheRuleForAddCdnDomainInput
- func (s *NegativeCacheRuleForAddCdnDomainInput) SetStatusCode(v string) *NegativeCacheRuleForAddCdnDomainInput
- func (s *NegativeCacheRuleForAddCdnDomainInput) SetTtl(v int64) *NegativeCacheRuleForAddCdnDomainInput
- func (s NegativeCacheRuleForAddCdnDomainInput) String() string
- type NegativeCacheRuleForBatchUpdateCdnConfigInput
- func (s NegativeCacheRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetAction(v string) *NegativeCacheRuleForBatchUpdateCdnConfigInput
- func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *NegativeCacheRuleForBatchUpdateCdnConfigInput
- func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetStatusCode(v string) *NegativeCacheRuleForBatchUpdateCdnConfigInput
- func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetTtl(v int64) *NegativeCacheRuleForBatchUpdateCdnConfigInput
- func (s NegativeCacheRuleForBatchUpdateCdnConfigInput) String() string
- type NegativeCacheRuleForDescribeCdnConfigOutput
- func (s NegativeCacheRuleForDescribeCdnConfigOutput) GoString() string
- func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetAction(v string) *NegativeCacheRuleForDescribeCdnConfigOutput
- func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *NegativeCacheRuleForDescribeCdnConfigOutput
- func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetStatusCode(v string) *NegativeCacheRuleForDescribeCdnConfigOutput
- func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetTtl(v int64) *NegativeCacheRuleForDescribeCdnConfigOutput
- func (s NegativeCacheRuleForDescribeCdnConfigOutput) String() string
- type NegativeCacheRuleForUpdateCdnConfigInput
- func (s NegativeCacheRuleForUpdateCdnConfigInput) GoString() string
- func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetAction(v string) *NegativeCacheRuleForUpdateCdnConfigInput
- func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *NegativeCacheRuleForUpdateCdnConfigInput
- func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetStatusCode(v string) *NegativeCacheRuleForUpdateCdnConfigInput
- func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetTtl(v int64) *NegativeCacheRuleForUpdateCdnConfigInput
- func (s NegativeCacheRuleForUpdateCdnConfigInput) String() string
- type OriginAccessRuleForAddCdnDomainInput
- func (s OriginAccessRuleForAddCdnDomainInput) GoString() string
- func (s *OriginAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *OriginAccessRuleForAddCdnDomainInput
- func (s *OriginAccessRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *OriginAccessRuleForAddCdnDomainInput
- func (s *OriginAccessRuleForAddCdnDomainInput) SetOrigins(v []*string) *OriginAccessRuleForAddCdnDomainInput
- func (s *OriginAccessRuleForAddCdnDomainInput) SetRuleType(v string) *OriginAccessRuleForAddCdnDomainInput
- func (s *OriginAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *OriginAccessRuleForAddCdnDomainInput
- func (s OriginAccessRuleForAddCdnDomainInput) String() string
- type OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s OriginAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetOrigins(v []*string) *OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
- func (s OriginAccessRuleForBatchUpdateCdnConfigInput) String() string
- type OriginAccessRuleForDescribeCdnConfigOutput
- func (s OriginAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
- func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
- func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetOrigins(v []*string) *OriginAccessRuleForDescribeCdnConfigOutput
- func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *OriginAccessRuleForDescribeCdnConfigOutput
- func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
- func (s OriginAccessRuleForDescribeCdnConfigOutput) String() string
- type OriginAccessRuleForUpdateCdnConfigInput
- func (s OriginAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *OriginAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *OriginAccessRuleForUpdateCdnConfigInput
- func (s *OriginAccessRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *OriginAccessRuleForUpdateCdnConfigInput
- func (s *OriginAccessRuleForUpdateCdnConfigInput) SetOrigins(v []*string) *OriginAccessRuleForUpdateCdnConfigInput
- func (s *OriginAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *OriginAccessRuleForUpdateCdnConfigInput
- func (s *OriginAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *OriginAccessRuleForUpdateCdnConfigInput
- func (s OriginAccessRuleForUpdateCdnConfigInput) String() string
- type OriginActionForAddCdnDomainInput
- type OriginActionForBatchUpdateCdnConfigInput
- type OriginActionForDescribeCdnConfigOutput
- type OriginActionForUpdateCdnConfigInput
- type OriginArgActionForAddCdnDomainInput
- type OriginArgActionForBatchUpdateCdnConfigInput
- func (s OriginArgActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginArgActionForBatchUpdateCdnConfigInput) SetOriginArgComponents(v []*OriginArgComponentForBatchUpdateCdnConfigInput) *OriginArgActionForBatchUpdateCdnConfigInput
- func (s OriginArgActionForBatchUpdateCdnConfigInput) String() string
- type OriginArgActionForDescribeCdnConfigOutput
- func (s OriginArgActionForDescribeCdnConfigOutput) GoString() string
- func (s *OriginArgActionForDescribeCdnConfigOutput) SetOriginArgComponents(v []*OriginArgComponentForDescribeCdnConfigOutput) *OriginArgActionForDescribeCdnConfigOutput
- func (s OriginArgActionForDescribeCdnConfigOutput) String() string
- type OriginArgActionForUpdateCdnConfigInput
- type OriginArgComponentForAddCdnDomainInput
- func (s OriginArgComponentForAddCdnDomainInput) GoString() string
- func (s *OriginArgComponentForAddCdnDomainInput) SetAction(v string) *OriginArgComponentForAddCdnDomainInput
- func (s *OriginArgComponentForAddCdnDomainInput) SetObject(v string) *OriginArgComponentForAddCdnDomainInput
- func (s *OriginArgComponentForAddCdnDomainInput) SetSubobject(v string) *OriginArgComponentForAddCdnDomainInput
- func (s OriginArgComponentForAddCdnDomainInput) String() string
- type OriginArgComponentForBatchUpdateCdnConfigInput
- func (s OriginArgComponentForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetAction(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
- func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetObject(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
- func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetSubobject(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
- func (s OriginArgComponentForBatchUpdateCdnConfigInput) String() string
- type OriginArgComponentForDescribeCdnConfigOutput
- func (s OriginArgComponentForDescribeCdnConfigOutput) GoString() string
- func (s *OriginArgComponentForDescribeCdnConfigOutput) SetAction(v string) *OriginArgComponentForDescribeCdnConfigOutput
- func (s *OriginArgComponentForDescribeCdnConfigOutput) SetObject(v string) *OriginArgComponentForDescribeCdnConfigOutput
- func (s *OriginArgComponentForDescribeCdnConfigOutput) SetSubobject(v string) *OriginArgComponentForDescribeCdnConfigOutput
- func (s OriginArgComponentForDescribeCdnConfigOutput) String() string
- type OriginArgComponentForUpdateCdnConfigInput
- func (s OriginArgComponentForUpdateCdnConfigInput) GoString() string
- func (s *OriginArgComponentForUpdateCdnConfigInput) SetAction(v string) *OriginArgComponentForUpdateCdnConfigInput
- func (s *OriginArgComponentForUpdateCdnConfigInput) SetObject(v string) *OriginArgComponentForUpdateCdnConfigInput
- func (s *OriginArgComponentForUpdateCdnConfigInput) SetSubobject(v string) *OriginArgComponentForUpdateCdnConfigInput
- func (s OriginArgComponentForUpdateCdnConfigInput) String() string
- type OriginArgForAddCdnDomainInput
- func (s OriginArgForAddCdnDomainInput) GoString() string
- func (s *OriginArgForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginArgForAddCdnDomainInput
- func (s *OriginArgForAddCdnDomainInput) SetOriginArgAction(v *OriginArgActionForAddCdnDomainInput) *OriginArgForAddCdnDomainInput
- func (s OriginArgForAddCdnDomainInput) String() string
- type OriginArgForBatchUpdateCdnConfigInput
- func (s OriginArgForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginArgForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginArgForBatchUpdateCdnConfigInput
- func (s *OriginArgForBatchUpdateCdnConfigInput) SetOriginArgAction(v *OriginArgActionForBatchUpdateCdnConfigInput) *OriginArgForBatchUpdateCdnConfigInput
- func (s OriginArgForBatchUpdateCdnConfigInput) String() string
- type OriginArgForDescribeCdnConfigOutput
- func (s OriginArgForDescribeCdnConfigOutput) GoString() string
- func (s *OriginArgForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginArgForDescribeCdnConfigOutput
- func (s *OriginArgForDescribeCdnConfigOutput) SetOriginArgAction(v *OriginArgActionForDescribeCdnConfigOutput) *OriginArgForDescribeCdnConfigOutput
- func (s OriginArgForDescribeCdnConfigOutput) String() string
- type OriginArgForUpdateCdnConfigInput
- func (s OriginArgForUpdateCdnConfigInput) GoString() string
- func (s *OriginArgForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginArgForUpdateCdnConfigInput
- func (s *OriginArgForUpdateCdnConfigInput) SetOriginArgAction(v *OriginArgActionForUpdateCdnConfigInput) *OriginArgForUpdateCdnConfigInput
- func (s OriginArgForUpdateCdnConfigInput) String() string
- type OriginCertCheckForAddCdnDomainInput
- type OriginCertCheckForBatchUpdateCdnConfigInput
- type OriginCertCheckForDescribeCdnConfigOutput
- type OriginCertCheckForUpdateCdnConfigInput
- type OriginForAddCdnDomainInput
- func (s OriginForAddCdnDomainInput) GoString() string
- func (s *OriginForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginForAddCdnDomainInput
- func (s *OriginForAddCdnDomainInput) SetOriginAction(v *OriginActionForAddCdnDomainInput) *OriginForAddCdnDomainInput
- func (s OriginForAddCdnDomainInput) String() string
- type OriginForBatchUpdateCdnConfigInput
- func (s OriginForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginForBatchUpdateCdnConfigInput
- func (s *OriginForBatchUpdateCdnConfigInput) SetOriginAction(v *OriginActionForBatchUpdateCdnConfigInput) *OriginForBatchUpdateCdnConfigInput
- func (s OriginForBatchUpdateCdnConfigInput) String() string
- type OriginForDescribeCdnConfigOutput
- func (s OriginForDescribeCdnConfigOutput) GoString() string
- func (s *OriginForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginForDescribeCdnConfigOutput
- func (s *OriginForDescribeCdnConfigOutput) SetOriginAction(v *OriginActionForDescribeCdnConfigOutput) *OriginForDescribeCdnConfigOutput
- func (s OriginForDescribeCdnConfigOutput) String() string
- type OriginForUpdateCdnConfigInput
- func (s OriginForUpdateCdnConfigInput) GoString() string
- func (s *OriginForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginForUpdateCdnConfigInput
- func (s *OriginForUpdateCdnConfigInput) SetOriginAction(v *OriginActionForUpdateCdnConfigInput) *OriginForUpdateCdnConfigInput
- func (s OriginForUpdateCdnConfigInput) String() string
- type OriginLineForAddCdnDomainInput
- func (s OriginLineForAddCdnDomainInput) GoString() string
- func (s *OriginLineForAddCdnDomainInput) SetAddress(v string) *OriginLineForAddCdnDomainInput
- func (s *OriginLineForAddCdnDomainInput) SetHttpPort(v string) *OriginLineForAddCdnDomainInput
- func (s *OriginLineForAddCdnDomainInput) SetHttpsPort(v string) *OriginLineForAddCdnDomainInput
- func (s *OriginLineForAddCdnDomainInput) SetInstanceType(v string) *OriginLineForAddCdnDomainInput
- func (s *OriginLineForAddCdnDomainInput) SetOriginHost(v string) *OriginLineForAddCdnDomainInput
- func (s OriginLineForAddCdnDomainInput) String() string
- type OriginLineForBatchUpdateCdnConfigInput
- func (s OriginLineForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginLineForBatchUpdateCdnConfigInput) SetAddress(v string) *OriginLineForBatchUpdateCdnConfigInput
- func (s *OriginLineForBatchUpdateCdnConfigInput) SetHttpPort(v string) *OriginLineForBatchUpdateCdnConfigInput
- func (s *OriginLineForBatchUpdateCdnConfigInput) SetHttpsPort(v string) *OriginLineForBatchUpdateCdnConfigInput
- func (s *OriginLineForBatchUpdateCdnConfigInput) SetInstanceType(v string) *OriginLineForBatchUpdateCdnConfigInput
- func (s *OriginLineForBatchUpdateCdnConfigInput) SetOriginHost(v string) *OriginLineForBatchUpdateCdnConfigInput
- func (s OriginLineForBatchUpdateCdnConfigInput) String() string
- type OriginLineForDescribeCdnConfigOutput
- func (s OriginLineForDescribeCdnConfigOutput) GoString() string
- func (s *OriginLineForDescribeCdnConfigOutput) SetAddress(v string) *OriginLineForDescribeCdnConfigOutput
- func (s *OriginLineForDescribeCdnConfigOutput) SetHttpPort(v string) *OriginLineForDescribeCdnConfigOutput
- func (s *OriginLineForDescribeCdnConfigOutput) SetHttpsPort(v string) *OriginLineForDescribeCdnConfigOutput
- func (s *OriginLineForDescribeCdnConfigOutput) SetInstanceType(v string) *OriginLineForDescribeCdnConfigOutput
- func (s *OriginLineForDescribeCdnConfigOutput) SetOriginHost(v string) *OriginLineForDescribeCdnConfigOutput
- func (s OriginLineForDescribeCdnConfigOutput) String() string
- type OriginLineForUpdateCdnConfigInput
- func (s OriginLineForUpdateCdnConfigInput) GoString() string
- func (s *OriginLineForUpdateCdnConfigInput) SetAddress(v string) *OriginLineForUpdateCdnConfigInput
- func (s *OriginLineForUpdateCdnConfigInput) SetHttpPort(v string) *OriginLineForUpdateCdnConfigInput
- func (s *OriginLineForUpdateCdnConfigInput) SetHttpsPort(v string) *OriginLineForUpdateCdnConfigInput
- func (s *OriginLineForUpdateCdnConfigInput) SetInstanceType(v string) *OriginLineForUpdateCdnConfigInput
- func (s *OriginLineForUpdateCdnConfigInput) SetOriginHost(v string) *OriginLineForUpdateCdnConfigInput
- func (s OriginLineForUpdateCdnConfigInput) String() string
- type OriginRetryForAddCdnDomainInput
- func (s OriginRetryForAddCdnDomainInput) GoString() string
- func (s *OriginRetryForAddCdnDomainInput) SetStatusCode(v string) *OriginRetryForAddCdnDomainInput
- func (s *OriginRetryForAddCdnDomainInput) SetSwitch(v bool) *OriginRetryForAddCdnDomainInput
- func (s OriginRetryForAddCdnDomainInput) String() string
- type OriginRetryForBatchUpdateCdnConfigInput
- func (s OriginRetryForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginRetryForBatchUpdateCdnConfigInput) SetStatusCode(v string) *OriginRetryForBatchUpdateCdnConfigInput
- func (s *OriginRetryForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginRetryForBatchUpdateCdnConfigInput
- func (s OriginRetryForBatchUpdateCdnConfigInput) String() string
- type OriginRetryForDescribeCdnConfigOutput
- func (s OriginRetryForDescribeCdnConfigOutput) GoString() string
- func (s *OriginRetryForDescribeCdnConfigOutput) SetStatusCode(v string) *OriginRetryForDescribeCdnConfigOutput
- func (s *OriginRetryForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginRetryForDescribeCdnConfigOutput
- func (s OriginRetryForDescribeCdnConfigOutput) String() string
- type OriginRetryForUpdateCdnConfigInput
- func (s OriginRetryForUpdateCdnConfigInput) GoString() string
- func (s *OriginRetryForUpdateCdnConfigInput) SetStatusCode(v string) *OriginRetryForUpdateCdnConfigInput
- func (s *OriginRetryForUpdateCdnConfigInput) SetSwitch(v bool) *OriginRetryForUpdateCdnConfigInput
- func (s OriginRetryForUpdateCdnConfigInput) String() string
- type OriginRewriteActionForAddCdnDomainInput
- func (s OriginRewriteActionForAddCdnDomainInput) GoString() string
- func (s *OriginRewriteActionForAddCdnDomainInput) SetSourcePath(v string) *OriginRewriteActionForAddCdnDomainInput
- func (s *OriginRewriteActionForAddCdnDomainInput) SetTargetPath(v string) *OriginRewriteActionForAddCdnDomainInput
- func (s OriginRewriteActionForAddCdnDomainInput) String() string
- type OriginRewriteActionForBatchUpdateCdnConfigInput
- func (s OriginRewriteActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteActionForBatchUpdateCdnConfigInput) SetSourcePath(v string) *OriginRewriteActionForBatchUpdateCdnConfigInput
- func (s *OriginRewriteActionForBatchUpdateCdnConfigInput) SetTargetPath(v string) *OriginRewriteActionForBatchUpdateCdnConfigInput
- func (s OriginRewriteActionForBatchUpdateCdnConfigInput) String() string
- type OriginRewriteActionForDescribeCdnConfigOutput
- func (s OriginRewriteActionForDescribeCdnConfigOutput) GoString() string
- func (s *OriginRewriteActionForDescribeCdnConfigOutput) SetSourcePath(v string) *OriginRewriteActionForDescribeCdnConfigOutput
- func (s *OriginRewriteActionForDescribeCdnConfigOutput) SetTargetPath(v string) *OriginRewriteActionForDescribeCdnConfigOutput
- func (s OriginRewriteActionForDescribeCdnConfigOutput) String() string
- type OriginRewriteActionForUpdateCdnConfigInput
- func (s OriginRewriteActionForUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteActionForUpdateCdnConfigInput) SetSourcePath(v string) *OriginRewriteActionForUpdateCdnConfigInput
- func (s *OriginRewriteActionForUpdateCdnConfigInput) SetTargetPath(v string) *OriginRewriteActionForUpdateCdnConfigInput
- func (s OriginRewriteActionForUpdateCdnConfigInput) String() string
- type OriginRewriteForAddCdnDomainInput
- func (s OriginRewriteForAddCdnDomainInput) GoString() string
- func (s *OriginRewriteForAddCdnDomainInput) SetOriginRewriteRule(v []*OriginRewriteRuleForAddCdnDomainInput) *OriginRewriteForAddCdnDomainInput
- func (s *OriginRewriteForAddCdnDomainInput) SetSwitch(v bool) *OriginRewriteForAddCdnDomainInput
- func (s OriginRewriteForAddCdnDomainInput) String() string
- type OriginRewriteForBatchUpdateCdnConfigInput
- func (s OriginRewriteForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteForBatchUpdateCdnConfigInput) SetOriginRewriteRule(v []*OriginRewriteRuleForBatchUpdateCdnConfigInput) *OriginRewriteForBatchUpdateCdnConfigInput
- func (s *OriginRewriteForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginRewriteForBatchUpdateCdnConfigInput
- func (s OriginRewriteForBatchUpdateCdnConfigInput) String() string
- type OriginRewriteForDescribeCdnConfigOutput
- func (s OriginRewriteForDescribeCdnConfigOutput) GoString() string
- func (s *OriginRewriteForDescribeCdnConfigOutput) SetOriginRewriteRule(v []*OriginRewriteRuleForDescribeCdnConfigOutput) *OriginRewriteForDescribeCdnConfigOutput
- func (s *OriginRewriteForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginRewriteForDescribeCdnConfigOutput
- func (s OriginRewriteForDescribeCdnConfigOutput) String() string
- type OriginRewriteForUpdateCdnConfigInput
- func (s OriginRewriteForUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteForUpdateCdnConfigInput) SetOriginRewriteRule(v []*OriginRewriteRuleForUpdateCdnConfigInput) *OriginRewriteForUpdateCdnConfigInput
- func (s *OriginRewriteForUpdateCdnConfigInput) SetSwitch(v bool) *OriginRewriteForUpdateCdnConfigInput
- func (s OriginRewriteForUpdateCdnConfigInput) String() string
- type OriginRewriteRuleForAddCdnDomainInput
- func (s OriginRewriteRuleForAddCdnDomainInput) GoString() string
- func (s *OriginRewriteRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginRewriteRuleForAddCdnDomainInput
- func (s *OriginRewriteRuleForAddCdnDomainInput) SetOriginRewriteAction(v *OriginRewriteActionForAddCdnDomainInput) *OriginRewriteRuleForAddCdnDomainInput
- func (s OriginRewriteRuleForAddCdnDomainInput) String() string
- type OriginRewriteRuleForBatchUpdateCdnConfigInput
- func (s OriginRewriteRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginRewriteRuleForBatchUpdateCdnConfigInput
- func (s *OriginRewriteRuleForBatchUpdateCdnConfigInput) SetOriginRewriteAction(v *OriginRewriteActionForBatchUpdateCdnConfigInput) *OriginRewriteRuleForBatchUpdateCdnConfigInput
- func (s OriginRewriteRuleForBatchUpdateCdnConfigInput) String() string
- type OriginRewriteRuleForDescribeCdnConfigOutput
- func (s OriginRewriteRuleForDescribeCdnConfigOutput) GoString() string
- func (s *OriginRewriteRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginRewriteRuleForDescribeCdnConfigOutput
- func (s *OriginRewriteRuleForDescribeCdnConfigOutput) SetOriginRewriteAction(v *OriginRewriteActionForDescribeCdnConfigOutput) *OriginRewriteRuleForDescribeCdnConfigOutput
- func (s OriginRewriteRuleForDescribeCdnConfigOutput) String() string
- type OriginRewriteRuleForUpdateCdnConfigInput
- func (s OriginRewriteRuleForUpdateCdnConfigInput) GoString() string
- func (s *OriginRewriteRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginRewriteRuleForUpdateCdnConfigInput
- func (s *OriginRewriteRuleForUpdateCdnConfigInput) SetOriginRewriteAction(v *OriginRewriteActionForUpdateCdnConfigInput) *OriginRewriteRuleForUpdateCdnConfigInput
- func (s OriginRewriteRuleForUpdateCdnConfigInput) String() string
- type OriginRuleForAddCdnDomainInput
- func (s OriginRuleForAddCdnDomainInput) GoString() string
- func (s *OriginRuleForAddCdnDomainInput) SetActions(v *ActionsForAddCdnDomainInput) *OriginRuleForAddCdnDomainInput
- func (s *OriginRuleForAddCdnDomainInput) SetCondition(v *ConvertConvertConditionForAddCdnDomainInput) *OriginRuleForAddCdnDomainInput
- func (s OriginRuleForAddCdnDomainInput) String() string
- type OriginRuleForBatchUpdateCdnConfigInput
- func (s OriginRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginRuleForBatchUpdateCdnConfigInput) SetActions(v *ActionsForBatchUpdateCdnConfigInput) *OriginRuleForBatchUpdateCdnConfigInput
- func (s *OriginRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConvertConvertConditionForBatchUpdateCdnConfigInput) *OriginRuleForBatchUpdateCdnConfigInput
- func (s OriginRuleForBatchUpdateCdnConfigInput) String() string
- type OriginRuleForDescribeCdnConfigOutput
- func (s OriginRuleForDescribeCdnConfigOutput) GoString() string
- func (s *OriginRuleForDescribeCdnConfigOutput) SetActions(v *ActionsForDescribeCdnConfigOutput) *OriginRuleForDescribeCdnConfigOutput
- func (s *OriginRuleForDescribeCdnConfigOutput) SetCondition(v *ConvertConvertConditionForDescribeCdnConfigOutput) *OriginRuleForDescribeCdnConfigOutput
- func (s OriginRuleForDescribeCdnConfigOutput) String() string
- type OriginRuleForUpdateCdnConfigInput
- func (s OriginRuleForUpdateCdnConfigInput) GoString() string
- func (s *OriginRuleForUpdateCdnConfigInput) SetActions(v *ActionsForUpdateCdnConfigInput) *OriginRuleForUpdateCdnConfigInput
- func (s *OriginRuleForUpdateCdnConfigInput) SetCondition(v *ConvertConvertConditionForUpdateCdnConfigInput) *OriginRuleForUpdateCdnConfigInput
- func (s OriginRuleForUpdateCdnConfigInput) String() string
- type OriginSniForAddCdnDomainInput
- type OriginSniForBatchUpdateCdnConfigInput
- func (s OriginSniForBatchUpdateCdnConfigInput) GoString() string
- func (s *OriginSniForBatchUpdateCdnConfigInput) SetSniDomain(v string) *OriginSniForBatchUpdateCdnConfigInput
- func (s *OriginSniForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginSniForBatchUpdateCdnConfigInput
- func (s OriginSniForBatchUpdateCdnConfigInput) String() string
- type OriginSniForDescribeCdnConfigOutput
- func (s OriginSniForDescribeCdnConfigOutput) GoString() string
- func (s *OriginSniForDescribeCdnConfigOutput) SetSniDomain(v string) *OriginSniForDescribeCdnConfigOutput
- func (s *OriginSniForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginSniForDescribeCdnConfigOutput
- func (s OriginSniForDescribeCdnConfigOutput) String() string
- type OriginSniForUpdateCdnConfigInput
- func (s OriginSniForUpdateCdnConfigInput) GoString() string
- func (s *OriginSniForUpdateCdnConfigInput) SetSniDomain(v string) *OriginSniForUpdateCdnConfigInput
- func (s *OriginSniForUpdateCdnConfigInput) SetSwitch(v bool) *OriginSniForUpdateCdnConfigInput
- func (s OriginSniForUpdateCdnConfigInput) String() string
- type OtherCertConfigForDescribeCertConfigOutput
- func (s OtherCertConfigForDescribeCertConfigOutput) GoString() string
- func (s *OtherCertConfigForDescribeCertConfigOutput) SetCerStatus(v string) *OtherCertConfigForDescribeCertConfigOutput
- func (s *OtherCertConfigForDescribeCertConfigOutput) SetDomain(v string) *OtherCertConfigForDescribeCertConfigOutput
- func (s *OtherCertConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *OtherCertConfigForDescribeCertConfigOutput
- func (s *OtherCertConfigForDescribeCertConfigOutput) SetStatus(v string) *OtherCertConfigForDescribeCertConfigOutput
- func (s *OtherCertConfigForDescribeCertConfigOutput) SetType(v string) *OtherCertConfigForDescribeCertConfigOutput
- func (s OtherCertConfigForDescribeCertConfigOutput) String() string
- type PageOptimizationForAddCdnDomainInput
- func (s PageOptimizationForAddCdnDomainInput) GoString() string
- func (s *PageOptimizationForAddCdnDomainInput) SetOptimizationType(v []*string) *PageOptimizationForAddCdnDomainInput
- func (s *PageOptimizationForAddCdnDomainInput) SetSwitch(v bool) *PageOptimizationForAddCdnDomainInput
- func (s PageOptimizationForAddCdnDomainInput) String() string
- type PageOptimizationForBatchUpdateCdnConfigInput
- func (s PageOptimizationForBatchUpdateCdnConfigInput) GoString() string
- func (s *PageOptimizationForBatchUpdateCdnConfigInput) SetOptimizationType(v []*string) *PageOptimizationForBatchUpdateCdnConfigInput
- func (s *PageOptimizationForBatchUpdateCdnConfigInput) SetSwitch(v bool) *PageOptimizationForBatchUpdateCdnConfigInput
- func (s PageOptimizationForBatchUpdateCdnConfigInput) String() string
- type PageOptimizationForDescribeCdnConfigOutput
- func (s PageOptimizationForDescribeCdnConfigOutput) GoString() string
- func (s *PageOptimizationForDescribeCdnConfigOutput) SetOptimizationType(v []*string) *PageOptimizationForDescribeCdnConfigOutput
- func (s *PageOptimizationForDescribeCdnConfigOutput) SetSwitch(v bool) *PageOptimizationForDescribeCdnConfigOutput
- func (s PageOptimizationForDescribeCdnConfigOutput) String() string
- type PageOptimizationForUpdateCdnConfigInput
- func (s PageOptimizationForUpdateCdnConfigInput) GoString() string
- func (s *PageOptimizationForUpdateCdnConfigInput) SetOptimizationType(v []*string) *PageOptimizationForUpdateCdnConfigInput
- func (s *PageOptimizationForUpdateCdnConfigInput) SetSwitch(v bool) *PageOptimizationForUpdateCdnConfigInput
- func (s PageOptimizationForUpdateCdnConfigInput) String() string
- type PrivateBucketAuthForAddCdnDomainInput
- func (s PrivateBucketAuthForAddCdnDomainInput) GoString() string
- func (s *PrivateBucketAuthForAddCdnDomainInput) SetAuthType(v string) *PrivateBucketAuthForAddCdnDomainInput
- func (s *PrivateBucketAuthForAddCdnDomainInput) SetSwitch(v bool) *PrivateBucketAuthForAddCdnDomainInput
- func (s *PrivateBucketAuthForAddCdnDomainInput) SetTosAuthInformation(v *TosAuthInformationForAddCdnDomainInput) *PrivateBucketAuthForAddCdnDomainInput
- func (s PrivateBucketAuthForAddCdnDomainInput) String() string
- type PrivateBucketAuthForBatchUpdateCdnConfigInput
- func (s PrivateBucketAuthForBatchUpdateCdnConfigInput) GoString() string
- func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetAuthType(v string) *PrivateBucketAuthForBatchUpdateCdnConfigInput
- func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *PrivateBucketAuthForBatchUpdateCdnConfigInput
- func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetTosAuthInformation(v *TosAuthInformationForBatchUpdateCdnConfigInput) *PrivateBucketAuthForBatchUpdateCdnConfigInput
- func (s PrivateBucketAuthForBatchUpdateCdnConfigInput) String() string
- type PrivateBucketAuthForDescribeCdnConfigOutput
- func (s PrivateBucketAuthForDescribeCdnConfigOutput) GoString() string
- func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetAuthType(v string) *PrivateBucketAuthForDescribeCdnConfigOutput
- func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *PrivateBucketAuthForDescribeCdnConfigOutput
- func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetTosAuthInformation(v *TosAuthInformationForDescribeCdnConfigOutput) *PrivateBucketAuthForDescribeCdnConfigOutput
- func (s PrivateBucketAuthForDescribeCdnConfigOutput) String() string
- type PrivateBucketAuthForUpdateCdnConfigInput
- func (s PrivateBucketAuthForUpdateCdnConfigInput) GoString() string
- func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetAuthType(v string) *PrivateBucketAuthForUpdateCdnConfigInput
- func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetSwitch(v bool) *PrivateBucketAuthForUpdateCdnConfigInput
- func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetTosAuthInformation(v *TosAuthInformationForUpdateCdnConfigInput) *PrivateBucketAuthForUpdateCdnConfigInput
- func (s PrivateBucketAuthForUpdateCdnConfigInput) String() string
- type QueryStringComponentsForAddCdnDomainInput
- func (s QueryStringComponentsForAddCdnDomainInput) GoString() string
- func (s *QueryStringComponentsForAddCdnDomainInput) SetAction(v string) *QueryStringComponentsForAddCdnDomainInput
- func (s *QueryStringComponentsForAddCdnDomainInput) SetValue(v string) *QueryStringComponentsForAddCdnDomainInput
- func (s QueryStringComponentsForAddCdnDomainInput) String() string
- type QueryStringComponentsForBatchUpdateCdnConfigInput
- func (s QueryStringComponentsForBatchUpdateCdnConfigInput) GoString() string
- func (s *QueryStringComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *QueryStringComponentsForBatchUpdateCdnConfigInput
- func (s *QueryStringComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *QueryStringComponentsForBatchUpdateCdnConfigInput
- func (s QueryStringComponentsForBatchUpdateCdnConfigInput) String() string
- type QueryStringComponentsForDescribeCdnConfigOutput
- func (s QueryStringComponentsForDescribeCdnConfigOutput) GoString() string
- func (s *QueryStringComponentsForDescribeCdnConfigOutput) SetAction(v string) *QueryStringComponentsForDescribeCdnConfigOutput
- func (s *QueryStringComponentsForDescribeCdnConfigOutput) SetValue(v string) *QueryStringComponentsForDescribeCdnConfigOutput
- func (s QueryStringComponentsForDescribeCdnConfigOutput) String() string
- type QueryStringComponentsForUpdateCdnConfigInput
- func (s QueryStringComponentsForUpdateCdnConfigInput) GoString() string
- func (s *QueryStringComponentsForUpdateCdnConfigInput) SetAction(v string) *QueryStringComponentsForUpdateCdnConfigInput
- func (s *QueryStringComponentsForUpdateCdnConfigInput) SetValue(v string) *QueryStringComponentsForUpdateCdnConfigInput
- func (s QueryStringComponentsForUpdateCdnConfigInput) String() string
- type QueryStringInstanceForAddCdnDomainInput
- func (s QueryStringInstanceForAddCdnDomainInput) GoString() string
- func (s *QueryStringInstanceForAddCdnDomainInput) SetAction(v string) *QueryStringInstanceForAddCdnDomainInput
- func (s *QueryStringInstanceForAddCdnDomainInput) SetKey(v string) *QueryStringInstanceForAddCdnDomainInput
- func (s *QueryStringInstanceForAddCdnDomainInput) SetValue(v string) *QueryStringInstanceForAddCdnDomainInput
- func (s *QueryStringInstanceForAddCdnDomainInput) SetValueType(v string) *QueryStringInstanceForAddCdnDomainInput
- func (s QueryStringInstanceForAddCdnDomainInput) String() string
- type QueryStringInstanceForBatchUpdateCdnConfigInput
- func (s QueryStringInstanceForBatchUpdateCdnConfigInput) GoString() string
- func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
- func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
- func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
- func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
- func (s QueryStringInstanceForBatchUpdateCdnConfigInput) String() string
- type QueryStringInstanceForDescribeCdnConfigOutput
- func (s QueryStringInstanceForDescribeCdnConfigOutput) GoString() string
- func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetAction(v string) *QueryStringInstanceForDescribeCdnConfigOutput
- func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetKey(v string) *QueryStringInstanceForDescribeCdnConfigOutput
- func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetValue(v string) *QueryStringInstanceForDescribeCdnConfigOutput
- func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetValueType(v string) *QueryStringInstanceForDescribeCdnConfigOutput
- func (s QueryStringInstanceForDescribeCdnConfigOutput) String() string
- type QueryStringInstanceForUpdateCdnConfigInput
- func (s QueryStringInstanceForUpdateCdnConfigInput) GoString() string
- func (s *QueryStringInstanceForUpdateCdnConfigInput) SetAction(v string) *QueryStringInstanceForUpdateCdnConfigInput
- func (s *QueryStringInstanceForUpdateCdnConfigInput) SetKey(v string) *QueryStringInstanceForUpdateCdnConfigInput
- func (s *QueryStringInstanceForUpdateCdnConfigInput) SetValue(v string) *QueryStringInstanceForUpdateCdnConfigInput
- func (s *QueryStringInstanceForUpdateCdnConfigInput) SetValueType(v string) *QueryStringInstanceForUpdateCdnConfigInput
- func (s QueryStringInstanceForUpdateCdnConfigInput) String() string
- type QueryStringRulesForAddCdnDomainInput
- func (s QueryStringRulesForAddCdnDomainInput) GoString() string
- func (s *QueryStringRulesForAddCdnDomainInput) SetQueryStringComponents(v *QueryStringComponentsForAddCdnDomainInput) *QueryStringRulesForAddCdnDomainInput
- func (s *QueryStringRulesForAddCdnDomainInput) SetQueryStringInstances(v []*QueryStringInstanceForAddCdnDomainInput) *QueryStringRulesForAddCdnDomainInput
- func (s QueryStringRulesForAddCdnDomainInput) String() string
- type QueryStringRulesForBatchUpdateCdnConfigInput
- func (s QueryStringRulesForBatchUpdateCdnConfigInput) GoString() string
- func (s *QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringComponents(v *QueryStringComponentsForBatchUpdateCdnConfigInput) *QueryStringRulesForBatchUpdateCdnConfigInput
- func (s *QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringInstances(v []*QueryStringInstanceForBatchUpdateCdnConfigInput) *QueryStringRulesForBatchUpdateCdnConfigInput
- func (s QueryStringRulesForBatchUpdateCdnConfigInput) String() string
- type QueryStringRulesForDescribeCdnConfigOutput
- func (s QueryStringRulesForDescribeCdnConfigOutput) GoString() string
- func (s *QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringComponents(v *QueryStringComponentsForDescribeCdnConfigOutput) *QueryStringRulesForDescribeCdnConfigOutput
- func (s *QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringInstances(v []*QueryStringInstanceForDescribeCdnConfigOutput) *QueryStringRulesForDescribeCdnConfigOutput
- func (s QueryStringRulesForDescribeCdnConfigOutput) String() string
- type QueryStringRulesForUpdateCdnConfigInput
- func (s QueryStringRulesForUpdateCdnConfigInput) GoString() string
- func (s *QueryStringRulesForUpdateCdnConfigInput) SetQueryStringComponents(v *QueryStringComponentsForUpdateCdnConfigInput) *QueryStringRulesForUpdateCdnConfigInput
- func (s *QueryStringRulesForUpdateCdnConfigInput) SetQueryStringInstances(v []*QueryStringInstanceForUpdateCdnConfigInput) *QueryStringRulesForUpdateCdnConfigInput
- func (s QueryStringRulesForUpdateCdnConfigInput) String() string
- type QuicForAddCdnDomainInput
- type QuicForBatchUpdateCdnConfigInput
- type QuicForDescribeCdnConfigOutput
- type QuicForUpdateCdnConfigInput
- type RankingDataListForDescribeStatisticalRankingOutput
- func (s RankingDataListForDescribeStatisticalRankingOutput) GoString() string
- func (s *RankingDataListForDescribeStatisticalRankingOutput) SetItemKey(v string) *RankingDataListForDescribeStatisticalRankingOutput
- func (s *RankingDataListForDescribeStatisticalRankingOutput) SetItemKeyCN(v string) *RankingDataListForDescribeStatisticalRankingOutput
- func (s *RankingDataListForDescribeStatisticalRankingOutput) SetValue(v float64) *RankingDataListForDescribeStatisticalRankingOutput
- func (s RankingDataListForDescribeStatisticalRankingOutput) String() string
- type RedirectionActionForAddCdnDomainInput
- func (s RedirectionActionForAddCdnDomainInput) GoString() string
- func (s *RedirectionActionForAddCdnDomainInput) SetRedirectCode(v string) *RedirectionActionForAddCdnDomainInput
- func (s *RedirectionActionForAddCdnDomainInput) SetSourcePath(v string) *RedirectionActionForAddCdnDomainInput
- func (s *RedirectionActionForAddCdnDomainInput) SetTargetHost(v string) *RedirectionActionForAddCdnDomainInput
- func (s *RedirectionActionForAddCdnDomainInput) SetTargetPath(v string) *RedirectionActionForAddCdnDomainInput
- func (s *RedirectionActionForAddCdnDomainInput) SetTargetProtocol(v string) *RedirectionActionForAddCdnDomainInput
- func (s *RedirectionActionForAddCdnDomainInput) SetTargetQueryComponents(v *TargetQueryComponentsForAddCdnDomainInput) *RedirectionActionForAddCdnDomainInput
- func (s RedirectionActionForAddCdnDomainInput) String() string
- type RedirectionActionForBatchUpdateCdnConfigInput
- func (s RedirectionActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetRedirectCode(v string) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetSourcePath(v string) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetHost(v string) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetPath(v string) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetProtocol(v string) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetQueryComponents(v *TargetQueryComponentsForBatchUpdateCdnConfigInput) *RedirectionActionForBatchUpdateCdnConfigInput
- func (s RedirectionActionForBatchUpdateCdnConfigInput) String() string
- type RedirectionActionForDescribeCdnConfigOutput
- func (s RedirectionActionForDescribeCdnConfigOutput) GoString() string
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetRedirectCode(v string) *RedirectionActionForDescribeCdnConfigOutput
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetSourcePath(v string) *RedirectionActionForDescribeCdnConfigOutput
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetHost(v string) *RedirectionActionForDescribeCdnConfigOutput
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetPath(v string) *RedirectionActionForDescribeCdnConfigOutput
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetProtocol(v string) *RedirectionActionForDescribeCdnConfigOutput
- func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetQueryComponents(v *TargetQueryComponentsForDescribeCdnConfigOutput) *RedirectionActionForDescribeCdnConfigOutput
- func (s RedirectionActionForDescribeCdnConfigOutput) String() string
- type RedirectionActionForUpdateCdnConfigInput
- func (s RedirectionActionForUpdateCdnConfigInput) GoString() string
- func (s *RedirectionActionForUpdateCdnConfigInput) SetRedirectCode(v string) *RedirectionActionForUpdateCdnConfigInput
- func (s *RedirectionActionForUpdateCdnConfigInput) SetSourcePath(v string) *RedirectionActionForUpdateCdnConfigInput
- func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetHost(v string) *RedirectionActionForUpdateCdnConfigInput
- func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetPath(v string) *RedirectionActionForUpdateCdnConfigInput
- func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetProtocol(v string) *RedirectionActionForUpdateCdnConfigInput
- func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetQueryComponents(v *TargetQueryComponentsForUpdateCdnConfigInput) *RedirectionActionForUpdateCdnConfigInput
- func (s RedirectionActionForUpdateCdnConfigInput) String() string
- type RedirectionRewriteForAddCdnDomainInput
- func (s RedirectionRewriteForAddCdnDomainInput) GoString() string
- func (s *RedirectionRewriteForAddCdnDomainInput) SetRedirectionRule(v []*RedirectionRuleForAddCdnDomainInput) *RedirectionRewriteForAddCdnDomainInput
- func (s *RedirectionRewriteForAddCdnDomainInput) SetSwitch(v bool) *RedirectionRewriteForAddCdnDomainInput
- func (s RedirectionRewriteForAddCdnDomainInput) String() string
- type RedirectionRewriteForBatchUpdateCdnConfigInput
- func (s RedirectionRewriteForBatchUpdateCdnConfigInput) GoString() string
- func (s *RedirectionRewriteForBatchUpdateCdnConfigInput) SetRedirectionRule(v []*RedirectionRuleForBatchUpdateCdnConfigInput) *RedirectionRewriteForBatchUpdateCdnConfigInput
- func (s *RedirectionRewriteForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RedirectionRewriteForBatchUpdateCdnConfigInput
- func (s RedirectionRewriteForBatchUpdateCdnConfigInput) String() string
- type RedirectionRewriteForDescribeCdnConfigOutput
- func (s RedirectionRewriteForDescribeCdnConfigOutput) GoString() string
- func (s *RedirectionRewriteForDescribeCdnConfigOutput) SetRedirectionRule(v []*RedirectionRuleForDescribeCdnConfigOutput) *RedirectionRewriteForDescribeCdnConfigOutput
- func (s *RedirectionRewriteForDescribeCdnConfigOutput) SetSwitch(v bool) *RedirectionRewriteForDescribeCdnConfigOutput
- func (s RedirectionRewriteForDescribeCdnConfigOutput) String() string
- type RedirectionRewriteForUpdateCdnConfigInput
- func (s RedirectionRewriteForUpdateCdnConfigInput) GoString() string
- func (s *RedirectionRewriteForUpdateCdnConfigInput) SetRedirectionRule(v []*RedirectionRuleForUpdateCdnConfigInput) *RedirectionRewriteForUpdateCdnConfigInput
- func (s *RedirectionRewriteForUpdateCdnConfigInput) SetSwitch(v bool) *RedirectionRewriteForUpdateCdnConfigInput
- func (s RedirectionRewriteForUpdateCdnConfigInput) String() string
- type RedirectionRuleForAddCdnDomainInput
- type RedirectionRuleForBatchUpdateCdnConfigInput
- func (s RedirectionRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *RedirectionRuleForBatchUpdateCdnConfigInput) SetRedirectionAction(v *RedirectionActionForBatchUpdateCdnConfigInput) *RedirectionRuleForBatchUpdateCdnConfigInput
- func (s RedirectionRuleForBatchUpdateCdnConfigInput) String() string
- type RedirectionRuleForDescribeCdnConfigOutput
- type RedirectionRuleForUpdateCdnConfigInput
- type RefererAccessRuleForAddCdnDomainInput
- func (s RefererAccessRuleForAddCdnDomainInput) GoString() string
- func (s *RefererAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *RefererAccessRuleForAddCdnDomainInput
- func (s *RefererAccessRuleForAddCdnDomainInput) SetReferers(v []*string) *RefererAccessRuleForAddCdnDomainInput
- func (s *RefererAccessRuleForAddCdnDomainInput) SetReferersType(v *ReferersTypeForAddCdnDomainInput) *RefererAccessRuleForAddCdnDomainInput
- func (s *RefererAccessRuleForAddCdnDomainInput) SetRuleType(v string) *RefererAccessRuleForAddCdnDomainInput
- func (s *RefererAccessRuleForAddCdnDomainInput) SetSharedConfig(v *SharedConfigForAddCdnDomainInput) *RefererAccessRuleForAddCdnDomainInput
- func (s *RefererAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *RefererAccessRuleForAddCdnDomainInput
- func (s RefererAccessRuleForAddCdnDomainInput) String() string
- type RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s RefererAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferers(v []*string) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferersType(v *ReferersTypeForBatchUpdateCdnConfigInput) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForBatchUpdateCdnConfigInput) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RefererAccessRuleForBatchUpdateCdnConfigInput
- func (s RefererAccessRuleForBatchUpdateCdnConfigInput) String() string
- type RefererAccessRuleForDescribeCdnConfigOutput
- func (s RefererAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetReferers(v []*string) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetReferersType(v *ReferersTypeForDescribeCdnConfigOutput) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetSharedConfig(v *SharedConfigForDescribeCdnConfigOutput) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *RefererAccessRuleForDescribeCdnConfigOutput
- func (s RefererAccessRuleForDescribeCdnConfigOutput) String() string
- type RefererAccessRuleForUpdateCdnConfigInput
- func (s RefererAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *RefererAccessRuleForUpdateCdnConfigInput
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetReferers(v []*string) *RefererAccessRuleForUpdateCdnConfigInput
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetReferersType(v *ReferersTypeForUpdateCdnConfigInput) *RefererAccessRuleForUpdateCdnConfigInput
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *RefererAccessRuleForUpdateCdnConfigInput
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForUpdateCdnConfigInput) *RefererAccessRuleForUpdateCdnConfigInput
- func (s *RefererAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *RefererAccessRuleForUpdateCdnConfigInput
- func (s RefererAccessRuleForUpdateCdnConfigInput) String() string
- type ReferersTypeForAddCdnDomainInput
- func (s ReferersTypeForAddCdnDomainInput) GoString() string
- func (s *ReferersTypeForAddCdnDomainInput) SetCommonType(v *CommonTypeForAddCdnDomainInput) *ReferersTypeForAddCdnDomainInput
- func (s *ReferersTypeForAddCdnDomainInput) SetRegularType(v *RegularTypeForAddCdnDomainInput) *ReferersTypeForAddCdnDomainInput
- func (s ReferersTypeForAddCdnDomainInput) String() string
- type ReferersTypeForBatchUpdateCdnConfigInput
- func (s ReferersTypeForBatchUpdateCdnConfigInput) GoString() string
- func (s *ReferersTypeForBatchUpdateCdnConfigInput) SetCommonType(v *CommonTypeForBatchUpdateCdnConfigInput) *ReferersTypeForBatchUpdateCdnConfigInput
- func (s *ReferersTypeForBatchUpdateCdnConfigInput) SetRegularType(v *RegularTypeForBatchUpdateCdnConfigInput) *ReferersTypeForBatchUpdateCdnConfigInput
- func (s ReferersTypeForBatchUpdateCdnConfigInput) String() string
- type ReferersTypeForDescribeCdnConfigOutput
- func (s ReferersTypeForDescribeCdnConfigOutput) GoString() string
- func (s *ReferersTypeForDescribeCdnConfigOutput) SetCommonType(v *CommonTypeForDescribeCdnConfigOutput) *ReferersTypeForDescribeCdnConfigOutput
- func (s *ReferersTypeForDescribeCdnConfigOutput) SetRegularType(v *RegularTypeForDescribeCdnConfigOutput) *ReferersTypeForDescribeCdnConfigOutput
- func (s ReferersTypeForDescribeCdnConfigOutput) String() string
- type ReferersTypeForUpdateCdnConfigInput
- func (s ReferersTypeForUpdateCdnConfigInput) GoString() string
- func (s *ReferersTypeForUpdateCdnConfigInput) SetCommonType(v *CommonTypeForUpdateCdnConfigInput) *ReferersTypeForUpdateCdnConfigInput
- func (s *ReferersTypeForUpdateCdnConfigInput) SetRegularType(v *RegularTypeForUpdateCdnConfigInput) *ReferersTypeForUpdateCdnConfigInput
- func (s ReferersTypeForUpdateCdnConfigInput) String() string
- type RegionForDescribeCdnRegionAndIspOutput
- func (s RegionForDescribeCdnRegionAndIspOutput) GoString() string
- func (s *RegionForDescribeCdnRegionAndIspOutput) SetCode(v string) *RegionForDescribeCdnRegionAndIspOutput
- func (s *RegionForDescribeCdnRegionAndIspOutput) SetName(v string) *RegionForDescribeCdnRegionAndIspOutput
- func (s RegionForDescribeCdnRegionAndIspOutput) String() string
- type RegularTypeForAddCdnDomainInput
- type RegularTypeForBatchUpdateCdnConfigInput
- type RegularTypeForDescribeCdnConfigOutput
- type RegularTypeForUpdateCdnConfigInput
- type RemoteAuthForAddCdnDomainInput
- func (s RemoteAuthForAddCdnDomainInput) GoString() string
- func (s *RemoteAuthForAddCdnDomainInput) SetRemoteAuthRules(v []*RemoteAuthRuleForAddCdnDomainInput) *RemoteAuthForAddCdnDomainInput
- func (s *RemoteAuthForAddCdnDomainInput) SetSwitch(v bool) *RemoteAuthForAddCdnDomainInput
- func (s RemoteAuthForAddCdnDomainInput) String() string
- type RemoteAuthForBatchUpdateCdnConfigInput
- func (s RemoteAuthForBatchUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthForBatchUpdateCdnConfigInput) SetRemoteAuthRules(v []*RemoteAuthRuleForBatchUpdateCdnConfigInput) *RemoteAuthForBatchUpdateCdnConfigInput
- func (s *RemoteAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RemoteAuthForBatchUpdateCdnConfigInput
- func (s RemoteAuthForBatchUpdateCdnConfigInput) String() string
- type RemoteAuthForDescribeCdnConfigOutput
- func (s RemoteAuthForDescribeCdnConfigOutput) GoString() string
- func (s *RemoteAuthForDescribeCdnConfigOutput) SetRemoteAuthRules(v []*RemoteAuthRuleForDescribeCdnConfigOutput) *RemoteAuthForDescribeCdnConfigOutput
- func (s *RemoteAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *RemoteAuthForDescribeCdnConfigOutput
- func (s RemoteAuthForDescribeCdnConfigOutput) String() string
- type RemoteAuthForUpdateCdnConfigInput
- func (s RemoteAuthForUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthForUpdateCdnConfigInput) SetRemoteAuthRules(v []*RemoteAuthRuleForUpdateCdnConfigInput) *RemoteAuthForUpdateCdnConfigInput
- func (s *RemoteAuthForUpdateCdnConfigInput) SetSwitch(v bool) *RemoteAuthForUpdateCdnConfigInput
- func (s RemoteAuthForUpdateCdnConfigInput) String() string
- type RemoteAuthRuleActionForAddCdnDomainInput
- func (s RemoteAuthRuleActionForAddCdnDomainInput) GoString() string
- func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetAuthModeConfig(v *AuthModeConfigForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
- func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetAuthResponseConfig(v *AuthResponseConfigForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
- func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetQueryStringRules(v *QueryStringRulesForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
- func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForAddCdnDomainInput
- func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetRequestHeaderRules(v *RequestHeaderRulesForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
- func (s RemoteAuthRuleActionForAddCdnDomainInput) String() string
- type RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s RemoteAuthRuleActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthModeConfig(v *AuthModeConfigForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthResponseConfig(v *AuthResponseConfigForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetQueryStringRules(v *QueryStringRulesForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestHeaderRules(v *RequestHeaderRulesForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
- func (s RemoteAuthRuleActionForBatchUpdateCdnConfigInput) String() string
- type RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s RemoteAuthRuleActionForDescribeCdnConfigOutput) GoString() string
- func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthModeConfig(v *AuthModeConfigForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthResponseConfig(v *AuthResponseConfigForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetQueryStringRules(v *QueryStringRulesForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestHeaderRules(v *RequestHeaderRulesForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
- func (s RemoteAuthRuleActionForDescribeCdnConfigOutput) String() string
- type RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s RemoteAuthRuleActionForUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthModeConfig(v *AuthModeConfigForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthResponseConfig(v *AuthResponseConfigForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetQueryStringRules(v *QueryStringRulesForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestHeaderRules(v *RequestHeaderRulesForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
- func (s RemoteAuthRuleActionForUpdateCdnConfigInput) String() string
- type RemoteAuthRuleForAddCdnDomainInput
- func (s RemoteAuthRuleForAddCdnDomainInput) GoString() string
- func (s *RemoteAuthRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *RemoteAuthRuleForAddCdnDomainInput
- func (s *RemoteAuthRuleForAddCdnDomainInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForAddCdnDomainInput) *RemoteAuthRuleForAddCdnDomainInput
- func (s RemoteAuthRuleForAddCdnDomainInput) String() string
- type RemoteAuthRuleForBatchUpdateCdnConfigInput
- func (s RemoteAuthRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *RemoteAuthRuleForBatchUpdateCdnConfigInput
- func (s *RemoteAuthRuleForBatchUpdateCdnConfigInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) *RemoteAuthRuleForBatchUpdateCdnConfigInput
- func (s RemoteAuthRuleForBatchUpdateCdnConfigInput) String() string
- type RemoteAuthRuleForDescribeCdnConfigOutput
- func (s RemoteAuthRuleForDescribeCdnConfigOutput) GoString() string
- func (s *RemoteAuthRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *RemoteAuthRuleForDescribeCdnConfigOutput
- func (s *RemoteAuthRuleForDescribeCdnConfigOutput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForDescribeCdnConfigOutput) *RemoteAuthRuleForDescribeCdnConfigOutput
- func (s RemoteAuthRuleForDescribeCdnConfigOutput) String() string
- type RemoteAuthRuleForUpdateCdnConfigInput
- func (s RemoteAuthRuleForUpdateCdnConfigInput) GoString() string
- func (s *RemoteAuthRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *RemoteAuthRuleForUpdateCdnConfigInput
- func (s *RemoteAuthRuleForUpdateCdnConfigInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForUpdateCdnConfigInput) *RemoteAuthRuleForUpdateCdnConfigInput
- func (s RemoteAuthRuleForUpdateCdnConfigInput) String() string
- type RequestBlockRuleForAddCdnDomainInput
- func (s RequestBlockRuleForAddCdnDomainInput) GoString() string
- func (s *RequestBlockRuleForAddCdnDomainInput) SetBlockRule(v []*BlockRuleForAddCdnDomainInput) *RequestBlockRuleForAddCdnDomainInput
- func (s *RequestBlockRuleForAddCdnDomainInput) SetSwitch(v bool) *RequestBlockRuleForAddCdnDomainInput
- func (s RequestBlockRuleForAddCdnDomainInput) String() string
- type RequestBlockRuleForBatchUpdateCdnConfigInput
- func (s RequestBlockRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestBlockRuleForBatchUpdateCdnConfigInput) SetBlockRule(v []*BlockRuleForBatchUpdateCdnConfigInput) *RequestBlockRuleForBatchUpdateCdnConfigInput
- func (s *RequestBlockRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RequestBlockRuleForBatchUpdateCdnConfigInput
- func (s RequestBlockRuleForBatchUpdateCdnConfigInput) String() string
- type RequestBlockRuleForDescribeCdnConfigOutput
- func (s RequestBlockRuleForDescribeCdnConfigOutput) GoString() string
- func (s *RequestBlockRuleForDescribeCdnConfigOutput) SetBlockRule(v []*BlockRuleForDescribeCdnConfigOutput) *RequestBlockRuleForDescribeCdnConfigOutput
- func (s *RequestBlockRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *RequestBlockRuleForDescribeCdnConfigOutput
- func (s RequestBlockRuleForDescribeCdnConfigOutput) String() string
- type RequestBlockRuleForUpdateCdnConfigInput
- func (s RequestBlockRuleForUpdateCdnConfigInput) GoString() string
- func (s *RequestBlockRuleForUpdateCdnConfigInput) SetBlockRule(v []*BlockRuleForUpdateCdnConfigInput) *RequestBlockRuleForUpdateCdnConfigInput
- func (s *RequestBlockRuleForUpdateCdnConfigInput) SetSwitch(v bool) *RequestBlockRuleForUpdateCdnConfigInput
- func (s RequestBlockRuleForUpdateCdnConfigInput) String() string
- type RequestHeaderActionForAddCdnDomainInput
- type RequestHeaderActionForBatchUpdateCdnConfigInput
- func (s RequestHeaderActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderActionForBatchUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForBatchUpdateCdnConfigInput) *RequestHeaderActionForBatchUpdateCdnConfigInput
- func (s RequestHeaderActionForBatchUpdateCdnConfigInput) String() string
- type RequestHeaderActionForDescribeCdnConfigOutput
- func (s RequestHeaderActionForDescribeCdnConfigOutput) GoString() string
- func (s *RequestHeaderActionForDescribeCdnConfigOutput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForDescribeCdnConfigOutput) *RequestHeaderActionForDescribeCdnConfigOutput
- func (s RequestHeaderActionForDescribeCdnConfigOutput) String() string
- type RequestHeaderActionForUpdateCdnConfigInput
- func (s RequestHeaderActionForUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderActionForUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForUpdateCdnConfigInput) *RequestHeaderActionForUpdateCdnConfigInput
- func (s RequestHeaderActionForUpdateCdnConfigInput) String() string
- type RequestHeaderComponentsForAddCdnDomainInput
- func (s RequestHeaderComponentsForAddCdnDomainInput) GoString() string
- func (s *RequestHeaderComponentsForAddCdnDomainInput) SetAction(v string) *RequestHeaderComponentsForAddCdnDomainInput
- func (s *RequestHeaderComponentsForAddCdnDomainInput) SetValue(v string) *RequestHeaderComponentsForAddCdnDomainInput
- func (s RequestHeaderComponentsForAddCdnDomainInput) String() string
- type RequestHeaderComponentsForBatchUpdateCdnConfigInput
- func (s RequestHeaderComponentsForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *RequestHeaderComponentsForBatchUpdateCdnConfigInput
- func (s *RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *RequestHeaderComponentsForBatchUpdateCdnConfigInput
- func (s RequestHeaderComponentsForBatchUpdateCdnConfigInput) String() string
- type RequestHeaderComponentsForDescribeCdnConfigOutput
- func (s RequestHeaderComponentsForDescribeCdnConfigOutput) GoString() string
- func (s *RequestHeaderComponentsForDescribeCdnConfigOutput) SetAction(v string) *RequestHeaderComponentsForDescribeCdnConfigOutput
- func (s *RequestHeaderComponentsForDescribeCdnConfigOutput) SetValue(v string) *RequestHeaderComponentsForDescribeCdnConfigOutput
- func (s RequestHeaderComponentsForDescribeCdnConfigOutput) String() string
- type RequestHeaderComponentsForUpdateCdnConfigInput
- func (s RequestHeaderComponentsForUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderComponentsForUpdateCdnConfigInput) SetAction(v string) *RequestHeaderComponentsForUpdateCdnConfigInput
- func (s *RequestHeaderComponentsForUpdateCdnConfigInput) SetValue(v string) *RequestHeaderComponentsForUpdateCdnConfigInput
- func (s RequestHeaderComponentsForUpdateCdnConfigInput) String() string
- type RequestHeaderForAddCdnDomainInput
- func (s RequestHeaderForAddCdnDomainInput) GoString() string
- func (s *RequestHeaderForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *RequestHeaderForAddCdnDomainInput
- func (s *RequestHeaderForAddCdnDomainInput) SetRequestHeaderAction(v *RequestHeaderActionForAddCdnDomainInput) *RequestHeaderForAddCdnDomainInput
- func (s RequestHeaderForAddCdnDomainInput) String() string
- type RequestHeaderForBatchUpdateCdnConfigInput
- func (s RequestHeaderForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *RequestHeaderForBatchUpdateCdnConfigInput
- func (s *RequestHeaderForBatchUpdateCdnConfigInput) SetRequestHeaderAction(v *RequestHeaderActionForBatchUpdateCdnConfigInput) *RequestHeaderForBatchUpdateCdnConfigInput
- func (s RequestHeaderForBatchUpdateCdnConfigInput) String() string
- type RequestHeaderForDescribeCdnConfigOutput
- func (s RequestHeaderForDescribeCdnConfigOutput) GoString() string
- func (s *RequestHeaderForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *RequestHeaderForDescribeCdnConfigOutput
- func (s *RequestHeaderForDescribeCdnConfigOutput) SetRequestHeaderAction(v *RequestHeaderActionForDescribeCdnConfigOutput) *RequestHeaderForDescribeCdnConfigOutput
- func (s RequestHeaderForDescribeCdnConfigOutput) String() string
- type RequestHeaderForUpdateCdnConfigInput
- func (s RequestHeaderForUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *RequestHeaderForUpdateCdnConfigInput
- func (s *RequestHeaderForUpdateCdnConfigInput) SetRequestHeaderAction(v *RequestHeaderActionForUpdateCdnConfigInput) *RequestHeaderForUpdateCdnConfigInput
- func (s RequestHeaderForUpdateCdnConfigInput) String() string
- type RequestHeaderInstanceForAddCdnDomainInput
- func (s RequestHeaderInstanceForAddCdnDomainInput) GoString() string
- func (s *RequestHeaderInstanceForAddCdnDomainInput) SetAction(v string) *RequestHeaderInstanceForAddCdnDomainInput
- func (s *RequestHeaderInstanceForAddCdnDomainInput) SetKey(v string) *RequestHeaderInstanceForAddCdnDomainInput
- func (s *RequestHeaderInstanceForAddCdnDomainInput) SetValue(v string) *RequestHeaderInstanceForAddCdnDomainInput
- func (s *RequestHeaderInstanceForAddCdnDomainInput) SetValueType(v string) *RequestHeaderInstanceForAddCdnDomainInput
- func (s RequestHeaderInstanceForAddCdnDomainInput) String() string
- type RequestHeaderInstanceForBatchUpdateCdnConfigInput
- func (s RequestHeaderInstanceForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
- func (s RequestHeaderInstanceForBatchUpdateCdnConfigInput) String() string
- type RequestHeaderInstanceForDescribeCdnConfigOutput
- func (s RequestHeaderInstanceForDescribeCdnConfigOutput) GoString() string
- func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetAction(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
- func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetKey(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
- func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetValue(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
- func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetValueType(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
- func (s RequestHeaderInstanceForDescribeCdnConfigOutput) String() string
- type RequestHeaderInstanceForSubmitPreloadTaskInput
- func (s RequestHeaderInstanceForSubmitPreloadTaskInput) GoString() string
- func (s *RequestHeaderInstanceForSubmitPreloadTaskInput) SetKey(v string) *RequestHeaderInstanceForSubmitPreloadTaskInput
- func (s *RequestHeaderInstanceForSubmitPreloadTaskInput) SetValue(v string) *RequestHeaderInstanceForSubmitPreloadTaskInput
- func (s RequestHeaderInstanceForSubmitPreloadTaskInput) String() string
- type RequestHeaderInstanceForUpdateCdnConfigInput
- func (s RequestHeaderInstanceForUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetAction(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetKey(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetValue(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
- func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetValueType(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
- func (s RequestHeaderInstanceForUpdateCdnConfigInput) String() string
- type RequestHeaderRulesForAddCdnDomainInput
- func (s RequestHeaderRulesForAddCdnDomainInput) GoString() string
- func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForAddCdnDomainInput) *RequestHeaderRulesForAddCdnDomainInput
- func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForAddCdnDomainInput) *RequestHeaderRulesForAddCdnDomainInput
- func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHost(v string) *RequestHeaderRulesForAddCdnDomainInput
- func (s RequestHeaderRulesForAddCdnDomainInput) String() string
- type RequestHeaderRulesForBatchUpdateCdnConfigInput
- func (s RequestHeaderRulesForBatchUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForBatchUpdateCdnConfigInput) *RequestHeaderRulesForBatchUpdateCdnConfigInput
- func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForBatchUpdateCdnConfigInput) *RequestHeaderRulesForBatchUpdateCdnConfigInput
- func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHost(v string) *RequestHeaderRulesForBatchUpdateCdnConfigInput
- func (s RequestHeaderRulesForBatchUpdateCdnConfigInput) String() string
- type RequestHeaderRulesForDescribeCdnConfigOutput
- func (s RequestHeaderRulesForDescribeCdnConfigOutput) GoString() string
- func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderComponents(v *RequestHeaderComponentsForDescribeCdnConfigOutput) *RequestHeaderRulesForDescribeCdnConfigOutput
- func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForDescribeCdnConfigOutput) *RequestHeaderRulesForDescribeCdnConfigOutput
- func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHost(v string) *RequestHeaderRulesForDescribeCdnConfigOutput
- func (s RequestHeaderRulesForDescribeCdnConfigOutput) String() string
- type RequestHeaderRulesForUpdateCdnConfigInput
- func (s RequestHeaderRulesForUpdateCdnConfigInput) GoString() string
- func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForUpdateCdnConfigInput) *RequestHeaderRulesForUpdateCdnConfigInput
- func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForUpdateCdnConfigInput) *RequestHeaderRulesForUpdateCdnConfigInput
- func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHost(v string) *RequestHeaderRulesForUpdateCdnConfigInput
- func (s RequestHeaderRulesForUpdateCdnConfigInput) String() string
- type ResourceTagForAddCdnDomainInput
- func (s ResourceTagForAddCdnDomainInput) GoString() string
- func (s *ResourceTagForAddCdnDomainInput) SetKey(v string) *ResourceTagForAddCdnDomainInput
- func (s *ResourceTagForAddCdnDomainInput) SetValue(v string) *ResourceTagForAddCdnDomainInput
- func (s ResourceTagForAddCdnDomainInput) String() string
- type ResourceTagForAddResourceTagsInput
- func (s ResourceTagForAddResourceTagsInput) GoString() string
- func (s *ResourceTagForAddResourceTagsInput) SetKey(v string) *ResourceTagForAddResourceTagsInput
- func (s *ResourceTagForAddResourceTagsInput) SetValue(v string) *ResourceTagForAddResourceTagsInput
- func (s ResourceTagForAddResourceTagsInput) String() string
- type ResourceTagForDeleteResourceTagsInput
- func (s ResourceTagForDeleteResourceTagsInput) GoString() string
- func (s *ResourceTagForDeleteResourceTagsInput) SetKey(v string) *ResourceTagForDeleteResourceTagsInput
- func (s *ResourceTagForDeleteResourceTagsInput) SetValue(v string) *ResourceTagForDeleteResourceTagsInput
- func (s ResourceTagForDeleteResourceTagsInput) String() string
- type ResourceTagForListCdnDomainsOutput
- func (s ResourceTagForListCdnDomainsOutput) GoString() string
- func (s *ResourceTagForListCdnDomainsOutput) SetKey(v string) *ResourceTagForListCdnDomainsOutput
- func (s *ResourceTagForListCdnDomainsOutput) SetValue(v string) *ResourceTagForListCdnDomainsOutput
- func (s ResourceTagForListCdnDomainsOutput) String() string
- type ResourceTagForListResourceTagsOutput
- func (s ResourceTagForListResourceTagsOutput) GoString() string
- func (s *ResourceTagForListResourceTagsOutput) SetKey(v string) *ResourceTagForListResourceTagsOutput
- func (s *ResourceTagForListResourceTagsOutput) SetValue(v string) *ResourceTagForListResourceTagsOutput
- func (s ResourceTagForListResourceTagsOutput) String() string
- type ResourceTagForUpdateResourceTagsInput
- func (s ResourceTagForUpdateResourceTagsInput) GoString() string
- func (s *ResourceTagForUpdateResourceTagsInput) SetKey(v string) *ResourceTagForUpdateResourceTagsInput
- func (s *ResourceTagForUpdateResourceTagsInput) SetValue(v string) *ResourceTagForUpdateResourceTagsInput
- func (s ResourceTagForUpdateResourceTagsInput) String() string
- type ResponseActionForAddCdnDomainInput
- type ResponseActionForBatchUpdateCdnConfigInput
- type ResponseActionForDescribeCdnConfigOutput
- type ResponseActionForUpdateCdnConfigInput
- type ResponseHeaderActionForAddCdnDomainInput
- func (s ResponseHeaderActionForAddCdnDomainInput) GoString() string
- func (s *ResponseHeaderActionForAddCdnDomainInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForAddCdnDomainInput) *ResponseHeaderActionForAddCdnDomainInput
- func (s ResponseHeaderActionForAddCdnDomainInput) String() string
- type ResponseHeaderActionForBatchUpdateCdnConfigInput
- func (s ResponseHeaderActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderActionForBatchUpdateCdnConfigInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) *ResponseHeaderActionForBatchUpdateCdnConfigInput
- func (s ResponseHeaderActionForBatchUpdateCdnConfigInput) String() string
- type ResponseHeaderActionForDescribeCdnConfigOutput
- func (s ResponseHeaderActionForDescribeCdnConfigOutput) GoString() string
- func (s *ResponseHeaderActionForDescribeCdnConfigOutput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForDescribeCdnConfigOutput) *ResponseHeaderActionForDescribeCdnConfigOutput
- func (s ResponseHeaderActionForDescribeCdnConfigOutput) String() string
- type ResponseHeaderActionForUpdateCdnConfigInput
- func (s ResponseHeaderActionForUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderActionForUpdateCdnConfigInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForUpdateCdnConfigInput) *ResponseHeaderActionForUpdateCdnConfigInput
- func (s ResponseHeaderActionForUpdateCdnConfigInput) String() string
- type ResponseHeaderForAddCdnDomainInput
- func (s ResponseHeaderForAddCdnDomainInput) GoString() string
- func (s *ResponseHeaderForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *ResponseHeaderForAddCdnDomainInput
- func (s *ResponseHeaderForAddCdnDomainInput) SetResponseHeaderAction(v *ResponseHeaderActionForAddCdnDomainInput) *ResponseHeaderForAddCdnDomainInput
- func (s ResponseHeaderForAddCdnDomainInput) String() string
- type ResponseHeaderForBatchUpdateCdnConfigInput
- func (s ResponseHeaderForBatchUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *ResponseHeaderForBatchUpdateCdnConfigInput
- func (s *ResponseHeaderForBatchUpdateCdnConfigInput) SetResponseHeaderAction(v *ResponseHeaderActionForBatchUpdateCdnConfigInput) *ResponseHeaderForBatchUpdateCdnConfigInput
- func (s ResponseHeaderForBatchUpdateCdnConfigInput) String() string
- type ResponseHeaderForDescribeCdnConfigOutput
- func (s ResponseHeaderForDescribeCdnConfigOutput) GoString() string
- func (s *ResponseHeaderForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *ResponseHeaderForDescribeCdnConfigOutput
- func (s *ResponseHeaderForDescribeCdnConfigOutput) SetResponseHeaderAction(v *ResponseHeaderActionForDescribeCdnConfigOutput) *ResponseHeaderForDescribeCdnConfigOutput
- func (s ResponseHeaderForDescribeCdnConfigOutput) String() string
- type ResponseHeaderForUpdateCdnConfigInput
- func (s ResponseHeaderForUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *ResponseHeaderForUpdateCdnConfigInput
- func (s *ResponseHeaderForUpdateCdnConfigInput) SetResponseHeaderAction(v *ResponseHeaderActionForUpdateCdnConfigInput) *ResponseHeaderForUpdateCdnConfigInput
- func (s ResponseHeaderForUpdateCdnConfigInput) String() string
- type ResponseHeaderInstanceForAddCdnDomainInput
- func (s ResponseHeaderInstanceForAddCdnDomainInput) GoString() string
- func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForAddCdnDomainInput
- func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetAction(v string) *ResponseHeaderInstanceForAddCdnDomainInput
- func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetKey(v string) *ResponseHeaderInstanceForAddCdnDomainInput
- func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetValue(v string) *ResponseHeaderInstanceForAddCdnDomainInput
- func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetValueType(v string) *ResponseHeaderInstanceForAddCdnDomainInput
- func (s ResponseHeaderInstanceForAddCdnDomainInput) String() string
- type ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s ResponseHeaderInstanceForBatchUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
- func (s ResponseHeaderInstanceForBatchUpdateCdnConfigInput) String() string
- type ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s ResponseHeaderInstanceForDescribeCdnConfigOutput) GoString() string
- func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAction(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetKey(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValue(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValueType(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
- func (s ResponseHeaderInstanceForDescribeCdnConfigOutput) String() string
- type ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s ResponseHeaderInstanceForUpdateCdnConfigInput) GoString() string
- func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetAction(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetKey(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetValue(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetValueType(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
- func (s ResponseHeaderInstanceForUpdateCdnConfigInput) String() string
- type RewriteM3u8RuleForAddCdnDomainInput
- func (s RewriteM3u8RuleForAddCdnDomainInput) GoString() string
- func (s *RewriteM3u8RuleForAddCdnDomainInput) SetDeleteParam(v bool) *RewriteM3u8RuleForAddCdnDomainInput
- func (s *RewriteM3u8RuleForAddCdnDomainInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForAddCdnDomainInput
- func (s *RewriteM3u8RuleForAddCdnDomainInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForAddCdnDomainInput
- func (s RewriteM3u8RuleForAddCdnDomainInput) String() string
- type RewriteM3u8RuleForBatchUpdateCdnConfigInput
- func (s RewriteM3u8RuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetDeleteParam(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
- func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
- func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
- func (s RewriteM3u8RuleForBatchUpdateCdnConfigInput) String() string
- type RewriteM3u8RuleForDescribeCdnConfigOutput
- func (s RewriteM3u8RuleForDescribeCdnConfigOutput) GoString() string
- func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetDeleteParam(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
- func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
- func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetTransferEncoding(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
- func (s RewriteM3u8RuleForDescribeCdnConfigOutput) String() string
- type RewriteM3u8RuleForUpdateCdnConfigInput
- func (s RewriteM3u8RuleForUpdateCdnConfigInput) GoString() string
- func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetDeleteParam(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
- func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
- func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
- func (s RewriteM3u8RuleForUpdateCdnConfigInput) String() string
- type ServiceInfoForDescribeCdnServiceOutput
- func (s ServiceInfoForDescribeCdnServiceOutput) GoString() string
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetBeginTime(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingCode(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingCycle(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingData(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingDesc(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetCreateTime(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetInstanceCategory(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetInstanceType(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetMetricType(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetServiceRegion(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetStartTime(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s *ServiceInfoForDescribeCdnServiceOutput) SetStatus(v string) *ServiceInfoForDescribeCdnServiceOutput
- func (s ServiceInfoForDescribeCdnServiceOutput) String() string
- type SharedConfigForAddCdnDomainInput
- type SharedConfigForBatchUpdateCdnConfigInput
- type SharedConfigForDescribeCdnConfigOutput
- type SharedConfigForUpdateCdnConfigInput
- type SignCapRuleForAddCdnDomainInput
- func (s SignCapRuleForAddCdnDomainInput) GoString() string
- func (s *SignCapRuleForAddCdnDomainInput) SetCapMode(v string) *SignCapRuleForAddCdnDomainInput
- func (s *SignCapRuleForAddCdnDomainInput) SetParamName(v string) *SignCapRuleForAddCdnDomainInput
- func (s *SignCapRuleForAddCdnDomainInput) SetUriLevel(v int64) *SignCapRuleForAddCdnDomainInput
- func (s SignCapRuleForAddCdnDomainInput) String() string
- type SignCapRuleForBatchUpdateCdnConfigInput
- func (s SignCapRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetCapMode(v string) *SignCapRuleForBatchUpdateCdnConfigInput
- func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetParamName(v string) *SignCapRuleForBatchUpdateCdnConfigInput
- func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetUriLevel(v int64) *SignCapRuleForBatchUpdateCdnConfigInput
- func (s SignCapRuleForBatchUpdateCdnConfigInput) String() string
- type SignCapRuleForDescribeCdnConfigOutput
- func (s SignCapRuleForDescribeCdnConfigOutput) GoString() string
- func (s *SignCapRuleForDescribeCdnConfigOutput) SetCapMode(v string) *SignCapRuleForDescribeCdnConfigOutput
- func (s *SignCapRuleForDescribeCdnConfigOutput) SetParamName(v string) *SignCapRuleForDescribeCdnConfigOutput
- func (s *SignCapRuleForDescribeCdnConfigOutput) SetUriLevel(v int64) *SignCapRuleForDescribeCdnConfigOutput
- func (s SignCapRuleForDescribeCdnConfigOutput) String() string
- type SignCapRuleForUpdateCdnConfigInput
- func (s SignCapRuleForUpdateCdnConfigInput) GoString() string
- func (s *SignCapRuleForUpdateCdnConfigInput) SetCapMode(v string) *SignCapRuleForUpdateCdnConfigInput
- func (s *SignCapRuleForUpdateCdnConfigInput) SetParamName(v string) *SignCapRuleForUpdateCdnConfigInput
- func (s *SignCapRuleForUpdateCdnConfigInput) SetUriLevel(v int64) *SignCapRuleForUpdateCdnConfigInput
- func (s SignCapRuleForUpdateCdnConfigInput) String() string
- type SignParamForAddCdnDomainInput
- func (s SignParamForAddCdnDomainInput) GoString() string
- func (s *SignParamForAddCdnDomainInput) SetParamType(v string) *SignParamForAddCdnDomainInput
- func (s *SignParamForAddCdnDomainInput) SetRequestHeader(v string) *SignParamForAddCdnDomainInput
- func (s *SignParamForAddCdnDomainInput) SetSupContent(v string) *SignParamForAddCdnDomainInput
- func (s *SignParamForAddCdnDomainInput) SetUriParamSup(v *UriParamSupForAddCdnDomainInput) *SignParamForAddCdnDomainInput
- func (s *SignParamForAddCdnDomainInput) SetUrlParam(v *SignCapRuleForAddCdnDomainInput) *SignParamForAddCdnDomainInput
- func (s SignParamForAddCdnDomainInput) String() string
- type SignParamForBatchUpdateCdnConfigInput
- func (s SignParamForBatchUpdateCdnConfigInput) GoString() string
- func (s *SignParamForBatchUpdateCdnConfigInput) SetParamType(v string) *SignParamForBatchUpdateCdnConfigInput
- func (s *SignParamForBatchUpdateCdnConfigInput) SetRequestHeader(v string) *SignParamForBatchUpdateCdnConfigInput
- func (s *SignParamForBatchUpdateCdnConfigInput) SetSupContent(v string) *SignParamForBatchUpdateCdnConfigInput
- func (s *SignParamForBatchUpdateCdnConfigInput) SetUriParamSup(v *UriParamSupForBatchUpdateCdnConfigInput) *SignParamForBatchUpdateCdnConfigInput
- func (s *SignParamForBatchUpdateCdnConfigInput) SetUrlParam(v *SignCapRuleForBatchUpdateCdnConfigInput) *SignParamForBatchUpdateCdnConfigInput
- func (s SignParamForBatchUpdateCdnConfigInput) String() string
- type SignParamForDescribeCdnConfigOutput
- func (s SignParamForDescribeCdnConfigOutput) GoString() string
- func (s *SignParamForDescribeCdnConfigOutput) SetParamType(v string) *SignParamForDescribeCdnConfigOutput
- func (s *SignParamForDescribeCdnConfigOutput) SetRequestHeader(v string) *SignParamForDescribeCdnConfigOutput
- func (s *SignParamForDescribeCdnConfigOutput) SetSupContent(v string) *SignParamForDescribeCdnConfigOutput
- func (s *SignParamForDescribeCdnConfigOutput) SetUriParamSup(v *UriParamSupForDescribeCdnConfigOutput) *SignParamForDescribeCdnConfigOutput
- func (s *SignParamForDescribeCdnConfigOutput) SetUrlParam(v *SignCapRuleForDescribeCdnConfigOutput) *SignParamForDescribeCdnConfigOutput
- func (s SignParamForDescribeCdnConfigOutput) String() string
- type SignParamForUpdateCdnConfigInput
- func (s SignParamForUpdateCdnConfigInput) GoString() string
- func (s *SignParamForUpdateCdnConfigInput) SetParamType(v string) *SignParamForUpdateCdnConfigInput
- func (s *SignParamForUpdateCdnConfigInput) SetRequestHeader(v string) *SignParamForUpdateCdnConfigInput
- func (s *SignParamForUpdateCdnConfigInput) SetSupContent(v string) *SignParamForUpdateCdnConfigInput
- func (s *SignParamForUpdateCdnConfigInput) SetUriParamSup(v *UriParamSupForUpdateCdnConfigInput) *SignParamForUpdateCdnConfigInput
- func (s *SignParamForUpdateCdnConfigInput) SetUrlParam(v *SignCapRuleForUpdateCdnConfigInput) *SignParamForUpdateCdnConfigInput
- func (s SignParamForUpdateCdnConfigInput) String() string
- type SignedUrlAuthActionForAddCdnDomainInput
- func (s SignedUrlAuthActionForAddCdnDomainInput) GoString() string
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetCustomVariableRules(v *CustomVariableRulesForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetDuration(v int64) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetSignName(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetTimeFormat(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetTimeName(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetURLAuthType(v string) *SignedUrlAuthActionForAddCdnDomainInput
- func (s *SignedUrlAuthActionForAddCdnDomainInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
- func (s SignedUrlAuthActionForAddCdnDomainInput) String() string
- type SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetCustomVariableRules(v *CustomVariableRulesForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetDuration(v int64) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignName(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeFormat(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeName(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetURLAuthType(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthActionForBatchUpdateCdnConfigInput) String() string
- type SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s SignedUrlAuthActionForDescribeCdnConfigOutput) GoString() string
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetBackupSecretKey(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetCustomVariableRules(v *CustomVariableRulesForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetDuration(v int64) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetMasterSecretKey(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteMpd(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignName(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignatureRule(v []*string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeFormat(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeName(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetURLAuthType(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
- func (s SignedUrlAuthActionForDescribeCdnConfigOutput) String() string
- type SignedUrlAuthActionForUpdateCdnConfigInput
- func (s SignedUrlAuthActionForUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetCustomVariableRules(v *CustomVariableRulesForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetDuration(v int64) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetSignName(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeFormat(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeName(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetURLAuthType(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
- func (s SignedUrlAuthActionForUpdateCdnConfigInput) String() string
- type SignedUrlAuthForAddCdnDomainInput
- func (s SignedUrlAuthForAddCdnDomainInput) GoString() string
- func (s *SignedUrlAuthForAddCdnDomainInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForAddCdnDomainInput) *SignedUrlAuthForAddCdnDomainInput
- func (s *SignedUrlAuthForAddCdnDomainInput) SetSwitch(v bool) *SignedUrlAuthForAddCdnDomainInput
- func (s SignedUrlAuthForAddCdnDomainInput) String() string
- type SignedUrlAuthForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthForBatchUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthForBatchUpdateCdnConfigInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForBatchUpdateCdnConfigInput) *SignedUrlAuthForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *SignedUrlAuthForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthForBatchUpdateCdnConfigInput) String() string
- type SignedUrlAuthForDescribeCdnConfigOutput
- func (s SignedUrlAuthForDescribeCdnConfigOutput) GoString() string
- func (s *SignedUrlAuthForDescribeCdnConfigOutput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForDescribeCdnConfigOutput) *SignedUrlAuthForDescribeCdnConfigOutput
- func (s *SignedUrlAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *SignedUrlAuthForDescribeCdnConfigOutput
- func (s SignedUrlAuthForDescribeCdnConfigOutput) String() string
- type SignedUrlAuthForUpdateCdnConfigInput
- func (s SignedUrlAuthForUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthForUpdateCdnConfigInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForUpdateCdnConfigInput) *SignedUrlAuthForUpdateCdnConfigInput
- func (s *SignedUrlAuthForUpdateCdnConfigInput) SetSwitch(v bool) *SignedUrlAuthForUpdateCdnConfigInput
- func (s SignedUrlAuthForUpdateCdnConfigInput) String() string
- type SignedUrlAuthRuleForAddCdnDomainInput
- func (s SignedUrlAuthRuleForAddCdnDomainInput) GoString() string
- func (s *SignedUrlAuthRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *SignedUrlAuthRuleForAddCdnDomainInput
- func (s *SignedUrlAuthRuleForAddCdnDomainInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForAddCdnDomainInput) *SignedUrlAuthRuleForAddCdnDomainInput
- func (s SignedUrlAuthRuleForAddCdnDomainInput) String() string
- type SignedUrlAuthRuleForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *SignedUrlAuthRuleForBatchUpdateCdnConfigInput
- func (s *SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForBatchUpdateCdnConfigInput) *SignedUrlAuthRuleForBatchUpdateCdnConfigInput
- func (s SignedUrlAuthRuleForBatchUpdateCdnConfigInput) String() string
- type SignedUrlAuthRuleForDescribeCdnConfigOutput
- func (s SignedUrlAuthRuleForDescribeCdnConfigOutput) GoString() string
- func (s *SignedUrlAuthRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *SignedUrlAuthRuleForDescribeCdnConfigOutput
- func (s *SignedUrlAuthRuleForDescribeCdnConfigOutput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForDescribeCdnConfigOutput) *SignedUrlAuthRuleForDescribeCdnConfigOutput
- func (s SignedUrlAuthRuleForDescribeCdnConfigOutput) String() string
- type SignedUrlAuthRuleForUpdateCdnConfigInput
- func (s SignedUrlAuthRuleForUpdateCdnConfigInput) GoString() string
- func (s *SignedUrlAuthRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *SignedUrlAuthRuleForUpdateCdnConfigInput
- func (s *SignedUrlAuthRuleForUpdateCdnConfigInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForUpdateCdnConfigInput) *SignedUrlAuthRuleForUpdateCdnConfigInput
- func (s SignedUrlAuthRuleForUpdateCdnConfigInput) String() string
- type SortRuleForListCertInfoInput
- type SpecifiedCertConfigForDescribeCertConfigOutput
- func (s SpecifiedCertConfigForDescribeCertConfigOutput) GoString() string
- func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetCerStatus(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
- func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetDomain(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
- func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *SpecifiedCertConfigForDescribeCertConfigOutput
- func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetStatus(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
- func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetType(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
- func (s SpecifiedCertConfigForDescribeCertConfigOutput) String() string
- type SpeedLimitTimeForAddCdnDomainInput
- func (s SpeedLimitTimeForAddCdnDomainInput) GoString() string
- func (s *SpeedLimitTimeForAddCdnDomainInput) SetBeginTime(v string) *SpeedLimitTimeForAddCdnDomainInput
- func (s *SpeedLimitTimeForAddCdnDomainInput) SetDayWeek(v string) *SpeedLimitTimeForAddCdnDomainInput
- func (s *SpeedLimitTimeForAddCdnDomainInput) SetEndTime(v string) *SpeedLimitTimeForAddCdnDomainInput
- func (s SpeedLimitTimeForAddCdnDomainInput) String() string
- type SpeedLimitTimeForBatchUpdateCdnConfigInput
- func (s SpeedLimitTimeForBatchUpdateCdnConfigInput) GoString() string
- func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetBeginTime(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
- func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetDayWeek(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
- func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetEndTime(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
- func (s SpeedLimitTimeForBatchUpdateCdnConfigInput) String() string
- type SpeedLimitTimeForDescribeCdnConfigOutput
- func (s SpeedLimitTimeForDescribeCdnConfigOutput) GoString() string
- func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetBeginTime(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
- func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetDayWeek(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
- func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetEndTime(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
- func (s SpeedLimitTimeForDescribeCdnConfigOutput) String() string
- type SpeedLimitTimeForUpdateCdnConfigInput
- func (s SpeedLimitTimeForUpdateCdnConfigInput) GoString() string
- func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetBeginTime(v string) *SpeedLimitTimeForUpdateCdnConfigInput
- func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetDayWeek(v string) *SpeedLimitTimeForUpdateCdnConfigInput
- func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetEndTime(v string) *SpeedLimitTimeForUpdateCdnConfigInput
- func (s SpeedLimitTimeForUpdateCdnConfigInput) String() string
- type StartCdnDomainInput
- type StartCdnDomainOutput
- type StatusCodeActionForAddCdnDomainInput
- func (s StatusCodeActionForAddCdnDomainInput) GoString() string
- func (s *StatusCodeActionForAddCdnDomainInput) SetDefaultAction(v string) *StatusCodeActionForAddCdnDomainInput
- func (s *StatusCodeActionForAddCdnDomainInput) SetFailCode(v string) *StatusCodeActionForAddCdnDomainInput
- func (s *StatusCodeActionForAddCdnDomainInput) SetSuccessCode(v string) *StatusCodeActionForAddCdnDomainInput
- func (s StatusCodeActionForAddCdnDomainInput) String() string
- type StatusCodeActionForBatchUpdateCdnConfigInput
- func (s StatusCodeActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetDefaultAction(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
- func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetFailCode(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
- func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetSuccessCode(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
- func (s StatusCodeActionForBatchUpdateCdnConfigInput) String() string
- type StatusCodeActionForDescribeCdnConfigOutput
- func (s StatusCodeActionForDescribeCdnConfigOutput) GoString() string
- func (s *StatusCodeActionForDescribeCdnConfigOutput) SetDefaultAction(v string) *StatusCodeActionForDescribeCdnConfigOutput
- func (s *StatusCodeActionForDescribeCdnConfigOutput) SetFailCode(v string) *StatusCodeActionForDescribeCdnConfigOutput
- func (s *StatusCodeActionForDescribeCdnConfigOutput) SetSuccessCode(v string) *StatusCodeActionForDescribeCdnConfigOutput
- func (s StatusCodeActionForDescribeCdnConfigOutput) String() string
- type StatusCodeActionForUpdateCdnConfigInput
- func (s StatusCodeActionForUpdateCdnConfigInput) GoString() string
- func (s *StatusCodeActionForUpdateCdnConfigInput) SetDefaultAction(v string) *StatusCodeActionForUpdateCdnConfigInput
- func (s *StatusCodeActionForUpdateCdnConfigInput) SetFailCode(v string) *StatusCodeActionForUpdateCdnConfigInput
- func (s *StatusCodeActionForUpdateCdnConfigInput) SetSuccessCode(v string) *StatusCodeActionForUpdateCdnConfigInput
- func (s StatusCodeActionForUpdateCdnConfigInput) String() string
- type StopCdnDomainInput
- type StopCdnDomainOutput
- type SubmitBlockTaskInput
- type SubmitBlockTaskOutput
- type SubmitPreloadTaskInput
- func (s SubmitPreloadTaskInput) GoString() string
- func (s *SubmitPreloadTaskInput) SetArea(v string) *SubmitPreloadTaskInput
- func (s *SubmitPreloadTaskInput) SetConcurrentLimit(v int64) *SubmitPreloadTaskInput
- func (s *SubmitPreloadTaskInput) SetLayer(v string) *SubmitPreloadTaskInput
- func (s *SubmitPreloadTaskInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForSubmitPreloadTaskInput) *SubmitPreloadTaskInput
- func (s *SubmitPreloadTaskInput) SetUrls(v string) *SubmitPreloadTaskInput
- func (s SubmitPreloadTaskInput) String() string
- func (s *SubmitPreloadTaskInput) Validate() error
- type SubmitPreloadTaskOutput
- type SubmitRefreshTaskInput
- func (s SubmitRefreshTaskInput) GoString() string
- func (s *SubmitRefreshTaskInput) SetDelete(v bool) *SubmitRefreshTaskInput
- func (s *SubmitRefreshTaskInput) SetPrefix(v bool) *SubmitRefreshTaskInput
- func (s *SubmitRefreshTaskInput) SetType(v string) *SubmitRefreshTaskInput
- func (s *SubmitRefreshTaskInput) SetUrls(v string) *SubmitRefreshTaskInput
- func (s SubmitRefreshTaskInput) String() string
- func (s *SubmitRefreshTaskInput) Validate() error
- type SubmitRefreshTaskOutput
- type SubmitUnblockTaskInput
- type SubmitUnblockTaskOutput
- type TargetQueryComponentsForAddCdnDomainInput
- func (s TargetQueryComponentsForAddCdnDomainInput) GoString() string
- func (s *TargetQueryComponentsForAddCdnDomainInput) SetAction(v string) *TargetQueryComponentsForAddCdnDomainInput
- func (s *TargetQueryComponentsForAddCdnDomainInput) SetValue(v string) *TargetQueryComponentsForAddCdnDomainInput
- func (s TargetQueryComponentsForAddCdnDomainInput) String() string
- type TargetQueryComponentsForBatchUpdateCdnConfigInput
- func (s TargetQueryComponentsForBatchUpdateCdnConfigInput) GoString() string
- func (s *TargetQueryComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *TargetQueryComponentsForBatchUpdateCdnConfigInput
- func (s *TargetQueryComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *TargetQueryComponentsForBatchUpdateCdnConfigInput
- func (s TargetQueryComponentsForBatchUpdateCdnConfigInput) String() string
- type TargetQueryComponentsForDescribeCdnConfigOutput
- func (s TargetQueryComponentsForDescribeCdnConfigOutput) GoString() string
- func (s *TargetQueryComponentsForDescribeCdnConfigOutput) SetAction(v string) *TargetQueryComponentsForDescribeCdnConfigOutput
- func (s *TargetQueryComponentsForDescribeCdnConfigOutput) SetValue(v string) *TargetQueryComponentsForDescribeCdnConfigOutput
- func (s TargetQueryComponentsForDescribeCdnConfigOutput) String() string
- type TargetQueryComponentsForUpdateCdnConfigInput
- func (s TargetQueryComponentsForUpdateCdnConfigInput) GoString() string
- func (s *TargetQueryComponentsForUpdateCdnConfigInput) SetAction(v string) *TargetQueryComponentsForUpdateCdnConfigInput
- func (s *TargetQueryComponentsForUpdateCdnConfigInput) SetValue(v string) *TargetQueryComponentsForUpdateCdnConfigInput
- func (s TargetQueryComponentsForUpdateCdnConfigInput) String() string
- type TimeOutActionForAddCdnDomainInput
- func (s TimeOutActionForAddCdnDomainInput) GoString() string
- func (s *TimeOutActionForAddCdnDomainInput) SetAction(v string) *TimeOutActionForAddCdnDomainInput
- func (s *TimeOutActionForAddCdnDomainInput) SetTime(v int64) *TimeOutActionForAddCdnDomainInput
- func (s TimeOutActionForAddCdnDomainInput) String() string
- type TimeOutActionForBatchUpdateCdnConfigInput
- func (s TimeOutActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *TimeOutActionForBatchUpdateCdnConfigInput) SetAction(v string) *TimeOutActionForBatchUpdateCdnConfigInput
- func (s *TimeOutActionForBatchUpdateCdnConfigInput) SetTime(v int64) *TimeOutActionForBatchUpdateCdnConfigInput
- func (s TimeOutActionForBatchUpdateCdnConfigInput) String() string
- type TimeOutActionForDescribeCdnConfigOutput
- func (s TimeOutActionForDescribeCdnConfigOutput) GoString() string
- func (s *TimeOutActionForDescribeCdnConfigOutput) SetAction(v string) *TimeOutActionForDescribeCdnConfigOutput
- func (s *TimeOutActionForDescribeCdnConfigOutput) SetTime(v int64) *TimeOutActionForDescribeCdnConfigOutput
- func (s TimeOutActionForDescribeCdnConfigOutput) String() string
- type TimeOutActionForUpdateCdnConfigInput
- func (s TimeOutActionForUpdateCdnConfigInput) GoString() string
- func (s *TimeOutActionForUpdateCdnConfigInput) SetAction(v string) *TimeOutActionForUpdateCdnConfigInput
- func (s *TimeOutActionForUpdateCdnConfigInput) SetTime(v int64) *TimeOutActionForUpdateCdnConfigInput
- func (s TimeOutActionForUpdateCdnConfigInput) String() string
- type TimeoutForAddCdnDomainInput
- func (s TimeoutForAddCdnDomainInput) GoString() string
- func (s *TimeoutForAddCdnDomainInput) SetSwitch(v bool) *TimeoutForAddCdnDomainInput
- func (s *TimeoutForAddCdnDomainInput) SetTimeoutRules(v []*TimeoutRuleForAddCdnDomainInput) *TimeoutForAddCdnDomainInput
- func (s TimeoutForAddCdnDomainInput) String() string
- type TimeoutForBatchUpdateCdnConfigInput
- func (s TimeoutForBatchUpdateCdnConfigInput) GoString() string
- func (s *TimeoutForBatchUpdateCdnConfigInput) SetSwitch(v bool) *TimeoutForBatchUpdateCdnConfigInput
- func (s *TimeoutForBatchUpdateCdnConfigInput) SetTimeoutRules(v []*TimeoutRuleForBatchUpdateCdnConfigInput) *TimeoutForBatchUpdateCdnConfigInput
- func (s TimeoutForBatchUpdateCdnConfigInput) String() string
- type TimeoutForDescribeCdnConfigOutput
- func (s TimeoutForDescribeCdnConfigOutput) GoString() string
- func (s *TimeoutForDescribeCdnConfigOutput) SetSwitch(v bool) *TimeoutForDescribeCdnConfigOutput
- func (s *TimeoutForDescribeCdnConfigOutput) SetTimeoutRules(v []*TimeoutRuleForDescribeCdnConfigOutput) *TimeoutForDescribeCdnConfigOutput
- func (s TimeoutForDescribeCdnConfigOutput) String() string
- type TimeoutForUpdateCdnConfigInput
- func (s TimeoutForUpdateCdnConfigInput) GoString() string
- func (s *TimeoutForUpdateCdnConfigInput) SetSwitch(v bool) *TimeoutForUpdateCdnConfigInput
- func (s *TimeoutForUpdateCdnConfigInput) SetTimeoutRules(v []*TimeoutRuleForUpdateCdnConfigInput) *TimeoutForUpdateCdnConfigInput
- func (s TimeoutForUpdateCdnConfigInput) String() string
- type TimeoutRuleForAddCdnDomainInput
- func (s TimeoutRuleForAddCdnDomainInput) GoString() string
- func (s *TimeoutRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *TimeoutRuleForAddCdnDomainInput
- func (s *TimeoutRuleForAddCdnDomainInput) SetTimeoutAction(v *ConvertTimeoutActionForAddCdnDomainInput) *TimeoutRuleForAddCdnDomainInput
- func (s TimeoutRuleForAddCdnDomainInput) String() string
- type TimeoutRuleForBatchUpdateCdnConfigInput
- func (s TimeoutRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *TimeoutRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *TimeoutRuleForBatchUpdateCdnConfigInput
- func (s *TimeoutRuleForBatchUpdateCdnConfigInput) SetTimeoutAction(v *ConvertTimeoutActionForBatchUpdateCdnConfigInput) *TimeoutRuleForBatchUpdateCdnConfigInput
- func (s TimeoutRuleForBatchUpdateCdnConfigInput) String() string
- type TimeoutRuleForDescribeCdnConfigOutput
- func (s TimeoutRuleForDescribeCdnConfigOutput) GoString() string
- func (s *TimeoutRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *TimeoutRuleForDescribeCdnConfigOutput
- func (s *TimeoutRuleForDescribeCdnConfigOutput) SetTimeoutAction(v *ConvertTimeoutActionForDescribeCdnConfigOutput) *TimeoutRuleForDescribeCdnConfigOutput
- func (s TimeoutRuleForDescribeCdnConfigOutput) String() string
- type TimeoutRuleForUpdateCdnConfigInput
- func (s TimeoutRuleForUpdateCdnConfigInput) GoString() string
- func (s *TimeoutRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *TimeoutRuleForUpdateCdnConfigInput
- func (s *TimeoutRuleForUpdateCdnConfigInput) SetTimeoutAction(v *ConvertTimeoutActionForUpdateCdnConfigInput) *TimeoutRuleForUpdateCdnConfigInput
- func (s TimeoutRuleForUpdateCdnConfigInput) String() string
- type TopDataDetailForDescribeDistrictRankingOutput
- func (s TopDataDetailForDescribeDistrictRankingOutput) GoString() string
- func (s *TopDataDetailForDescribeDistrictRankingOutput) SetMetric(v string) *TopDataDetailForDescribeDistrictRankingOutput
- func (s *TopDataDetailForDescribeDistrictRankingOutput) SetValueDetails(v []*ValueDetailForDescribeDistrictRankingOutput) *TopDataDetailForDescribeDistrictRankingOutput
- func (s TopDataDetailForDescribeDistrictRankingOutput) String() string
- type TopDataDetailForDescribeEdgeRankingOutput
- func (s TopDataDetailForDescribeEdgeRankingOutput) GoString() string
- func (s *TopDataDetailForDescribeEdgeRankingOutput) SetMetric(v string) *TopDataDetailForDescribeEdgeRankingOutput
- func (s *TopDataDetailForDescribeEdgeRankingOutput) SetValueDetails(v []*ValueDetailForDescribeEdgeRankingOutput) *TopDataDetailForDescribeEdgeRankingOutput
- func (s TopDataDetailForDescribeEdgeRankingOutput) String() string
- type TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s TopDataDetailForDescribeEdgeStatusCodeRankingOutput) GoString() string
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetItemKey(v string) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
- func (s TopDataDetailForDescribeEdgeStatusCodeRankingOutput) String() string
- type TopDataDetailForDescribeOriginRankingOutput
- func (s TopDataDetailForDescribeOriginRankingOutput) GoString() string
- func (s *TopDataDetailForDescribeOriginRankingOutput) SetMetric(v string) *TopDataDetailForDescribeOriginRankingOutput
- func (s *TopDataDetailForDescribeOriginRankingOutput) SetValueDetails(v []*ValueDetailForDescribeOriginRankingOutput) *TopDataDetailForDescribeOriginRankingOutput
- func (s TopDataDetailForDescribeOriginRankingOutput) String() string
- type TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s TopDataDetailForDescribeOriginStatusCodeRankingOutput) GoString() string
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetItemKey(v string) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
- func (s TopDataDetailForDescribeOriginStatusCodeRankingOutput) String() string
- type TosAuthInformationForAddCdnDomainInput
- func (s TosAuthInformationForAddCdnDomainInput) GoString() string
- func (s *TosAuthInformationForAddCdnDomainInput) SetAccessKeyId(v string) *TosAuthInformationForAddCdnDomainInput
- func (s *TosAuthInformationForAddCdnDomainInput) SetAccessKeySecret(v string) *TosAuthInformationForAddCdnDomainInput
- func (s *TosAuthInformationForAddCdnDomainInput) SetAccountKey(v string) *TosAuthInformationForAddCdnDomainInput
- func (s TosAuthInformationForAddCdnDomainInput) String() string
- type TosAuthInformationForBatchUpdateCdnConfigInput
- func (s TosAuthInformationForBatchUpdateCdnConfigInput) GoString() string
- func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeyId(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
- func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeySecret(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
- func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccountKey(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
- func (s TosAuthInformationForBatchUpdateCdnConfigInput) String() string
- type TosAuthInformationForDescribeCdnConfigOutput
- func (s TosAuthInformationForDescribeCdnConfigOutput) GoString() string
- func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeyId(v string) *TosAuthInformationForDescribeCdnConfigOutput
- func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeySecret(v string) *TosAuthInformationForDescribeCdnConfigOutput
- func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccountKey(v string) *TosAuthInformationForDescribeCdnConfigOutput
- func (s TosAuthInformationForDescribeCdnConfigOutput) String() string
- type TosAuthInformationForUpdateCdnConfigInput
- func (s TosAuthInformationForUpdateCdnConfigInput) GoString() string
- func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccessKeyId(v string) *TosAuthInformationForUpdateCdnConfigInput
- func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccessKeySecret(v string) *TosAuthInformationForUpdateCdnConfigInput
- func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccountKey(v string) *TosAuthInformationForUpdateCdnConfigInput
- func (s TosAuthInformationForUpdateCdnConfigInput) String() string
- type UaAccessRuleForAddCdnDomainInput
- func (s UaAccessRuleForAddCdnDomainInput) GoString() string
- func (s *UaAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *UaAccessRuleForAddCdnDomainInput
- func (s *UaAccessRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *UaAccessRuleForAddCdnDomainInput
- func (s *UaAccessRuleForAddCdnDomainInput) SetRuleType(v string) *UaAccessRuleForAddCdnDomainInput
- func (s *UaAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *UaAccessRuleForAddCdnDomainInput
- func (s *UaAccessRuleForAddCdnDomainInput) SetUserAgent(v []*string) *UaAccessRuleForAddCdnDomainInput
- func (s UaAccessRuleForAddCdnDomainInput) String() string
- type UaAccessRuleForBatchUpdateCdnConfigInput
- func (s UaAccessRuleForBatchUpdateCdnConfigInput) GoString() string
- func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
- func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
- func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *UaAccessRuleForBatchUpdateCdnConfigInput
- func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
- func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetUserAgent(v []*string) *UaAccessRuleForBatchUpdateCdnConfigInput
- func (s UaAccessRuleForBatchUpdateCdnConfigInput) String() string
- type UaAccessRuleForDescribeCdnConfigOutput
- func (s UaAccessRuleForDescribeCdnConfigOutput) GoString() string
- func (s *UaAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *UaAccessRuleForDescribeCdnConfigOutput
- func (s *UaAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *UaAccessRuleForDescribeCdnConfigOutput
- func (s *UaAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *UaAccessRuleForDescribeCdnConfigOutput
- func (s *UaAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *UaAccessRuleForDescribeCdnConfigOutput
- func (s *UaAccessRuleForDescribeCdnConfigOutput) SetUserAgent(v []*string) *UaAccessRuleForDescribeCdnConfigOutput
- func (s UaAccessRuleForDescribeCdnConfigOutput) String() string
- type UaAccessRuleForUpdateCdnConfigInput
- func (s UaAccessRuleForUpdateCdnConfigInput) GoString() string
- func (s *UaAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *UaAccessRuleForUpdateCdnConfigInput
- func (s *UaAccessRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *UaAccessRuleForUpdateCdnConfigInput
- func (s *UaAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *UaAccessRuleForUpdateCdnConfigInput
- func (s *UaAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *UaAccessRuleForUpdateCdnConfigInput
- func (s *UaAccessRuleForUpdateCdnConfigInput) SetUserAgent(v []*string) *UaAccessRuleForUpdateCdnConfigInput
- func (s UaAccessRuleForUpdateCdnConfigInput) String() string
- type UpdateCdnConfigInput
- func (s UpdateCdnConfigInput) GoString() string
- func (s *UpdateCdnConfigInput) SetAreaAccessRule(v *AreaAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetBandwidthLimit(v *BandwidthLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetBrowserCache(v []*BrowserCacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCache(v []*CacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCacheHost(v *CacheHostForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCacheKey(v []*CacheKeyForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCompression(v *CompressionForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetConditionalOrigin(v *ConditionalOriginForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCustomErrorPage(v *CustomErrorPageForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetDomain(v string) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetFollowRedirect(v bool) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetHTTPS(v *HTTPSForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetHttpForcedRedirect(v *HttpForcedRedirectForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetIPv6(v *IPv6ForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetIpAccessRule(v *IpAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetIpFreqLimit(v *IpFreqLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetMethodDeniedRule(v *MethodDeniedRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetNegativeCache(v []*NegativeCacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOrigin(v []*OriginForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginAccessRule(v *OriginAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginArg(v []*OriginArgForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginCertCheck(v *OriginCertCheckForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginHost(v string) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginIPv6(v string) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginProtocol(v string) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginRange(v bool) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginRetry(v *OriginRetryForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginRewrite(v *OriginRewriteForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetOriginSni(v *OriginSniForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetPageOptimization(v *PageOptimizationForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetQuic(v *QuicForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetRedirectionRewrite(v *RedirectionRewriteForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetRefererAccessRule(v *RefererAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetRemoteAuth(v *RemoteAuthForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetRequestBlockRule(v *RequestBlockRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetRequestHeader(v []*RequestHeaderForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetResponseHeader(v []*ResponseHeaderForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetServiceRegion(v string) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetSignedUrlAuth(v *SignedUrlAuthForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetTimeout(v *TimeoutForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetUaAccessRule(v *UaAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetUrlNormalize(v *UrlNormalizeForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s *UpdateCdnConfigInput) SetVideoDrag(v *VideoDragForUpdateCdnConfigInput) *UpdateCdnConfigInput
- func (s UpdateCdnConfigInput) String() string
- func (s *UpdateCdnConfigInput) Validate() error
- type UpdateCdnConfigOutput
- type UpdateResourceTagsInput
- func (s UpdateResourceTagsInput) GoString() string
- func (s *UpdateResourceTagsInput) SetResourceTags(v []*ResourceTagForUpdateResourceTagsInput) *UpdateResourceTagsInput
- func (s *UpdateResourceTagsInput) SetResources(v []*string) *UpdateResourceTagsInput
- func (s UpdateResourceTagsInput) String() string
- type UpdateResourceTagsOutput
- type UriParamSupForAddCdnDomainInput
- func (s UriParamSupForAddCdnDomainInput) GoString() string
- func (s *UriParamSupForAddCdnDomainInput) SetJoinSymbol(v string) *UriParamSupForAddCdnDomainInput
- func (s *UriParamSupForAddCdnDomainInput) SetSplitSymbol(v string) *UriParamSupForAddCdnDomainInput
- func (s *UriParamSupForAddCdnDomainInput) SetStartLevel(v int64) *UriParamSupForAddCdnDomainInput
- func (s *UriParamSupForAddCdnDomainInput) SetTermLevel(v int64) *UriParamSupForAddCdnDomainInput
- func (s UriParamSupForAddCdnDomainInput) String() string
- type UriParamSupForBatchUpdateCdnConfigInput
- func (s UriParamSupForBatchUpdateCdnConfigInput) GoString() string
- func (s *UriParamSupForBatchUpdateCdnConfigInput) SetJoinSymbol(v string) *UriParamSupForBatchUpdateCdnConfigInput
- func (s *UriParamSupForBatchUpdateCdnConfigInput) SetSplitSymbol(v string) *UriParamSupForBatchUpdateCdnConfigInput
- func (s *UriParamSupForBatchUpdateCdnConfigInput) SetStartLevel(v int64) *UriParamSupForBatchUpdateCdnConfigInput
- func (s *UriParamSupForBatchUpdateCdnConfigInput) SetTermLevel(v int64) *UriParamSupForBatchUpdateCdnConfigInput
- func (s UriParamSupForBatchUpdateCdnConfigInput) String() string
- type UriParamSupForDescribeCdnConfigOutput
- func (s UriParamSupForDescribeCdnConfigOutput) GoString() string
- func (s *UriParamSupForDescribeCdnConfigOutput) SetJoinSymbol(v string) *UriParamSupForDescribeCdnConfigOutput
- func (s *UriParamSupForDescribeCdnConfigOutput) SetSplitSymbol(v string) *UriParamSupForDescribeCdnConfigOutput
- func (s *UriParamSupForDescribeCdnConfigOutput) SetStartLevel(v int64) *UriParamSupForDescribeCdnConfigOutput
- func (s *UriParamSupForDescribeCdnConfigOutput) SetTermLevel(v int64) *UriParamSupForDescribeCdnConfigOutput
- func (s UriParamSupForDescribeCdnConfigOutput) String() string
- type UriParamSupForUpdateCdnConfigInput
- func (s UriParamSupForUpdateCdnConfigInput) GoString() string
- func (s *UriParamSupForUpdateCdnConfigInput) SetJoinSymbol(v string) *UriParamSupForUpdateCdnConfigInput
- func (s *UriParamSupForUpdateCdnConfigInput) SetSplitSymbol(v string) *UriParamSupForUpdateCdnConfigInput
- func (s *UriParamSupForUpdateCdnConfigInput) SetStartLevel(v int64) *UriParamSupForUpdateCdnConfigInput
- func (s *UriParamSupForUpdateCdnConfigInput) SetTermLevel(v int64) *UriParamSupForUpdateCdnConfigInput
- func (s UriParamSupForUpdateCdnConfigInput) String() string
- type UrlAuthCustomActionForAddCdnDomainInput
- func (s UrlAuthCustomActionForAddCdnDomainInput) GoString() string
- func (s *UrlAuthCustomActionForAddCdnDomainInput) SetExpTimeCapRule(v *ExpTimeCapRuleForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
- func (s *UrlAuthCustomActionForAddCdnDomainInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForAddCdnDomainInput
- func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignCapRule(v *SignCapRuleForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
- func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForAddCdnDomainInput
- func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignParam(v []*SignParamForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
- func (s UrlAuthCustomActionForAddCdnDomainInput) String() string
- type UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s UrlAuthCustomActionForBatchUpdateCdnConfigInput) GoString() string
- func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetExpTimeCapRule(v *ExpTimeCapRuleForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignCapRule(v *SignCapRuleForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignParam(v []*SignParamForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
- func (s UrlAuthCustomActionForBatchUpdateCdnConfigInput) String() string
- type UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s UrlAuthCustomActionForDescribeCdnConfigOutput) GoString() string
- func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetExpTimeCapRule(v *ExpTimeCapRuleForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetParamCalRules(v []*string) *UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignCapRule(v *SignCapRuleForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignParam(v []*SignParamForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
- func (s UrlAuthCustomActionForDescribeCdnConfigOutput) String() string
- type UrlAuthCustomActionForUpdateCdnConfigInput
- func (s UrlAuthCustomActionForUpdateCdnConfigInput) GoString() string
- func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetExpTimeCapRule(v *ExpTimeCapRuleForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignCapRule(v *SignCapRuleForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForUpdateCdnConfigInput
- func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignParam(v []*SignParamForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
- func (s UrlAuthCustomActionForUpdateCdnConfigInput) String() string
- type UrlNormalizeForAddCdnDomainInput
- func (s UrlNormalizeForAddCdnDomainInput) GoString() string
- func (s *UrlNormalizeForAddCdnDomainInput) SetNormalizeObject(v []*string) *UrlNormalizeForAddCdnDomainInput
- func (s *UrlNormalizeForAddCdnDomainInput) SetSwitch(v bool) *UrlNormalizeForAddCdnDomainInput
- func (s UrlNormalizeForAddCdnDomainInput) String() string
- type UrlNormalizeForBatchUpdateCdnConfigInput
- func (s UrlNormalizeForBatchUpdateCdnConfigInput) GoString() string
- func (s *UrlNormalizeForBatchUpdateCdnConfigInput) SetNormalizeObject(v []*string) *UrlNormalizeForBatchUpdateCdnConfigInput
- func (s *UrlNormalizeForBatchUpdateCdnConfigInput) SetSwitch(v bool) *UrlNormalizeForBatchUpdateCdnConfigInput
- func (s UrlNormalizeForBatchUpdateCdnConfigInput) String() string
- type UrlNormalizeForDescribeCdnConfigOutput
- func (s UrlNormalizeForDescribeCdnConfigOutput) GoString() string
- func (s *UrlNormalizeForDescribeCdnConfigOutput) SetNormalizeObject(v []*string) *UrlNormalizeForDescribeCdnConfigOutput
- func (s *UrlNormalizeForDescribeCdnConfigOutput) SetSwitch(v bool) *UrlNormalizeForDescribeCdnConfigOutput
- func (s UrlNormalizeForDescribeCdnConfigOutput) String() string
- type UrlNormalizeForUpdateCdnConfigInput
- func (s UrlNormalizeForUpdateCdnConfigInput) GoString() string
- func (s *UrlNormalizeForUpdateCdnConfigInput) SetNormalizeObject(v []*string) *UrlNormalizeForUpdateCdnConfigInput
- func (s *UrlNormalizeForUpdateCdnConfigInput) SetSwitch(v bool) *UrlNormalizeForUpdateCdnConfigInput
- func (s UrlNormalizeForUpdateCdnConfigInput) String() string
- type UsageReportsDetailForListUsageReportsOutput
- func (s UsageReportsDetailForListUsageReportsOutput) GoString() string
- func (s *UsageReportsDetailForListUsageReportsOutput) SetAccountId(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetBillingCode(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetBillingRegion(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetCalculationMethod(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetCreateTime(v int64) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetDownLoadUrl(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetEndTime(v int64) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetExportType(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetMetric(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetStartTime(v int64) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetStatus(v int64) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetTaskId(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetTaskName(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s *UsageReportsDetailForListUsageReportsOutput) SetTimeZone(v string) *UsageReportsDetailForListUsageReportsOutput
- func (s UsageReportsDetailForListUsageReportsOutput) String() string
- type ValueDetailForDescribeDistrictRankingOutput
- func (s ValueDetailForDescribeDistrictRankingOutput) GoString() string
- func (s *ValueDetailForDescribeDistrictRankingOutput) SetItemKey(v string) *ValueDetailForDescribeDistrictRankingOutput
- func (s *ValueDetailForDescribeDistrictRankingOutput) SetRatio(v float64) *ValueDetailForDescribeDistrictRankingOutput
- func (s *ValueDetailForDescribeDistrictRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeDistrictRankingOutput
- func (s *ValueDetailForDescribeDistrictRankingOutput) SetValue(v float64) *ValueDetailForDescribeDistrictRankingOutput
- func (s ValueDetailForDescribeDistrictRankingOutput) String() string
- type ValueDetailForDescribeEdgeRankingOutput
- func (s ValueDetailForDescribeEdgeRankingOutput) GoString() string
- func (s *ValueDetailForDescribeEdgeRankingOutput) SetItemKey(v string) *ValueDetailForDescribeEdgeRankingOutput
- func (s *ValueDetailForDescribeEdgeRankingOutput) SetRatio(v float64) *ValueDetailForDescribeEdgeRankingOutput
- func (s *ValueDetailForDescribeEdgeRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeEdgeRankingOutput
- func (s *ValueDetailForDescribeEdgeRankingOutput) SetValue(v float64) *ValueDetailForDescribeEdgeRankingOutput
- func (s ValueDetailForDescribeEdgeRankingOutput) String() string
- type ValueDetailForDescribeOriginRankingOutput
- func (s ValueDetailForDescribeOriginRankingOutput) GoString() string
- func (s *ValueDetailForDescribeOriginRankingOutput) SetItemKey(v string) *ValueDetailForDescribeOriginRankingOutput
- func (s *ValueDetailForDescribeOriginRankingOutput) SetRatio(v float64) *ValueDetailForDescribeOriginRankingOutput
- func (s *ValueDetailForDescribeOriginRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeOriginRankingOutput
- func (s *ValueDetailForDescribeOriginRankingOutput) SetValue(v float64) *ValueDetailForDescribeOriginRankingOutput
- func (s ValueDetailForDescribeOriginRankingOutput) String() string
- type ValueForDescribeDistrictDataOutput
- func (s ValueForDescribeDistrictDataOutput) GoString() string
- func (s *ValueForDescribeDistrictDataOutput) SetTimeStamp(v int64) *ValueForDescribeDistrictDataOutput
- func (s *ValueForDescribeDistrictDataOutput) SetValue(v float64) *ValueForDescribeDistrictDataOutput
- func (s ValueForDescribeDistrictDataOutput) String() string
- type ValueForDescribeEdgeDataOutput
- func (s ValueForDescribeEdgeDataOutput) GoString() string
- func (s *ValueForDescribeEdgeDataOutput) SetTimeStamp(v int64) *ValueForDescribeEdgeDataOutput
- func (s *ValueForDescribeEdgeDataOutput) SetValue(v float64) *ValueForDescribeEdgeDataOutput
- func (s ValueForDescribeEdgeDataOutput) String() string
- type ValueForDescribeOriginDataOutput
- func (s ValueForDescribeOriginDataOutput) GoString() string
- func (s *ValueForDescribeOriginDataOutput) SetTimeStamp(v int64) *ValueForDescribeOriginDataOutput
- func (s *ValueForDescribeOriginDataOutput) SetValue(v float64) *ValueForDescribeOriginDataOutput
- func (s ValueForDescribeOriginDataOutput) String() string
- type VideoDragForAddCdnDomainInput
- type VideoDragForBatchUpdateCdnConfigInput
- type VideoDragForDescribeCdnConfigOutput
- type VideoDragForUpdateCdnConfigInput
Constants ¶
const ( ServiceName = "cdn" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "cdn" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessActionForAddCdnDomainInput ¶
type AccessActionForAddCdnDomainInput struct { AllowEmpty *bool `type:"boolean"` ListRules []*string `type:"list"` RequestHeader *string `type:"string"` RuleType *string `type:"string"` // contains filtered or unexported fields }
func (AccessActionForAddCdnDomainInput) GoString ¶
func (s AccessActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*AccessActionForAddCdnDomainInput) SetAllowEmpty ¶
func (s *AccessActionForAddCdnDomainInput) SetAllowEmpty(v bool) *AccessActionForAddCdnDomainInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*AccessActionForAddCdnDomainInput) SetListRules ¶
func (s *AccessActionForAddCdnDomainInput) SetListRules(v []*string) *AccessActionForAddCdnDomainInput
SetListRules sets the ListRules field's value.
func (*AccessActionForAddCdnDomainInput) SetRequestHeader ¶
func (s *AccessActionForAddCdnDomainInput) SetRequestHeader(v string) *AccessActionForAddCdnDomainInput
SetRequestHeader sets the RequestHeader field's value.
func (*AccessActionForAddCdnDomainInput) SetRuleType ¶
func (s *AccessActionForAddCdnDomainInput) SetRuleType(v string) *AccessActionForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (AccessActionForAddCdnDomainInput) String ¶
func (s AccessActionForAddCdnDomainInput) String() string
String returns the string representation
type AccessActionForBatchUpdateCdnConfigInput ¶
type AccessActionForBatchUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` ListRules []*string `type:"list"` RequestHeader *string `type:"string"` RuleType *string `type:"string"` // contains filtered or unexported fields }
func (AccessActionForBatchUpdateCdnConfigInput) GoString ¶
func (s AccessActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AccessActionForBatchUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *AccessActionForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *AccessActionForBatchUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*AccessActionForBatchUpdateCdnConfigInput) SetListRules ¶
func (s *AccessActionForBatchUpdateCdnConfigInput) SetListRules(v []*string) *AccessActionForBatchUpdateCdnConfigInput
SetListRules sets the ListRules field's value.
func (*AccessActionForBatchUpdateCdnConfigInput) SetRequestHeader ¶
func (s *AccessActionForBatchUpdateCdnConfigInput) SetRequestHeader(v string) *AccessActionForBatchUpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*AccessActionForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *AccessActionForBatchUpdateCdnConfigInput) SetRuleType(v string) *AccessActionForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (AccessActionForBatchUpdateCdnConfigInput) String ¶
func (s AccessActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type AccessActionForDescribeCdnConfigOutput ¶
type AccessActionForDescribeCdnConfigOutput struct { AllowEmpty *bool `type:"boolean"` ListRules []*string `type:"list"` RequestHeader *string `type:"string"` RuleType *string `type:"string"` // contains filtered or unexported fields }
func (AccessActionForDescribeCdnConfigOutput) GoString ¶
func (s AccessActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*AccessActionForDescribeCdnConfigOutput) SetAllowEmpty ¶
func (s *AccessActionForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *AccessActionForDescribeCdnConfigOutput
SetAllowEmpty sets the AllowEmpty field's value.
func (*AccessActionForDescribeCdnConfigOutput) SetListRules ¶
func (s *AccessActionForDescribeCdnConfigOutput) SetListRules(v []*string) *AccessActionForDescribeCdnConfigOutput
SetListRules sets the ListRules field's value.
func (*AccessActionForDescribeCdnConfigOutput) SetRequestHeader ¶
func (s *AccessActionForDescribeCdnConfigOutput) SetRequestHeader(v string) *AccessActionForDescribeCdnConfigOutput
SetRequestHeader sets the RequestHeader field's value.
func (*AccessActionForDescribeCdnConfigOutput) SetRuleType ¶
func (s *AccessActionForDescribeCdnConfigOutput) SetRuleType(v string) *AccessActionForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (AccessActionForDescribeCdnConfigOutput) String ¶
func (s AccessActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type AccessActionForUpdateCdnConfigInput ¶
type AccessActionForUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` ListRules []*string `type:"list"` RequestHeader *string `type:"string"` RuleType *string `type:"string"` // contains filtered or unexported fields }
func (AccessActionForUpdateCdnConfigInput) GoString ¶
func (s AccessActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AccessActionForUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *AccessActionForUpdateCdnConfigInput) SetAllowEmpty(v bool) *AccessActionForUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*AccessActionForUpdateCdnConfigInput) SetListRules ¶
func (s *AccessActionForUpdateCdnConfigInput) SetListRules(v []*string) *AccessActionForUpdateCdnConfigInput
SetListRules sets the ListRules field's value.
func (*AccessActionForUpdateCdnConfigInput) SetRequestHeader ¶
func (s *AccessActionForUpdateCdnConfigInput) SetRequestHeader(v string) *AccessActionForUpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*AccessActionForUpdateCdnConfigInput) SetRuleType ¶
func (s *AccessActionForUpdateCdnConfigInput) SetRuleType(v string) *AccessActionForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (AccessActionForUpdateCdnConfigInput) String ¶
func (s AccessActionForUpdateCdnConfigInput) String() string
String returns the string representation
type ActionsForAddCdnDomainInput ¶ added in v1.0.147
type ActionsForAddCdnDomainInput struct { OriginLines []*OriginLineForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (ActionsForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ActionsForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ActionsForAddCdnDomainInput) SetOriginLines ¶ added in v1.0.147
func (s *ActionsForAddCdnDomainInput) SetOriginLines(v []*OriginLineForAddCdnDomainInput) *ActionsForAddCdnDomainInput
SetOriginLines sets the OriginLines field's value.
func (ActionsForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ActionsForAddCdnDomainInput) String() string
String returns the string representation
type ActionsForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ActionsForBatchUpdateCdnConfigInput struct { OriginLines []*OriginLineForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (ActionsForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ActionsForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ActionsForBatchUpdateCdnConfigInput) SetOriginLines ¶ added in v1.0.147
func (s *ActionsForBatchUpdateCdnConfigInput) SetOriginLines(v []*OriginLineForBatchUpdateCdnConfigInput) *ActionsForBatchUpdateCdnConfigInput
SetOriginLines sets the OriginLines field's value.
func (ActionsForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ActionsForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ActionsForDescribeCdnConfigOutput ¶ added in v1.0.147
type ActionsForDescribeCdnConfigOutput struct { OriginLines []*OriginLineForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (ActionsForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ActionsForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ActionsForDescribeCdnConfigOutput) SetOriginLines ¶ added in v1.0.147
func (s *ActionsForDescribeCdnConfigOutput) SetOriginLines(v []*OriginLineForDescribeCdnConfigOutput) *ActionsForDescribeCdnConfigOutput
SetOriginLines sets the OriginLines field's value.
func (ActionsForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ActionsForDescribeCdnConfigOutput) String() string
String returns the string representation
type ActionsForUpdateCdnConfigInput ¶ added in v1.0.147
type ActionsForUpdateCdnConfigInput struct { OriginLines []*OriginLineForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (ActionsForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ActionsForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ActionsForUpdateCdnConfigInput) SetOriginLines ¶ added in v1.0.147
func (s *ActionsForUpdateCdnConfigInput) SetOriginLines(v []*OriginLineForUpdateCdnConfigInput) *ActionsForUpdateCdnConfigInput
SetOriginLines sets the OriginLines field's value.
func (ActionsForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ActionsForUpdateCdnConfigInput) String() string
String returns the string representation
type AddCdnDomainInput ¶
type AddCdnDomainInput struct { AreaAccessRule *AreaAccessRuleForAddCdnDomainInput `type:"structure"` BandwidthLimit *BandwidthLimitForAddCdnDomainInput `type:"structure"` BrowserCache []*BrowserCacheForAddCdnDomainInput `type:"list"` Cache []*CacheForAddCdnDomainInput `type:"list"` CacheHost *CacheHostForAddCdnDomainInput `type:"structure"` CacheKey []*CacheKeyForAddCdnDomainInput `type:"list"` Compression *CompressionForAddCdnDomainInput `type:"structure"` ConditionalOrigin *ConditionalOriginForAddCdnDomainInput `type:"structure"` CustomErrorPage *CustomErrorPageForAddCdnDomainInput `type:"structure"` CustomizeAccessRule *CustomizeAccessRuleForAddCdnDomainInput `type:"structure"` // Domain is a required field Domain *string `type:"string" required:"true"` DownloadSpeedLimit *DownloadSpeedLimitForAddCdnDomainInput `type:"structure"` FollowRedirect *bool `type:"boolean"` HTTPS *HTTPSForAddCdnDomainInput `type:"structure"` HttpForcedRedirect *HttpForcedRedirectForAddCdnDomainInput `type:"structure"` IPv6 *IPv6ForAddCdnDomainInput `type:"structure"` IpAccessRule *IpAccessRuleForAddCdnDomainInput `type:"structure"` IpFreqLimit *IpFreqLimitForAddCdnDomainInput `type:"structure"` MethodDeniedRule *MethodDeniedRuleForAddCdnDomainInput `type:"structure"` NegativeCache []*NegativeCacheForAddCdnDomainInput `type:"list"` Origin []*OriginForAddCdnDomainInput `type:"list"` OriginAccessRule *OriginAccessRuleForAddCdnDomainInput `type:"structure"` OriginArg []*OriginArgForAddCdnDomainInput `type:"list"` OriginCertCheck *OriginCertCheckForAddCdnDomainInput `type:"structure"` OriginHost *string `type:"string"` OriginIPv6 *string `type:"string"` OriginProtocol *string `type:"string"` OriginRange *bool `type:"boolean"` OriginRetry *OriginRetryForAddCdnDomainInput `type:"structure"` OriginRewrite *OriginRewriteForAddCdnDomainInput `type:"structure"` OriginSni *OriginSniForAddCdnDomainInput `type:"structure"` PageOptimization *PageOptimizationForAddCdnDomainInput `type:"structure"` Project *string `type:"string"` Quic *QuicForAddCdnDomainInput `type:"structure"` RedirectionRewrite *RedirectionRewriteForAddCdnDomainInput `type:"structure"` RefererAccessRule *RefererAccessRuleForAddCdnDomainInput `type:"structure"` RemoteAuth *RemoteAuthForAddCdnDomainInput `type:"structure"` RequestBlockRule *RequestBlockRuleForAddCdnDomainInput `type:"structure"` RequestHeader []*RequestHeaderForAddCdnDomainInput `type:"list"` ResourceTags []*ResourceTagForAddCdnDomainInput `type:"list"` ResponseHeader []*ResponseHeaderForAddCdnDomainInput `type:"list"` ServiceRegion *string `type:"string"` // ServiceType is a required field ServiceType *string `type:"string" required:"true"` SignedUrlAuth *SignedUrlAuthForAddCdnDomainInput `type:"structure"` Timeout *TimeoutForAddCdnDomainInput `type:"structure"` UaAccessRule *UaAccessRuleForAddCdnDomainInput `type:"structure"` UrlNormalize *UrlNormalizeForAddCdnDomainInput `type:"structure"` VideoDrag *VideoDragForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (AddCdnDomainInput) GoString ¶
func (s AddCdnDomainInput) GoString() string
GoString returns the string representation
func (*AddCdnDomainInput) SetAreaAccessRule ¶
func (s *AddCdnDomainInput) SetAreaAccessRule(v *AreaAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetAreaAccessRule sets the AreaAccessRule field's value.
func (*AddCdnDomainInput) SetBandwidthLimit ¶
func (s *AddCdnDomainInput) SetBandwidthLimit(v *BandwidthLimitForAddCdnDomainInput) *AddCdnDomainInput
SetBandwidthLimit sets the BandwidthLimit field's value.
func (*AddCdnDomainInput) SetBrowserCache ¶
func (s *AddCdnDomainInput) SetBrowserCache(v []*BrowserCacheForAddCdnDomainInput) *AddCdnDomainInput
SetBrowserCache sets the BrowserCache field's value.
func (*AddCdnDomainInput) SetCache ¶
func (s *AddCdnDomainInput) SetCache(v []*CacheForAddCdnDomainInput) *AddCdnDomainInput
SetCache sets the Cache field's value.
func (*AddCdnDomainInput) SetCacheHost ¶
func (s *AddCdnDomainInput) SetCacheHost(v *CacheHostForAddCdnDomainInput) *AddCdnDomainInput
SetCacheHost sets the CacheHost field's value.
func (*AddCdnDomainInput) SetCacheKey ¶
func (s *AddCdnDomainInput) SetCacheKey(v []*CacheKeyForAddCdnDomainInput) *AddCdnDomainInput
SetCacheKey sets the CacheKey field's value.
func (*AddCdnDomainInput) SetCompression ¶
func (s *AddCdnDomainInput) SetCompression(v *CompressionForAddCdnDomainInput) *AddCdnDomainInput
SetCompression sets the Compression field's value.
func (*AddCdnDomainInput) SetConditionalOrigin ¶ added in v1.0.147
func (s *AddCdnDomainInput) SetConditionalOrigin(v *ConditionalOriginForAddCdnDomainInput) *AddCdnDomainInput
SetConditionalOrigin sets the ConditionalOrigin field's value.
func (*AddCdnDomainInput) SetCustomErrorPage ¶
func (s *AddCdnDomainInput) SetCustomErrorPage(v *CustomErrorPageForAddCdnDomainInput) *AddCdnDomainInput
SetCustomErrorPage sets the CustomErrorPage field's value.
func (*AddCdnDomainInput) SetCustomizeAccessRule ¶
func (s *AddCdnDomainInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetCustomizeAccessRule sets the CustomizeAccessRule field's value.
func (*AddCdnDomainInput) SetDomain ¶
func (s *AddCdnDomainInput) SetDomain(v string) *AddCdnDomainInput
SetDomain sets the Domain field's value.
func (*AddCdnDomainInput) SetDownloadSpeedLimit ¶
func (s *AddCdnDomainInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForAddCdnDomainInput) *AddCdnDomainInput
SetDownloadSpeedLimit sets the DownloadSpeedLimit field's value.
func (*AddCdnDomainInput) SetFollowRedirect ¶
func (s *AddCdnDomainInput) SetFollowRedirect(v bool) *AddCdnDomainInput
SetFollowRedirect sets the FollowRedirect field's value.
func (*AddCdnDomainInput) SetHTTPS ¶
func (s *AddCdnDomainInput) SetHTTPS(v *HTTPSForAddCdnDomainInput) *AddCdnDomainInput
SetHTTPS sets the HTTPS field's value.
func (*AddCdnDomainInput) SetHttpForcedRedirect ¶
func (s *AddCdnDomainInput) SetHttpForcedRedirect(v *HttpForcedRedirectForAddCdnDomainInput) *AddCdnDomainInput
SetHttpForcedRedirect sets the HttpForcedRedirect field's value.
func (*AddCdnDomainInput) SetIPv6 ¶
func (s *AddCdnDomainInput) SetIPv6(v *IPv6ForAddCdnDomainInput) *AddCdnDomainInput
SetIPv6 sets the IPv6 field's value.
func (*AddCdnDomainInput) SetIpAccessRule ¶
func (s *AddCdnDomainInput) SetIpAccessRule(v *IpAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetIpAccessRule sets the IpAccessRule field's value.
func (*AddCdnDomainInput) SetIpFreqLimit ¶
func (s *AddCdnDomainInput) SetIpFreqLimit(v *IpFreqLimitForAddCdnDomainInput) *AddCdnDomainInput
SetIpFreqLimit sets the IpFreqLimit field's value.
func (*AddCdnDomainInput) SetMethodDeniedRule ¶
func (s *AddCdnDomainInput) SetMethodDeniedRule(v *MethodDeniedRuleForAddCdnDomainInput) *AddCdnDomainInput
SetMethodDeniedRule sets the MethodDeniedRule field's value.
func (*AddCdnDomainInput) SetNegativeCache ¶
func (s *AddCdnDomainInput) SetNegativeCache(v []*NegativeCacheForAddCdnDomainInput) *AddCdnDomainInput
SetNegativeCache sets the NegativeCache field's value.
func (*AddCdnDomainInput) SetOrigin ¶
func (s *AddCdnDomainInput) SetOrigin(v []*OriginForAddCdnDomainInput) *AddCdnDomainInput
SetOrigin sets the Origin field's value.
func (*AddCdnDomainInput) SetOriginAccessRule ¶
func (s *AddCdnDomainInput) SetOriginAccessRule(v *OriginAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetOriginAccessRule sets the OriginAccessRule field's value.
func (*AddCdnDomainInput) SetOriginArg ¶
func (s *AddCdnDomainInput) SetOriginArg(v []*OriginArgForAddCdnDomainInput) *AddCdnDomainInput
SetOriginArg sets the OriginArg field's value.
func (*AddCdnDomainInput) SetOriginCertCheck ¶ added in v1.0.147
func (s *AddCdnDomainInput) SetOriginCertCheck(v *OriginCertCheckForAddCdnDomainInput) *AddCdnDomainInput
SetOriginCertCheck sets the OriginCertCheck field's value.
func (*AddCdnDomainInput) SetOriginHost ¶
func (s *AddCdnDomainInput) SetOriginHost(v string) *AddCdnDomainInput
SetOriginHost sets the OriginHost field's value.
func (*AddCdnDomainInput) SetOriginIPv6 ¶
func (s *AddCdnDomainInput) SetOriginIPv6(v string) *AddCdnDomainInput
SetOriginIPv6 sets the OriginIPv6 field's value.
func (*AddCdnDomainInput) SetOriginProtocol ¶
func (s *AddCdnDomainInput) SetOriginProtocol(v string) *AddCdnDomainInput
SetOriginProtocol sets the OriginProtocol field's value.
func (*AddCdnDomainInput) SetOriginRange ¶
func (s *AddCdnDomainInput) SetOriginRange(v bool) *AddCdnDomainInput
SetOriginRange sets the OriginRange field's value.
func (*AddCdnDomainInput) SetOriginRetry ¶ added in v1.0.147
func (s *AddCdnDomainInput) SetOriginRetry(v *OriginRetryForAddCdnDomainInput) *AddCdnDomainInput
SetOriginRetry sets the OriginRetry field's value.
func (*AddCdnDomainInput) SetOriginRewrite ¶
func (s *AddCdnDomainInput) SetOriginRewrite(v *OriginRewriteForAddCdnDomainInput) *AddCdnDomainInput
SetOriginRewrite sets the OriginRewrite field's value.
func (*AddCdnDomainInput) SetOriginSni ¶
func (s *AddCdnDomainInput) SetOriginSni(v *OriginSniForAddCdnDomainInput) *AddCdnDomainInput
SetOriginSni sets the OriginSni field's value.
func (*AddCdnDomainInput) SetPageOptimization ¶
func (s *AddCdnDomainInput) SetPageOptimization(v *PageOptimizationForAddCdnDomainInput) *AddCdnDomainInput
SetPageOptimization sets the PageOptimization field's value.
func (*AddCdnDomainInput) SetProject ¶
func (s *AddCdnDomainInput) SetProject(v string) *AddCdnDomainInput
SetProject sets the Project field's value.
func (*AddCdnDomainInput) SetQuic ¶
func (s *AddCdnDomainInput) SetQuic(v *QuicForAddCdnDomainInput) *AddCdnDomainInput
SetQuic sets the Quic field's value.
func (*AddCdnDomainInput) SetRedirectionRewrite ¶
func (s *AddCdnDomainInput) SetRedirectionRewrite(v *RedirectionRewriteForAddCdnDomainInput) *AddCdnDomainInput
SetRedirectionRewrite sets the RedirectionRewrite field's value.
func (*AddCdnDomainInput) SetRefererAccessRule ¶
func (s *AddCdnDomainInput) SetRefererAccessRule(v *RefererAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetRefererAccessRule sets the RefererAccessRule field's value.
func (*AddCdnDomainInput) SetRemoteAuth ¶
func (s *AddCdnDomainInput) SetRemoteAuth(v *RemoteAuthForAddCdnDomainInput) *AddCdnDomainInput
SetRemoteAuth sets the RemoteAuth field's value.
func (*AddCdnDomainInput) SetRequestBlockRule ¶
func (s *AddCdnDomainInput) SetRequestBlockRule(v *RequestBlockRuleForAddCdnDomainInput) *AddCdnDomainInput
SetRequestBlockRule sets the RequestBlockRule field's value.
func (*AddCdnDomainInput) SetRequestHeader ¶
func (s *AddCdnDomainInput) SetRequestHeader(v []*RequestHeaderForAddCdnDomainInput) *AddCdnDomainInput
SetRequestHeader sets the RequestHeader field's value.
func (*AddCdnDomainInput) SetResourceTags ¶
func (s *AddCdnDomainInput) SetResourceTags(v []*ResourceTagForAddCdnDomainInput) *AddCdnDomainInput
SetResourceTags sets the ResourceTags field's value.
func (*AddCdnDomainInput) SetResponseHeader ¶
func (s *AddCdnDomainInput) SetResponseHeader(v []*ResponseHeaderForAddCdnDomainInput) *AddCdnDomainInput
SetResponseHeader sets the ResponseHeader field's value.
func (*AddCdnDomainInput) SetServiceRegion ¶
func (s *AddCdnDomainInput) SetServiceRegion(v string) *AddCdnDomainInput
SetServiceRegion sets the ServiceRegion field's value.
func (*AddCdnDomainInput) SetServiceType ¶
func (s *AddCdnDomainInput) SetServiceType(v string) *AddCdnDomainInput
SetServiceType sets the ServiceType field's value.
func (*AddCdnDomainInput) SetSignedUrlAuth ¶
func (s *AddCdnDomainInput) SetSignedUrlAuth(v *SignedUrlAuthForAddCdnDomainInput) *AddCdnDomainInput
SetSignedUrlAuth sets the SignedUrlAuth field's value.
func (*AddCdnDomainInput) SetTimeout ¶
func (s *AddCdnDomainInput) SetTimeout(v *TimeoutForAddCdnDomainInput) *AddCdnDomainInput
SetTimeout sets the Timeout field's value.
func (*AddCdnDomainInput) SetUaAccessRule ¶
func (s *AddCdnDomainInput) SetUaAccessRule(v *UaAccessRuleForAddCdnDomainInput) *AddCdnDomainInput
SetUaAccessRule sets the UaAccessRule field's value.
func (*AddCdnDomainInput) SetUrlNormalize ¶
func (s *AddCdnDomainInput) SetUrlNormalize(v *UrlNormalizeForAddCdnDomainInput) *AddCdnDomainInput
SetUrlNormalize sets the UrlNormalize field's value.
func (*AddCdnDomainInput) SetVideoDrag ¶
func (s *AddCdnDomainInput) SetVideoDrag(v *VideoDragForAddCdnDomainInput) *AddCdnDomainInput
SetVideoDrag sets the VideoDrag field's value.
func (AddCdnDomainInput) String ¶
func (s AddCdnDomainInput) String() string
String returns the string representation
func (*AddCdnDomainInput) Validate ¶
func (s *AddCdnDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddCdnDomainOutput ¶
type AddCdnDomainOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (AddCdnDomainOutput) GoString ¶
func (s AddCdnDomainOutput) GoString() string
GoString returns the string representation
func (AddCdnDomainOutput) String ¶
func (s AddCdnDomainOutput) String() string
String returns the string representation
type AddCertificateInput ¶
type AddCertificateInput struct { CertType *string `type:"string"` // Certificate is a required field Certificate *string `type:"string" required:"true"` Desc *string `type:"string"` EncryType *string `type:"string"` EncryptionCert *string `type:"string"` EncryptionKey *string `type:"string"` // PrivateKey is a required field PrivateKey *string `type:"string" required:"true"` Repeatable *bool `type:"boolean"` Source *string `type:"string"` // contains filtered or unexported fields }
func (AddCertificateInput) GoString ¶
func (s AddCertificateInput) GoString() string
GoString returns the string representation
func (*AddCertificateInput) SetCertType ¶ added in v1.0.147
func (s *AddCertificateInput) SetCertType(v string) *AddCertificateInput
SetCertType sets the CertType field's value.
func (*AddCertificateInput) SetCertificate ¶
func (s *AddCertificateInput) SetCertificate(v string) *AddCertificateInput
SetCertificate sets the Certificate field's value.
func (*AddCertificateInput) SetDesc ¶
func (s *AddCertificateInput) SetDesc(v string) *AddCertificateInput
SetDesc sets the Desc field's value.
func (*AddCertificateInput) SetEncryType ¶ added in v1.0.147
func (s *AddCertificateInput) SetEncryType(v string) *AddCertificateInput
SetEncryType sets the EncryType field's value.
func (*AddCertificateInput) SetEncryptionCert ¶ added in v1.0.147
func (s *AddCertificateInput) SetEncryptionCert(v string) *AddCertificateInput
SetEncryptionCert sets the EncryptionCert field's value.
func (*AddCertificateInput) SetEncryptionKey ¶ added in v1.0.147
func (s *AddCertificateInput) SetEncryptionKey(v string) *AddCertificateInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*AddCertificateInput) SetPrivateKey ¶
func (s *AddCertificateInput) SetPrivateKey(v string) *AddCertificateInput
SetPrivateKey sets the PrivateKey field's value.
func (*AddCertificateInput) SetRepeatable ¶
func (s *AddCertificateInput) SetRepeatable(v bool) *AddCertificateInput
SetRepeatable sets the Repeatable field's value.
func (*AddCertificateInput) SetSource ¶
func (s *AddCertificateInput) SetSource(v string) *AddCertificateInput
SetSource sets the Source field's value.
func (AddCertificateInput) String ¶
func (s AddCertificateInput) String() string
String returns the string representation
func (*AddCertificateInput) Validate ¶
func (s *AddCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddCertificateOutput ¶
type AddCertificateOutput struct { Metadata *response.ResponseMetadata CertId *string `type:"string"` // contains filtered or unexported fields }
func (AddCertificateOutput) GoString ¶
func (s AddCertificateOutput) GoString() string
GoString returns the string representation
func (*AddCertificateOutput) SetCertId ¶
func (s *AddCertificateOutput) SetCertId(v string) *AddCertificateOutput
SetCertId sets the CertId field's value.
func (AddCertificateOutput) String ¶
func (s AddCertificateOutput) String() string
String returns the string representation
type AddResourceTagsInput ¶
type AddResourceTagsInput struct { ResourceTags []*ResourceTagForAddResourceTagsInput `type:"list"` Resources []*string `type:"list"` // contains filtered or unexported fields }
func (AddResourceTagsInput) GoString ¶
func (s AddResourceTagsInput) GoString() string
GoString returns the string representation
func (*AddResourceTagsInput) SetResourceTags ¶
func (s *AddResourceTagsInput) SetResourceTags(v []*ResourceTagForAddResourceTagsInput) *AddResourceTagsInput
SetResourceTags sets the ResourceTags field's value.
func (*AddResourceTagsInput) SetResources ¶
func (s *AddResourceTagsInput) SetResources(v []*string) *AddResourceTagsInput
SetResources sets the Resources field's value.
func (AddResourceTagsInput) String ¶
func (s AddResourceTagsInput) String() string
String returns the string representation
type AddResourceTagsOutput ¶
type AddResourceTagsOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (AddResourceTagsOutput) GoString ¶
func (s AddResourceTagsOutput) GoString() string
GoString returns the string representation
func (AddResourceTagsOutput) String ¶
func (s AddResourceTagsOutput) String() string
String returns the string representation
type AreaAccessRuleForAddCdnDomainInput ¶
type AreaAccessRuleForAddCdnDomainInput struct { Area []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (AreaAccessRuleForAddCdnDomainInput) GoString ¶
func (s AreaAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*AreaAccessRuleForAddCdnDomainInput) SetArea ¶
func (s *AreaAccessRuleForAddCdnDomainInput) SetArea(v []*string) *AreaAccessRuleForAddCdnDomainInput
SetArea sets the Area field's value.
func (*AreaAccessRuleForAddCdnDomainInput) SetRuleType ¶
func (s *AreaAccessRuleForAddCdnDomainInput) SetRuleType(v string) *AreaAccessRuleForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (*AreaAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *AreaAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *AreaAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (AreaAccessRuleForAddCdnDomainInput) String ¶
func (s AreaAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type AreaAccessRuleForBatchUpdateCdnConfigInput ¶
type AreaAccessRuleForBatchUpdateCdnConfigInput struct { Area []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (AreaAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s AreaAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AreaAccessRuleForBatchUpdateCdnConfigInput) SetArea ¶
func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetArea(v []*string) *AreaAccessRuleForBatchUpdateCdnConfigInput
SetArea sets the Area field's value.
func (*AreaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *AreaAccessRuleForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*AreaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *AreaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *AreaAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (AreaAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s AreaAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type AreaAccessRuleForDescribeCdnConfigOutput ¶
type AreaAccessRuleForDescribeCdnConfigOutput struct { Area []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (AreaAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s AreaAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*AreaAccessRuleForDescribeCdnConfigOutput) SetArea ¶
func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetArea(v []*string) *AreaAccessRuleForDescribeCdnConfigOutput
SetArea sets the Area field's value.
func (*AreaAccessRuleForDescribeCdnConfigOutput) SetRuleType ¶
func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *AreaAccessRuleForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (*AreaAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *AreaAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *AreaAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (AreaAccessRuleForDescribeCdnConfigOutput) String ¶
func (s AreaAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type AreaAccessRuleForUpdateCdnConfigInput ¶
type AreaAccessRuleForUpdateCdnConfigInput struct { Area []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (AreaAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s AreaAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AreaAccessRuleForUpdateCdnConfigInput) SetArea ¶
func (s *AreaAccessRuleForUpdateCdnConfigInput) SetArea(v []*string) *AreaAccessRuleForUpdateCdnConfigInput
SetArea sets the Area field's value.
func (*AreaAccessRuleForUpdateCdnConfigInput) SetRuleType ¶
func (s *AreaAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *AreaAccessRuleForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*AreaAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *AreaAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *AreaAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (AreaAccessRuleForUpdateCdnConfigInput) String ¶
func (s AreaAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type AuthModeConfigForAddCdnDomainInput ¶
type AuthModeConfigForAddCdnDomainInput struct { BackupRemoteAddr *string `type:"string"` MasterRemoteAddr *string `type:"string"` PathType *string `type:"string"` PathValue *string `type:"string"` RequestMethod *string `type:"string"` // contains filtered or unexported fields }
func (AuthModeConfigForAddCdnDomainInput) GoString ¶
func (s AuthModeConfigForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*AuthModeConfigForAddCdnDomainInput) SetBackupRemoteAddr ¶
func (s *AuthModeConfigForAddCdnDomainInput) SetBackupRemoteAddr(v string) *AuthModeConfigForAddCdnDomainInput
SetBackupRemoteAddr sets the BackupRemoteAddr field's value.
func (*AuthModeConfigForAddCdnDomainInput) SetMasterRemoteAddr ¶
func (s *AuthModeConfigForAddCdnDomainInput) SetMasterRemoteAddr(v string) *AuthModeConfigForAddCdnDomainInput
SetMasterRemoteAddr sets the MasterRemoteAddr field's value.
func (*AuthModeConfigForAddCdnDomainInput) SetPathType ¶
func (s *AuthModeConfigForAddCdnDomainInput) SetPathType(v string) *AuthModeConfigForAddCdnDomainInput
SetPathType sets the PathType field's value.
func (*AuthModeConfigForAddCdnDomainInput) SetPathValue ¶
func (s *AuthModeConfigForAddCdnDomainInput) SetPathValue(v string) *AuthModeConfigForAddCdnDomainInput
SetPathValue sets the PathValue field's value.
func (*AuthModeConfigForAddCdnDomainInput) SetRequestMethod ¶
func (s *AuthModeConfigForAddCdnDomainInput) SetRequestMethod(v string) *AuthModeConfigForAddCdnDomainInput
SetRequestMethod sets the RequestMethod field's value.
func (AuthModeConfigForAddCdnDomainInput) String ¶
func (s AuthModeConfigForAddCdnDomainInput) String() string
String returns the string representation
type AuthModeConfigForBatchUpdateCdnConfigInput ¶
type AuthModeConfigForBatchUpdateCdnConfigInput struct { BackupRemoteAddr *string `type:"string"` MasterRemoteAddr *string `type:"string"` PathType *string `type:"string"` PathValue *string `type:"string"` RequestMethod *string `type:"string"` // contains filtered or unexported fields }
func (AuthModeConfigForBatchUpdateCdnConfigInput) GoString ¶
func (s AuthModeConfigForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AuthModeConfigForBatchUpdateCdnConfigInput) SetBackupRemoteAddr ¶
func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetBackupRemoteAddr(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
SetBackupRemoteAddr sets the BackupRemoteAddr field's value.
func (*AuthModeConfigForBatchUpdateCdnConfigInput) SetMasterRemoteAddr ¶
func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetMasterRemoteAddr(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
SetMasterRemoteAddr sets the MasterRemoteAddr field's value.
func (*AuthModeConfigForBatchUpdateCdnConfigInput) SetPathType ¶
func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetPathType(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
SetPathType sets the PathType field's value.
func (*AuthModeConfigForBatchUpdateCdnConfigInput) SetPathValue ¶
func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetPathValue(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
SetPathValue sets the PathValue field's value.
func (*AuthModeConfigForBatchUpdateCdnConfigInput) SetRequestMethod ¶
func (s *AuthModeConfigForBatchUpdateCdnConfigInput) SetRequestMethod(v string) *AuthModeConfigForBatchUpdateCdnConfigInput
SetRequestMethod sets the RequestMethod field's value.
func (AuthModeConfigForBatchUpdateCdnConfigInput) String ¶
func (s AuthModeConfigForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type AuthModeConfigForDescribeCdnConfigOutput ¶
type AuthModeConfigForDescribeCdnConfigOutput struct { BackupRemoteAddr *string `type:"string"` MasterRemoteAddr *string `type:"string"` PathType *string `type:"string"` PathValue *string `type:"string"` RequestMethod *string `type:"string"` // contains filtered or unexported fields }
func (AuthModeConfigForDescribeCdnConfigOutput) GoString ¶
func (s AuthModeConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*AuthModeConfigForDescribeCdnConfigOutput) SetBackupRemoteAddr ¶
func (s *AuthModeConfigForDescribeCdnConfigOutput) SetBackupRemoteAddr(v string) *AuthModeConfigForDescribeCdnConfigOutput
SetBackupRemoteAddr sets the BackupRemoteAddr field's value.
func (*AuthModeConfigForDescribeCdnConfigOutput) SetMasterRemoteAddr ¶
func (s *AuthModeConfigForDescribeCdnConfigOutput) SetMasterRemoteAddr(v string) *AuthModeConfigForDescribeCdnConfigOutput
SetMasterRemoteAddr sets the MasterRemoteAddr field's value.
func (*AuthModeConfigForDescribeCdnConfigOutput) SetPathType ¶
func (s *AuthModeConfigForDescribeCdnConfigOutput) SetPathType(v string) *AuthModeConfigForDescribeCdnConfigOutput
SetPathType sets the PathType field's value.
func (*AuthModeConfigForDescribeCdnConfigOutput) SetPathValue ¶
func (s *AuthModeConfigForDescribeCdnConfigOutput) SetPathValue(v string) *AuthModeConfigForDescribeCdnConfigOutput
SetPathValue sets the PathValue field's value.
func (*AuthModeConfigForDescribeCdnConfigOutput) SetRequestMethod ¶
func (s *AuthModeConfigForDescribeCdnConfigOutput) SetRequestMethod(v string) *AuthModeConfigForDescribeCdnConfigOutput
SetRequestMethod sets the RequestMethod field's value.
func (AuthModeConfigForDescribeCdnConfigOutput) String ¶
func (s AuthModeConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type AuthModeConfigForUpdateCdnConfigInput ¶
type AuthModeConfigForUpdateCdnConfigInput struct { BackupRemoteAddr *string `type:"string"` MasterRemoteAddr *string `type:"string"` PathType *string `type:"string"` PathValue *string `type:"string"` RequestMethod *string `type:"string"` // contains filtered or unexported fields }
func (AuthModeConfigForUpdateCdnConfigInput) GoString ¶
func (s AuthModeConfigForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AuthModeConfigForUpdateCdnConfigInput) SetBackupRemoteAddr ¶
func (s *AuthModeConfigForUpdateCdnConfigInput) SetBackupRemoteAddr(v string) *AuthModeConfigForUpdateCdnConfigInput
SetBackupRemoteAddr sets the BackupRemoteAddr field's value.
func (*AuthModeConfigForUpdateCdnConfigInput) SetMasterRemoteAddr ¶
func (s *AuthModeConfigForUpdateCdnConfigInput) SetMasterRemoteAddr(v string) *AuthModeConfigForUpdateCdnConfigInput
SetMasterRemoteAddr sets the MasterRemoteAddr field's value.
func (*AuthModeConfigForUpdateCdnConfigInput) SetPathType ¶
func (s *AuthModeConfigForUpdateCdnConfigInput) SetPathType(v string) *AuthModeConfigForUpdateCdnConfigInput
SetPathType sets the PathType field's value.
func (*AuthModeConfigForUpdateCdnConfigInput) SetPathValue ¶
func (s *AuthModeConfigForUpdateCdnConfigInput) SetPathValue(v string) *AuthModeConfigForUpdateCdnConfigInput
SetPathValue sets the PathValue field's value.
func (*AuthModeConfigForUpdateCdnConfigInput) SetRequestMethod ¶
func (s *AuthModeConfigForUpdateCdnConfigInput) SetRequestMethod(v string) *AuthModeConfigForUpdateCdnConfigInput
SetRequestMethod sets the RequestMethod field's value.
func (AuthModeConfigForUpdateCdnConfigInput) String ¶
func (s AuthModeConfigForUpdateCdnConfigInput) String() string
String returns the string representation
type AuthResponseConfigForAddCdnDomainInput ¶
type AuthResponseConfigForAddCdnDomainInput struct { CacheAction *ConvertCacheActionForAddCdnDomainInput `type:"structure"` ResponseAction *ResponseActionForAddCdnDomainInput `type:"structure"` StatusCodeAction *StatusCodeActionForAddCdnDomainInput `type:"structure"` TimeOutAction *TimeOutActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (AuthResponseConfigForAddCdnDomainInput) GoString ¶
func (s AuthResponseConfigForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*AuthResponseConfigForAddCdnDomainInput) SetCacheAction ¶
func (s *AuthResponseConfigForAddCdnDomainInput) SetCacheAction(v *ConvertCacheActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
SetCacheAction sets the CacheAction field's value.
func (*AuthResponseConfigForAddCdnDomainInput) SetResponseAction ¶
func (s *AuthResponseConfigForAddCdnDomainInput) SetResponseAction(v *ResponseActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
SetResponseAction sets the ResponseAction field's value.
func (*AuthResponseConfigForAddCdnDomainInput) SetStatusCodeAction ¶
func (s *AuthResponseConfigForAddCdnDomainInput) SetStatusCodeAction(v *StatusCodeActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
SetStatusCodeAction sets the StatusCodeAction field's value.
func (*AuthResponseConfigForAddCdnDomainInput) SetTimeOutAction ¶
func (s *AuthResponseConfigForAddCdnDomainInput) SetTimeOutAction(v *TimeOutActionForAddCdnDomainInput) *AuthResponseConfigForAddCdnDomainInput
SetTimeOutAction sets the TimeOutAction field's value.
func (AuthResponseConfigForAddCdnDomainInput) String ¶
func (s AuthResponseConfigForAddCdnDomainInput) String() string
String returns the string representation
type AuthResponseConfigForBatchUpdateCdnConfigInput ¶
type AuthResponseConfigForBatchUpdateCdnConfigInput struct { CacheAction *ConvertCacheActionForBatchUpdateCdnConfigInput `type:"structure"` ResponseAction *ResponseActionForBatchUpdateCdnConfigInput `type:"structure"` StatusCodeAction *StatusCodeActionForBatchUpdateCdnConfigInput `type:"structure"` TimeOutAction *TimeOutActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (AuthResponseConfigForBatchUpdateCdnConfigInput) GoString ¶
func (s AuthResponseConfigForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AuthResponseConfigForBatchUpdateCdnConfigInput) SetCacheAction ¶
func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetCacheAction(v *ConvertCacheActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*AuthResponseConfigForBatchUpdateCdnConfigInput) SetResponseAction ¶
func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetResponseAction(v *ResponseActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
SetResponseAction sets the ResponseAction field's value.
func (*AuthResponseConfigForBatchUpdateCdnConfigInput) SetStatusCodeAction ¶
func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetStatusCodeAction(v *StatusCodeActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
SetStatusCodeAction sets the StatusCodeAction field's value.
func (*AuthResponseConfigForBatchUpdateCdnConfigInput) SetTimeOutAction ¶
func (s *AuthResponseConfigForBatchUpdateCdnConfigInput) SetTimeOutAction(v *TimeOutActionForBatchUpdateCdnConfigInput) *AuthResponseConfigForBatchUpdateCdnConfigInput
SetTimeOutAction sets the TimeOutAction field's value.
func (AuthResponseConfigForBatchUpdateCdnConfigInput) String ¶
func (s AuthResponseConfigForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type AuthResponseConfigForDescribeCdnConfigOutput ¶
type AuthResponseConfigForDescribeCdnConfigOutput struct { CacheAction *ConvertCacheActionForDescribeCdnConfigOutput `type:"structure"` ResponseAction *ResponseActionForDescribeCdnConfigOutput `type:"structure"` StatusCodeAction *StatusCodeActionForDescribeCdnConfigOutput `type:"structure"` TimeOutAction *TimeOutActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (AuthResponseConfigForDescribeCdnConfigOutput) GoString ¶
func (s AuthResponseConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*AuthResponseConfigForDescribeCdnConfigOutput) SetCacheAction ¶
func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetCacheAction(v *ConvertCacheActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
SetCacheAction sets the CacheAction field's value.
func (*AuthResponseConfigForDescribeCdnConfigOutput) SetResponseAction ¶
func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetResponseAction(v *ResponseActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
SetResponseAction sets the ResponseAction field's value.
func (*AuthResponseConfigForDescribeCdnConfigOutput) SetStatusCodeAction ¶
func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetStatusCodeAction(v *StatusCodeActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
SetStatusCodeAction sets the StatusCodeAction field's value.
func (*AuthResponseConfigForDescribeCdnConfigOutput) SetTimeOutAction ¶
func (s *AuthResponseConfigForDescribeCdnConfigOutput) SetTimeOutAction(v *TimeOutActionForDescribeCdnConfigOutput) *AuthResponseConfigForDescribeCdnConfigOutput
SetTimeOutAction sets the TimeOutAction field's value.
func (AuthResponseConfigForDescribeCdnConfigOutput) String ¶
func (s AuthResponseConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type AuthResponseConfigForUpdateCdnConfigInput ¶
type AuthResponseConfigForUpdateCdnConfigInput struct { CacheAction *ConvertCacheActionForUpdateCdnConfigInput `type:"structure"` ResponseAction *ResponseActionForUpdateCdnConfigInput `type:"structure"` StatusCodeAction *StatusCodeActionForUpdateCdnConfigInput `type:"structure"` TimeOutAction *TimeOutActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (AuthResponseConfigForUpdateCdnConfigInput) GoString ¶
func (s AuthResponseConfigForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*AuthResponseConfigForUpdateCdnConfigInput) SetCacheAction ¶
func (s *AuthResponseConfigForUpdateCdnConfigInput) SetCacheAction(v *ConvertCacheActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*AuthResponseConfigForUpdateCdnConfigInput) SetResponseAction ¶
func (s *AuthResponseConfigForUpdateCdnConfigInput) SetResponseAction(v *ResponseActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
SetResponseAction sets the ResponseAction field's value.
func (*AuthResponseConfigForUpdateCdnConfigInput) SetStatusCodeAction ¶
func (s *AuthResponseConfigForUpdateCdnConfigInput) SetStatusCodeAction(v *StatusCodeActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
SetStatusCodeAction sets the StatusCodeAction field's value.
func (*AuthResponseConfigForUpdateCdnConfigInput) SetTimeOutAction ¶
func (s *AuthResponseConfigForUpdateCdnConfigInput) SetTimeOutAction(v *TimeOutActionForUpdateCdnConfigInput) *AuthResponseConfigForUpdateCdnConfigInput
SetTimeOutAction sets the TimeOutAction field's value.
func (AuthResponseConfigForUpdateCdnConfigInput) String ¶
func (s AuthResponseConfigForUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitActionForAddCdnDomainInput ¶
type BandwidthLimitActionForAddCdnDomainInput struct { BandwidthThreshold *int64 `type:"int64"` LimitType *string `type:"string"` SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateMax *int64 `type:"int64"` // contains filtered or unexported fields }
func (BandwidthLimitActionForAddCdnDomainInput) GoString ¶
func (s BandwidthLimitActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitActionForAddCdnDomainInput) SetBandwidthThreshold ¶
func (s *BandwidthLimitActionForAddCdnDomainInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForAddCdnDomainInput
SetBandwidthThreshold sets the BandwidthThreshold field's value.
func (*BandwidthLimitActionForAddCdnDomainInput) SetLimitType ¶
func (s *BandwidthLimitActionForAddCdnDomainInput) SetLimitType(v string) *BandwidthLimitActionForAddCdnDomainInput
SetLimitType sets the LimitType field's value.
func (*BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRate ¶
func (s *BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForAddCdnDomainInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRateMax ¶
func (s *BandwidthLimitActionForAddCdnDomainInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForAddCdnDomainInput
SetSpeedLimitRateMax sets the SpeedLimitRateMax field's value.
func (BandwidthLimitActionForAddCdnDomainInput) String ¶
func (s BandwidthLimitActionForAddCdnDomainInput) String() string
String returns the string representation
type BandwidthLimitActionForBatchUpdateCdnConfigInput ¶
type BandwidthLimitActionForBatchUpdateCdnConfigInput struct { BandwidthThreshold *int64 `type:"int64"` LimitType *string `type:"string"` SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateMax *int64 `type:"int64"` // contains filtered or unexported fields }
func (BandwidthLimitActionForBatchUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitActionForBatchUpdateCdnConfigInput) SetBandwidthThreshold ¶
func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
SetBandwidthThreshold sets the BandwidthThreshold field's value.
func (*BandwidthLimitActionForBatchUpdateCdnConfigInput) SetLimitType ¶
func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetLimitType(v string) *BandwidthLimitActionForBatchUpdateCdnConfigInput
SetLimitType sets the LimitType field's value.
func (*BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate ¶
func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateMax ¶
func (s *BandwidthLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForBatchUpdateCdnConfigInput
SetSpeedLimitRateMax sets the SpeedLimitRateMax field's value.
func (BandwidthLimitActionForBatchUpdateCdnConfigInput) String ¶
func (s BandwidthLimitActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitActionForDescribeCdnConfigOutput ¶
type BandwidthLimitActionForDescribeCdnConfigOutput struct { BandwidthThreshold *int64 `type:"int64"` LimitType *string `type:"string"` SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateMax *int64 `type:"int64"` // contains filtered or unexported fields }
func (BandwidthLimitActionForDescribeCdnConfigOutput) GoString ¶
func (s BandwidthLimitActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BandwidthLimitActionForDescribeCdnConfigOutput) SetBandwidthThreshold ¶
func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
SetBandwidthThreshold sets the BandwidthThreshold field's value.
func (*BandwidthLimitActionForDescribeCdnConfigOutput) SetLimitType ¶
func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetLimitType(v string) *BandwidthLimitActionForDescribeCdnConfigOutput
SetLimitType sets the LimitType field's value.
func (*BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate ¶
func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateMax ¶
func (s *BandwidthLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForDescribeCdnConfigOutput
SetSpeedLimitRateMax sets the SpeedLimitRateMax field's value.
func (BandwidthLimitActionForDescribeCdnConfigOutput) String ¶
func (s BandwidthLimitActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type BandwidthLimitActionForUpdateCdnConfigInput ¶
type BandwidthLimitActionForUpdateCdnConfigInput struct { BandwidthThreshold *int64 `type:"int64"` LimitType *string `type:"string"` SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateMax *int64 `type:"int64"` // contains filtered or unexported fields }
func (BandwidthLimitActionForUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitActionForUpdateCdnConfigInput) SetBandwidthThreshold ¶
func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetBandwidthThreshold(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
SetBandwidthThreshold sets the BandwidthThreshold field's value.
func (*BandwidthLimitActionForUpdateCdnConfigInput) SetLimitType ¶
func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetLimitType(v string) *BandwidthLimitActionForUpdateCdnConfigInput
SetLimitType sets the LimitType field's value.
func (*BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate ¶
func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateMax ¶
func (s *BandwidthLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateMax(v int64) *BandwidthLimitActionForUpdateCdnConfigInput
SetSpeedLimitRateMax sets the SpeedLimitRateMax field's value.
func (BandwidthLimitActionForUpdateCdnConfigInput) String ¶
func (s BandwidthLimitActionForUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitForAddCdnDomainInput ¶
type BandwidthLimitForAddCdnDomainInput struct { BandwidthLimitRule *BandwidthLimitRuleForAddCdnDomainInput `type:"structure"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (BandwidthLimitForAddCdnDomainInput) GoString ¶
func (s BandwidthLimitForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitForAddCdnDomainInput) SetBandwidthLimitRule ¶
func (s *BandwidthLimitForAddCdnDomainInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForAddCdnDomainInput) *BandwidthLimitForAddCdnDomainInput
SetBandwidthLimitRule sets the BandwidthLimitRule field's value.
func (*BandwidthLimitForAddCdnDomainInput) SetSwitch ¶
func (s *BandwidthLimitForAddCdnDomainInput) SetSwitch(v bool) *BandwidthLimitForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (BandwidthLimitForAddCdnDomainInput) String ¶
func (s BandwidthLimitForAddCdnDomainInput) String() string
String returns the string representation
type BandwidthLimitForBatchUpdateCdnConfigInput ¶
type BandwidthLimitForBatchUpdateCdnConfigInput struct { BandwidthLimitRule *BandwidthLimitRuleForBatchUpdateCdnConfigInput `type:"structure"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (BandwidthLimitForBatchUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitForBatchUpdateCdnConfigInput) SetBandwidthLimitRule ¶
func (s *BandwidthLimitForBatchUpdateCdnConfigInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForBatchUpdateCdnConfigInput) *BandwidthLimitForBatchUpdateCdnConfigInput
SetBandwidthLimitRule sets the BandwidthLimitRule field's value.
func (*BandwidthLimitForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *BandwidthLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *BandwidthLimitForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (BandwidthLimitForBatchUpdateCdnConfigInput) String ¶
func (s BandwidthLimitForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitForDescribeCdnConfigOutput ¶
type BandwidthLimitForDescribeCdnConfigOutput struct { BandwidthLimitRule *BandwidthLimitRuleForDescribeCdnConfigOutput `type:"structure"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (BandwidthLimitForDescribeCdnConfigOutput) GoString ¶
func (s BandwidthLimitForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BandwidthLimitForDescribeCdnConfigOutput) SetBandwidthLimitRule ¶
func (s *BandwidthLimitForDescribeCdnConfigOutput) SetBandwidthLimitRule(v *BandwidthLimitRuleForDescribeCdnConfigOutput) *BandwidthLimitForDescribeCdnConfigOutput
SetBandwidthLimitRule sets the BandwidthLimitRule field's value.
func (*BandwidthLimitForDescribeCdnConfigOutput) SetSwitch ¶
func (s *BandwidthLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *BandwidthLimitForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (BandwidthLimitForDescribeCdnConfigOutput) String ¶
func (s BandwidthLimitForDescribeCdnConfigOutput) String() string
String returns the string representation
type BandwidthLimitForUpdateCdnConfigInput ¶
type BandwidthLimitForUpdateCdnConfigInput struct { BandwidthLimitRule *BandwidthLimitRuleForUpdateCdnConfigInput `type:"structure"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (BandwidthLimitForUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitForUpdateCdnConfigInput) SetBandwidthLimitRule ¶
func (s *BandwidthLimitForUpdateCdnConfigInput) SetBandwidthLimitRule(v *BandwidthLimitRuleForUpdateCdnConfigInput) *BandwidthLimitForUpdateCdnConfigInput
SetBandwidthLimitRule sets the BandwidthLimitRule field's value.
func (*BandwidthLimitForUpdateCdnConfigInput) SetSwitch ¶
func (s *BandwidthLimitForUpdateCdnConfigInput) SetSwitch(v bool) *BandwidthLimitForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (BandwidthLimitForUpdateCdnConfigInput) String ¶
func (s BandwidthLimitForUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitRuleForAddCdnDomainInput ¶
type BandwidthLimitRuleForAddCdnDomainInput struct { BandwidthLimitAction *BandwidthLimitActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (BandwidthLimitRuleForAddCdnDomainInput) GoString ¶
func (s BandwidthLimitRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitRuleForAddCdnDomainInput) SetBandwidthLimitAction ¶
func (s *BandwidthLimitRuleForAddCdnDomainInput) SetBandwidthLimitAction(v *BandwidthLimitActionForAddCdnDomainInput) *BandwidthLimitRuleForAddCdnDomainInput
SetBandwidthLimitAction sets the BandwidthLimitAction field's value.
func (*BandwidthLimitRuleForAddCdnDomainInput) SetCondition ¶
func (s *BandwidthLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BandwidthLimitRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (BandwidthLimitRuleForAddCdnDomainInput) String ¶
func (s BandwidthLimitRuleForAddCdnDomainInput) String() string
String returns the string representation
type BandwidthLimitRuleForBatchUpdateCdnConfigInput ¶
type BandwidthLimitRuleForBatchUpdateCdnConfigInput struct { BandwidthLimitAction *BandwidthLimitActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (BandwidthLimitRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetBandwidthLimitAction ¶
func (s *BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetBandwidthLimitAction(v *BandwidthLimitActionForBatchUpdateCdnConfigInput) *BandwidthLimitRuleForBatchUpdateCdnConfigInput
SetBandwidthLimitAction sets the BandwidthLimitAction field's value.
func (*BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *BandwidthLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BandwidthLimitRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (BandwidthLimitRuleForBatchUpdateCdnConfigInput) String ¶
func (s BandwidthLimitRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BandwidthLimitRuleForDescribeCdnConfigOutput ¶
type BandwidthLimitRuleForDescribeCdnConfigOutput struct { BandwidthLimitAction *BandwidthLimitActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (BandwidthLimitRuleForDescribeCdnConfigOutput) GoString ¶
func (s BandwidthLimitRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BandwidthLimitRuleForDescribeCdnConfigOutput) SetBandwidthLimitAction ¶
func (s *BandwidthLimitRuleForDescribeCdnConfigOutput) SetBandwidthLimitAction(v *BandwidthLimitActionForDescribeCdnConfigOutput) *BandwidthLimitRuleForDescribeCdnConfigOutput
SetBandwidthLimitAction sets the BandwidthLimitAction field's value.
func (*BandwidthLimitRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *BandwidthLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BandwidthLimitRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (BandwidthLimitRuleForDescribeCdnConfigOutput) String ¶
func (s BandwidthLimitRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type BandwidthLimitRuleForUpdateCdnConfigInput ¶
type BandwidthLimitRuleForUpdateCdnConfigInput struct { BandwidthLimitAction *BandwidthLimitActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (BandwidthLimitRuleForUpdateCdnConfigInput) GoString ¶
func (s BandwidthLimitRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BandwidthLimitRuleForUpdateCdnConfigInput) SetBandwidthLimitAction ¶
func (s *BandwidthLimitRuleForUpdateCdnConfigInput) SetBandwidthLimitAction(v *BandwidthLimitActionForUpdateCdnConfigInput) *BandwidthLimitRuleForUpdateCdnConfigInput
SetBandwidthLimitAction sets the BandwidthLimitAction field's value.
func (*BandwidthLimitRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *BandwidthLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BandwidthLimitRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (BandwidthLimitRuleForUpdateCdnConfigInput) String ¶
func (s BandwidthLimitRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type BatchDeployCertInput ¶
type BatchDeployCertInput struct { // CertId is a required field CertId *string `type:"string" required:"true"` CertId2 *string `type:"string"` // Domain is a required field Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchDeployCertInput) GoString ¶
func (s BatchDeployCertInput) GoString() string
GoString returns the string representation
func (*BatchDeployCertInput) SetCertId ¶
func (s *BatchDeployCertInput) SetCertId(v string) *BatchDeployCertInput
SetCertId sets the CertId field's value.
func (*BatchDeployCertInput) SetCertId2 ¶ added in v1.0.147
func (s *BatchDeployCertInput) SetCertId2(v string) *BatchDeployCertInput
SetCertId2 sets the CertId2 field's value.
func (*BatchDeployCertInput) SetDomain ¶
func (s *BatchDeployCertInput) SetDomain(v string) *BatchDeployCertInput
SetDomain sets the Domain field's value.
func (BatchDeployCertInput) String ¶
func (s BatchDeployCertInput) String() string
String returns the string representation
func (*BatchDeployCertInput) Validate ¶
func (s *BatchDeployCertInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeployCertOutput ¶
type BatchDeployCertOutput struct { Metadata *response.ResponseMetadata DeployResult []*DeployResultForBatchDeployCertOutput `type:"list"` // contains filtered or unexported fields }
func (BatchDeployCertOutput) GoString ¶
func (s BatchDeployCertOutput) GoString() string
GoString returns the string representation
func (*BatchDeployCertOutput) SetDeployResult ¶
func (s *BatchDeployCertOutput) SetDeployResult(v []*DeployResultForBatchDeployCertOutput) *BatchDeployCertOutput
SetDeployResult sets the DeployResult field's value.
func (BatchDeployCertOutput) String ¶
func (s BatchDeployCertOutput) String() string
String returns the string representation
type BatchUpdateCdnConfigInput ¶
type BatchUpdateCdnConfigInput struct { Aggregate *bool `type:"boolean"` AreaAccessRule *AreaAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` BandwidthLimit *BandwidthLimitForBatchUpdateCdnConfigInput `type:"structure"` BrowserCache []*BrowserCacheForBatchUpdateCdnConfigInput `type:"list"` Cache []*CacheForBatchUpdateCdnConfigInput `type:"list"` CacheHost *CacheHostForBatchUpdateCdnConfigInput `type:"structure"` CacheKey []*CacheKeyForBatchUpdateCdnConfigInput `type:"list"` Compression *CompressionForBatchUpdateCdnConfigInput `type:"structure"` ConditionalOrigin *ConditionalOriginForBatchUpdateCdnConfigInput `type:"structure"` CustomErrorPage *CustomErrorPageForBatchUpdateCdnConfigInput `type:"structure"` CustomizeAccessRule *CustomizeAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` Domains []*string `type:"list"` DownloadSpeedLimit *DownloadSpeedLimitForBatchUpdateCdnConfigInput `type:"structure"` FollowRedirect *bool `type:"boolean"` HTTPS *HTTPSForBatchUpdateCdnConfigInput `type:"structure"` HttpForcedRedirect *HttpForcedRedirectForBatchUpdateCdnConfigInput `type:"structure"` IPv6 *IPv6ForBatchUpdateCdnConfigInput `type:"structure"` IpAccessRule *IpAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` IpFreqLimit *IpFreqLimitForBatchUpdateCdnConfigInput `type:"structure"` MethodDeniedRule *MethodDeniedRuleForBatchUpdateCdnConfigInput `type:"structure"` NegativeCache []*NegativeCacheForBatchUpdateCdnConfigInput `type:"list"` Origin []*OriginForBatchUpdateCdnConfigInput `type:"list"` OriginAccessRule *OriginAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` OriginArg []*OriginArgForBatchUpdateCdnConfigInput `type:"list"` OriginCertCheck *OriginCertCheckForBatchUpdateCdnConfigInput `type:"structure"` OriginHost *string `type:"string"` OriginIPv6 *string `type:"string"` OriginProtocol *string `type:"string"` OriginRange *bool `type:"boolean"` OriginRetry *OriginRetryForBatchUpdateCdnConfigInput `type:"structure"` OriginRewrite *OriginRewriteForBatchUpdateCdnConfigInput `type:"structure"` OriginSni *OriginSniForBatchUpdateCdnConfigInput `type:"structure"` PageOptimization *PageOptimizationForBatchUpdateCdnConfigInput `type:"structure"` Quic *QuicForBatchUpdateCdnConfigInput `type:"structure"` RedirectionRewrite *RedirectionRewriteForBatchUpdateCdnConfigInput `type:"structure"` RefererAccessRule *RefererAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` RemoteAuth *RemoteAuthForBatchUpdateCdnConfigInput `type:"structure"` RequestBlockRule *RequestBlockRuleForBatchUpdateCdnConfigInput `type:"structure"` RequestHeader []*RequestHeaderForBatchUpdateCdnConfigInput `type:"list"` ResponseHeader []*ResponseHeaderForBatchUpdateCdnConfigInput `type:"list"` ServiceRegion *string `type:"string"` SignedUrlAuth *SignedUrlAuthForBatchUpdateCdnConfigInput `type:"structure"` Timeout *TimeoutForBatchUpdateCdnConfigInput `type:"structure"` UaAccessRule *UaAccessRuleForBatchUpdateCdnConfigInput `type:"structure"` UrlNormalize *UrlNormalizeForBatchUpdateCdnConfigInput `type:"structure"` VideoDrag *VideoDragForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (BatchUpdateCdnConfigInput) GoString ¶
func (s BatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BatchUpdateCdnConfigInput) SetAggregate ¶
func (s *BatchUpdateCdnConfigInput) SetAggregate(v bool) *BatchUpdateCdnConfigInput
SetAggregate sets the Aggregate field's value.
func (*BatchUpdateCdnConfigInput) SetAreaAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetAreaAccessRule(v *AreaAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetAreaAccessRule sets the AreaAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetBandwidthLimit ¶
func (s *BatchUpdateCdnConfigInput) SetBandwidthLimit(v *BandwidthLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetBandwidthLimit sets the BandwidthLimit field's value.
func (*BatchUpdateCdnConfigInput) SetBrowserCache ¶
func (s *BatchUpdateCdnConfigInput) SetBrowserCache(v []*BrowserCacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetBrowserCache sets the BrowserCache field's value.
func (*BatchUpdateCdnConfigInput) SetCache ¶
func (s *BatchUpdateCdnConfigInput) SetCache(v []*CacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCache sets the Cache field's value.
func (*BatchUpdateCdnConfigInput) SetCacheHost ¶
func (s *BatchUpdateCdnConfigInput) SetCacheHost(v *CacheHostForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCacheHost sets the CacheHost field's value.
func (*BatchUpdateCdnConfigInput) SetCacheKey ¶
func (s *BatchUpdateCdnConfigInput) SetCacheKey(v []*CacheKeyForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCacheKey sets the CacheKey field's value.
func (*BatchUpdateCdnConfigInput) SetCompression ¶
func (s *BatchUpdateCdnConfigInput) SetCompression(v *CompressionForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCompression sets the Compression field's value.
func (*BatchUpdateCdnConfigInput) SetConditionalOrigin ¶ added in v1.0.147
func (s *BatchUpdateCdnConfigInput) SetConditionalOrigin(v *ConditionalOriginForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetConditionalOrigin sets the ConditionalOrigin field's value.
func (*BatchUpdateCdnConfigInput) SetCustomErrorPage ¶
func (s *BatchUpdateCdnConfigInput) SetCustomErrorPage(v *CustomErrorPageForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCustomErrorPage sets the CustomErrorPage field's value.
func (*BatchUpdateCdnConfigInput) SetCustomizeAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetCustomizeAccessRule sets the CustomizeAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetDomains ¶
func (s *BatchUpdateCdnConfigInput) SetDomains(v []*string) *BatchUpdateCdnConfigInput
SetDomains sets the Domains field's value.
func (*BatchUpdateCdnConfigInput) SetDownloadSpeedLimit ¶
func (s *BatchUpdateCdnConfigInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetDownloadSpeedLimit sets the DownloadSpeedLimit field's value.
func (*BatchUpdateCdnConfigInput) SetFollowRedirect ¶
func (s *BatchUpdateCdnConfigInput) SetFollowRedirect(v bool) *BatchUpdateCdnConfigInput
SetFollowRedirect sets the FollowRedirect field's value.
func (*BatchUpdateCdnConfigInput) SetHTTPS ¶
func (s *BatchUpdateCdnConfigInput) SetHTTPS(v *HTTPSForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetHTTPS sets the HTTPS field's value.
func (*BatchUpdateCdnConfigInput) SetHttpForcedRedirect ¶
func (s *BatchUpdateCdnConfigInput) SetHttpForcedRedirect(v *HttpForcedRedirectForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetHttpForcedRedirect sets the HttpForcedRedirect field's value.
func (*BatchUpdateCdnConfigInput) SetIPv6 ¶
func (s *BatchUpdateCdnConfigInput) SetIPv6(v *IPv6ForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetIPv6 sets the IPv6 field's value.
func (*BatchUpdateCdnConfigInput) SetIpAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetIpAccessRule(v *IpAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetIpAccessRule sets the IpAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetIpFreqLimit ¶
func (s *BatchUpdateCdnConfigInput) SetIpFreqLimit(v *IpFreqLimitForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetIpFreqLimit sets the IpFreqLimit field's value.
func (*BatchUpdateCdnConfigInput) SetMethodDeniedRule ¶
func (s *BatchUpdateCdnConfigInput) SetMethodDeniedRule(v *MethodDeniedRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetMethodDeniedRule sets the MethodDeniedRule field's value.
func (*BatchUpdateCdnConfigInput) SetNegativeCache ¶
func (s *BatchUpdateCdnConfigInput) SetNegativeCache(v []*NegativeCacheForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetNegativeCache sets the NegativeCache field's value.
func (*BatchUpdateCdnConfigInput) SetOrigin ¶
func (s *BatchUpdateCdnConfigInput) SetOrigin(v []*OriginForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOrigin sets the Origin field's value.
func (*BatchUpdateCdnConfigInput) SetOriginAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetOriginAccessRule(v *OriginAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginAccessRule sets the OriginAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetOriginArg ¶
func (s *BatchUpdateCdnConfigInput) SetOriginArg(v []*OriginArgForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginArg sets the OriginArg field's value.
func (*BatchUpdateCdnConfigInput) SetOriginCertCheck ¶ added in v1.0.147
func (s *BatchUpdateCdnConfigInput) SetOriginCertCheck(v *OriginCertCheckForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginCertCheck sets the OriginCertCheck field's value.
func (*BatchUpdateCdnConfigInput) SetOriginHost ¶
func (s *BatchUpdateCdnConfigInput) SetOriginHost(v string) *BatchUpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (*BatchUpdateCdnConfigInput) SetOriginIPv6 ¶
func (s *BatchUpdateCdnConfigInput) SetOriginIPv6(v string) *BatchUpdateCdnConfigInput
SetOriginIPv6 sets the OriginIPv6 field's value.
func (*BatchUpdateCdnConfigInput) SetOriginProtocol ¶
func (s *BatchUpdateCdnConfigInput) SetOriginProtocol(v string) *BatchUpdateCdnConfigInput
SetOriginProtocol sets the OriginProtocol field's value.
func (*BatchUpdateCdnConfigInput) SetOriginRange ¶
func (s *BatchUpdateCdnConfigInput) SetOriginRange(v bool) *BatchUpdateCdnConfigInput
SetOriginRange sets the OriginRange field's value.
func (*BatchUpdateCdnConfigInput) SetOriginRetry ¶ added in v1.0.147
func (s *BatchUpdateCdnConfigInput) SetOriginRetry(v *OriginRetryForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginRetry sets the OriginRetry field's value.
func (*BatchUpdateCdnConfigInput) SetOriginRewrite ¶
func (s *BatchUpdateCdnConfigInput) SetOriginRewrite(v *OriginRewriteForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginRewrite sets the OriginRewrite field's value.
func (*BatchUpdateCdnConfigInput) SetOriginSni ¶
func (s *BatchUpdateCdnConfigInput) SetOriginSni(v *OriginSniForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetOriginSni sets the OriginSni field's value.
func (*BatchUpdateCdnConfigInput) SetPageOptimization ¶
func (s *BatchUpdateCdnConfigInput) SetPageOptimization(v *PageOptimizationForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetPageOptimization sets the PageOptimization field's value.
func (*BatchUpdateCdnConfigInput) SetQuic ¶
func (s *BatchUpdateCdnConfigInput) SetQuic(v *QuicForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetQuic sets the Quic field's value.
func (*BatchUpdateCdnConfigInput) SetRedirectionRewrite ¶
func (s *BatchUpdateCdnConfigInput) SetRedirectionRewrite(v *RedirectionRewriteForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetRedirectionRewrite sets the RedirectionRewrite field's value.
func (*BatchUpdateCdnConfigInput) SetRefererAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetRefererAccessRule(v *RefererAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetRefererAccessRule sets the RefererAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetRemoteAuth ¶
func (s *BatchUpdateCdnConfigInput) SetRemoteAuth(v *RemoteAuthForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetRemoteAuth sets the RemoteAuth field's value.
func (*BatchUpdateCdnConfigInput) SetRequestBlockRule ¶
func (s *BatchUpdateCdnConfigInput) SetRequestBlockRule(v *RequestBlockRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetRequestBlockRule sets the RequestBlockRule field's value.
func (*BatchUpdateCdnConfigInput) SetRequestHeader ¶
func (s *BatchUpdateCdnConfigInput) SetRequestHeader(v []*RequestHeaderForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*BatchUpdateCdnConfigInput) SetResponseHeader ¶
func (s *BatchUpdateCdnConfigInput) SetResponseHeader(v []*ResponseHeaderForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetResponseHeader sets the ResponseHeader field's value.
func (*BatchUpdateCdnConfigInput) SetServiceRegion ¶
func (s *BatchUpdateCdnConfigInput) SetServiceRegion(v string) *BatchUpdateCdnConfigInput
SetServiceRegion sets the ServiceRegion field's value.
func (*BatchUpdateCdnConfigInput) SetSignedUrlAuth ¶
func (s *BatchUpdateCdnConfigInput) SetSignedUrlAuth(v *SignedUrlAuthForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetSignedUrlAuth sets the SignedUrlAuth field's value.
func (*BatchUpdateCdnConfigInput) SetTimeout ¶
func (s *BatchUpdateCdnConfigInput) SetTimeout(v *TimeoutForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetTimeout sets the Timeout field's value.
func (*BatchUpdateCdnConfigInput) SetUaAccessRule ¶
func (s *BatchUpdateCdnConfigInput) SetUaAccessRule(v *UaAccessRuleForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetUaAccessRule sets the UaAccessRule field's value.
func (*BatchUpdateCdnConfigInput) SetUrlNormalize ¶
func (s *BatchUpdateCdnConfigInput) SetUrlNormalize(v *UrlNormalizeForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetUrlNormalize sets the UrlNormalize field's value.
func (*BatchUpdateCdnConfigInput) SetVideoDrag ¶
func (s *BatchUpdateCdnConfigInput) SetVideoDrag(v *VideoDragForBatchUpdateCdnConfigInput) *BatchUpdateCdnConfigInput
SetVideoDrag sets the VideoDrag field's value.
func (BatchUpdateCdnConfigInput) String ¶
func (s BatchUpdateCdnConfigInput) String() string
String returns the string representation
type BatchUpdateCdnConfigOutput ¶
type BatchUpdateCdnConfigOutput struct { Metadata *response.ResponseMetadata DeployResult []*DeployResultForBatchUpdateCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (BatchUpdateCdnConfigOutput) GoString ¶
func (s BatchUpdateCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BatchUpdateCdnConfigOutput) SetDeployResult ¶
func (s *BatchUpdateCdnConfigOutput) SetDeployResult(v []*DeployResultForBatchUpdateCdnConfigOutput) *BatchUpdateCdnConfigOutput
SetDeployResult sets the DeployResult field's value.
func (BatchUpdateCdnConfigOutput) String ¶
func (s BatchUpdateCdnConfigOutput) String() string
String returns the string representation
type BlockActionForAddCdnDomainInput ¶
type BlockActionForAddCdnDomainInput struct { Action *string `type:"string"` ErrorPage *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (BlockActionForAddCdnDomainInput) GoString ¶
func (s BlockActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BlockActionForAddCdnDomainInput) SetAction ¶
func (s *BlockActionForAddCdnDomainInput) SetAction(v string) *BlockActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*BlockActionForAddCdnDomainInput) SetErrorPage ¶
func (s *BlockActionForAddCdnDomainInput) SetErrorPage(v string) *BlockActionForAddCdnDomainInput
SetErrorPage sets the ErrorPage field's value.
func (*BlockActionForAddCdnDomainInput) SetRedirectUrl ¶
func (s *BlockActionForAddCdnDomainInput) SetRedirectUrl(v string) *BlockActionForAddCdnDomainInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*BlockActionForAddCdnDomainInput) SetStatusCode ¶
func (s *BlockActionForAddCdnDomainInput) SetStatusCode(v string) *BlockActionForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (BlockActionForAddCdnDomainInput) String ¶
func (s BlockActionForAddCdnDomainInput) String() string
String returns the string representation
type BlockActionForBatchUpdateCdnConfigInput ¶
type BlockActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` ErrorPage *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (BlockActionForBatchUpdateCdnConfigInput) GoString ¶
func (s BlockActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BlockActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *BlockActionForBatchUpdateCdnConfigInput) SetAction(v string) *BlockActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*BlockActionForBatchUpdateCdnConfigInput) SetErrorPage ¶
func (s *BlockActionForBatchUpdateCdnConfigInput) SetErrorPage(v string) *BlockActionForBatchUpdateCdnConfigInput
SetErrorPage sets the ErrorPage field's value.
func (*BlockActionForBatchUpdateCdnConfigInput) SetRedirectUrl ¶
func (s *BlockActionForBatchUpdateCdnConfigInput) SetRedirectUrl(v string) *BlockActionForBatchUpdateCdnConfigInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*BlockActionForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *BlockActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *BlockActionForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (BlockActionForBatchUpdateCdnConfigInput) String ¶
func (s BlockActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BlockActionForDescribeCdnConfigOutput ¶
type BlockActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` ErrorPage *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (BlockActionForDescribeCdnConfigOutput) GoString ¶
func (s BlockActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BlockActionForDescribeCdnConfigOutput) SetAction ¶
func (s *BlockActionForDescribeCdnConfigOutput) SetAction(v string) *BlockActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*BlockActionForDescribeCdnConfigOutput) SetErrorPage ¶
func (s *BlockActionForDescribeCdnConfigOutput) SetErrorPage(v string) *BlockActionForDescribeCdnConfigOutput
SetErrorPage sets the ErrorPage field's value.
func (*BlockActionForDescribeCdnConfigOutput) SetRedirectUrl ¶
func (s *BlockActionForDescribeCdnConfigOutput) SetRedirectUrl(v string) *BlockActionForDescribeCdnConfigOutput
SetRedirectUrl sets the RedirectUrl field's value.
func (*BlockActionForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *BlockActionForDescribeCdnConfigOutput) SetStatusCode(v string) *BlockActionForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (BlockActionForDescribeCdnConfigOutput) String ¶
func (s BlockActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type BlockActionForUpdateCdnConfigInput ¶
type BlockActionForUpdateCdnConfigInput struct { Action *string `type:"string"` ErrorPage *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (BlockActionForUpdateCdnConfigInput) GoString ¶
func (s BlockActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BlockActionForUpdateCdnConfigInput) SetAction ¶
func (s *BlockActionForUpdateCdnConfigInput) SetAction(v string) *BlockActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*BlockActionForUpdateCdnConfigInput) SetErrorPage ¶
func (s *BlockActionForUpdateCdnConfigInput) SetErrorPage(v string) *BlockActionForUpdateCdnConfigInput
SetErrorPage sets the ErrorPage field's value.
func (*BlockActionForUpdateCdnConfigInput) SetRedirectUrl ¶
func (s *BlockActionForUpdateCdnConfigInput) SetRedirectUrl(v string) *BlockActionForUpdateCdnConfigInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*BlockActionForUpdateCdnConfigInput) SetStatusCode ¶
func (s *BlockActionForUpdateCdnConfigInput) SetStatusCode(v string) *BlockActionForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (BlockActionForUpdateCdnConfigInput) String ¶
func (s BlockActionForUpdateCdnConfigInput) String() string
String returns the string representation
type BlockRuleForAddCdnDomainInput ¶
type BlockRuleForAddCdnDomainInput struct { BlockAction *BlockActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` RuleName *string `type:"string"` // contains filtered or unexported fields }
func (BlockRuleForAddCdnDomainInput) GoString ¶
func (s BlockRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BlockRuleForAddCdnDomainInput) SetBlockAction ¶
func (s *BlockRuleForAddCdnDomainInput) SetBlockAction(v *BlockActionForAddCdnDomainInput) *BlockRuleForAddCdnDomainInput
SetBlockAction sets the BlockAction field's value.
func (*BlockRuleForAddCdnDomainInput) SetCondition ¶
func (s *BlockRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BlockRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*BlockRuleForAddCdnDomainInput) SetRuleName ¶
func (s *BlockRuleForAddCdnDomainInput) SetRuleName(v string) *BlockRuleForAddCdnDomainInput
SetRuleName sets the RuleName field's value.
func (BlockRuleForAddCdnDomainInput) String ¶
func (s BlockRuleForAddCdnDomainInput) String() string
String returns the string representation
type BlockRuleForBatchUpdateCdnConfigInput ¶
type BlockRuleForBatchUpdateCdnConfigInput struct { BlockAction *BlockActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` RuleName *string `type:"string"` // contains filtered or unexported fields }
func (BlockRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s BlockRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BlockRuleForBatchUpdateCdnConfigInput) SetBlockAction ¶
func (s *BlockRuleForBatchUpdateCdnConfigInput) SetBlockAction(v *BlockActionForBatchUpdateCdnConfigInput) *BlockRuleForBatchUpdateCdnConfigInput
SetBlockAction sets the BlockAction field's value.
func (*BlockRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *BlockRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BlockRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*BlockRuleForBatchUpdateCdnConfigInput) SetRuleName ¶
func (s *BlockRuleForBatchUpdateCdnConfigInput) SetRuleName(v string) *BlockRuleForBatchUpdateCdnConfigInput
SetRuleName sets the RuleName field's value.
func (BlockRuleForBatchUpdateCdnConfigInput) String ¶
func (s BlockRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BlockRuleForDescribeCdnConfigOutput ¶
type BlockRuleForDescribeCdnConfigOutput struct { BlockAction *BlockActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` RuleName *string `type:"string"` // contains filtered or unexported fields }
func (BlockRuleForDescribeCdnConfigOutput) GoString ¶
func (s BlockRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BlockRuleForDescribeCdnConfigOutput) SetBlockAction ¶
func (s *BlockRuleForDescribeCdnConfigOutput) SetBlockAction(v *BlockActionForDescribeCdnConfigOutput) *BlockRuleForDescribeCdnConfigOutput
SetBlockAction sets the BlockAction field's value.
func (*BlockRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *BlockRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BlockRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*BlockRuleForDescribeCdnConfigOutput) SetRuleName ¶
func (s *BlockRuleForDescribeCdnConfigOutput) SetRuleName(v string) *BlockRuleForDescribeCdnConfigOutput
SetRuleName sets the RuleName field's value.
func (BlockRuleForDescribeCdnConfigOutput) String ¶
func (s BlockRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type BlockRuleForUpdateCdnConfigInput ¶
type BlockRuleForUpdateCdnConfigInput struct { BlockAction *BlockActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` RuleName *string `type:"string"` // contains filtered or unexported fields }
func (BlockRuleForUpdateCdnConfigInput) GoString ¶
func (s BlockRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BlockRuleForUpdateCdnConfigInput) SetBlockAction ¶
func (s *BlockRuleForUpdateCdnConfigInput) SetBlockAction(v *BlockActionForUpdateCdnConfigInput) *BlockRuleForUpdateCdnConfigInput
SetBlockAction sets the BlockAction field's value.
func (*BlockRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *BlockRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BlockRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*BlockRuleForUpdateCdnConfigInput) SetRuleName ¶
func (s *BlockRuleForUpdateCdnConfigInput) SetRuleName(v string) *BlockRuleForUpdateCdnConfigInput
SetRuleName sets the RuleName field's value.
func (BlockRuleForUpdateCdnConfigInput) String ¶
func (s BlockRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type BrowserCacheForAddCdnDomainInput ¶
type BrowserCacheForAddCdnDomainInput struct { CacheAction *CacheActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (BrowserCacheForAddCdnDomainInput) GoString ¶
func (s BrowserCacheForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*BrowserCacheForAddCdnDomainInput) SetCacheAction ¶
func (s *BrowserCacheForAddCdnDomainInput) SetCacheAction(v *CacheActionForAddCdnDomainInput) *BrowserCacheForAddCdnDomainInput
SetCacheAction sets the CacheAction field's value.
func (*BrowserCacheForAddCdnDomainInput) SetCondition ¶
func (s *BrowserCacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *BrowserCacheForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (BrowserCacheForAddCdnDomainInput) String ¶
func (s BrowserCacheForAddCdnDomainInput) String() string
String returns the string representation
type BrowserCacheForBatchUpdateCdnConfigInput ¶
type BrowserCacheForBatchUpdateCdnConfigInput struct { CacheAction *CacheActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (BrowserCacheForBatchUpdateCdnConfigInput) GoString ¶
func (s BrowserCacheForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BrowserCacheForBatchUpdateCdnConfigInput) SetCacheAction ¶
func (s *BrowserCacheForBatchUpdateCdnConfigInput) SetCacheAction(v *CacheActionForBatchUpdateCdnConfigInput) *BrowserCacheForBatchUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*BrowserCacheForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *BrowserCacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *BrowserCacheForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (BrowserCacheForBatchUpdateCdnConfigInput) String ¶
func (s BrowserCacheForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type BrowserCacheForDescribeCdnConfigOutput ¶
type BrowserCacheForDescribeCdnConfigOutput struct { CacheAction *CacheActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (BrowserCacheForDescribeCdnConfigOutput) GoString ¶
func (s BrowserCacheForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*BrowserCacheForDescribeCdnConfigOutput) SetCacheAction ¶
func (s *BrowserCacheForDescribeCdnConfigOutput) SetCacheAction(v *CacheActionForDescribeCdnConfigOutput) *BrowserCacheForDescribeCdnConfigOutput
SetCacheAction sets the CacheAction field's value.
func (*BrowserCacheForDescribeCdnConfigOutput) SetCondition ¶
func (s *BrowserCacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *BrowserCacheForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (BrowserCacheForDescribeCdnConfigOutput) String ¶
func (s BrowserCacheForDescribeCdnConfigOutput) String() string
String returns the string representation
type BrowserCacheForUpdateCdnConfigInput ¶
type BrowserCacheForUpdateCdnConfigInput struct { CacheAction *CacheActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (BrowserCacheForUpdateCdnConfigInput) GoString ¶
func (s BrowserCacheForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*BrowserCacheForUpdateCdnConfigInput) SetCacheAction ¶
func (s *BrowserCacheForUpdateCdnConfigInput) SetCacheAction(v *CacheActionForUpdateCdnConfigInput) *BrowserCacheForUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*BrowserCacheForUpdateCdnConfigInput) SetCondition ¶
func (s *BrowserCacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *BrowserCacheForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (BrowserCacheForUpdateCdnConfigInput) String ¶
func (s BrowserCacheForUpdateCdnConfigInput) String() string
String returns the string representation
type CDN ¶
CDN provides the API operation methods for making requests to CDN. See this package's package overview docs for details on the service.
CDN methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *CDN
New create int can support ssl or region locate set
func (*CDN) AddCdnDomain ¶
func (c *CDN) AddCdnDomain(input *AddCdnDomainInput) (*AddCdnDomainOutput, error)
AddCdnDomain API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddCdnDomain for usage and error information.
func (*CDN) AddCdnDomainCommon ¶
AddCdnDomainCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddCdnDomainCommon for usage and error information.
func (*CDN) AddCdnDomainCommonRequest ¶
func (c *CDN) AddCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddCdnDomainCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddCdnDomainCommon operation. The "output" return value will be populated with the AddCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after AddCdnDomainCommon Send returns without error.
See AddCdnDomainCommon for more information on using the AddCdnDomainCommon API call, and error handling.
// Example sending a request using the AddCdnDomainCommonRequest method. req, resp := client.AddCdnDomainCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddCdnDomainCommonWithContext ¶
func (c *CDN) AddCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddCdnDomainCommonWithContext is the same as AddCdnDomainCommon with the addition of the ability to pass a context and additional request options.
See AddCdnDomainCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) AddCdnDomainRequest ¶
func (c *CDN) AddCdnDomainRequest(input *AddCdnDomainInput) (req *request.Request, output *AddCdnDomainOutput)
AddCdnDomainRequest generates a "volcengine/request.Request" representing the client's request for the AddCdnDomain operation. The "output" return value will be populated with the AddCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after AddCdnDomainCommon Send returns without error.
See AddCdnDomain for more information on using the AddCdnDomain API call, and error handling.
// Example sending a request using the AddCdnDomainRequest method. req, resp := client.AddCdnDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddCdnDomainWithContext ¶
func (c *CDN) AddCdnDomainWithContext(ctx volcengine.Context, input *AddCdnDomainInput, opts ...request.Option) (*AddCdnDomainOutput, error)
AddCdnDomainWithContext is the same as AddCdnDomain with the addition of the ability to pass a context and additional request options.
See AddCdnDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) AddCertificate ¶
func (c *CDN) AddCertificate(input *AddCertificateInput) (*AddCertificateOutput, error)
AddCertificate API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddCertificate for usage and error information.
func (*CDN) AddCertificateCommon ¶
AddCertificateCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddCertificateCommon for usage and error information.
func (*CDN) AddCertificateCommonRequest ¶
func (c *CDN) AddCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddCertificateCommon operation. The "output" return value will be populated with the AddCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after AddCertificateCommon Send returns without error.
See AddCertificateCommon for more information on using the AddCertificateCommon API call, and error handling.
// Example sending a request using the AddCertificateCommonRequest method. req, resp := client.AddCertificateCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddCertificateCommonWithContext ¶
func (c *CDN) AddCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddCertificateCommonWithContext is the same as AddCertificateCommon with the addition of the ability to pass a context and additional request options.
See AddCertificateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) AddCertificateRequest ¶
func (c *CDN) AddCertificateRequest(input *AddCertificateInput) (req *request.Request, output *AddCertificateOutput)
AddCertificateRequest generates a "volcengine/request.Request" representing the client's request for the AddCertificate operation. The "output" return value will be populated with the AddCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned AddCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after AddCertificateCommon Send returns without error.
See AddCertificate for more information on using the AddCertificate API call, and error handling.
// Example sending a request using the AddCertificateRequest method. req, resp := client.AddCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddCertificateWithContext ¶
func (c *CDN) AddCertificateWithContext(ctx volcengine.Context, input *AddCertificateInput, opts ...request.Option) (*AddCertificateOutput, error)
AddCertificateWithContext is the same as AddCertificate with the addition of the ability to pass a context and additional request options.
See AddCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) AddResourceTags ¶
func (c *CDN) AddResourceTags(input *AddResourceTagsInput) (*AddResourceTagsOutput, error)
AddResourceTags API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddResourceTags for usage and error information.
func (*CDN) AddResourceTagsCommon ¶
AddResourceTagsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation AddResourceTagsCommon for usage and error information.
func (*CDN) AddResourceTagsCommonRequest ¶
func (c *CDN) AddResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddResourceTagsCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddResourceTagsCommon operation. The "output" return value will be populated with the AddResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned AddResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after AddResourceTagsCommon Send returns without error.
See AddResourceTagsCommon for more information on using the AddResourceTagsCommon API call, and error handling.
// Example sending a request using the AddResourceTagsCommonRequest method. req, resp := client.AddResourceTagsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddResourceTagsCommonWithContext ¶
func (c *CDN) AddResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddResourceTagsCommonWithContext is the same as AddResourceTagsCommon with the addition of the ability to pass a context and additional request options.
See AddResourceTagsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) AddResourceTagsRequest ¶
func (c *CDN) AddResourceTagsRequest(input *AddResourceTagsInput) (req *request.Request, output *AddResourceTagsOutput)
AddResourceTagsRequest generates a "volcengine/request.Request" representing the client's request for the AddResourceTags operation. The "output" return value will be populated with the AddResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned AddResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after AddResourceTagsCommon Send returns without error.
See AddResourceTags for more information on using the AddResourceTags API call, and error handling.
// Example sending a request using the AddResourceTagsRequest method. req, resp := client.AddResourceTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) AddResourceTagsWithContext ¶
func (c *CDN) AddResourceTagsWithContext(ctx volcengine.Context, input *AddResourceTagsInput, opts ...request.Option) (*AddResourceTagsOutput, error)
AddResourceTagsWithContext is the same as AddResourceTags with the addition of the ability to pass a context and additional request options.
See AddResourceTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) BatchDeployCert ¶
func (c *CDN) BatchDeployCert(input *BatchDeployCertInput) (*BatchDeployCertOutput, error)
BatchDeployCert API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation BatchDeployCert for usage and error information.
func (*CDN) BatchDeployCertCommon ¶
BatchDeployCertCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation BatchDeployCertCommon for usage and error information.
func (*CDN) BatchDeployCertCommonRequest ¶
func (c *CDN) BatchDeployCertCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
BatchDeployCertCommonRequest generates a "volcengine/request.Request" representing the client's request for the BatchDeployCertCommon operation. The "output" return value will be populated with the BatchDeployCertCommon request's response once the request completes successfully.
Use "Send" method on the returned BatchDeployCertCommon Request to send the API call to the service. the "output" return value is not valid until after BatchDeployCertCommon Send returns without error.
See BatchDeployCertCommon for more information on using the BatchDeployCertCommon API call, and error handling.
// Example sending a request using the BatchDeployCertCommonRequest method. req, resp := client.BatchDeployCertCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) BatchDeployCertCommonWithContext ¶
func (c *CDN) BatchDeployCertCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
BatchDeployCertCommonWithContext is the same as BatchDeployCertCommon with the addition of the ability to pass a context and additional request options.
See BatchDeployCertCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) BatchDeployCertRequest ¶
func (c *CDN) BatchDeployCertRequest(input *BatchDeployCertInput) (req *request.Request, output *BatchDeployCertOutput)
BatchDeployCertRequest generates a "volcengine/request.Request" representing the client's request for the BatchDeployCert operation. The "output" return value will be populated with the BatchDeployCertCommon request's response once the request completes successfully.
Use "Send" method on the returned BatchDeployCertCommon Request to send the API call to the service. the "output" return value is not valid until after BatchDeployCertCommon Send returns without error.
See BatchDeployCert for more information on using the BatchDeployCert API call, and error handling.
// Example sending a request using the BatchDeployCertRequest method. req, resp := client.BatchDeployCertRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) BatchDeployCertWithContext ¶
func (c *CDN) BatchDeployCertWithContext(ctx volcengine.Context, input *BatchDeployCertInput, opts ...request.Option) (*BatchDeployCertOutput, error)
BatchDeployCertWithContext is the same as BatchDeployCert with the addition of the ability to pass a context and additional request options.
See BatchDeployCert for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) BatchUpdateCdnConfig ¶
func (c *CDN) BatchUpdateCdnConfig(input *BatchUpdateCdnConfigInput) (*BatchUpdateCdnConfigOutput, error)
BatchUpdateCdnConfig API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation BatchUpdateCdnConfig for usage and error information.
func (*CDN) BatchUpdateCdnConfigCommon ¶
func (c *CDN) BatchUpdateCdnConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
BatchUpdateCdnConfigCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation BatchUpdateCdnConfigCommon for usage and error information.
func (*CDN) BatchUpdateCdnConfigCommonRequest ¶
func (c *CDN) BatchUpdateCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
BatchUpdateCdnConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the BatchUpdateCdnConfigCommon operation. The "output" return value will be populated with the BatchUpdateCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned BatchUpdateCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after BatchUpdateCdnConfigCommon Send returns without error.
See BatchUpdateCdnConfigCommon for more information on using the BatchUpdateCdnConfigCommon API call, and error handling.
// Example sending a request using the BatchUpdateCdnConfigCommonRequest method. req, resp := client.BatchUpdateCdnConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) BatchUpdateCdnConfigCommonWithContext ¶
func (c *CDN) BatchUpdateCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
BatchUpdateCdnConfigCommonWithContext is the same as BatchUpdateCdnConfigCommon with the addition of the ability to pass a context and additional request options.
See BatchUpdateCdnConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) BatchUpdateCdnConfigRequest ¶
func (c *CDN) BatchUpdateCdnConfigRequest(input *BatchUpdateCdnConfigInput) (req *request.Request, output *BatchUpdateCdnConfigOutput)
BatchUpdateCdnConfigRequest generates a "volcengine/request.Request" representing the client's request for the BatchUpdateCdnConfig operation. The "output" return value will be populated with the BatchUpdateCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned BatchUpdateCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after BatchUpdateCdnConfigCommon Send returns without error.
See BatchUpdateCdnConfig for more information on using the BatchUpdateCdnConfig API call, and error handling.
// Example sending a request using the BatchUpdateCdnConfigRequest method. req, resp := client.BatchUpdateCdnConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) BatchUpdateCdnConfigWithContext ¶
func (c *CDN) BatchUpdateCdnConfigWithContext(ctx volcengine.Context, input *BatchUpdateCdnConfigInput, opts ...request.Option) (*BatchUpdateCdnConfigOutput, error)
BatchUpdateCdnConfigWithContext is the same as BatchUpdateCdnConfig with the addition of the ability to pass a context and additional request options.
See BatchUpdateCdnConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) CreateUsageReport ¶
func (c *CDN) CreateUsageReport(input *CreateUsageReportInput) (*CreateUsageReportOutput, error)
CreateUsageReport API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation CreateUsageReport for usage and error information.
func (*CDN) CreateUsageReportCommon ¶
func (c *CDN) CreateUsageReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateUsageReportCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation CreateUsageReportCommon for usage and error information.
func (*CDN) CreateUsageReportCommonRequest ¶
func (c *CDN) CreateUsageReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateUsageReportCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateUsageReportCommon operation. The "output" return value will be populated with the CreateUsageReportCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateUsageReportCommon Request to send the API call to the service. the "output" return value is not valid until after CreateUsageReportCommon Send returns without error.
See CreateUsageReportCommon for more information on using the CreateUsageReportCommon API call, and error handling.
// Example sending a request using the CreateUsageReportCommonRequest method. req, resp := client.CreateUsageReportCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) CreateUsageReportCommonWithContext ¶
func (c *CDN) CreateUsageReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateUsageReportCommonWithContext is the same as CreateUsageReportCommon with the addition of the ability to pass a context and additional request options.
See CreateUsageReportCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) CreateUsageReportRequest ¶
func (c *CDN) CreateUsageReportRequest(input *CreateUsageReportInput) (req *request.Request, output *CreateUsageReportOutput)
CreateUsageReportRequest generates a "volcengine/request.Request" representing the client's request for the CreateUsageReport operation. The "output" return value will be populated with the CreateUsageReportCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateUsageReportCommon Request to send the API call to the service. the "output" return value is not valid until after CreateUsageReportCommon Send returns without error.
See CreateUsageReport for more information on using the CreateUsageReport API call, and error handling.
// Example sending a request using the CreateUsageReportRequest method. req, resp := client.CreateUsageReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) CreateUsageReportWithContext ¶
func (c *CDN) CreateUsageReportWithContext(ctx volcengine.Context, input *CreateUsageReportInput, opts ...request.Option) (*CreateUsageReportOutput, error)
CreateUsageReportWithContext is the same as CreateUsageReport with the addition of the ability to pass a context and additional request options.
See CreateUsageReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteCdnCertificate ¶
func (c *CDN) DeleteCdnCertificate(input *DeleteCdnCertificateInput) (*DeleteCdnCertificateOutput, error)
DeleteCdnCertificate API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteCdnCertificate for usage and error information.
func (*CDN) DeleteCdnCertificateCommon ¶
func (c *CDN) DeleteCdnCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteCdnCertificateCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteCdnCertificateCommon for usage and error information.
func (*CDN) DeleteCdnCertificateCommonRequest ¶
func (c *CDN) DeleteCdnCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteCdnCertificateCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCdnCertificateCommon operation. The "output" return value will be populated with the DeleteCdnCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCdnCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCdnCertificateCommon Send returns without error.
See DeleteCdnCertificateCommon for more information on using the DeleteCdnCertificateCommon API call, and error handling.
// Example sending a request using the DeleteCdnCertificateCommonRequest method. req, resp := client.DeleteCdnCertificateCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteCdnCertificateCommonWithContext ¶
func (c *CDN) DeleteCdnCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteCdnCertificateCommonWithContext is the same as DeleteCdnCertificateCommon with the addition of the ability to pass a context and additional request options.
See DeleteCdnCertificateCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteCdnCertificateRequest ¶
func (c *CDN) DeleteCdnCertificateRequest(input *DeleteCdnCertificateInput) (req *request.Request, output *DeleteCdnCertificateOutput)
DeleteCdnCertificateRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCdnCertificate operation. The "output" return value will be populated with the DeleteCdnCertificateCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCdnCertificateCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCdnCertificateCommon Send returns without error.
See DeleteCdnCertificate for more information on using the DeleteCdnCertificate API call, and error handling.
// Example sending a request using the DeleteCdnCertificateRequest method. req, resp := client.DeleteCdnCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteCdnCertificateWithContext ¶
func (c *CDN) DeleteCdnCertificateWithContext(ctx volcengine.Context, input *DeleteCdnCertificateInput, opts ...request.Option) (*DeleteCdnCertificateOutput, error)
DeleteCdnCertificateWithContext is the same as DeleteCdnCertificate with the addition of the ability to pass a context and additional request options.
See DeleteCdnCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteCdnDomain ¶
func (c *CDN) DeleteCdnDomain(input *DeleteCdnDomainInput) (*DeleteCdnDomainOutput, error)
DeleteCdnDomain API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteCdnDomain for usage and error information.
func (*CDN) DeleteCdnDomainCommon ¶
DeleteCdnDomainCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteCdnDomainCommon for usage and error information.
func (*CDN) DeleteCdnDomainCommonRequest ¶
func (c *CDN) DeleteCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteCdnDomainCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCdnDomainCommon operation. The "output" return value will be populated with the DeleteCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCdnDomainCommon Send returns without error.
See DeleteCdnDomainCommon for more information on using the DeleteCdnDomainCommon API call, and error handling.
// Example sending a request using the DeleteCdnDomainCommonRequest method. req, resp := client.DeleteCdnDomainCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteCdnDomainCommonWithContext ¶
func (c *CDN) DeleteCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteCdnDomainCommonWithContext is the same as DeleteCdnDomainCommon with the addition of the ability to pass a context and additional request options.
See DeleteCdnDomainCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteCdnDomainRequest ¶
func (c *CDN) DeleteCdnDomainRequest(input *DeleteCdnDomainInput) (req *request.Request, output *DeleteCdnDomainOutput)
DeleteCdnDomainRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCdnDomain operation. The "output" return value will be populated with the DeleteCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCdnDomainCommon Send returns without error.
See DeleteCdnDomain for more information on using the DeleteCdnDomain API call, and error handling.
// Example sending a request using the DeleteCdnDomainRequest method. req, resp := client.DeleteCdnDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteCdnDomainWithContext ¶
func (c *CDN) DeleteCdnDomainWithContext(ctx volcengine.Context, input *DeleteCdnDomainInput, opts ...request.Option) (*DeleteCdnDomainOutput, error)
DeleteCdnDomainWithContext is the same as DeleteCdnDomain with the addition of the ability to pass a context and additional request options.
See DeleteCdnDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteResourceTags ¶
func (c *CDN) DeleteResourceTags(input *DeleteResourceTagsInput) (*DeleteResourceTagsOutput, error)
DeleteResourceTags API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteResourceTags for usage and error information.
func (*CDN) DeleteResourceTagsCommon ¶
func (c *CDN) DeleteResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteResourceTagsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteResourceTagsCommon for usage and error information.
func (*CDN) DeleteResourceTagsCommonRequest ¶
func (c *CDN) DeleteResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteResourceTagsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceTagsCommon operation. The "output" return value will be populated with the DeleteResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceTagsCommon Send returns without error.
See DeleteResourceTagsCommon for more information on using the DeleteResourceTagsCommon API call, and error handling.
// Example sending a request using the DeleteResourceTagsCommonRequest method. req, resp := client.DeleteResourceTagsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteResourceTagsCommonWithContext ¶
func (c *CDN) DeleteResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteResourceTagsCommonWithContext is the same as DeleteResourceTagsCommon with the addition of the ability to pass a context and additional request options.
See DeleteResourceTagsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteResourceTagsRequest ¶
func (c *CDN) DeleteResourceTagsRequest(input *DeleteResourceTagsInput) (req *request.Request, output *DeleteResourceTagsOutput)
DeleteResourceTagsRequest generates a "volcengine/request.Request" representing the client's request for the DeleteResourceTags operation. The "output" return value will be populated with the DeleteResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteResourceTagsCommon Send returns without error.
See DeleteResourceTags for more information on using the DeleteResourceTags API call, and error handling.
// Example sending a request using the DeleteResourceTagsRequest method. req, resp := client.DeleteResourceTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteResourceTagsWithContext ¶
func (c *CDN) DeleteResourceTagsWithContext(ctx volcengine.Context, input *DeleteResourceTagsInput, opts ...request.Option) (*DeleteResourceTagsOutput, error)
DeleteResourceTagsWithContext is the same as DeleteResourceTags with the addition of the ability to pass a context and additional request options.
See DeleteResourceTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteUsageReport ¶
func (c *CDN) DeleteUsageReport(input *DeleteUsageReportInput) (*DeleteUsageReportOutput, error)
DeleteUsageReport API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteUsageReport for usage and error information.
func (*CDN) DeleteUsageReportCommon ¶
func (c *CDN) DeleteUsageReportCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteUsageReportCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DeleteUsageReportCommon for usage and error information.
func (*CDN) DeleteUsageReportCommonRequest ¶
func (c *CDN) DeleteUsageReportCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteUsageReportCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteUsageReportCommon operation. The "output" return value will be populated with the DeleteUsageReportCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteUsageReportCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteUsageReportCommon Send returns without error.
See DeleteUsageReportCommon for more information on using the DeleteUsageReportCommon API call, and error handling.
// Example sending a request using the DeleteUsageReportCommonRequest method. req, resp := client.DeleteUsageReportCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteUsageReportCommonWithContext ¶
func (c *CDN) DeleteUsageReportCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteUsageReportCommonWithContext is the same as DeleteUsageReportCommon with the addition of the ability to pass a context and additional request options.
See DeleteUsageReportCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DeleteUsageReportRequest ¶
func (c *CDN) DeleteUsageReportRequest(input *DeleteUsageReportInput) (req *request.Request, output *DeleteUsageReportOutput)
DeleteUsageReportRequest generates a "volcengine/request.Request" representing the client's request for the DeleteUsageReport operation. The "output" return value will be populated with the DeleteUsageReportCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteUsageReportCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteUsageReportCommon Send returns without error.
See DeleteUsageReport for more information on using the DeleteUsageReport API call, and error handling.
// Example sending a request using the DeleteUsageReportRequest method. req, resp := client.DeleteUsageReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DeleteUsageReportWithContext ¶
func (c *CDN) DeleteUsageReportWithContext(ctx volcengine.Context, input *DeleteUsageReportInput, opts ...request.Option) (*DeleteUsageReportOutput, error)
DeleteUsageReportWithContext is the same as DeleteUsageReport with the addition of the ability to pass a context and additional request options.
See DeleteUsageReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnAccessLog ¶
func (c *CDN) DescribeCdnAccessLog(input *DescribeCdnAccessLogInput) (*DescribeCdnAccessLogOutput, error)
DescribeCdnAccessLog API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnAccessLog for usage and error information.
func (*CDN) DescribeCdnAccessLogCommon ¶
func (c *CDN) DescribeCdnAccessLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnAccessLogCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnAccessLogCommon for usage and error information.
func (*CDN) DescribeCdnAccessLogCommonRequest ¶
func (c *CDN) DescribeCdnAccessLogCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnAccessLogCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnAccessLogCommon operation. The "output" return value will be populated with the DescribeCdnAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnAccessLogCommon Send returns without error.
See DescribeCdnAccessLogCommon for more information on using the DescribeCdnAccessLogCommon API call, and error handling.
// Example sending a request using the DescribeCdnAccessLogCommonRequest method. req, resp := client.DescribeCdnAccessLogCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnAccessLogCommonWithContext ¶
func (c *CDN) DescribeCdnAccessLogCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnAccessLogCommonWithContext is the same as DescribeCdnAccessLogCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnAccessLogCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnAccessLogRequest ¶
func (c *CDN) DescribeCdnAccessLogRequest(input *DescribeCdnAccessLogInput) (req *request.Request, output *DescribeCdnAccessLogOutput)
DescribeCdnAccessLogRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnAccessLog operation. The "output" return value will be populated with the DescribeCdnAccessLogCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnAccessLogCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnAccessLogCommon Send returns without error.
See DescribeCdnAccessLog for more information on using the DescribeCdnAccessLog API call, and error handling.
// Example sending a request using the DescribeCdnAccessLogRequest method. req, resp := client.DescribeCdnAccessLogRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnAccessLogWithContext ¶
func (c *CDN) DescribeCdnAccessLogWithContext(ctx volcengine.Context, input *DescribeCdnAccessLogInput, opts ...request.Option) (*DescribeCdnAccessLogOutput, error)
DescribeCdnAccessLogWithContext is the same as DescribeCdnAccessLog with the addition of the ability to pass a context and additional request options.
See DescribeCdnAccessLog for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnConfig ¶
func (c *CDN) DescribeCdnConfig(input *DescribeCdnConfigInput) (*DescribeCdnConfigOutput, error)
DescribeCdnConfig API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnConfig for usage and error information.
func (*CDN) DescribeCdnConfigCommon ¶
func (c *CDN) DescribeCdnConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnConfigCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnConfigCommon for usage and error information.
func (*CDN) DescribeCdnConfigCommonRequest ¶
func (c *CDN) DescribeCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnConfigCommon operation. The "output" return value will be populated with the DescribeCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnConfigCommon Send returns without error.
See DescribeCdnConfigCommon for more information on using the DescribeCdnConfigCommon API call, and error handling.
// Example sending a request using the DescribeCdnConfigCommonRequest method. req, resp := client.DescribeCdnConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnConfigCommonWithContext ¶
func (c *CDN) DescribeCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnConfigCommonWithContext is the same as DescribeCdnConfigCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnConfigRequest ¶
func (c *CDN) DescribeCdnConfigRequest(input *DescribeCdnConfigInput) (req *request.Request, output *DescribeCdnConfigOutput)
DescribeCdnConfigRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnConfig operation. The "output" return value will be populated with the DescribeCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnConfigCommon Send returns without error.
See DescribeCdnConfig for more information on using the DescribeCdnConfig API call, and error handling.
// Example sending a request using the DescribeCdnConfigRequest method. req, resp := client.DescribeCdnConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnConfigWithContext ¶
func (c *CDN) DescribeCdnConfigWithContext(ctx volcengine.Context, input *DescribeCdnConfigInput, opts ...request.Option) (*DescribeCdnConfigOutput, error)
DescribeCdnConfigWithContext is the same as DescribeCdnConfig with the addition of the ability to pass a context and additional request options.
See DescribeCdnConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnEdgeIp ¶
func (c *CDN) DescribeCdnEdgeIp(input *DescribeCdnEdgeIpInput) (*DescribeCdnEdgeIpOutput, error)
DescribeCdnEdgeIp API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnEdgeIp for usage and error information.
func (*CDN) DescribeCdnEdgeIpCommon ¶
func (c *CDN) DescribeCdnEdgeIpCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnEdgeIpCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnEdgeIpCommon for usage and error information.
func (*CDN) DescribeCdnEdgeIpCommonRequest ¶
func (c *CDN) DescribeCdnEdgeIpCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnEdgeIpCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnEdgeIpCommon operation. The "output" return value will be populated with the DescribeCdnEdgeIpCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnEdgeIpCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnEdgeIpCommon Send returns without error.
See DescribeCdnEdgeIpCommon for more information on using the DescribeCdnEdgeIpCommon API call, and error handling.
// Example sending a request using the DescribeCdnEdgeIpCommonRequest method. req, resp := client.DescribeCdnEdgeIpCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnEdgeIpCommonWithContext ¶
func (c *CDN) DescribeCdnEdgeIpCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnEdgeIpCommonWithContext is the same as DescribeCdnEdgeIpCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnEdgeIpCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnEdgeIpRequest ¶
func (c *CDN) DescribeCdnEdgeIpRequest(input *DescribeCdnEdgeIpInput) (req *request.Request, output *DescribeCdnEdgeIpOutput)
DescribeCdnEdgeIpRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnEdgeIp operation. The "output" return value will be populated with the DescribeCdnEdgeIpCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnEdgeIpCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnEdgeIpCommon Send returns without error.
See DescribeCdnEdgeIp for more information on using the DescribeCdnEdgeIp API call, and error handling.
// Example sending a request using the DescribeCdnEdgeIpRequest method. req, resp := client.DescribeCdnEdgeIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnEdgeIpWithContext ¶
func (c *CDN) DescribeCdnEdgeIpWithContext(ctx volcengine.Context, input *DescribeCdnEdgeIpInput, opts ...request.Option) (*DescribeCdnEdgeIpOutput, error)
DescribeCdnEdgeIpWithContext is the same as DescribeCdnEdgeIp with the addition of the ability to pass a context and additional request options.
See DescribeCdnEdgeIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnIP ¶
func (c *CDN) DescribeCdnIP(input *DescribeCdnIPInput) (*DescribeCdnIPOutput, error)
DescribeCdnIP API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnIP for usage and error information.
func (*CDN) DescribeCdnIPCommon ¶
DescribeCdnIPCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnIPCommon for usage and error information.
func (*CDN) DescribeCdnIPCommonRequest ¶
func (c *CDN) DescribeCdnIPCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnIPCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnIPCommon operation. The "output" return value will be populated with the DescribeCdnIPCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnIPCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnIPCommon Send returns without error.
See DescribeCdnIPCommon for more information on using the DescribeCdnIPCommon API call, and error handling.
// Example sending a request using the DescribeCdnIPCommonRequest method. req, resp := client.DescribeCdnIPCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnIPCommonWithContext ¶
func (c *CDN) DescribeCdnIPCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnIPCommonWithContext is the same as DescribeCdnIPCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnIPCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnIPRequest ¶
func (c *CDN) DescribeCdnIPRequest(input *DescribeCdnIPInput) (req *request.Request, output *DescribeCdnIPOutput)
DescribeCdnIPRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnIP operation. The "output" return value will be populated with the DescribeCdnIPCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnIPCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnIPCommon Send returns without error.
See DescribeCdnIP for more information on using the DescribeCdnIP API call, and error handling.
// Example sending a request using the DescribeCdnIPRequest method. req, resp := client.DescribeCdnIPRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnIPWithContext ¶
func (c *CDN) DescribeCdnIPWithContext(ctx volcengine.Context, input *DescribeCdnIPInput, opts ...request.Option) (*DescribeCdnIPOutput, error)
DescribeCdnIPWithContext is the same as DescribeCdnIP with the addition of the ability to pass a context and additional request options.
See DescribeCdnIP for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnRegionAndIsp ¶
func (c *CDN) DescribeCdnRegionAndIsp(input *DescribeCdnRegionAndIspInput) (*DescribeCdnRegionAndIspOutput, error)
DescribeCdnRegionAndIsp API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnRegionAndIsp for usage and error information.
func (*CDN) DescribeCdnRegionAndIspCommon ¶
func (c *CDN) DescribeCdnRegionAndIspCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnRegionAndIspCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnRegionAndIspCommon for usage and error information.
func (*CDN) DescribeCdnRegionAndIspCommonRequest ¶
func (c *CDN) DescribeCdnRegionAndIspCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnRegionAndIspCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnRegionAndIspCommon operation. The "output" return value will be populated with the DescribeCdnRegionAndIspCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnRegionAndIspCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnRegionAndIspCommon Send returns without error.
See DescribeCdnRegionAndIspCommon for more information on using the DescribeCdnRegionAndIspCommon API call, and error handling.
// Example sending a request using the DescribeCdnRegionAndIspCommonRequest method. req, resp := client.DescribeCdnRegionAndIspCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnRegionAndIspCommonWithContext ¶
func (c *CDN) DescribeCdnRegionAndIspCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnRegionAndIspCommonWithContext is the same as DescribeCdnRegionAndIspCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnRegionAndIspCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnRegionAndIspRequest ¶
func (c *CDN) DescribeCdnRegionAndIspRequest(input *DescribeCdnRegionAndIspInput) (req *request.Request, output *DescribeCdnRegionAndIspOutput)
DescribeCdnRegionAndIspRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnRegionAndIsp operation. The "output" return value will be populated with the DescribeCdnRegionAndIspCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnRegionAndIspCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnRegionAndIspCommon Send returns without error.
See DescribeCdnRegionAndIsp for more information on using the DescribeCdnRegionAndIsp API call, and error handling.
// Example sending a request using the DescribeCdnRegionAndIspRequest method. req, resp := client.DescribeCdnRegionAndIspRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnRegionAndIspWithContext ¶
func (c *CDN) DescribeCdnRegionAndIspWithContext(ctx volcengine.Context, input *DescribeCdnRegionAndIspInput, opts ...request.Option) (*DescribeCdnRegionAndIspOutput, error)
DescribeCdnRegionAndIspWithContext is the same as DescribeCdnRegionAndIsp with the addition of the ability to pass a context and additional request options.
See DescribeCdnRegionAndIsp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnService ¶ added in v1.0.147
func (c *CDN) DescribeCdnService(input *DescribeCdnServiceInput) (*DescribeCdnServiceOutput, error)
DescribeCdnService API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnService for usage and error information.
func (*CDN) DescribeCdnServiceCommon ¶ added in v1.0.147
func (c *CDN) DescribeCdnServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnServiceCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnServiceCommon for usage and error information.
func (*CDN) DescribeCdnServiceCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeCdnServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnServiceCommon operation. The "output" return value will be populated with the DescribeCdnServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnServiceCommon Send returns without error.
See DescribeCdnServiceCommon for more information on using the DescribeCdnServiceCommon API call, and error handling.
// Example sending a request using the DescribeCdnServiceCommonRequest method. req, resp := client.DescribeCdnServiceCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnServiceCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeCdnServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnServiceCommonWithContext is the same as DescribeCdnServiceCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnServiceRequest ¶ added in v1.0.147
func (c *CDN) DescribeCdnServiceRequest(input *DescribeCdnServiceInput) (req *request.Request, output *DescribeCdnServiceOutput)
DescribeCdnServiceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnService operation. The "output" return value will be populated with the DescribeCdnServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnServiceCommon Send returns without error.
See DescribeCdnService for more information on using the DescribeCdnService API call, and error handling.
// Example sending a request using the DescribeCdnServiceRequest method. req, resp := client.DescribeCdnServiceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnServiceWithContext ¶ added in v1.0.147
func (c *CDN) DescribeCdnServiceWithContext(ctx volcengine.Context, input *DescribeCdnServiceInput, opts ...request.Option) (*DescribeCdnServiceOutput, error)
DescribeCdnServiceWithContext is the same as DescribeCdnService with the addition of the ability to pass a context and additional request options.
See DescribeCdnService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnUpperIp ¶
func (c *CDN) DescribeCdnUpperIp(input *DescribeCdnUpperIpInput) (*DescribeCdnUpperIpOutput, error)
DescribeCdnUpperIp API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnUpperIp for usage and error information.
func (*CDN) DescribeCdnUpperIpCommon ¶
func (c *CDN) DescribeCdnUpperIpCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCdnUpperIpCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCdnUpperIpCommon for usage and error information.
func (*CDN) DescribeCdnUpperIpCommonRequest ¶
func (c *CDN) DescribeCdnUpperIpCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCdnUpperIpCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnUpperIpCommon operation. The "output" return value will be populated with the DescribeCdnUpperIpCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnUpperIpCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnUpperIpCommon Send returns without error.
See DescribeCdnUpperIpCommon for more information on using the DescribeCdnUpperIpCommon API call, and error handling.
// Example sending a request using the DescribeCdnUpperIpCommonRequest method. req, resp := client.DescribeCdnUpperIpCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnUpperIpCommonWithContext ¶
func (c *CDN) DescribeCdnUpperIpCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCdnUpperIpCommonWithContext is the same as DescribeCdnUpperIpCommon with the addition of the ability to pass a context and additional request options.
See DescribeCdnUpperIpCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCdnUpperIpRequest ¶
func (c *CDN) DescribeCdnUpperIpRequest(input *DescribeCdnUpperIpInput) (req *request.Request, output *DescribeCdnUpperIpOutput)
DescribeCdnUpperIpRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCdnUpperIp operation. The "output" return value will be populated with the DescribeCdnUpperIpCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCdnUpperIpCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCdnUpperIpCommon Send returns without error.
See DescribeCdnUpperIp for more information on using the DescribeCdnUpperIp API call, and error handling.
// Example sending a request using the DescribeCdnUpperIpRequest method. req, resp := client.DescribeCdnUpperIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCdnUpperIpWithContext ¶
func (c *CDN) DescribeCdnUpperIpWithContext(ctx volcengine.Context, input *DescribeCdnUpperIpInput, opts ...request.Option) (*DescribeCdnUpperIpOutput, error)
DescribeCdnUpperIpWithContext is the same as DescribeCdnUpperIp with the addition of the ability to pass a context and additional request options.
See DescribeCdnUpperIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCertConfig ¶
func (c *CDN) DescribeCertConfig(input *DescribeCertConfigInput) (*DescribeCertConfigOutput, error)
DescribeCertConfig API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCertConfig for usage and error information.
func (*CDN) DescribeCertConfigCommon ¶
func (c *CDN) DescribeCertConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeCertConfigCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeCertConfigCommon for usage and error information.
func (*CDN) DescribeCertConfigCommonRequest ¶
func (c *CDN) DescribeCertConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeCertConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCertConfigCommon operation. The "output" return value will be populated with the DescribeCertConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCertConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCertConfigCommon Send returns without error.
See DescribeCertConfigCommon for more information on using the DescribeCertConfigCommon API call, and error handling.
// Example sending a request using the DescribeCertConfigCommonRequest method. req, resp := client.DescribeCertConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCertConfigCommonWithContext ¶
func (c *CDN) DescribeCertConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeCertConfigCommonWithContext is the same as DescribeCertConfigCommon with the addition of the ability to pass a context and additional request options.
See DescribeCertConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeCertConfigRequest ¶
func (c *CDN) DescribeCertConfigRequest(input *DescribeCertConfigInput) (req *request.Request, output *DescribeCertConfigOutput)
DescribeCertConfigRequest generates a "volcengine/request.Request" representing the client's request for the DescribeCertConfig operation. The "output" return value will be populated with the DescribeCertConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeCertConfigCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeCertConfigCommon Send returns without error.
See DescribeCertConfig for more information on using the DescribeCertConfig API call, and error handling.
// Example sending a request using the DescribeCertConfigRequest method. req, resp := client.DescribeCertConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeCertConfigWithContext ¶
func (c *CDN) DescribeCertConfigWithContext(ctx volcengine.Context, input *DescribeCertConfigInput, opts ...request.Option) (*DescribeCertConfigOutput, error)
DescribeCertConfigWithContext is the same as DescribeCertConfig with the addition of the ability to pass a context and additional request options.
See DescribeCertConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentBlockTasks ¶
func (c *CDN) DescribeContentBlockTasks(input *DescribeContentBlockTasksInput) (*DescribeContentBlockTasksOutput, error)
DescribeContentBlockTasks API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentBlockTasks for usage and error information.
func (*CDN) DescribeContentBlockTasksCommon ¶
func (c *CDN) DescribeContentBlockTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeContentBlockTasksCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentBlockTasksCommon for usage and error information.
func (*CDN) DescribeContentBlockTasksCommonRequest ¶
func (c *CDN) DescribeContentBlockTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeContentBlockTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentBlockTasksCommon operation. The "output" return value will be populated with the DescribeContentBlockTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentBlockTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentBlockTasksCommon Send returns without error.
See DescribeContentBlockTasksCommon for more information on using the DescribeContentBlockTasksCommon API call, and error handling.
// Example sending a request using the DescribeContentBlockTasksCommonRequest method. req, resp := client.DescribeContentBlockTasksCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentBlockTasksCommonWithContext ¶
func (c *CDN) DescribeContentBlockTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeContentBlockTasksCommonWithContext is the same as DescribeContentBlockTasksCommon with the addition of the ability to pass a context and additional request options.
See DescribeContentBlockTasksCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentBlockTasksRequest ¶
func (c *CDN) DescribeContentBlockTasksRequest(input *DescribeContentBlockTasksInput) (req *request.Request, output *DescribeContentBlockTasksOutput)
DescribeContentBlockTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentBlockTasks operation. The "output" return value will be populated with the DescribeContentBlockTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentBlockTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentBlockTasksCommon Send returns without error.
See DescribeContentBlockTasks for more information on using the DescribeContentBlockTasks API call, and error handling.
// Example sending a request using the DescribeContentBlockTasksRequest method. req, resp := client.DescribeContentBlockTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentBlockTasksWithContext ¶
func (c *CDN) DescribeContentBlockTasksWithContext(ctx volcengine.Context, input *DescribeContentBlockTasksInput, opts ...request.Option) (*DescribeContentBlockTasksOutput, error)
DescribeContentBlockTasksWithContext is the same as DescribeContentBlockTasks with the addition of the ability to pass a context and additional request options.
See DescribeContentBlockTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentQuota ¶
func (c *CDN) DescribeContentQuota(input *DescribeContentQuotaInput) (*DescribeContentQuotaOutput, error)
DescribeContentQuota API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentQuota for usage and error information.
func (*CDN) DescribeContentQuotaCommon ¶
func (c *CDN) DescribeContentQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeContentQuotaCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentQuotaCommon for usage and error information.
func (*CDN) DescribeContentQuotaCommonRequest ¶
func (c *CDN) DescribeContentQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeContentQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentQuotaCommon operation. The "output" return value will be populated with the DescribeContentQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentQuotaCommon Send returns without error.
See DescribeContentQuotaCommon for more information on using the DescribeContentQuotaCommon API call, and error handling.
// Example sending a request using the DescribeContentQuotaCommonRequest method. req, resp := client.DescribeContentQuotaCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentQuotaCommonWithContext ¶
func (c *CDN) DescribeContentQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeContentQuotaCommonWithContext is the same as DescribeContentQuotaCommon with the addition of the ability to pass a context and additional request options.
See DescribeContentQuotaCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentQuotaRequest ¶
func (c *CDN) DescribeContentQuotaRequest(input *DescribeContentQuotaInput) (req *request.Request, output *DescribeContentQuotaOutput)
DescribeContentQuotaRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentQuota operation. The "output" return value will be populated with the DescribeContentQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentQuotaCommon Send returns without error.
See DescribeContentQuota for more information on using the DescribeContentQuota API call, and error handling.
// Example sending a request using the DescribeContentQuotaRequest method. req, resp := client.DescribeContentQuotaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentQuotaWithContext ¶
func (c *CDN) DescribeContentQuotaWithContext(ctx volcengine.Context, input *DescribeContentQuotaInput, opts ...request.Option) (*DescribeContentQuotaOutput, error)
DescribeContentQuotaWithContext is the same as DescribeContentQuota with the addition of the ability to pass a context and additional request options.
See DescribeContentQuota for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentTasks ¶
func (c *CDN) DescribeContentTasks(input *DescribeContentTasksInput) (*DescribeContentTasksOutput, error)
DescribeContentTasks API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentTasks for usage and error information.
func (*CDN) DescribeContentTasksCommon ¶
func (c *CDN) DescribeContentTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeContentTasksCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeContentTasksCommon for usage and error information.
func (*CDN) DescribeContentTasksCommonRequest ¶
func (c *CDN) DescribeContentTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeContentTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentTasksCommon operation. The "output" return value will be populated with the DescribeContentTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentTasksCommon Send returns without error.
See DescribeContentTasksCommon for more information on using the DescribeContentTasksCommon API call, and error handling.
// Example sending a request using the DescribeContentTasksCommonRequest method. req, resp := client.DescribeContentTasksCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentTasksCommonWithContext ¶
func (c *CDN) DescribeContentTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeContentTasksCommonWithContext is the same as DescribeContentTasksCommon with the addition of the ability to pass a context and additional request options.
See DescribeContentTasksCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeContentTasksRequest ¶
func (c *CDN) DescribeContentTasksRequest(input *DescribeContentTasksInput) (req *request.Request, output *DescribeContentTasksOutput)
DescribeContentTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeContentTasks operation. The "output" return value will be populated with the DescribeContentTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeContentTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeContentTasksCommon Send returns without error.
See DescribeContentTasks for more information on using the DescribeContentTasks API call, and error handling.
// Example sending a request using the DescribeContentTasksRequest method. req, resp := client.DescribeContentTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeContentTasksWithContext ¶
func (c *CDN) DescribeContentTasksWithContext(ctx volcengine.Context, input *DescribeContentTasksInput, opts ...request.Option) (*DescribeContentTasksOutput, error)
DescribeContentTasksWithContext is the same as DescribeContentTasks with the addition of the ability to pass a context and additional request options.
See DescribeContentTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictData ¶ added in v1.0.147
func (c *CDN) DescribeDistrictData(input *DescribeDistrictDataInput) (*DescribeDistrictDataOutput, error)
DescribeDistrictData API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictData for usage and error information.
func (*CDN) DescribeDistrictDataCommon ¶ added in v1.0.147
func (c *CDN) DescribeDistrictDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDistrictDataCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictDataCommon for usage and error information.
func (*CDN) DescribeDistrictDataCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDistrictDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictDataCommon operation. The "output" return value will be populated with the DescribeDistrictDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictDataCommon Send returns without error.
See DescribeDistrictDataCommon for more information on using the DescribeDistrictDataCommon API call, and error handling.
// Example sending a request using the DescribeDistrictDataCommonRequest method. req, resp := client.DescribeDistrictDataCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictDataCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDistrictDataCommonWithContext is the same as DescribeDistrictDataCommon with the addition of the ability to pass a context and additional request options.
See DescribeDistrictDataCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictDataRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictDataRequest(input *DescribeDistrictDataInput) (req *request.Request, output *DescribeDistrictDataOutput)
DescribeDistrictDataRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictData operation. The "output" return value will be populated with the DescribeDistrictDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictDataCommon Send returns without error.
See DescribeDistrictData for more information on using the DescribeDistrictData API call, and error handling.
// Example sending a request using the DescribeDistrictDataRequest method. req, resp := client.DescribeDistrictDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictDataWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictDataWithContext(ctx volcengine.Context, input *DescribeDistrictDataInput, opts ...request.Option) (*DescribeDistrictDataOutput, error)
DescribeDistrictDataWithContext is the same as DescribeDistrictData with the addition of the ability to pass a context and additional request options.
See DescribeDistrictData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictRanking ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRanking(input *DescribeDistrictRankingInput) (*DescribeDistrictRankingOutput, error)
DescribeDistrictRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictRanking for usage and error information.
func (*CDN) DescribeDistrictRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDistrictRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictRankingCommon for usage and error information.
func (*CDN) DescribeDistrictRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDistrictRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictRankingCommon operation. The "output" return value will be populated with the DescribeDistrictRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictRankingCommon Send returns without error.
See DescribeDistrictRankingCommon for more information on using the DescribeDistrictRankingCommon API call, and error handling.
// Example sending a request using the DescribeDistrictRankingCommonRequest method. req, resp := client.DescribeDistrictRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDistrictRankingCommonWithContext is the same as DescribeDistrictRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeDistrictRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRankingRequest(input *DescribeDistrictRankingInput) (req *request.Request, output *DescribeDistrictRankingOutput)
DescribeDistrictRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictRanking operation. The "output" return value will be populated with the DescribeDistrictRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictRankingCommon Send returns without error.
See DescribeDistrictRanking for more information on using the DescribeDistrictRanking API call, and error handling.
// Example sending a request using the DescribeDistrictRankingRequest method. req, resp := client.DescribeDistrictRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictRankingWithContext(ctx volcengine.Context, input *DescribeDistrictRankingInput, opts ...request.Option) (*DescribeDistrictRankingOutput, error)
DescribeDistrictRankingWithContext is the same as DescribeDistrictRanking with the addition of the ability to pass a context and additional request options.
See DescribeDistrictRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictSummary ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummary(input *DescribeDistrictSummaryInput) (*DescribeDistrictSummaryOutput, error)
DescribeDistrictSummary API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictSummary for usage and error information.
func (*CDN) DescribeDistrictSummaryCommon ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDistrictSummaryCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeDistrictSummaryCommon for usage and error information.
func (*CDN) DescribeDistrictSummaryCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDistrictSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictSummaryCommon operation. The "output" return value will be populated with the DescribeDistrictSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictSummaryCommon Send returns without error.
See DescribeDistrictSummaryCommon for more information on using the DescribeDistrictSummaryCommon API call, and error handling.
// Example sending a request using the DescribeDistrictSummaryCommonRequest method. req, resp := client.DescribeDistrictSummaryCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictSummaryCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDistrictSummaryCommonWithContext is the same as DescribeDistrictSummaryCommon with the addition of the ability to pass a context and additional request options.
See DescribeDistrictSummaryCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeDistrictSummaryRequest ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummaryRequest(input *DescribeDistrictSummaryInput) (req *request.Request, output *DescribeDistrictSummaryOutput)
DescribeDistrictSummaryRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDistrictSummary operation. The "output" return value will be populated with the DescribeDistrictSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDistrictSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDistrictSummaryCommon Send returns without error.
See DescribeDistrictSummary for more information on using the DescribeDistrictSummary API call, and error handling.
// Example sending a request using the DescribeDistrictSummaryRequest method. req, resp := client.DescribeDistrictSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeDistrictSummaryWithContext ¶ added in v1.0.147
func (c *CDN) DescribeDistrictSummaryWithContext(ctx volcengine.Context, input *DescribeDistrictSummaryInput, opts ...request.Option) (*DescribeDistrictSummaryOutput, error)
DescribeDistrictSummaryWithContext is the same as DescribeDistrictSummary with the addition of the ability to pass a context and additional request options.
See DescribeDistrictSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeData ¶ added in v1.0.147
func (c *CDN) DescribeEdgeData(input *DescribeEdgeDataInput) (*DescribeEdgeDataOutput, error)
DescribeEdgeData API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeData for usage and error information.
func (*CDN) DescribeEdgeDataCommon ¶ added in v1.0.147
func (c *CDN) DescribeEdgeDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeEdgeDataCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeDataCommon for usage and error information.
func (*CDN) DescribeEdgeDataCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeEdgeDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeDataCommon operation. The "output" return value will be populated with the DescribeEdgeDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeDataCommon Send returns without error.
See DescribeEdgeDataCommon for more information on using the DescribeEdgeDataCommon API call, and error handling.
// Example sending a request using the DescribeEdgeDataCommonRequest method. req, resp := client.DescribeEdgeDataCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeDataCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeEdgeDataCommonWithContext is the same as DescribeEdgeDataCommon with the addition of the ability to pass a context and additional request options.
See DescribeEdgeDataCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeDataRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeDataRequest(input *DescribeEdgeDataInput) (req *request.Request, output *DescribeEdgeDataOutput)
DescribeEdgeDataRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeData operation. The "output" return value will be populated with the DescribeEdgeDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeDataCommon Send returns without error.
See DescribeEdgeData for more information on using the DescribeEdgeData API call, and error handling.
// Example sending a request using the DescribeEdgeDataRequest method. req, resp := client.DescribeEdgeDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeDataWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeDataWithContext(ctx volcengine.Context, input *DescribeEdgeDataInput, opts ...request.Option) (*DescribeEdgeDataOutput, error)
DescribeEdgeDataWithContext is the same as DescribeEdgeData with the addition of the ability to pass a context and additional request options.
See DescribeEdgeData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeRanking ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRanking(input *DescribeEdgeRankingInput) (*DescribeEdgeRankingOutput, error)
DescribeEdgeRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeRanking for usage and error information.
func (*CDN) DescribeEdgeRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeEdgeRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeRankingCommon for usage and error information.
func (*CDN) DescribeEdgeRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeEdgeRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeRankingCommon operation. The "output" return value will be populated with the DescribeEdgeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeRankingCommon Send returns without error.
See DescribeEdgeRankingCommon for more information on using the DescribeEdgeRankingCommon API call, and error handling.
// Example sending a request using the DescribeEdgeRankingCommonRequest method. req, resp := client.DescribeEdgeRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeEdgeRankingCommonWithContext is the same as DescribeEdgeRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeEdgeRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRankingRequest(input *DescribeEdgeRankingInput) (req *request.Request, output *DescribeEdgeRankingOutput)
DescribeEdgeRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeRanking operation. The "output" return value will be populated with the DescribeEdgeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeRankingCommon Send returns without error.
See DescribeEdgeRanking for more information on using the DescribeEdgeRanking API call, and error handling.
// Example sending a request using the DescribeEdgeRankingRequest method. req, resp := client.DescribeEdgeRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeRankingWithContext(ctx volcengine.Context, input *DescribeEdgeRankingInput, opts ...request.Option) (*DescribeEdgeRankingOutput, error)
DescribeEdgeRankingWithContext is the same as DescribeEdgeRanking with the addition of the ability to pass a context and additional request options.
See DescribeEdgeRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeStatusCodeRanking ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRanking(input *DescribeEdgeStatusCodeRankingInput) (*DescribeEdgeStatusCodeRankingOutput, error)
DescribeEdgeStatusCodeRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeStatusCodeRanking for usage and error information.
func (*CDN) DescribeEdgeStatusCodeRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeEdgeStatusCodeRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeStatusCodeRankingCommon for usage and error information.
func (*CDN) DescribeEdgeStatusCodeRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeEdgeStatusCodeRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeStatusCodeRankingCommon operation. The "output" return value will be populated with the DescribeEdgeStatusCodeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeStatusCodeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeStatusCodeRankingCommon Send returns without error.
See DescribeEdgeStatusCodeRankingCommon for more information on using the DescribeEdgeStatusCodeRankingCommon API call, and error handling.
// Example sending a request using the DescribeEdgeStatusCodeRankingCommonRequest method. req, resp := client.DescribeEdgeStatusCodeRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeStatusCodeRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeEdgeStatusCodeRankingCommonWithContext is the same as DescribeEdgeStatusCodeRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeEdgeStatusCodeRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeStatusCodeRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRankingRequest(input *DescribeEdgeStatusCodeRankingInput) (req *request.Request, output *DescribeEdgeStatusCodeRankingOutput)
DescribeEdgeStatusCodeRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeStatusCodeRanking operation. The "output" return value will be populated with the DescribeEdgeStatusCodeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeStatusCodeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeStatusCodeRankingCommon Send returns without error.
See DescribeEdgeStatusCodeRanking for more information on using the DescribeEdgeStatusCodeRanking API call, and error handling.
// Example sending a request using the DescribeEdgeStatusCodeRankingRequest method. req, resp := client.DescribeEdgeStatusCodeRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeStatusCodeRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeStatusCodeRankingWithContext(ctx volcengine.Context, input *DescribeEdgeStatusCodeRankingInput, opts ...request.Option) (*DescribeEdgeStatusCodeRankingOutput, error)
DescribeEdgeStatusCodeRankingWithContext is the same as DescribeEdgeStatusCodeRanking with the addition of the ability to pass a context and additional request options.
See DescribeEdgeStatusCodeRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeSummary ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummary(input *DescribeEdgeSummaryInput) (*DescribeEdgeSummaryOutput, error)
DescribeEdgeSummary API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeSummary for usage and error information.
func (*CDN) DescribeEdgeSummaryCommon ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeEdgeSummaryCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeEdgeSummaryCommon for usage and error information.
func (*CDN) DescribeEdgeSummaryCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeEdgeSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeSummaryCommon operation. The "output" return value will be populated with the DescribeEdgeSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeSummaryCommon Send returns without error.
See DescribeEdgeSummaryCommon for more information on using the DescribeEdgeSummaryCommon API call, and error handling.
// Example sending a request using the DescribeEdgeSummaryCommonRequest method. req, resp := client.DescribeEdgeSummaryCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeSummaryCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeEdgeSummaryCommonWithContext is the same as DescribeEdgeSummaryCommon with the addition of the ability to pass a context and additional request options.
See DescribeEdgeSummaryCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeEdgeSummaryRequest ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummaryRequest(input *DescribeEdgeSummaryInput) (req *request.Request, output *DescribeEdgeSummaryOutput)
DescribeEdgeSummaryRequest generates a "volcengine/request.Request" representing the client's request for the DescribeEdgeSummary operation. The "output" return value will be populated with the DescribeEdgeSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeEdgeSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeEdgeSummaryCommon Send returns without error.
See DescribeEdgeSummary for more information on using the DescribeEdgeSummary API call, and error handling.
// Example sending a request using the DescribeEdgeSummaryRequest method. req, resp := client.DescribeEdgeSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeEdgeSummaryWithContext ¶ added in v1.0.147
func (c *CDN) DescribeEdgeSummaryWithContext(ctx volcengine.Context, input *DescribeEdgeSummaryInput, opts ...request.Option) (*DescribeEdgeSummaryOutput, error)
DescribeEdgeSummaryWithContext is the same as DescribeEdgeSummary with the addition of the ability to pass a context and additional request options.
See DescribeEdgeSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginData ¶ added in v1.0.147
func (c *CDN) DescribeOriginData(input *DescribeOriginDataInput) (*DescribeOriginDataOutput, error)
DescribeOriginData API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginData for usage and error information.
func (*CDN) DescribeOriginDataCommon ¶ added in v1.0.147
func (c *CDN) DescribeOriginDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeOriginDataCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginDataCommon for usage and error information.
func (*CDN) DescribeOriginDataCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeOriginDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginDataCommon operation. The "output" return value will be populated with the DescribeOriginDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginDataCommon Send returns without error.
See DescribeOriginDataCommon for more information on using the DescribeOriginDataCommon API call, and error handling.
// Example sending a request using the DescribeOriginDataCommonRequest method. req, resp := client.DescribeOriginDataCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginDataCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeOriginDataCommonWithContext is the same as DescribeOriginDataCommon with the addition of the ability to pass a context and additional request options.
See DescribeOriginDataCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginDataRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginDataRequest(input *DescribeOriginDataInput) (req *request.Request, output *DescribeOriginDataOutput)
DescribeOriginDataRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginData operation. The "output" return value will be populated with the DescribeOriginDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginDataCommon Send returns without error.
See DescribeOriginData for more information on using the DescribeOriginData API call, and error handling.
// Example sending a request using the DescribeOriginDataRequest method. req, resp := client.DescribeOriginDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginDataWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginDataWithContext(ctx volcengine.Context, input *DescribeOriginDataInput, opts ...request.Option) (*DescribeOriginDataOutput, error)
DescribeOriginDataWithContext is the same as DescribeOriginData with the addition of the ability to pass a context and additional request options.
See DescribeOriginData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginRanking ¶ added in v1.0.147
func (c *CDN) DescribeOriginRanking(input *DescribeOriginRankingInput) (*DescribeOriginRankingOutput, error)
DescribeOriginRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginRanking for usage and error information.
func (*CDN) DescribeOriginRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeOriginRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeOriginRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginRankingCommon for usage and error information.
func (*CDN) DescribeOriginRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeOriginRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginRankingCommon operation. The "output" return value will be populated with the DescribeOriginRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginRankingCommon Send returns without error.
See DescribeOriginRankingCommon for more information on using the DescribeOriginRankingCommon API call, and error handling.
// Example sending a request using the DescribeOriginRankingCommonRequest method. req, resp := client.DescribeOriginRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeOriginRankingCommonWithContext is the same as DescribeOriginRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeOriginRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginRankingRequest(input *DescribeOriginRankingInput) (req *request.Request, output *DescribeOriginRankingOutput)
DescribeOriginRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginRanking operation. The "output" return value will be populated with the DescribeOriginRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginRankingCommon Send returns without error.
See DescribeOriginRanking for more information on using the DescribeOriginRanking API call, and error handling.
// Example sending a request using the DescribeOriginRankingRequest method. req, resp := client.DescribeOriginRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginRankingWithContext(ctx volcengine.Context, input *DescribeOriginRankingInput, opts ...request.Option) (*DescribeOriginRankingOutput, error)
DescribeOriginRankingWithContext is the same as DescribeOriginRanking with the addition of the ability to pass a context and additional request options.
See DescribeOriginRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginStatusCodeRanking ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRanking(input *DescribeOriginStatusCodeRankingInput) (*DescribeOriginStatusCodeRankingOutput, error)
DescribeOriginStatusCodeRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginStatusCodeRanking for usage and error information.
func (*CDN) DescribeOriginStatusCodeRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeOriginStatusCodeRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginStatusCodeRankingCommon for usage and error information.
func (*CDN) DescribeOriginStatusCodeRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeOriginStatusCodeRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginStatusCodeRankingCommon operation. The "output" return value will be populated with the DescribeOriginStatusCodeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginStatusCodeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginStatusCodeRankingCommon Send returns without error.
See DescribeOriginStatusCodeRankingCommon for more information on using the DescribeOriginStatusCodeRankingCommon API call, and error handling.
// Example sending a request using the DescribeOriginStatusCodeRankingCommonRequest method. req, resp := client.DescribeOriginStatusCodeRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginStatusCodeRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeOriginStatusCodeRankingCommonWithContext is the same as DescribeOriginStatusCodeRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeOriginStatusCodeRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginStatusCodeRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRankingRequest(input *DescribeOriginStatusCodeRankingInput) (req *request.Request, output *DescribeOriginStatusCodeRankingOutput)
DescribeOriginStatusCodeRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginStatusCodeRanking operation. The "output" return value will be populated with the DescribeOriginStatusCodeRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginStatusCodeRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginStatusCodeRankingCommon Send returns without error.
See DescribeOriginStatusCodeRanking for more information on using the DescribeOriginStatusCodeRanking API call, and error handling.
// Example sending a request using the DescribeOriginStatusCodeRankingRequest method. req, resp := client.DescribeOriginStatusCodeRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginStatusCodeRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginStatusCodeRankingWithContext(ctx volcengine.Context, input *DescribeOriginStatusCodeRankingInput, opts ...request.Option) (*DescribeOriginStatusCodeRankingOutput, error)
DescribeOriginStatusCodeRankingWithContext is the same as DescribeOriginStatusCodeRanking with the addition of the ability to pass a context and additional request options.
See DescribeOriginStatusCodeRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginSummary ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummary(input *DescribeOriginSummaryInput) (*DescribeOriginSummaryOutput, error)
DescribeOriginSummary API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginSummary for usage and error information.
func (*CDN) DescribeOriginSummaryCommon ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummaryCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeOriginSummaryCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeOriginSummaryCommon for usage and error information.
func (*CDN) DescribeOriginSummaryCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummaryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeOriginSummaryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginSummaryCommon operation. The "output" return value will be populated with the DescribeOriginSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginSummaryCommon Send returns without error.
See DescribeOriginSummaryCommon for more information on using the DescribeOriginSummaryCommon API call, and error handling.
// Example sending a request using the DescribeOriginSummaryCommonRequest method. req, resp := client.DescribeOriginSummaryCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginSummaryCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummaryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeOriginSummaryCommonWithContext is the same as DescribeOriginSummaryCommon with the addition of the ability to pass a context and additional request options.
See DescribeOriginSummaryCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeOriginSummaryRequest ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummaryRequest(input *DescribeOriginSummaryInput) (req *request.Request, output *DescribeOriginSummaryOutput)
DescribeOriginSummaryRequest generates a "volcengine/request.Request" representing the client's request for the DescribeOriginSummary operation. The "output" return value will be populated with the DescribeOriginSummaryCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeOriginSummaryCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeOriginSummaryCommon Send returns without error.
See DescribeOriginSummary for more information on using the DescribeOriginSummary API call, and error handling.
// Example sending a request using the DescribeOriginSummaryRequest method. req, resp := client.DescribeOriginSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeOriginSummaryWithContext ¶ added in v1.0.147
func (c *CDN) DescribeOriginSummaryWithContext(ctx volcengine.Context, input *DescribeOriginSummaryInput, opts ...request.Option) (*DescribeOriginSummaryOutput, error)
DescribeOriginSummaryWithContext is the same as DescribeOriginSummary with the addition of the ability to pass a context and additional request options.
See DescribeOriginSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeStatisticalRanking ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRanking(input *DescribeStatisticalRankingInput) (*DescribeStatisticalRankingOutput, error)
DescribeStatisticalRanking API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeStatisticalRanking for usage and error information.
func (*CDN) DescribeStatisticalRankingCommon ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRankingCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeStatisticalRankingCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeStatisticalRankingCommon for usage and error information.
func (*CDN) DescribeStatisticalRankingCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRankingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeStatisticalRankingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeStatisticalRankingCommon operation. The "output" return value will be populated with the DescribeStatisticalRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeStatisticalRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeStatisticalRankingCommon Send returns without error.
See DescribeStatisticalRankingCommon for more information on using the DescribeStatisticalRankingCommon API call, and error handling.
// Example sending a request using the DescribeStatisticalRankingCommonRequest method. req, resp := client.DescribeStatisticalRankingCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeStatisticalRankingCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRankingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeStatisticalRankingCommonWithContext is the same as DescribeStatisticalRankingCommon with the addition of the ability to pass a context and additional request options.
See DescribeStatisticalRankingCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeStatisticalRankingRequest ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRankingRequest(input *DescribeStatisticalRankingInput) (req *request.Request, output *DescribeStatisticalRankingOutput)
DescribeStatisticalRankingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeStatisticalRanking operation. The "output" return value will be populated with the DescribeStatisticalRankingCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeStatisticalRankingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeStatisticalRankingCommon Send returns without error.
See DescribeStatisticalRanking for more information on using the DescribeStatisticalRanking API call, and error handling.
// Example sending a request using the DescribeStatisticalRankingRequest method. req, resp := client.DescribeStatisticalRankingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeStatisticalRankingWithContext ¶ added in v1.0.147
func (c *CDN) DescribeStatisticalRankingWithContext(ctx volcengine.Context, input *DescribeStatisticalRankingInput, opts ...request.Option) (*DescribeStatisticalRankingOutput, error)
DescribeStatisticalRankingWithContext is the same as DescribeStatisticalRanking with the addition of the ability to pass a context and additional request options.
See DescribeStatisticalRanking for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeUserData ¶ added in v1.0.147
func (c *CDN) DescribeUserData(input *DescribeUserDataInput) (*DescribeUserDataOutput, error)
DescribeUserData API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeUserData for usage and error information.
func (*CDN) DescribeUserDataCommon ¶ added in v1.0.147
func (c *CDN) DescribeUserDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeUserDataCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation DescribeUserDataCommon for usage and error information.
func (*CDN) DescribeUserDataCommonRequest ¶ added in v1.0.147
func (c *CDN) DescribeUserDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeUserDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserDataCommon operation. The "output" return value will be populated with the DescribeUserDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeUserDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserDataCommon Send returns without error.
See DescribeUserDataCommon for more information on using the DescribeUserDataCommon API call, and error handling.
// Example sending a request using the DescribeUserDataCommonRequest method. req, resp := client.DescribeUserDataCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeUserDataCommonWithContext ¶ added in v1.0.147
func (c *CDN) DescribeUserDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeUserDataCommonWithContext is the same as DescribeUserDataCommon with the addition of the ability to pass a context and additional request options.
See DescribeUserDataCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) DescribeUserDataRequest ¶ added in v1.0.147
func (c *CDN) DescribeUserDataRequest(input *DescribeUserDataInput) (req *request.Request, output *DescribeUserDataOutput)
DescribeUserDataRequest generates a "volcengine/request.Request" representing the client's request for the DescribeUserData operation. The "output" return value will be populated with the DescribeUserDataCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeUserDataCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeUserDataCommon Send returns without error.
See DescribeUserData for more information on using the DescribeUserData API call, and error handling.
// Example sending a request using the DescribeUserDataRequest method. req, resp := client.DescribeUserDataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) DescribeUserDataWithContext ¶ added in v1.0.147
func (c *CDN) DescribeUserDataWithContext(ctx volcengine.Context, input *DescribeUserDataInput, opts ...request.Option) (*DescribeUserDataOutput, error)
DescribeUserDataWithContext is the same as DescribeUserData with the addition of the ability to pass a context and additional request options.
See DescribeUserData for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCdnCertInfo ¶
func (c *CDN) ListCdnCertInfo(input *ListCdnCertInfoInput) (*ListCdnCertInfoOutput, error)
ListCdnCertInfo API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCdnCertInfo for usage and error information.
func (*CDN) ListCdnCertInfoCommon ¶
ListCdnCertInfoCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCdnCertInfoCommon for usage and error information.
func (*CDN) ListCdnCertInfoCommonRequest ¶
func (c *CDN) ListCdnCertInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCdnCertInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCdnCertInfoCommon operation. The "output" return value will be populated with the ListCdnCertInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCdnCertInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListCdnCertInfoCommon Send returns without error.
See ListCdnCertInfoCommon for more information on using the ListCdnCertInfoCommon API call, and error handling.
// Example sending a request using the ListCdnCertInfoCommonRequest method. req, resp := client.ListCdnCertInfoCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCdnCertInfoCommonWithContext ¶
func (c *CDN) ListCdnCertInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCdnCertInfoCommonWithContext is the same as ListCdnCertInfoCommon with the addition of the ability to pass a context and additional request options.
See ListCdnCertInfoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCdnCertInfoRequest ¶
func (c *CDN) ListCdnCertInfoRequest(input *ListCdnCertInfoInput) (req *request.Request, output *ListCdnCertInfoOutput)
ListCdnCertInfoRequest generates a "volcengine/request.Request" representing the client's request for the ListCdnCertInfo operation. The "output" return value will be populated with the ListCdnCertInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCdnCertInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListCdnCertInfoCommon Send returns without error.
See ListCdnCertInfo for more information on using the ListCdnCertInfo API call, and error handling.
// Example sending a request using the ListCdnCertInfoRequest method. req, resp := client.ListCdnCertInfoRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCdnCertInfoWithContext ¶
func (c *CDN) ListCdnCertInfoWithContext(ctx volcengine.Context, input *ListCdnCertInfoInput, opts ...request.Option) (*ListCdnCertInfoOutput, error)
ListCdnCertInfoWithContext is the same as ListCdnCertInfo with the addition of the ability to pass a context and additional request options.
See ListCdnCertInfo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCdnDomains ¶
func (c *CDN) ListCdnDomains(input *ListCdnDomainsInput) (*ListCdnDomainsOutput, error)
ListCdnDomains API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCdnDomains for usage and error information.
func (*CDN) ListCdnDomainsCommon ¶
ListCdnDomainsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCdnDomainsCommon for usage and error information.
func (*CDN) ListCdnDomainsCommonRequest ¶
func (c *CDN) ListCdnDomainsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCdnDomainsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCdnDomainsCommon operation. The "output" return value will be populated with the ListCdnDomainsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCdnDomainsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCdnDomainsCommon Send returns without error.
See ListCdnDomainsCommon for more information on using the ListCdnDomainsCommon API call, and error handling.
// Example sending a request using the ListCdnDomainsCommonRequest method. req, resp := client.ListCdnDomainsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCdnDomainsCommonWithContext ¶
func (c *CDN) ListCdnDomainsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCdnDomainsCommonWithContext is the same as ListCdnDomainsCommon with the addition of the ability to pass a context and additional request options.
See ListCdnDomainsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCdnDomainsRequest ¶
func (c *CDN) ListCdnDomainsRequest(input *ListCdnDomainsInput) (req *request.Request, output *ListCdnDomainsOutput)
ListCdnDomainsRequest generates a "volcengine/request.Request" representing the client's request for the ListCdnDomains operation. The "output" return value will be populated with the ListCdnDomainsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCdnDomainsCommon Request to send the API call to the service. the "output" return value is not valid until after ListCdnDomainsCommon Send returns without error.
See ListCdnDomains for more information on using the ListCdnDomains API call, and error handling.
// Example sending a request using the ListCdnDomainsRequest method. req, resp := client.ListCdnDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCdnDomainsWithContext ¶
func (c *CDN) ListCdnDomainsWithContext(ctx volcengine.Context, input *ListCdnDomainsInput, opts ...request.Option) (*ListCdnDomainsOutput, error)
ListCdnDomainsWithContext is the same as ListCdnDomains with the addition of the ability to pass a context and additional request options.
See ListCdnDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCertInfo ¶
func (c *CDN) ListCertInfo(input *ListCertInfoInput) (*ListCertInfoOutput, error)
ListCertInfo API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCertInfo for usage and error information.
func (*CDN) ListCertInfoCommon ¶
ListCertInfoCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListCertInfoCommon for usage and error information.
func (*CDN) ListCertInfoCommonRequest ¶
func (c *CDN) ListCertInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListCertInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCertInfoCommon operation. The "output" return value will be populated with the ListCertInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCertInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListCertInfoCommon Send returns without error.
See ListCertInfoCommon for more information on using the ListCertInfoCommon API call, and error handling.
// Example sending a request using the ListCertInfoCommonRequest method. req, resp := client.ListCertInfoCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCertInfoCommonWithContext ¶
func (c *CDN) ListCertInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListCertInfoCommonWithContext is the same as ListCertInfoCommon with the addition of the ability to pass a context and additional request options.
See ListCertInfoCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListCertInfoRequest ¶
func (c *CDN) ListCertInfoRequest(input *ListCertInfoInput) (req *request.Request, output *ListCertInfoOutput)
ListCertInfoRequest generates a "volcengine/request.Request" representing the client's request for the ListCertInfo operation. The "output" return value will be populated with the ListCertInfoCommon request's response once the request completes successfully.
Use "Send" method on the returned ListCertInfoCommon Request to send the API call to the service. the "output" return value is not valid until after ListCertInfoCommon Send returns without error.
See ListCertInfo for more information on using the ListCertInfo API call, and error handling.
// Example sending a request using the ListCertInfoRequest method. req, resp := client.ListCertInfoRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListCertInfoWithContext ¶
func (c *CDN) ListCertInfoWithContext(ctx volcengine.Context, input *ListCertInfoInput, opts ...request.Option) (*ListCertInfoOutput, error)
ListCertInfoWithContext is the same as ListCertInfo with the addition of the ability to pass a context and additional request options.
See ListCertInfo for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListResourceTags ¶
func (c *CDN) ListResourceTags(input *ListResourceTagsInput) (*ListResourceTagsOutput, error)
ListResourceTags API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListResourceTags for usage and error information.
func (*CDN) ListResourceTagsCommon ¶
func (c *CDN) ListResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListResourceTagsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListResourceTagsCommon for usage and error information.
func (*CDN) ListResourceTagsCommonRequest ¶
func (c *CDN) ListResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListResourceTagsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceTagsCommon operation. The "output" return value will be populated with the ListResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTagsCommon Send returns without error.
See ListResourceTagsCommon for more information on using the ListResourceTagsCommon API call, and error handling.
// Example sending a request using the ListResourceTagsCommonRequest method. req, resp := client.ListResourceTagsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListResourceTagsCommonWithContext ¶
func (c *CDN) ListResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListResourceTagsCommonWithContext is the same as ListResourceTagsCommon with the addition of the ability to pass a context and additional request options.
See ListResourceTagsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListResourceTagsRequest ¶
func (c *CDN) ListResourceTagsRequest(input *ListResourceTagsInput) (req *request.Request, output *ListResourceTagsOutput)
ListResourceTagsRequest generates a "volcengine/request.Request" representing the client's request for the ListResourceTags operation. The "output" return value will be populated with the ListResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after ListResourceTagsCommon Send returns without error.
See ListResourceTags for more information on using the ListResourceTags API call, and error handling.
// Example sending a request using the ListResourceTagsRequest method. req, resp := client.ListResourceTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListResourceTagsWithContext ¶
func (c *CDN) ListResourceTagsWithContext(ctx volcengine.Context, input *ListResourceTagsInput, opts ...request.Option) (*ListResourceTagsOutput, error)
ListResourceTagsWithContext is the same as ListResourceTags with the addition of the ability to pass a context and additional request options.
See ListResourceTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListUsageReports ¶
func (c *CDN) ListUsageReports(input *ListUsageReportsInput) (*ListUsageReportsOutput, error)
ListUsageReports API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListUsageReports for usage and error information.
func (*CDN) ListUsageReportsCommon ¶
func (c *CDN) ListUsageReportsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListUsageReportsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation ListUsageReportsCommon for usage and error information.
func (*CDN) ListUsageReportsCommonRequest ¶
func (c *CDN) ListUsageReportsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListUsageReportsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListUsageReportsCommon operation. The "output" return value will be populated with the ListUsageReportsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListUsageReportsCommon Request to send the API call to the service. the "output" return value is not valid until after ListUsageReportsCommon Send returns without error.
See ListUsageReportsCommon for more information on using the ListUsageReportsCommon API call, and error handling.
// Example sending a request using the ListUsageReportsCommonRequest method. req, resp := client.ListUsageReportsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListUsageReportsCommonWithContext ¶
func (c *CDN) ListUsageReportsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListUsageReportsCommonWithContext is the same as ListUsageReportsCommon with the addition of the ability to pass a context and additional request options.
See ListUsageReportsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) ListUsageReportsRequest ¶
func (c *CDN) ListUsageReportsRequest(input *ListUsageReportsInput) (req *request.Request, output *ListUsageReportsOutput)
ListUsageReportsRequest generates a "volcengine/request.Request" representing the client's request for the ListUsageReports operation. The "output" return value will be populated with the ListUsageReportsCommon request's response once the request completes successfully.
Use "Send" method on the returned ListUsageReportsCommon Request to send the API call to the service. the "output" return value is not valid until after ListUsageReportsCommon Send returns without error.
See ListUsageReports for more information on using the ListUsageReports API call, and error handling.
// Example sending a request using the ListUsageReportsRequest method. req, resp := client.ListUsageReportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) ListUsageReportsWithContext ¶
func (c *CDN) ListUsageReportsWithContext(ctx volcengine.Context, input *ListUsageReportsInput, opts ...request.Option) (*ListUsageReportsOutput, error)
ListUsageReportsWithContext is the same as ListUsageReports with the addition of the ability to pass a context and additional request options.
See ListUsageReports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) StartCdnDomain ¶
func (c *CDN) StartCdnDomain(input *StartCdnDomainInput) (*StartCdnDomainOutput, error)
StartCdnDomain API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation StartCdnDomain for usage and error information.
func (*CDN) StartCdnDomainCommon ¶
StartCdnDomainCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation StartCdnDomainCommon for usage and error information.
func (*CDN) StartCdnDomainCommonRequest ¶
func (c *CDN) StartCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StartCdnDomainCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartCdnDomainCommon operation. The "output" return value will be populated with the StartCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned StartCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after StartCdnDomainCommon Send returns without error.
See StartCdnDomainCommon for more information on using the StartCdnDomainCommon API call, and error handling.
// Example sending a request using the StartCdnDomainCommonRequest method. req, resp := client.StartCdnDomainCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) StartCdnDomainCommonWithContext ¶
func (c *CDN) StartCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StartCdnDomainCommonWithContext is the same as StartCdnDomainCommon with the addition of the ability to pass a context and additional request options.
See StartCdnDomainCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) StartCdnDomainRequest ¶
func (c *CDN) StartCdnDomainRequest(input *StartCdnDomainInput) (req *request.Request, output *StartCdnDomainOutput)
StartCdnDomainRequest generates a "volcengine/request.Request" representing the client's request for the StartCdnDomain operation. The "output" return value will be populated with the StartCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned StartCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after StartCdnDomainCommon Send returns without error.
See StartCdnDomain for more information on using the StartCdnDomain API call, and error handling.
// Example sending a request using the StartCdnDomainRequest method. req, resp := client.StartCdnDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) StartCdnDomainWithContext ¶
func (c *CDN) StartCdnDomainWithContext(ctx volcengine.Context, input *StartCdnDomainInput, opts ...request.Option) (*StartCdnDomainOutput, error)
StartCdnDomainWithContext is the same as StartCdnDomain with the addition of the ability to pass a context and additional request options.
See StartCdnDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) StopCdnDomain ¶
func (c *CDN) StopCdnDomain(input *StopCdnDomainInput) (*StopCdnDomainOutput, error)
StopCdnDomain API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation StopCdnDomain for usage and error information.
func (*CDN) StopCdnDomainCommon ¶
StopCdnDomainCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation StopCdnDomainCommon for usage and error information.
func (*CDN) StopCdnDomainCommonRequest ¶
func (c *CDN) StopCdnDomainCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopCdnDomainCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopCdnDomainCommon operation. The "output" return value will be populated with the StopCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned StopCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after StopCdnDomainCommon Send returns without error.
See StopCdnDomainCommon for more information on using the StopCdnDomainCommon API call, and error handling.
// Example sending a request using the StopCdnDomainCommonRequest method. req, resp := client.StopCdnDomainCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) StopCdnDomainCommonWithContext ¶
func (c *CDN) StopCdnDomainCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopCdnDomainCommonWithContext is the same as StopCdnDomainCommon with the addition of the ability to pass a context and additional request options.
See StopCdnDomainCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) StopCdnDomainRequest ¶
func (c *CDN) StopCdnDomainRequest(input *StopCdnDomainInput) (req *request.Request, output *StopCdnDomainOutput)
StopCdnDomainRequest generates a "volcengine/request.Request" representing the client's request for the StopCdnDomain operation. The "output" return value will be populated with the StopCdnDomainCommon request's response once the request completes successfully.
Use "Send" method on the returned StopCdnDomainCommon Request to send the API call to the service. the "output" return value is not valid until after StopCdnDomainCommon Send returns without error.
See StopCdnDomain for more information on using the StopCdnDomain API call, and error handling.
// Example sending a request using the StopCdnDomainRequest method. req, resp := client.StopCdnDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) StopCdnDomainWithContext ¶
func (c *CDN) StopCdnDomainWithContext(ctx volcengine.Context, input *StopCdnDomainInput, opts ...request.Option) (*StopCdnDomainOutput, error)
StopCdnDomainWithContext is the same as StopCdnDomain with the addition of the ability to pass a context and additional request options.
See StopCdnDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitBlockTask ¶
func (c *CDN) SubmitBlockTask(input *SubmitBlockTaskInput) (*SubmitBlockTaskOutput, error)
SubmitBlockTask API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitBlockTask for usage and error information.
func (*CDN) SubmitBlockTaskCommon ¶
SubmitBlockTaskCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitBlockTaskCommon for usage and error information.
func (*CDN) SubmitBlockTaskCommonRequest ¶
func (c *CDN) SubmitBlockTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SubmitBlockTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the SubmitBlockTaskCommon operation. The "output" return value will be populated with the SubmitBlockTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitBlockTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitBlockTaskCommon Send returns without error.
See SubmitBlockTaskCommon for more information on using the SubmitBlockTaskCommon API call, and error handling.
// Example sending a request using the SubmitBlockTaskCommonRequest method. req, resp := client.SubmitBlockTaskCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitBlockTaskCommonWithContext ¶
func (c *CDN) SubmitBlockTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SubmitBlockTaskCommonWithContext is the same as SubmitBlockTaskCommon with the addition of the ability to pass a context and additional request options.
See SubmitBlockTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitBlockTaskRequest ¶
func (c *CDN) SubmitBlockTaskRequest(input *SubmitBlockTaskInput) (req *request.Request, output *SubmitBlockTaskOutput)
SubmitBlockTaskRequest generates a "volcengine/request.Request" representing the client's request for the SubmitBlockTask operation. The "output" return value will be populated with the SubmitBlockTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitBlockTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitBlockTaskCommon Send returns without error.
See SubmitBlockTask for more information on using the SubmitBlockTask API call, and error handling.
// Example sending a request using the SubmitBlockTaskRequest method. req, resp := client.SubmitBlockTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitBlockTaskWithContext ¶
func (c *CDN) SubmitBlockTaskWithContext(ctx volcengine.Context, input *SubmitBlockTaskInput, opts ...request.Option) (*SubmitBlockTaskOutput, error)
SubmitBlockTaskWithContext is the same as SubmitBlockTask with the addition of the ability to pass a context and additional request options.
See SubmitBlockTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitPreloadTask ¶
func (c *CDN) SubmitPreloadTask(input *SubmitPreloadTaskInput) (*SubmitPreloadTaskOutput, error)
SubmitPreloadTask API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitPreloadTask for usage and error information.
func (*CDN) SubmitPreloadTaskCommon ¶
func (c *CDN) SubmitPreloadTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SubmitPreloadTaskCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitPreloadTaskCommon for usage and error information.
func (*CDN) SubmitPreloadTaskCommonRequest ¶
func (c *CDN) SubmitPreloadTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SubmitPreloadTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the SubmitPreloadTaskCommon operation. The "output" return value will be populated with the SubmitPreloadTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitPreloadTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitPreloadTaskCommon Send returns without error.
See SubmitPreloadTaskCommon for more information on using the SubmitPreloadTaskCommon API call, and error handling.
// Example sending a request using the SubmitPreloadTaskCommonRequest method. req, resp := client.SubmitPreloadTaskCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitPreloadTaskCommonWithContext ¶
func (c *CDN) SubmitPreloadTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SubmitPreloadTaskCommonWithContext is the same as SubmitPreloadTaskCommon with the addition of the ability to pass a context and additional request options.
See SubmitPreloadTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitPreloadTaskRequest ¶
func (c *CDN) SubmitPreloadTaskRequest(input *SubmitPreloadTaskInput) (req *request.Request, output *SubmitPreloadTaskOutput)
SubmitPreloadTaskRequest generates a "volcengine/request.Request" representing the client's request for the SubmitPreloadTask operation. The "output" return value will be populated with the SubmitPreloadTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitPreloadTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitPreloadTaskCommon Send returns without error.
See SubmitPreloadTask for more information on using the SubmitPreloadTask API call, and error handling.
// Example sending a request using the SubmitPreloadTaskRequest method. req, resp := client.SubmitPreloadTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitPreloadTaskWithContext ¶
func (c *CDN) SubmitPreloadTaskWithContext(ctx volcengine.Context, input *SubmitPreloadTaskInput, opts ...request.Option) (*SubmitPreloadTaskOutput, error)
SubmitPreloadTaskWithContext is the same as SubmitPreloadTask with the addition of the ability to pass a context and additional request options.
See SubmitPreloadTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitRefreshTask ¶
func (c *CDN) SubmitRefreshTask(input *SubmitRefreshTaskInput) (*SubmitRefreshTaskOutput, error)
SubmitRefreshTask API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitRefreshTask for usage and error information.
func (*CDN) SubmitRefreshTaskCommon ¶
func (c *CDN) SubmitRefreshTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SubmitRefreshTaskCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitRefreshTaskCommon for usage and error information.
func (*CDN) SubmitRefreshTaskCommonRequest ¶
func (c *CDN) SubmitRefreshTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SubmitRefreshTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the SubmitRefreshTaskCommon operation. The "output" return value will be populated with the SubmitRefreshTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitRefreshTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitRefreshTaskCommon Send returns without error.
See SubmitRefreshTaskCommon for more information on using the SubmitRefreshTaskCommon API call, and error handling.
// Example sending a request using the SubmitRefreshTaskCommonRequest method. req, resp := client.SubmitRefreshTaskCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitRefreshTaskCommonWithContext ¶
func (c *CDN) SubmitRefreshTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SubmitRefreshTaskCommonWithContext is the same as SubmitRefreshTaskCommon with the addition of the ability to pass a context and additional request options.
See SubmitRefreshTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitRefreshTaskRequest ¶
func (c *CDN) SubmitRefreshTaskRequest(input *SubmitRefreshTaskInput) (req *request.Request, output *SubmitRefreshTaskOutput)
SubmitRefreshTaskRequest generates a "volcengine/request.Request" representing the client's request for the SubmitRefreshTask operation. The "output" return value will be populated with the SubmitRefreshTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitRefreshTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitRefreshTaskCommon Send returns without error.
See SubmitRefreshTask for more information on using the SubmitRefreshTask API call, and error handling.
// Example sending a request using the SubmitRefreshTaskRequest method. req, resp := client.SubmitRefreshTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitRefreshTaskWithContext ¶
func (c *CDN) SubmitRefreshTaskWithContext(ctx volcengine.Context, input *SubmitRefreshTaskInput, opts ...request.Option) (*SubmitRefreshTaskOutput, error)
SubmitRefreshTaskWithContext is the same as SubmitRefreshTask with the addition of the ability to pass a context and additional request options.
See SubmitRefreshTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitUnblockTask ¶
func (c *CDN) SubmitUnblockTask(input *SubmitUnblockTaskInput) (*SubmitUnblockTaskOutput, error)
SubmitUnblockTask API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitUnblockTask for usage and error information.
func (*CDN) SubmitUnblockTaskCommon ¶
func (c *CDN) SubmitUnblockTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SubmitUnblockTaskCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation SubmitUnblockTaskCommon for usage and error information.
func (*CDN) SubmitUnblockTaskCommonRequest ¶
func (c *CDN) SubmitUnblockTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SubmitUnblockTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the SubmitUnblockTaskCommon operation. The "output" return value will be populated with the SubmitUnblockTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitUnblockTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitUnblockTaskCommon Send returns without error.
See SubmitUnblockTaskCommon for more information on using the SubmitUnblockTaskCommon API call, and error handling.
// Example sending a request using the SubmitUnblockTaskCommonRequest method. req, resp := client.SubmitUnblockTaskCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitUnblockTaskCommonWithContext ¶
func (c *CDN) SubmitUnblockTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SubmitUnblockTaskCommonWithContext is the same as SubmitUnblockTaskCommon with the addition of the ability to pass a context and additional request options.
See SubmitUnblockTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) SubmitUnblockTaskRequest ¶
func (c *CDN) SubmitUnblockTaskRequest(input *SubmitUnblockTaskInput) (req *request.Request, output *SubmitUnblockTaskOutput)
SubmitUnblockTaskRequest generates a "volcengine/request.Request" representing the client's request for the SubmitUnblockTask operation. The "output" return value will be populated with the SubmitUnblockTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned SubmitUnblockTaskCommon Request to send the API call to the service. the "output" return value is not valid until after SubmitUnblockTaskCommon Send returns without error.
See SubmitUnblockTask for more information on using the SubmitUnblockTask API call, and error handling.
// Example sending a request using the SubmitUnblockTaskRequest method. req, resp := client.SubmitUnblockTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) SubmitUnblockTaskWithContext ¶
func (c *CDN) SubmitUnblockTaskWithContext(ctx volcengine.Context, input *SubmitUnblockTaskInput, opts ...request.Option) (*SubmitUnblockTaskOutput, error)
SubmitUnblockTaskWithContext is the same as SubmitUnblockTask with the addition of the ability to pass a context and additional request options.
See SubmitUnblockTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) UpdateCdnConfig ¶
func (c *CDN) UpdateCdnConfig(input *UpdateCdnConfigInput) (*UpdateCdnConfigOutput, error)
UpdateCdnConfig API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation UpdateCdnConfig for usage and error information.
func (*CDN) UpdateCdnConfigCommon ¶
UpdateCdnConfigCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation UpdateCdnConfigCommon for usage and error information.
func (*CDN) UpdateCdnConfigCommonRequest ¶
func (c *CDN) UpdateCdnConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateCdnConfigCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCdnConfigCommon operation. The "output" return value will be populated with the UpdateCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCdnConfigCommon Send returns without error.
See UpdateCdnConfigCommon for more information on using the UpdateCdnConfigCommon API call, and error handling.
// Example sending a request using the UpdateCdnConfigCommonRequest method. req, resp := client.UpdateCdnConfigCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) UpdateCdnConfigCommonWithContext ¶
func (c *CDN) UpdateCdnConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateCdnConfigCommonWithContext is the same as UpdateCdnConfigCommon with the addition of the ability to pass a context and additional request options.
See UpdateCdnConfigCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) UpdateCdnConfigRequest ¶
func (c *CDN) UpdateCdnConfigRequest(input *UpdateCdnConfigInput) (req *request.Request, output *UpdateCdnConfigOutput)
UpdateCdnConfigRequest generates a "volcengine/request.Request" representing the client's request for the UpdateCdnConfig operation. The "output" return value will be populated with the UpdateCdnConfigCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateCdnConfigCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateCdnConfigCommon Send returns without error.
See UpdateCdnConfig for more information on using the UpdateCdnConfig API call, and error handling.
// Example sending a request using the UpdateCdnConfigRequest method. req, resp := client.UpdateCdnConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) UpdateCdnConfigWithContext ¶
func (c *CDN) UpdateCdnConfigWithContext(ctx volcengine.Context, input *UpdateCdnConfigInput, opts ...request.Option) (*UpdateCdnConfigOutput, error)
UpdateCdnConfigWithContext is the same as UpdateCdnConfig with the addition of the ability to pass a context and additional request options.
See UpdateCdnConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) UpdateResourceTags ¶
func (c *CDN) UpdateResourceTags(input *UpdateResourceTagsInput) (*UpdateResourceTagsOutput, error)
UpdateResourceTags API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation UpdateResourceTags for usage and error information.
func (*CDN) UpdateResourceTagsCommon ¶
func (c *CDN) UpdateResourceTagsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateResourceTagsCommon API operation for CDN.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for CDN's API operation UpdateResourceTagsCommon for usage and error information.
func (*CDN) UpdateResourceTagsCommonRequest ¶
func (c *CDN) UpdateResourceTagsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateResourceTagsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceTagsCommon operation. The "output" return value will be populated with the UpdateResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceTagsCommon Send returns without error.
See UpdateResourceTagsCommon for more information on using the UpdateResourceTagsCommon API call, and error handling.
// Example sending a request using the UpdateResourceTagsCommonRequest method. req, resp := client.UpdateResourceTagsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) UpdateResourceTagsCommonWithContext ¶
func (c *CDN) UpdateResourceTagsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateResourceTagsCommonWithContext is the same as UpdateResourceTagsCommon with the addition of the ability to pass a context and additional request options.
See UpdateResourceTagsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CDN) UpdateResourceTagsRequest ¶
func (c *CDN) UpdateResourceTagsRequest(input *UpdateResourceTagsInput) (req *request.Request, output *UpdateResourceTagsOutput)
UpdateResourceTagsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateResourceTags operation. The "output" return value will be populated with the UpdateResourceTagsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateResourceTagsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateResourceTagsCommon Send returns without error.
See UpdateResourceTags for more information on using the UpdateResourceTags API call, and error handling.
// Example sending a request using the UpdateResourceTagsRequest method. req, resp := client.UpdateResourceTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CDN) UpdateResourceTagsWithContext ¶
func (c *CDN) UpdateResourceTagsWithContext(ctx volcengine.Context, input *UpdateResourceTagsInput, opts ...request.Option) (*UpdateResourceTagsOutput, error)
UpdateResourceTagsWithContext is the same as UpdateResourceTags with the addition of the ability to pass a context and additional request options.
See UpdateResourceTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type CDNAPI ¶
type CDNAPI interface { AddCdnDomainCommon(*map[string]interface{}) (*map[string]interface{}, error) AddCdnDomainCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddCdnDomainCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddCdnDomain(*AddCdnDomainInput) (*AddCdnDomainOutput, error) AddCdnDomainWithContext(volcengine.Context, *AddCdnDomainInput, ...request.Option) (*AddCdnDomainOutput, error) AddCdnDomainRequest(*AddCdnDomainInput) (*request.Request, *AddCdnDomainOutput) AddCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error) AddCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddCertificate(*AddCertificateInput) (*AddCertificateOutput, error) AddCertificateWithContext(volcengine.Context, *AddCertificateInput, ...request.Option) (*AddCertificateOutput, error) AddCertificateRequest(*AddCertificateInput) (*request.Request, *AddCertificateOutput) AddResourceTagsCommon(*map[string]interface{}) (*map[string]interface{}, error) AddResourceTagsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddResourceTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddResourceTags(*AddResourceTagsInput) (*AddResourceTagsOutput, error) AddResourceTagsWithContext(volcengine.Context, *AddResourceTagsInput, ...request.Option) (*AddResourceTagsOutput, error) AddResourceTagsRequest(*AddResourceTagsInput) (*request.Request, *AddResourceTagsOutput) BatchDeployCertCommon(*map[string]interface{}) (*map[string]interface{}, error) BatchDeployCertCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) BatchDeployCertCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) BatchDeployCert(*BatchDeployCertInput) (*BatchDeployCertOutput, error) BatchDeployCertWithContext(volcengine.Context, *BatchDeployCertInput, ...request.Option) (*BatchDeployCertOutput, error) BatchDeployCertRequest(*BatchDeployCertInput) (*request.Request, *BatchDeployCertOutput) BatchUpdateCdnConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) BatchUpdateCdnConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) BatchUpdateCdnConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) BatchUpdateCdnConfig(*BatchUpdateCdnConfigInput) (*BatchUpdateCdnConfigOutput, error) BatchUpdateCdnConfigWithContext(volcengine.Context, *BatchUpdateCdnConfigInput, ...request.Option) (*BatchUpdateCdnConfigOutput, error) BatchUpdateCdnConfigRequest(*BatchUpdateCdnConfigInput) (*request.Request, *BatchUpdateCdnConfigOutput) CreateUsageReportCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateUsageReportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateUsageReportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateUsageReport(*CreateUsageReportInput) (*CreateUsageReportOutput, error) CreateUsageReportWithContext(volcengine.Context, *CreateUsageReportInput, ...request.Option) (*CreateUsageReportOutput, error) CreateUsageReportRequest(*CreateUsageReportInput) (*request.Request, *CreateUsageReportOutput) DeleteCdnCertificateCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteCdnCertificateCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteCdnCertificateCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteCdnCertificate(*DeleteCdnCertificateInput) (*DeleteCdnCertificateOutput, error) DeleteCdnCertificateWithContext(volcengine.Context, *DeleteCdnCertificateInput, ...request.Option) (*DeleteCdnCertificateOutput, error) DeleteCdnCertificateRequest(*DeleteCdnCertificateInput) (*request.Request, *DeleteCdnCertificateOutput) DeleteCdnDomainCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteCdnDomainCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteCdnDomainCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteCdnDomain(*DeleteCdnDomainInput) (*DeleteCdnDomainOutput, error) DeleteCdnDomainWithContext(volcengine.Context, *DeleteCdnDomainInput, ...request.Option) (*DeleteCdnDomainOutput, error) DeleteCdnDomainRequest(*DeleteCdnDomainInput) (*request.Request, *DeleteCdnDomainOutput) DeleteResourceTagsCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteResourceTagsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteResourceTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteResourceTags(*DeleteResourceTagsInput) (*DeleteResourceTagsOutput, error) DeleteResourceTagsWithContext(volcengine.Context, *DeleteResourceTagsInput, ...request.Option) (*DeleteResourceTagsOutput, error) DeleteResourceTagsRequest(*DeleteResourceTagsInput) (*request.Request, *DeleteResourceTagsOutput) DeleteUsageReportCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteUsageReportCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteUsageReportCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteUsageReport(*DeleteUsageReportInput) (*DeleteUsageReportOutput, error) DeleteUsageReportWithContext(volcengine.Context, *DeleteUsageReportInput, ...request.Option) (*DeleteUsageReportOutput, error) DeleteUsageReportRequest(*DeleteUsageReportInput) (*request.Request, *DeleteUsageReportOutput) DescribeCdnAccessLogCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnAccessLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnAccessLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnAccessLog(*DescribeCdnAccessLogInput) (*DescribeCdnAccessLogOutput, error) DescribeCdnAccessLogWithContext(volcengine.Context, *DescribeCdnAccessLogInput, ...request.Option) (*DescribeCdnAccessLogOutput, error) DescribeCdnAccessLogRequest(*DescribeCdnAccessLogInput) (*request.Request, *DescribeCdnAccessLogOutput) DescribeCdnConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnConfig(*DescribeCdnConfigInput) (*DescribeCdnConfigOutput, error) DescribeCdnConfigWithContext(volcengine.Context, *DescribeCdnConfigInput, ...request.Option) (*DescribeCdnConfigOutput, error) DescribeCdnConfigRequest(*DescribeCdnConfigInput) (*request.Request, *DescribeCdnConfigOutput) DescribeCdnEdgeIpCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnEdgeIpCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnEdgeIpCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnEdgeIp(*DescribeCdnEdgeIpInput) (*DescribeCdnEdgeIpOutput, error) DescribeCdnEdgeIpWithContext(volcengine.Context, *DescribeCdnEdgeIpInput, ...request.Option) (*DescribeCdnEdgeIpOutput, error) DescribeCdnEdgeIpRequest(*DescribeCdnEdgeIpInput) (*request.Request, *DescribeCdnEdgeIpOutput) DescribeCdnIPCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnIPCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnIPCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnIP(*DescribeCdnIPInput) (*DescribeCdnIPOutput, error) DescribeCdnIPWithContext(volcengine.Context, *DescribeCdnIPInput, ...request.Option) (*DescribeCdnIPOutput, error) DescribeCdnIPRequest(*DescribeCdnIPInput) (*request.Request, *DescribeCdnIPOutput) DescribeCdnRegionAndIspCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnRegionAndIspCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnRegionAndIspCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnRegionAndIsp(*DescribeCdnRegionAndIspInput) (*DescribeCdnRegionAndIspOutput, error) DescribeCdnRegionAndIspWithContext(volcengine.Context, *DescribeCdnRegionAndIspInput, ...request.Option) (*DescribeCdnRegionAndIspOutput, error) DescribeCdnRegionAndIspRequest(*DescribeCdnRegionAndIspInput) (*request.Request, *DescribeCdnRegionAndIspOutput) DescribeCdnServiceCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnService(*DescribeCdnServiceInput) (*DescribeCdnServiceOutput, error) DescribeCdnServiceWithContext(volcengine.Context, *DescribeCdnServiceInput, ...request.Option) (*DescribeCdnServiceOutput, error) DescribeCdnServiceRequest(*DescribeCdnServiceInput) (*request.Request, *DescribeCdnServiceOutput) DescribeCdnUpperIpCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCdnUpperIpCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCdnUpperIpCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCdnUpperIp(*DescribeCdnUpperIpInput) (*DescribeCdnUpperIpOutput, error) DescribeCdnUpperIpWithContext(volcengine.Context, *DescribeCdnUpperIpInput, ...request.Option) (*DescribeCdnUpperIpOutput, error) DescribeCdnUpperIpRequest(*DescribeCdnUpperIpInput) (*request.Request, *DescribeCdnUpperIpOutput) DescribeCertConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeCertConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeCertConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeCertConfig(*DescribeCertConfigInput) (*DescribeCertConfigOutput, error) DescribeCertConfigWithContext(volcengine.Context, *DescribeCertConfigInput, ...request.Option) (*DescribeCertConfigOutput, error) DescribeCertConfigRequest(*DescribeCertConfigInput) (*request.Request, *DescribeCertConfigOutput) DescribeContentBlockTasksCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeContentBlockTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeContentBlockTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeContentBlockTasks(*DescribeContentBlockTasksInput) (*DescribeContentBlockTasksOutput, error) DescribeContentBlockTasksWithContext(volcengine.Context, *DescribeContentBlockTasksInput, ...request.Option) (*DescribeContentBlockTasksOutput, error) DescribeContentBlockTasksRequest(*DescribeContentBlockTasksInput) (*request.Request, *DescribeContentBlockTasksOutput) DescribeContentQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeContentQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeContentQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeContentQuota(*DescribeContentQuotaInput) (*DescribeContentQuotaOutput, error) DescribeContentQuotaWithContext(volcengine.Context, *DescribeContentQuotaInput, ...request.Option) (*DescribeContentQuotaOutput, error) DescribeContentQuotaRequest(*DescribeContentQuotaInput) (*request.Request, *DescribeContentQuotaOutput) DescribeContentTasksCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeContentTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeContentTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeContentTasks(*DescribeContentTasksInput) (*DescribeContentTasksOutput, error) DescribeContentTasksWithContext(volcengine.Context, *DescribeContentTasksInput, ...request.Option) (*DescribeContentTasksOutput, error) DescribeContentTasksRequest(*DescribeContentTasksInput) (*request.Request, *DescribeContentTasksOutput) DescribeDistrictDataCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeDistrictDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeDistrictDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeDistrictData(*DescribeDistrictDataInput) (*DescribeDistrictDataOutput, error) DescribeDistrictDataWithContext(volcengine.Context, *DescribeDistrictDataInput, ...request.Option) (*DescribeDistrictDataOutput, error) DescribeDistrictDataRequest(*DescribeDistrictDataInput) (*request.Request, *DescribeDistrictDataOutput) DescribeDistrictRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeDistrictRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeDistrictRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeDistrictRanking(*DescribeDistrictRankingInput) (*DescribeDistrictRankingOutput, error) DescribeDistrictRankingWithContext(volcengine.Context, *DescribeDistrictRankingInput, ...request.Option) (*DescribeDistrictRankingOutput, error) DescribeDistrictRankingRequest(*DescribeDistrictRankingInput) (*request.Request, *DescribeDistrictRankingOutput) DescribeDistrictSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeDistrictSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeDistrictSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeDistrictSummary(*DescribeDistrictSummaryInput) (*DescribeDistrictSummaryOutput, error) DescribeDistrictSummaryWithContext(volcengine.Context, *DescribeDistrictSummaryInput, ...request.Option) (*DescribeDistrictSummaryOutput, error) DescribeDistrictSummaryRequest(*DescribeDistrictSummaryInput) (*request.Request, *DescribeDistrictSummaryOutput) DescribeEdgeDataCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeEdgeDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeEdgeDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeEdgeData(*DescribeEdgeDataInput) (*DescribeEdgeDataOutput, error) DescribeEdgeDataWithContext(volcengine.Context, *DescribeEdgeDataInput, ...request.Option) (*DescribeEdgeDataOutput, error) DescribeEdgeDataRequest(*DescribeEdgeDataInput) (*request.Request, *DescribeEdgeDataOutput) DescribeEdgeRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeEdgeRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeEdgeRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeEdgeRanking(*DescribeEdgeRankingInput) (*DescribeEdgeRankingOutput, error) DescribeEdgeRankingWithContext(volcengine.Context, *DescribeEdgeRankingInput, ...request.Option) (*DescribeEdgeRankingOutput, error) DescribeEdgeRankingRequest(*DescribeEdgeRankingInput) (*request.Request, *DescribeEdgeRankingOutput) DescribeEdgeStatusCodeRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeEdgeStatusCodeRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeEdgeStatusCodeRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeEdgeStatusCodeRanking(*DescribeEdgeStatusCodeRankingInput) (*DescribeEdgeStatusCodeRankingOutput, error) DescribeEdgeStatusCodeRankingWithContext(volcengine.Context, *DescribeEdgeStatusCodeRankingInput, ...request.Option) (*DescribeEdgeStatusCodeRankingOutput, error) DescribeEdgeStatusCodeRankingRequest(*DescribeEdgeStatusCodeRankingInput) (*request.Request, *DescribeEdgeStatusCodeRankingOutput) DescribeEdgeSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeEdgeSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeEdgeSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeEdgeSummary(*DescribeEdgeSummaryInput) (*DescribeEdgeSummaryOutput, error) DescribeEdgeSummaryWithContext(volcengine.Context, *DescribeEdgeSummaryInput, ...request.Option) (*DescribeEdgeSummaryOutput, error) DescribeEdgeSummaryRequest(*DescribeEdgeSummaryInput) (*request.Request, *DescribeEdgeSummaryOutput) DescribeOriginDataCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeOriginDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeOriginDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeOriginData(*DescribeOriginDataInput) (*DescribeOriginDataOutput, error) DescribeOriginDataWithContext(volcengine.Context, *DescribeOriginDataInput, ...request.Option) (*DescribeOriginDataOutput, error) DescribeOriginDataRequest(*DescribeOriginDataInput) (*request.Request, *DescribeOriginDataOutput) DescribeOriginRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeOriginRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeOriginRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeOriginRanking(*DescribeOriginRankingInput) (*DescribeOriginRankingOutput, error) DescribeOriginRankingWithContext(volcengine.Context, *DescribeOriginRankingInput, ...request.Option) (*DescribeOriginRankingOutput, error) DescribeOriginRankingRequest(*DescribeOriginRankingInput) (*request.Request, *DescribeOriginRankingOutput) DescribeOriginStatusCodeRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeOriginStatusCodeRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeOriginStatusCodeRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeOriginStatusCodeRanking(*DescribeOriginStatusCodeRankingInput) (*DescribeOriginStatusCodeRankingOutput, error) DescribeOriginStatusCodeRankingWithContext(volcengine.Context, *DescribeOriginStatusCodeRankingInput, ...request.Option) (*DescribeOriginStatusCodeRankingOutput, error) DescribeOriginStatusCodeRankingRequest(*DescribeOriginStatusCodeRankingInput) (*request.Request, *DescribeOriginStatusCodeRankingOutput) DescribeOriginSummaryCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeOriginSummaryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeOriginSummaryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeOriginSummary(*DescribeOriginSummaryInput) (*DescribeOriginSummaryOutput, error) DescribeOriginSummaryWithContext(volcengine.Context, *DescribeOriginSummaryInput, ...request.Option) (*DescribeOriginSummaryOutput, error) DescribeOriginSummaryRequest(*DescribeOriginSummaryInput) (*request.Request, *DescribeOriginSummaryOutput) DescribeStatisticalRankingCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeStatisticalRankingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeStatisticalRankingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeStatisticalRanking(*DescribeStatisticalRankingInput) (*DescribeStatisticalRankingOutput, error) DescribeStatisticalRankingWithContext(volcengine.Context, *DescribeStatisticalRankingInput, ...request.Option) (*DescribeStatisticalRankingOutput, error) DescribeStatisticalRankingRequest(*DescribeStatisticalRankingInput) (*request.Request, *DescribeStatisticalRankingOutput) DescribeUserDataCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeUserDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeUserDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeUserData(*DescribeUserDataInput) (*DescribeUserDataOutput, error) DescribeUserDataWithContext(volcengine.Context, *DescribeUserDataInput, ...request.Option) (*DescribeUserDataOutput, error) DescribeUserDataRequest(*DescribeUserDataInput) (*request.Request, *DescribeUserDataOutput) ListCdnCertInfoCommon(*map[string]interface{}) (*map[string]interface{}, error) ListCdnCertInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListCdnCertInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListCdnCertInfo(*ListCdnCertInfoInput) (*ListCdnCertInfoOutput, error) ListCdnCertInfoWithContext(volcengine.Context, *ListCdnCertInfoInput, ...request.Option) (*ListCdnCertInfoOutput, error) ListCdnCertInfoRequest(*ListCdnCertInfoInput) (*request.Request, *ListCdnCertInfoOutput) ListCdnDomainsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListCdnDomainsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListCdnDomainsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListCdnDomains(*ListCdnDomainsInput) (*ListCdnDomainsOutput, error) ListCdnDomainsWithContext(volcengine.Context, *ListCdnDomainsInput, ...request.Option) (*ListCdnDomainsOutput, error) ListCdnDomainsRequest(*ListCdnDomainsInput) (*request.Request, *ListCdnDomainsOutput) ListCertInfoCommon(*map[string]interface{}) (*map[string]interface{}, error) ListCertInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListCertInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListCertInfo(*ListCertInfoInput) (*ListCertInfoOutput, error) ListCertInfoWithContext(volcengine.Context, *ListCertInfoInput, ...request.Option) (*ListCertInfoOutput, error) ListCertInfoRequest(*ListCertInfoInput) (*request.Request, *ListCertInfoOutput) ListResourceTagsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListResourceTagsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListResourceTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListResourceTags(*ListResourceTagsInput) (*ListResourceTagsOutput, error) ListResourceTagsWithContext(volcengine.Context, *ListResourceTagsInput, ...request.Option) (*ListResourceTagsOutput, error) ListResourceTagsRequest(*ListResourceTagsInput) (*request.Request, *ListResourceTagsOutput) ListUsageReportsCommon(*map[string]interface{}) (*map[string]interface{}, error) ListUsageReportsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ListUsageReportsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ListUsageReports(*ListUsageReportsInput) (*ListUsageReportsOutput, error) ListUsageReportsWithContext(volcengine.Context, *ListUsageReportsInput, ...request.Option) (*ListUsageReportsOutput, error) ListUsageReportsRequest(*ListUsageReportsInput) (*request.Request, *ListUsageReportsOutput) StartCdnDomainCommon(*map[string]interface{}) (*map[string]interface{}, error) StartCdnDomainCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) StartCdnDomainCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) StartCdnDomain(*StartCdnDomainInput) (*StartCdnDomainOutput, error) StartCdnDomainWithContext(volcengine.Context, *StartCdnDomainInput, ...request.Option) (*StartCdnDomainOutput, error) StartCdnDomainRequest(*StartCdnDomainInput) (*request.Request, *StartCdnDomainOutput) StopCdnDomainCommon(*map[string]interface{}) (*map[string]interface{}, error) StopCdnDomainCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) StopCdnDomainCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) StopCdnDomain(*StopCdnDomainInput) (*StopCdnDomainOutput, error) StopCdnDomainWithContext(volcengine.Context, *StopCdnDomainInput, ...request.Option) (*StopCdnDomainOutput, error) StopCdnDomainRequest(*StopCdnDomainInput) (*request.Request, *StopCdnDomainOutput) SubmitBlockTaskCommon(*map[string]interface{}) (*map[string]interface{}, error) SubmitBlockTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SubmitBlockTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SubmitBlockTask(*SubmitBlockTaskInput) (*SubmitBlockTaskOutput, error) SubmitBlockTaskWithContext(volcengine.Context, *SubmitBlockTaskInput, ...request.Option) (*SubmitBlockTaskOutput, error) SubmitBlockTaskRequest(*SubmitBlockTaskInput) (*request.Request, *SubmitBlockTaskOutput) SubmitPreloadTaskCommon(*map[string]interface{}) (*map[string]interface{}, error) SubmitPreloadTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SubmitPreloadTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SubmitPreloadTask(*SubmitPreloadTaskInput) (*SubmitPreloadTaskOutput, error) SubmitPreloadTaskWithContext(volcengine.Context, *SubmitPreloadTaskInput, ...request.Option) (*SubmitPreloadTaskOutput, error) SubmitPreloadTaskRequest(*SubmitPreloadTaskInput) (*request.Request, *SubmitPreloadTaskOutput) SubmitRefreshTaskCommon(*map[string]interface{}) (*map[string]interface{}, error) SubmitRefreshTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SubmitRefreshTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SubmitRefreshTask(*SubmitRefreshTaskInput) (*SubmitRefreshTaskOutput, error) SubmitRefreshTaskWithContext(volcengine.Context, *SubmitRefreshTaskInput, ...request.Option) (*SubmitRefreshTaskOutput, error) SubmitRefreshTaskRequest(*SubmitRefreshTaskInput) (*request.Request, *SubmitRefreshTaskOutput) SubmitUnblockTaskCommon(*map[string]interface{}) (*map[string]interface{}, error) SubmitUnblockTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) SubmitUnblockTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) SubmitUnblockTask(*SubmitUnblockTaskInput) (*SubmitUnblockTaskOutput, error) SubmitUnblockTaskWithContext(volcengine.Context, *SubmitUnblockTaskInput, ...request.Option) (*SubmitUnblockTaskOutput, error) SubmitUnblockTaskRequest(*SubmitUnblockTaskInput) (*request.Request, *SubmitUnblockTaskOutput) UpdateCdnConfigCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateCdnConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateCdnConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateCdnConfig(*UpdateCdnConfigInput) (*UpdateCdnConfigOutput, error) UpdateCdnConfigWithContext(volcengine.Context, *UpdateCdnConfigInput, ...request.Option) (*UpdateCdnConfigOutput, error) UpdateCdnConfigRequest(*UpdateCdnConfigInput) (*request.Request, *UpdateCdnConfigOutput) UpdateResourceTagsCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateResourceTagsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateResourceTagsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateResourceTags(*UpdateResourceTagsInput) (*UpdateResourceTagsOutput, error) UpdateResourceTagsWithContext(volcengine.Context, *UpdateResourceTagsInput, ...request.Option) (*UpdateResourceTagsOutput, error) UpdateResourceTagsRequest(*UpdateResourceTagsInput) (*request.Request, *UpdateResourceTagsOutput) }
CDNAPI provides an interface to enable mocking the cdn.CDN service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // CDN. func myFunc(svc CDNAPI) bool { // Make svc.AddCdnDomain request } func main() { sess := session.New() svc := cdn.New(sess) myFunc(svc) }
type CacheActionForAddCdnDomainInput ¶
type CacheActionForAddCdnDomainInput struct { Action *string `type:"string"` DefaultPolicy *string `type:"string"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (CacheActionForAddCdnDomainInput) GoString ¶
func (s CacheActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheActionForAddCdnDomainInput) SetAction ¶
func (s *CacheActionForAddCdnDomainInput) SetAction(v string) *CacheActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*CacheActionForAddCdnDomainInput) SetDefaultPolicy ¶
func (s *CacheActionForAddCdnDomainInput) SetDefaultPolicy(v string) *CacheActionForAddCdnDomainInput
SetDefaultPolicy sets the DefaultPolicy field's value.
func (*CacheActionForAddCdnDomainInput) SetIgnoreCase ¶
func (s *CacheActionForAddCdnDomainInput) SetIgnoreCase(v bool) *CacheActionForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheActionForAddCdnDomainInput) SetTtl ¶
func (s *CacheActionForAddCdnDomainInput) SetTtl(v int64) *CacheActionForAddCdnDomainInput
SetTtl sets the Ttl field's value.
func (CacheActionForAddCdnDomainInput) String ¶
func (s CacheActionForAddCdnDomainInput) String() string
String returns the string representation
type CacheActionForBatchUpdateCdnConfigInput ¶
type CacheActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` DefaultPolicy *string `type:"string"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (CacheActionForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *CacheActionForBatchUpdateCdnConfigInput) SetAction(v string) *CacheActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*CacheActionForBatchUpdateCdnConfigInput) SetDefaultPolicy ¶
func (s *CacheActionForBatchUpdateCdnConfigInput) SetDefaultPolicy(v string) *CacheActionForBatchUpdateCdnConfigInput
SetDefaultPolicy sets the DefaultPolicy field's value.
func (*CacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheActionForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheActionForBatchUpdateCdnConfigInput) SetTtl ¶
func (s *CacheActionForBatchUpdateCdnConfigInput) SetTtl(v int64) *CacheActionForBatchUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (CacheActionForBatchUpdateCdnConfigInput) String ¶
func (s CacheActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheActionForDescribeCdnConfigOutput ¶
type CacheActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` DefaultPolicy *string `type:"string"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (CacheActionForDescribeCdnConfigOutput) GoString ¶
func (s CacheActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheActionForDescribeCdnConfigOutput) SetAction ¶
func (s *CacheActionForDescribeCdnConfigOutput) SetAction(v string) *CacheActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*CacheActionForDescribeCdnConfigOutput) SetDefaultPolicy ¶
func (s *CacheActionForDescribeCdnConfigOutput) SetDefaultPolicy(v string) *CacheActionForDescribeCdnConfigOutput
SetDefaultPolicy sets the DefaultPolicy field's value.
func (*CacheActionForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *CacheActionForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CacheActionForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheActionForDescribeCdnConfigOutput) SetTtl ¶
func (s *CacheActionForDescribeCdnConfigOutput) SetTtl(v int64) *CacheActionForDescribeCdnConfigOutput
SetTtl sets the Ttl field's value.
func (CacheActionForDescribeCdnConfigOutput) String ¶
func (s CacheActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheActionForUpdateCdnConfigInput ¶
type CacheActionForUpdateCdnConfigInput struct { Action *string `type:"string"` DefaultPolicy *string `type:"string"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (CacheActionForUpdateCdnConfigInput) GoString ¶
func (s CacheActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheActionForUpdateCdnConfigInput) SetAction ¶
func (s *CacheActionForUpdateCdnConfigInput) SetAction(v string) *CacheActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*CacheActionForUpdateCdnConfigInput) SetDefaultPolicy ¶
func (s *CacheActionForUpdateCdnConfigInput) SetDefaultPolicy(v string) *CacheActionForUpdateCdnConfigInput
SetDefaultPolicy sets the DefaultPolicy field's value.
func (*CacheActionForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CacheActionForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheActionForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheActionForUpdateCdnConfigInput) SetTtl ¶
func (s *CacheActionForUpdateCdnConfigInput) SetTtl(v int64) *CacheActionForUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (CacheActionForUpdateCdnConfigInput) String ¶
func (s CacheActionForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheForAddCdnDomainInput ¶
type CacheForAddCdnDomainInput struct { CacheAction *CacheActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CacheForAddCdnDomainInput) GoString ¶
func (s CacheForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheForAddCdnDomainInput) SetCacheAction ¶
func (s *CacheForAddCdnDomainInput) SetCacheAction(v *CacheActionForAddCdnDomainInput) *CacheForAddCdnDomainInput
SetCacheAction sets the CacheAction field's value.
func (*CacheForAddCdnDomainInput) SetCondition ¶
func (s *CacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (CacheForAddCdnDomainInput) String ¶
func (s CacheForAddCdnDomainInput) String() string
String returns the string representation
type CacheForBatchUpdateCdnConfigInput ¶
type CacheForBatchUpdateCdnConfigInput struct { CacheAction *CacheActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheForBatchUpdateCdnConfigInput) SetCacheAction ¶
func (s *CacheForBatchUpdateCdnConfigInput) SetCacheAction(v *CacheActionForBatchUpdateCdnConfigInput) *CacheForBatchUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*CacheForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *CacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheForBatchUpdateCdnConfigInput) String ¶
func (s CacheForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheForDescribeCdnConfigOutput ¶
type CacheForDescribeCdnConfigOutput struct { CacheAction *CacheActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CacheForDescribeCdnConfigOutput) GoString ¶
func (s CacheForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheForDescribeCdnConfigOutput) SetCacheAction ¶
func (s *CacheForDescribeCdnConfigOutput) SetCacheAction(v *CacheActionForDescribeCdnConfigOutput) *CacheForDescribeCdnConfigOutput
SetCacheAction sets the CacheAction field's value.
func (*CacheForDescribeCdnConfigOutput) SetCondition ¶
func (s *CacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (CacheForDescribeCdnConfigOutput) String ¶
func (s CacheForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheForUpdateCdnConfigInput ¶
type CacheForUpdateCdnConfigInput struct { CacheAction *CacheActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheForUpdateCdnConfigInput) GoString ¶
func (s CacheForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheForUpdateCdnConfigInput) SetCacheAction ¶
func (s *CacheForUpdateCdnConfigInput) SetCacheAction(v *CacheActionForUpdateCdnConfigInput) *CacheForUpdateCdnConfigInput
SetCacheAction sets the CacheAction field's value.
func (*CacheForUpdateCdnConfigInput) SetCondition ¶
func (s *CacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheForUpdateCdnConfigInput) String ¶
func (s CacheForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostActionForAddCdnDomainInput ¶
type CacheHostActionForAddCdnDomainInput struct { CacheHost *string `type:"string"` // contains filtered or unexported fields }
func (CacheHostActionForAddCdnDomainInput) GoString ¶
func (s CacheHostActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheHostActionForAddCdnDomainInput) SetCacheHost ¶
func (s *CacheHostActionForAddCdnDomainInput) SetCacheHost(v string) *CacheHostActionForAddCdnDomainInput
SetCacheHost sets the CacheHost field's value.
func (CacheHostActionForAddCdnDomainInput) String ¶
func (s CacheHostActionForAddCdnDomainInput) String() string
String returns the string representation
type CacheHostActionForBatchUpdateCdnConfigInput ¶
type CacheHostActionForBatchUpdateCdnConfigInput struct { CacheHost *string `type:"string"` // contains filtered or unexported fields }
func (CacheHostActionForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheHostActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostActionForBatchUpdateCdnConfigInput) SetCacheHost ¶
func (s *CacheHostActionForBatchUpdateCdnConfigInput) SetCacheHost(v string) *CacheHostActionForBatchUpdateCdnConfigInput
SetCacheHost sets the CacheHost field's value.
func (CacheHostActionForBatchUpdateCdnConfigInput) String ¶
func (s CacheHostActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostActionForDescribeCdnConfigOutput ¶
type CacheHostActionForDescribeCdnConfigOutput struct { CacheHost *string `type:"string"` // contains filtered or unexported fields }
func (CacheHostActionForDescribeCdnConfigOutput) GoString ¶
func (s CacheHostActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheHostActionForDescribeCdnConfigOutput) SetCacheHost ¶
func (s *CacheHostActionForDescribeCdnConfigOutput) SetCacheHost(v string) *CacheHostActionForDescribeCdnConfigOutput
SetCacheHost sets the CacheHost field's value.
func (CacheHostActionForDescribeCdnConfigOutput) String ¶
func (s CacheHostActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheHostActionForUpdateCdnConfigInput ¶
type CacheHostActionForUpdateCdnConfigInput struct { CacheHost *string `type:"string"` // contains filtered or unexported fields }
func (CacheHostActionForUpdateCdnConfigInput) GoString ¶
func (s CacheHostActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostActionForUpdateCdnConfigInput) SetCacheHost ¶
func (s *CacheHostActionForUpdateCdnConfigInput) SetCacheHost(v string) *CacheHostActionForUpdateCdnConfigInput
SetCacheHost sets the CacheHost field's value.
func (CacheHostActionForUpdateCdnConfigInput) String ¶
func (s CacheHostActionForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostForAddCdnDomainInput ¶
type CacheHostForAddCdnDomainInput struct { CacheHostRule []*CacheHostRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CacheHostForAddCdnDomainInput) GoString ¶
func (s CacheHostForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheHostForAddCdnDomainInput) SetCacheHostRule ¶
func (s *CacheHostForAddCdnDomainInput) SetCacheHostRule(v []*CacheHostRuleForAddCdnDomainInput) *CacheHostForAddCdnDomainInput
SetCacheHostRule sets the CacheHostRule field's value.
func (*CacheHostForAddCdnDomainInput) SetSwitch ¶
func (s *CacheHostForAddCdnDomainInput) SetSwitch(v bool) *CacheHostForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (CacheHostForAddCdnDomainInput) String ¶
func (s CacheHostForAddCdnDomainInput) String() string
String returns the string representation
type CacheHostForBatchUpdateCdnConfigInput ¶
type CacheHostForBatchUpdateCdnConfigInput struct { CacheHostRule []*CacheHostRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CacheHostForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheHostForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostForBatchUpdateCdnConfigInput) SetCacheHostRule ¶
func (s *CacheHostForBatchUpdateCdnConfigInput) SetCacheHostRule(v []*CacheHostRuleForBatchUpdateCdnConfigInput) *CacheHostForBatchUpdateCdnConfigInput
SetCacheHostRule sets the CacheHostRule field's value.
func (*CacheHostForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *CacheHostForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CacheHostForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CacheHostForBatchUpdateCdnConfigInput) String ¶
func (s CacheHostForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostForDescribeCdnConfigOutput ¶
type CacheHostForDescribeCdnConfigOutput struct { CacheHostRule []*CacheHostRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CacheHostForDescribeCdnConfigOutput) GoString ¶
func (s CacheHostForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheHostForDescribeCdnConfigOutput) SetCacheHostRule ¶
func (s *CacheHostForDescribeCdnConfigOutput) SetCacheHostRule(v []*CacheHostRuleForDescribeCdnConfigOutput) *CacheHostForDescribeCdnConfigOutput
SetCacheHostRule sets the CacheHostRule field's value.
func (*CacheHostForDescribeCdnConfigOutput) SetSwitch ¶
func (s *CacheHostForDescribeCdnConfigOutput) SetSwitch(v bool) *CacheHostForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (CacheHostForDescribeCdnConfigOutput) String ¶
func (s CacheHostForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheHostForUpdateCdnConfigInput ¶
type CacheHostForUpdateCdnConfigInput struct { CacheHostRule []*CacheHostRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CacheHostForUpdateCdnConfigInput) GoString ¶
func (s CacheHostForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostForUpdateCdnConfigInput) SetCacheHostRule ¶
func (s *CacheHostForUpdateCdnConfigInput) SetCacheHostRule(v []*CacheHostRuleForUpdateCdnConfigInput) *CacheHostForUpdateCdnConfigInput
SetCacheHostRule sets the CacheHostRule field's value.
func (*CacheHostForUpdateCdnConfigInput) SetSwitch ¶
func (s *CacheHostForUpdateCdnConfigInput) SetSwitch(v bool) *CacheHostForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CacheHostForUpdateCdnConfigInput) String ¶
func (s CacheHostForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostRuleForAddCdnDomainInput ¶
type CacheHostRuleForAddCdnDomainInput struct { CacheHostAction *CacheHostActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CacheHostRuleForAddCdnDomainInput) GoString ¶
func (s CacheHostRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheHostRuleForAddCdnDomainInput) SetCacheHostAction ¶
func (s *CacheHostRuleForAddCdnDomainInput) SetCacheHostAction(v *CacheHostActionForAddCdnDomainInput) *CacheHostRuleForAddCdnDomainInput
SetCacheHostAction sets the CacheHostAction field's value.
func (*CacheHostRuleForAddCdnDomainInput) SetCondition ¶
func (s *CacheHostRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheHostRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (CacheHostRuleForAddCdnDomainInput) String ¶
func (s CacheHostRuleForAddCdnDomainInput) String() string
String returns the string representation
type CacheHostRuleForBatchUpdateCdnConfigInput ¶
type CacheHostRuleForBatchUpdateCdnConfigInput struct { CacheHostAction *CacheHostActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheHostRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheHostRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostRuleForBatchUpdateCdnConfigInput) SetCacheHostAction ¶
func (s *CacheHostRuleForBatchUpdateCdnConfigInput) SetCacheHostAction(v *CacheHostActionForBatchUpdateCdnConfigInput) *CacheHostRuleForBatchUpdateCdnConfigInput
SetCacheHostAction sets the CacheHostAction field's value.
func (*CacheHostRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *CacheHostRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheHostRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheHostRuleForBatchUpdateCdnConfigInput) String ¶
func (s CacheHostRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheHostRuleForDescribeCdnConfigOutput ¶
type CacheHostRuleForDescribeCdnConfigOutput struct { CacheHostAction *CacheHostActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CacheHostRuleForDescribeCdnConfigOutput) GoString ¶
func (s CacheHostRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheHostRuleForDescribeCdnConfigOutput) SetCacheHostAction ¶
func (s *CacheHostRuleForDescribeCdnConfigOutput) SetCacheHostAction(v *CacheHostActionForDescribeCdnConfigOutput) *CacheHostRuleForDescribeCdnConfigOutput
SetCacheHostAction sets the CacheHostAction field's value.
func (*CacheHostRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *CacheHostRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheHostRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (CacheHostRuleForDescribeCdnConfigOutput) String ¶
func (s CacheHostRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheHostRuleForUpdateCdnConfigInput ¶
type CacheHostRuleForUpdateCdnConfigInput struct { CacheHostAction *CacheHostActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheHostRuleForUpdateCdnConfigInput) GoString ¶
func (s CacheHostRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheHostRuleForUpdateCdnConfigInput) SetCacheHostAction ¶
func (s *CacheHostRuleForUpdateCdnConfigInput) SetCacheHostAction(v *CacheHostActionForUpdateCdnConfigInput) *CacheHostRuleForUpdateCdnConfigInput
SetCacheHostAction sets the CacheHostAction field's value.
func (*CacheHostRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *CacheHostRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheHostRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheHostRuleForUpdateCdnConfigInput) String ¶
func (s CacheHostRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyActionForAddCdnDomainInput ¶
type CacheKeyActionForAddCdnDomainInput struct { CacheKeyComponents []*CacheKeyComponentForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (CacheKeyActionForAddCdnDomainInput) GoString ¶
func (s CacheKeyActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheKeyActionForAddCdnDomainInput) SetCacheKeyComponents ¶
func (s *CacheKeyActionForAddCdnDomainInput) SetCacheKeyComponents(v []*CacheKeyComponentForAddCdnDomainInput) *CacheKeyActionForAddCdnDomainInput
SetCacheKeyComponents sets the CacheKeyComponents field's value.
func (CacheKeyActionForAddCdnDomainInput) String ¶
func (s CacheKeyActionForAddCdnDomainInput) String() string
String returns the string representation
type CacheKeyActionForBatchUpdateCdnConfigInput ¶
type CacheKeyActionForBatchUpdateCdnConfigInput struct { CacheKeyComponents []*CacheKeyComponentForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (CacheKeyActionForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheKeyActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyActionForBatchUpdateCdnConfigInput) SetCacheKeyComponents ¶
func (s *CacheKeyActionForBatchUpdateCdnConfigInput) SetCacheKeyComponents(v []*CacheKeyComponentForBatchUpdateCdnConfigInput) *CacheKeyActionForBatchUpdateCdnConfigInput
SetCacheKeyComponents sets the CacheKeyComponents field's value.
func (CacheKeyActionForBatchUpdateCdnConfigInput) String ¶
func (s CacheKeyActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyActionForDescribeCdnConfigOutput ¶
type CacheKeyActionForDescribeCdnConfigOutput struct { CacheKeyComponents []*CacheKeyComponentForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (CacheKeyActionForDescribeCdnConfigOutput) GoString ¶
func (s CacheKeyActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheKeyActionForDescribeCdnConfigOutput) SetCacheKeyComponents ¶
func (s *CacheKeyActionForDescribeCdnConfigOutput) SetCacheKeyComponents(v []*CacheKeyComponentForDescribeCdnConfigOutput) *CacheKeyActionForDescribeCdnConfigOutput
SetCacheKeyComponents sets the CacheKeyComponents field's value.
func (CacheKeyActionForDescribeCdnConfigOutput) String ¶
func (s CacheKeyActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheKeyActionForUpdateCdnConfigInput ¶
type CacheKeyActionForUpdateCdnConfigInput struct { CacheKeyComponents []*CacheKeyComponentForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (CacheKeyActionForUpdateCdnConfigInput) GoString ¶
func (s CacheKeyActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyActionForUpdateCdnConfigInput) SetCacheKeyComponents ¶
func (s *CacheKeyActionForUpdateCdnConfigInput) SetCacheKeyComponents(v []*CacheKeyComponentForUpdateCdnConfigInput) *CacheKeyActionForUpdateCdnConfigInput
SetCacheKeyComponents sets the CacheKeyComponents field's value.
func (CacheKeyActionForUpdateCdnConfigInput) String ¶
func (s CacheKeyActionForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyComponentForAddCdnDomainInput ¶
type CacheKeyComponentForAddCdnDomainInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (CacheKeyComponentForAddCdnDomainInput) GoString ¶
func (s CacheKeyComponentForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheKeyComponentForAddCdnDomainInput) SetAction ¶
func (s *CacheKeyComponentForAddCdnDomainInput) SetAction(v string) *CacheKeyComponentForAddCdnDomainInput
SetAction sets the Action field's value.
func (*CacheKeyComponentForAddCdnDomainInput) SetIgnoreCase ¶
func (s *CacheKeyComponentForAddCdnDomainInput) SetIgnoreCase(v bool) *CacheKeyComponentForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheKeyComponentForAddCdnDomainInput) SetObject ¶
func (s *CacheKeyComponentForAddCdnDomainInput) SetObject(v string) *CacheKeyComponentForAddCdnDomainInput
SetObject sets the Object field's value.
func (*CacheKeyComponentForAddCdnDomainInput) SetSubobject ¶
func (s *CacheKeyComponentForAddCdnDomainInput) SetSubobject(v string) *CacheKeyComponentForAddCdnDomainInput
SetSubobject sets the Subobject field's value.
func (CacheKeyComponentForAddCdnDomainInput) String ¶
func (s CacheKeyComponentForAddCdnDomainInput) String() string
String returns the string representation
type CacheKeyComponentForBatchUpdateCdnConfigInput ¶
type CacheKeyComponentForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (CacheKeyComponentForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheKeyComponentForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyComponentForBatchUpdateCdnConfigInput) SetAction ¶
func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetAction(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*CacheKeyComponentForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheKeyComponentForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheKeyComponentForBatchUpdateCdnConfigInput) SetObject ¶
func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetObject(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*CacheKeyComponentForBatchUpdateCdnConfigInput) SetSubobject ¶
func (s *CacheKeyComponentForBatchUpdateCdnConfigInput) SetSubobject(v string) *CacheKeyComponentForBatchUpdateCdnConfigInput
SetSubobject sets the Subobject field's value.
func (CacheKeyComponentForBatchUpdateCdnConfigInput) String ¶
func (s CacheKeyComponentForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyComponentForDescribeCdnConfigOutput ¶
type CacheKeyComponentForDescribeCdnConfigOutput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (CacheKeyComponentForDescribeCdnConfigOutput) GoString ¶
func (s CacheKeyComponentForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheKeyComponentForDescribeCdnConfigOutput) SetAction ¶
func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetAction(v string) *CacheKeyComponentForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*CacheKeyComponentForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CacheKeyComponentForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheKeyComponentForDescribeCdnConfigOutput) SetObject ¶
func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetObject(v string) *CacheKeyComponentForDescribeCdnConfigOutput
SetObject sets the Object field's value.
func (*CacheKeyComponentForDescribeCdnConfigOutput) SetSubobject ¶
func (s *CacheKeyComponentForDescribeCdnConfigOutput) SetSubobject(v string) *CacheKeyComponentForDescribeCdnConfigOutput
SetSubobject sets the Subobject field's value.
func (CacheKeyComponentForDescribeCdnConfigOutput) String ¶
func (s CacheKeyComponentForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheKeyComponentForUpdateCdnConfigInput ¶
type CacheKeyComponentForUpdateCdnConfigInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (CacheKeyComponentForUpdateCdnConfigInput) GoString ¶
func (s CacheKeyComponentForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyComponentForUpdateCdnConfigInput) SetAction ¶
func (s *CacheKeyComponentForUpdateCdnConfigInput) SetAction(v string) *CacheKeyComponentForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*CacheKeyComponentForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CacheKeyComponentForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CacheKeyComponentForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CacheKeyComponentForUpdateCdnConfigInput) SetObject ¶
func (s *CacheKeyComponentForUpdateCdnConfigInput) SetObject(v string) *CacheKeyComponentForUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*CacheKeyComponentForUpdateCdnConfigInput) SetSubobject ¶
func (s *CacheKeyComponentForUpdateCdnConfigInput) SetSubobject(v string) *CacheKeyComponentForUpdateCdnConfigInput
SetSubobject sets the Subobject field's value.
func (CacheKeyComponentForUpdateCdnConfigInput) String ¶
func (s CacheKeyComponentForUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyForAddCdnDomainInput ¶
type CacheKeyForAddCdnDomainInput struct { CacheKeyAction *CacheKeyActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CacheKeyForAddCdnDomainInput) GoString ¶
func (s CacheKeyForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CacheKeyForAddCdnDomainInput) SetCacheKeyAction ¶
func (s *CacheKeyForAddCdnDomainInput) SetCacheKeyAction(v *CacheKeyActionForAddCdnDomainInput) *CacheKeyForAddCdnDomainInput
SetCacheKeyAction sets the CacheKeyAction field's value.
func (*CacheKeyForAddCdnDomainInput) SetCondition ¶
func (s *CacheKeyForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CacheKeyForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (CacheKeyForAddCdnDomainInput) String ¶
func (s CacheKeyForAddCdnDomainInput) String() string
String returns the string representation
type CacheKeyForBatchUpdateCdnConfigInput ¶
type CacheKeyForBatchUpdateCdnConfigInput struct { CacheKeyAction *CacheKeyActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheKeyForBatchUpdateCdnConfigInput) GoString ¶
func (s CacheKeyForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyForBatchUpdateCdnConfigInput) SetCacheKeyAction ¶
func (s *CacheKeyForBatchUpdateCdnConfigInput) SetCacheKeyAction(v *CacheKeyActionForBatchUpdateCdnConfigInput) *CacheKeyForBatchUpdateCdnConfigInput
SetCacheKeyAction sets the CacheKeyAction field's value.
func (*CacheKeyForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *CacheKeyForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CacheKeyForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheKeyForBatchUpdateCdnConfigInput) String ¶
func (s CacheKeyForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CacheKeyForDescribeCdnConfigOutput ¶
type CacheKeyForDescribeCdnConfigOutput struct { CacheKeyAction *CacheKeyActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CacheKeyForDescribeCdnConfigOutput) GoString ¶
func (s CacheKeyForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CacheKeyForDescribeCdnConfigOutput) SetCacheKeyAction ¶
func (s *CacheKeyForDescribeCdnConfigOutput) SetCacheKeyAction(v *CacheKeyActionForDescribeCdnConfigOutput) *CacheKeyForDescribeCdnConfigOutput
SetCacheKeyAction sets the CacheKeyAction field's value.
func (*CacheKeyForDescribeCdnConfigOutput) SetCondition ¶
func (s *CacheKeyForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CacheKeyForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (CacheKeyForDescribeCdnConfigOutput) String ¶
func (s CacheKeyForDescribeCdnConfigOutput) String() string
String returns the string representation
type CacheKeyForUpdateCdnConfigInput ¶
type CacheKeyForUpdateCdnConfigInput struct { CacheKeyAction *CacheKeyActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CacheKeyForUpdateCdnConfigInput) GoString ¶
func (s CacheKeyForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CacheKeyForUpdateCdnConfigInput) SetCacheKeyAction ¶
func (s *CacheKeyForUpdateCdnConfigInput) SetCacheKeyAction(v *CacheKeyActionForUpdateCdnConfigInput) *CacheKeyForUpdateCdnConfigInput
SetCacheKeyAction sets the CacheKeyAction field's value.
func (*CacheKeyForUpdateCdnConfigInput) SetCondition ¶
func (s *CacheKeyForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CacheKeyForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CacheKeyForUpdateCdnConfigInput) String ¶
func (s CacheKeyForUpdateCdnConfigInput) String() string
String returns the string representation
type CertCheckForAddCdnDomainInput ¶ added in v1.0.147
type CertCheckForAddCdnDomainInput struct { CertInfoList []*CertInfoListForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CertCheckForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s CertCheckForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CertCheckForAddCdnDomainInput) SetCertInfoList ¶ added in v1.0.147
func (s *CertCheckForAddCdnDomainInput) SetCertInfoList(v []*CertInfoListForAddCdnDomainInput) *CertCheckForAddCdnDomainInput
SetCertInfoList sets the CertInfoList field's value.
func (*CertCheckForAddCdnDomainInput) SetSwitch ¶ added in v1.0.147
func (s *CertCheckForAddCdnDomainInput) SetSwitch(v bool) *CertCheckForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (CertCheckForAddCdnDomainInput) String ¶ added in v1.0.147
func (s CertCheckForAddCdnDomainInput) String() string
String returns the string representation
type CertCheckForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type CertCheckForBatchUpdateCdnConfigInput struct { CertInfoList []*CertInfoListForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CertCheckForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s CertCheckForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertCheckForBatchUpdateCdnConfigInput) SetCertInfoList ¶ added in v1.0.147
func (s *CertCheckForBatchUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForBatchUpdateCdnConfigInput) *CertCheckForBatchUpdateCdnConfigInput
SetCertInfoList sets the CertInfoList field's value.
func (*CertCheckForBatchUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *CertCheckForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CertCheckForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CertCheckForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s CertCheckForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CertCheckForDescribeCdnConfigOutput ¶ added in v1.0.147
type CertCheckForDescribeCdnConfigOutput struct { CertInfoList []*CertInfoListForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CertCheckForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s CertCheckForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CertCheckForDescribeCdnConfigOutput) SetCertInfoList ¶ added in v1.0.147
func (s *CertCheckForDescribeCdnConfigOutput) SetCertInfoList(v []*CertInfoListForDescribeCdnConfigOutput) *CertCheckForDescribeCdnConfigOutput
SetCertInfoList sets the CertInfoList field's value.
func (*CertCheckForDescribeCdnConfigOutput) SetSwitch ¶ added in v1.0.147
func (s *CertCheckForDescribeCdnConfigOutput) SetSwitch(v bool) *CertCheckForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (CertCheckForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s CertCheckForDescribeCdnConfigOutput) String() string
String returns the string representation
type CertCheckForUpdateCdnConfigInput ¶ added in v1.0.147
type CertCheckForUpdateCdnConfigInput struct { CertInfoList []*CertInfoListForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CertCheckForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s CertCheckForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertCheckForUpdateCdnConfigInput) SetCertInfoList ¶ added in v1.0.147
func (s *CertCheckForUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForUpdateCdnConfigInput) *CertCheckForUpdateCdnConfigInput
SetCertInfoList sets the CertInfoList field's value.
func (*CertCheckForUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *CertCheckForUpdateCdnConfigInput) SetSwitch(v bool) *CertCheckForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CertCheckForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s CertCheckForUpdateCdnConfigInput) String() string
String returns the string representation
type CertFingerprintForListCdnCertInfoOutput ¶
type CertFingerprintForListCdnCertInfoOutput struct { Sha1 *string `type:"string"` Sha256 *string `type:"string"` // contains filtered or unexported fields }
func (CertFingerprintForListCdnCertInfoOutput) GoString ¶
func (s CertFingerprintForListCdnCertInfoOutput) GoString() string
GoString returns the string representation
func (*CertFingerprintForListCdnCertInfoOutput) SetSha1 ¶
func (s *CertFingerprintForListCdnCertInfoOutput) SetSha1(v string) *CertFingerprintForListCdnCertInfoOutput
SetSha1 sets the Sha1 field's value.
func (*CertFingerprintForListCdnCertInfoOutput) SetSha256 ¶
func (s *CertFingerprintForListCdnCertInfoOutput) SetSha256(v string) *CertFingerprintForListCdnCertInfoOutput
SetSha256 sets the Sha256 field's value.
func (CertFingerprintForListCdnCertInfoOutput) String ¶
func (s CertFingerprintForListCdnCertInfoOutput) String() string
String returns the string representation
type CertFingerprintForListCertInfoOutput ¶
type CertFingerprintForListCertInfoOutput struct { Sha1 *string `type:"string"` Sha256 *string `type:"string"` // contains filtered or unexported fields }
func (CertFingerprintForListCertInfoOutput) GoString ¶
func (s CertFingerprintForListCertInfoOutput) GoString() string
GoString returns the string representation
func (*CertFingerprintForListCertInfoOutput) SetSha1 ¶
func (s *CertFingerprintForListCertInfoOutput) SetSha1(v string) *CertFingerprintForListCertInfoOutput
SetSha1 sets the Sha1 field's value.
func (*CertFingerprintForListCertInfoOutput) SetSha256 ¶
func (s *CertFingerprintForListCertInfoOutput) SetSha256(v string) *CertFingerprintForListCertInfoOutput
SetSha256 sets the Sha256 field's value.
func (CertFingerprintForListCertInfoOutput) String ¶
func (s CertFingerprintForListCertInfoOutput) String() string
String returns the string representation
type CertInfoForAddCdnDomainInput ¶
type CertInfoForAddCdnDomainInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForAddCdnDomainInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForAddCdnDomainInput) GoString ¶
func (s CertInfoForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CertInfoForAddCdnDomainInput) SetCertId ¶
func (s *CertInfoForAddCdnDomainInput) SetCertId(v string) *CertInfoForAddCdnDomainInput
SetCertId sets the CertId field's value.
func (*CertInfoForAddCdnDomainInput) SetCertName ¶
func (s *CertInfoForAddCdnDomainInput) SetCertName(v string) *CertInfoForAddCdnDomainInput
SetCertName sets the CertName field's value.
func (*CertInfoForAddCdnDomainInput) SetCertificate ¶
func (s *CertInfoForAddCdnDomainInput) SetCertificate(v *CertificateForAddCdnDomainInput) *CertInfoForAddCdnDomainInput
SetCertificate sets the Certificate field's value.
func (*CertInfoForAddCdnDomainInput) SetDesc ¶
func (s *CertInfoForAddCdnDomainInput) SetDesc(v string) *CertInfoForAddCdnDomainInput
SetDesc sets the Desc field's value.
func (*CertInfoForAddCdnDomainInput) SetEffectiveTime ¶
func (s *CertInfoForAddCdnDomainInput) SetEffectiveTime(v int64) *CertInfoForAddCdnDomainInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForAddCdnDomainInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForAddCdnDomainInput) SetEncryType(v string) *CertInfoForAddCdnDomainInput
SetEncryType sets the EncryType field's value.
func (*CertInfoForAddCdnDomainInput) SetExpireTime ¶
func (s *CertInfoForAddCdnDomainInput) SetExpireTime(v int64) *CertInfoForAddCdnDomainInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForAddCdnDomainInput) SetSource ¶
func (s *CertInfoForAddCdnDomainInput) SetSource(v string) *CertInfoForAddCdnDomainInput
SetSource sets the Source field's value.
func (CertInfoForAddCdnDomainInput) String ¶
func (s CertInfoForAddCdnDomainInput) String() string
String returns the string representation
type CertInfoForBatchUpdateCdnConfigInput ¶
type CertInfoForBatchUpdateCdnConfigInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForBatchUpdateCdnConfigInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForBatchUpdateCdnConfigInput) GoString ¶
func (s CertInfoForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertInfoForBatchUpdateCdnConfigInput) SetCertId ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertId(v string) *CertInfoForBatchUpdateCdnConfigInput
SetCertId sets the CertId field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetCertName ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertName(v string) *CertInfoForBatchUpdateCdnConfigInput
SetCertName sets the CertName field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetCertificate ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetCertificate(v *CertificateForBatchUpdateCdnConfigInput) *CertInfoForBatchUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetDesc ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetDesc(v string) *CertInfoForBatchUpdateCdnConfigInput
SetDesc sets the Desc field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetEffectiveTime ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoForBatchUpdateCdnConfigInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForBatchUpdateCdnConfigInput) SetEncryType(v string) *CertInfoForBatchUpdateCdnConfigInput
SetEncryType sets the EncryType field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetExpireTime ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoForBatchUpdateCdnConfigInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForBatchUpdateCdnConfigInput) SetSource ¶
func (s *CertInfoForBatchUpdateCdnConfigInput) SetSource(v string) *CertInfoForBatchUpdateCdnConfigInput
SetSource sets the Source field's value.
func (CertInfoForBatchUpdateCdnConfigInput) String ¶
func (s CertInfoForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CertInfoForDescribeCdnConfigOutput ¶
type CertInfoForDescribeCdnConfigOutput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForDescribeCdnConfigOutput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForDescribeCdnConfigOutput) GoString ¶
func (s CertInfoForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CertInfoForDescribeCdnConfigOutput) SetCertId ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetCertId(v string) *CertInfoForDescribeCdnConfigOutput
SetCertId sets the CertId field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetCertName ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetCertName(v string) *CertInfoForDescribeCdnConfigOutput
SetCertName sets the CertName field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetCertificate ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetCertificate(v *CertificateForDescribeCdnConfigOutput) *CertInfoForDescribeCdnConfigOutput
SetCertificate sets the Certificate field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetDesc ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetDesc(v string) *CertInfoForDescribeCdnConfigOutput
SetDesc sets the Desc field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetEffectiveTime ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetEffectiveTime(v int64) *CertInfoForDescribeCdnConfigOutput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForDescribeCdnConfigOutput) SetEncryType(v string) *CertInfoForDescribeCdnConfigOutput
SetEncryType sets the EncryType field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetExpireTime ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetExpireTime(v int64) *CertInfoForDescribeCdnConfigOutput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForDescribeCdnConfigOutput) SetSource ¶
func (s *CertInfoForDescribeCdnConfigOutput) SetSource(v string) *CertInfoForDescribeCdnConfigOutput
SetSource sets the Source field's value.
func (CertInfoForDescribeCdnConfigOutput) String ¶
func (s CertInfoForDescribeCdnConfigOutput) String() string
String returns the string representation
type CertInfoForListCdnCertInfoOutput ¶
type CertInfoForListCdnCertInfoOutput struct { CertFingerprint *CertFingerprintForListCdnCertInfoOutput `type:"structure"` CertId *string `type:"string"` CertName *string `type:"string"` CertType *string `type:"string"` ConfiguredDomain *string `type:"string"` ConfiguredDomainDetail []*ConfiguredDomainDetailForListCdnCertInfoOutput `type:"list"` Desc *string `type:"string"` DnsName *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForListCdnCertInfoOutput) GoString ¶
func (s CertInfoForListCdnCertInfoOutput) GoString() string
GoString returns the string representation
func (*CertInfoForListCdnCertInfoOutput) SetCertFingerprint ¶
func (s *CertInfoForListCdnCertInfoOutput) SetCertFingerprint(v *CertFingerprintForListCdnCertInfoOutput) *CertInfoForListCdnCertInfoOutput
SetCertFingerprint sets the CertFingerprint field's value.
func (*CertInfoForListCdnCertInfoOutput) SetCertId ¶
func (s *CertInfoForListCdnCertInfoOutput) SetCertId(v string) *CertInfoForListCdnCertInfoOutput
SetCertId sets the CertId field's value.
func (*CertInfoForListCdnCertInfoOutput) SetCertName ¶
func (s *CertInfoForListCdnCertInfoOutput) SetCertName(v string) *CertInfoForListCdnCertInfoOutput
SetCertName sets the CertName field's value.
func (*CertInfoForListCdnCertInfoOutput) SetCertType ¶ added in v1.0.147
func (s *CertInfoForListCdnCertInfoOutput) SetCertType(v string) *CertInfoForListCdnCertInfoOutput
SetCertType sets the CertType field's value.
func (*CertInfoForListCdnCertInfoOutput) SetConfiguredDomain ¶
func (s *CertInfoForListCdnCertInfoOutput) SetConfiguredDomain(v string) *CertInfoForListCdnCertInfoOutput
SetConfiguredDomain sets the ConfiguredDomain field's value.
func (*CertInfoForListCdnCertInfoOutput) SetConfiguredDomainDetail ¶
func (s *CertInfoForListCdnCertInfoOutput) SetConfiguredDomainDetail(v []*ConfiguredDomainDetailForListCdnCertInfoOutput) *CertInfoForListCdnCertInfoOutput
SetConfiguredDomainDetail sets the ConfiguredDomainDetail field's value.
func (*CertInfoForListCdnCertInfoOutput) SetDesc ¶
func (s *CertInfoForListCdnCertInfoOutput) SetDesc(v string) *CertInfoForListCdnCertInfoOutput
SetDesc sets the Desc field's value.
func (*CertInfoForListCdnCertInfoOutput) SetDnsName ¶
func (s *CertInfoForListCdnCertInfoOutput) SetDnsName(v string) *CertInfoForListCdnCertInfoOutput
SetDnsName sets the DnsName field's value.
func (*CertInfoForListCdnCertInfoOutput) SetEffectiveTime ¶
func (s *CertInfoForListCdnCertInfoOutput) SetEffectiveTime(v int64) *CertInfoForListCdnCertInfoOutput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForListCdnCertInfoOutput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForListCdnCertInfoOutput) SetEncryType(v string) *CertInfoForListCdnCertInfoOutput
SetEncryType sets the EncryType field's value.
func (*CertInfoForListCdnCertInfoOutput) SetExpireTime ¶
func (s *CertInfoForListCdnCertInfoOutput) SetExpireTime(v int64) *CertInfoForListCdnCertInfoOutput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForListCdnCertInfoOutput) SetSource ¶
func (s *CertInfoForListCdnCertInfoOutput) SetSource(v string) *CertInfoForListCdnCertInfoOutput
SetSource sets the Source field's value.
func (*CertInfoForListCdnCertInfoOutput) SetStatus ¶
func (s *CertInfoForListCdnCertInfoOutput) SetStatus(v string) *CertInfoForListCdnCertInfoOutput
SetStatus sets the Status field's value.
func (CertInfoForListCdnCertInfoOutput) String ¶
func (s CertInfoForListCdnCertInfoOutput) String() string
String returns the string representation
type CertInfoForListCertInfoOutput ¶
type CertInfoForListCertInfoOutput struct { CertFingerprint *CertFingerprintForListCertInfoOutput `type:"structure"` CertId *string `type:"string"` CertName *string `type:"string"` CertType *string `type:"string"` ConfiguredDomain *string `type:"string"` ConfiguredDomainDetail []*ConfiguredDomainDetailForListCertInfoOutput `type:"list"` Desc *string `type:"string"` DnsName *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForListCertInfoOutput) GoString ¶
func (s CertInfoForListCertInfoOutput) GoString() string
GoString returns the string representation
func (*CertInfoForListCertInfoOutput) SetCertFingerprint ¶
func (s *CertInfoForListCertInfoOutput) SetCertFingerprint(v *CertFingerprintForListCertInfoOutput) *CertInfoForListCertInfoOutput
SetCertFingerprint sets the CertFingerprint field's value.
func (*CertInfoForListCertInfoOutput) SetCertId ¶
func (s *CertInfoForListCertInfoOutput) SetCertId(v string) *CertInfoForListCertInfoOutput
SetCertId sets the CertId field's value.
func (*CertInfoForListCertInfoOutput) SetCertName ¶
func (s *CertInfoForListCertInfoOutput) SetCertName(v string) *CertInfoForListCertInfoOutput
SetCertName sets the CertName field's value.
func (*CertInfoForListCertInfoOutput) SetCertType ¶ added in v1.0.147
func (s *CertInfoForListCertInfoOutput) SetCertType(v string) *CertInfoForListCertInfoOutput
SetCertType sets the CertType field's value.
func (*CertInfoForListCertInfoOutput) SetConfiguredDomain ¶
func (s *CertInfoForListCertInfoOutput) SetConfiguredDomain(v string) *CertInfoForListCertInfoOutput
SetConfiguredDomain sets the ConfiguredDomain field's value.
func (*CertInfoForListCertInfoOutput) SetConfiguredDomainDetail ¶
func (s *CertInfoForListCertInfoOutput) SetConfiguredDomainDetail(v []*ConfiguredDomainDetailForListCertInfoOutput) *CertInfoForListCertInfoOutput
SetConfiguredDomainDetail sets the ConfiguredDomainDetail field's value.
func (*CertInfoForListCertInfoOutput) SetDesc ¶
func (s *CertInfoForListCertInfoOutput) SetDesc(v string) *CertInfoForListCertInfoOutput
SetDesc sets the Desc field's value.
func (*CertInfoForListCertInfoOutput) SetDnsName ¶
func (s *CertInfoForListCertInfoOutput) SetDnsName(v string) *CertInfoForListCertInfoOutput
SetDnsName sets the DnsName field's value.
func (*CertInfoForListCertInfoOutput) SetEffectiveTime ¶
func (s *CertInfoForListCertInfoOutput) SetEffectiveTime(v int64) *CertInfoForListCertInfoOutput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForListCertInfoOutput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForListCertInfoOutput) SetEncryType(v string) *CertInfoForListCertInfoOutput
SetEncryType sets the EncryType field's value.
func (*CertInfoForListCertInfoOutput) SetExpireTime ¶
func (s *CertInfoForListCertInfoOutput) SetExpireTime(v int64) *CertInfoForListCertInfoOutput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForListCertInfoOutput) SetSource ¶
func (s *CertInfoForListCertInfoOutput) SetSource(v string) *CertInfoForListCertInfoOutput
SetSource sets the Source field's value.
func (*CertInfoForListCertInfoOutput) SetStatus ¶
func (s *CertInfoForListCertInfoOutput) SetStatus(v string) *CertInfoForListCertInfoOutput
SetStatus sets the Status field's value.
func (CertInfoForListCertInfoOutput) String ¶
func (s CertInfoForListCertInfoOutput) String() string
String returns the string representation
type CertInfoForUpdateCdnConfigInput ¶
type CertInfoForUpdateCdnConfigInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForUpdateCdnConfigInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoForUpdateCdnConfigInput) GoString ¶
func (s CertInfoForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertInfoForUpdateCdnConfigInput) SetCertId ¶
func (s *CertInfoForUpdateCdnConfigInput) SetCertId(v string) *CertInfoForUpdateCdnConfigInput
SetCertId sets the CertId field's value.
func (*CertInfoForUpdateCdnConfigInput) SetCertName ¶
func (s *CertInfoForUpdateCdnConfigInput) SetCertName(v string) *CertInfoForUpdateCdnConfigInput
SetCertName sets the CertName field's value.
func (*CertInfoForUpdateCdnConfigInput) SetCertificate ¶
func (s *CertInfoForUpdateCdnConfigInput) SetCertificate(v *CertificateForUpdateCdnConfigInput) *CertInfoForUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertInfoForUpdateCdnConfigInput) SetDesc ¶
func (s *CertInfoForUpdateCdnConfigInput) SetDesc(v string) *CertInfoForUpdateCdnConfigInput
SetDesc sets the Desc field's value.
func (*CertInfoForUpdateCdnConfigInput) SetEffectiveTime ¶
func (s *CertInfoForUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoForUpdateCdnConfigInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoForUpdateCdnConfigInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoForUpdateCdnConfigInput) SetEncryType(v string) *CertInfoForUpdateCdnConfigInput
SetEncryType sets the EncryType field's value.
func (*CertInfoForUpdateCdnConfigInput) SetExpireTime ¶
func (s *CertInfoForUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoForUpdateCdnConfigInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoForUpdateCdnConfigInput) SetSource ¶
func (s *CertInfoForUpdateCdnConfigInput) SetSource(v string) *CertInfoForUpdateCdnConfigInput
SetSource sets the Source field's value.
func (CertInfoForUpdateCdnConfigInput) String ¶
func (s CertInfoForUpdateCdnConfigInput) String() string
String returns the string representation
type CertInfoListForAddCdnDomainInput ¶
type CertInfoListForAddCdnDomainInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForAddCdnDomainInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoListForAddCdnDomainInput) GoString ¶
func (s CertInfoListForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CertInfoListForAddCdnDomainInput) SetCertId ¶
func (s *CertInfoListForAddCdnDomainInput) SetCertId(v string) *CertInfoListForAddCdnDomainInput
SetCertId sets the CertId field's value.
func (*CertInfoListForAddCdnDomainInput) SetCertName ¶
func (s *CertInfoListForAddCdnDomainInput) SetCertName(v string) *CertInfoListForAddCdnDomainInput
SetCertName sets the CertName field's value.
func (*CertInfoListForAddCdnDomainInput) SetCertificate ¶
func (s *CertInfoListForAddCdnDomainInput) SetCertificate(v *CertificateForAddCdnDomainInput) *CertInfoListForAddCdnDomainInput
SetCertificate sets the Certificate field's value.
func (*CertInfoListForAddCdnDomainInput) SetDesc ¶
func (s *CertInfoListForAddCdnDomainInput) SetDesc(v string) *CertInfoListForAddCdnDomainInput
SetDesc sets the Desc field's value.
func (*CertInfoListForAddCdnDomainInput) SetEffectiveTime ¶
func (s *CertInfoListForAddCdnDomainInput) SetEffectiveTime(v int64) *CertInfoListForAddCdnDomainInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoListForAddCdnDomainInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoListForAddCdnDomainInput) SetEncryType(v string) *CertInfoListForAddCdnDomainInput
SetEncryType sets the EncryType field's value.
func (*CertInfoListForAddCdnDomainInput) SetExpireTime ¶
func (s *CertInfoListForAddCdnDomainInput) SetExpireTime(v int64) *CertInfoListForAddCdnDomainInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoListForAddCdnDomainInput) SetSource ¶
func (s *CertInfoListForAddCdnDomainInput) SetSource(v string) *CertInfoListForAddCdnDomainInput
SetSource sets the Source field's value.
func (CertInfoListForAddCdnDomainInput) String ¶
func (s CertInfoListForAddCdnDomainInput) String() string
String returns the string representation
type CertInfoListForBatchUpdateCdnConfigInput ¶
type CertInfoListForBatchUpdateCdnConfigInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForBatchUpdateCdnConfigInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoListForBatchUpdateCdnConfigInput) GoString ¶
func (s CertInfoListForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertInfoListForBatchUpdateCdnConfigInput) SetCertId ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertId(v string) *CertInfoListForBatchUpdateCdnConfigInput
SetCertId sets the CertId field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetCertName ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertName(v string) *CertInfoListForBatchUpdateCdnConfigInput
SetCertName sets the CertName field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetCertificate ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetCertificate(v *CertificateForBatchUpdateCdnConfigInput) *CertInfoListForBatchUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetDesc ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetDesc(v string) *CertInfoListForBatchUpdateCdnConfigInput
SetDesc sets the Desc field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetEffectiveTime ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoListForBatchUpdateCdnConfigInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetEncryType(v string) *CertInfoListForBatchUpdateCdnConfigInput
SetEncryType sets the EncryType field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetExpireTime ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoListForBatchUpdateCdnConfigInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoListForBatchUpdateCdnConfigInput) SetSource ¶
func (s *CertInfoListForBatchUpdateCdnConfigInput) SetSource(v string) *CertInfoListForBatchUpdateCdnConfigInput
SetSource sets the Source field's value.
func (CertInfoListForBatchUpdateCdnConfigInput) String ¶
func (s CertInfoListForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CertInfoListForDescribeCdnConfigOutput ¶
type CertInfoListForDescribeCdnConfigOutput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForDescribeCdnConfigOutput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoListForDescribeCdnConfigOutput) GoString ¶
func (s CertInfoListForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CertInfoListForDescribeCdnConfigOutput) SetCertId ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetCertId(v string) *CertInfoListForDescribeCdnConfigOutput
SetCertId sets the CertId field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetCertName ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetCertName(v string) *CertInfoListForDescribeCdnConfigOutput
SetCertName sets the CertName field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetCertificate ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetCertificate(v *CertificateForDescribeCdnConfigOutput) *CertInfoListForDescribeCdnConfigOutput
SetCertificate sets the Certificate field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetDesc ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetDesc(v string) *CertInfoListForDescribeCdnConfigOutput
SetDesc sets the Desc field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetEffectiveTime ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetEffectiveTime(v int64) *CertInfoListForDescribeCdnConfigOutput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoListForDescribeCdnConfigOutput) SetEncryType(v string) *CertInfoListForDescribeCdnConfigOutput
SetEncryType sets the EncryType field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetExpireTime ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetExpireTime(v int64) *CertInfoListForDescribeCdnConfigOutput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoListForDescribeCdnConfigOutput) SetSource ¶
func (s *CertInfoListForDescribeCdnConfigOutput) SetSource(v string) *CertInfoListForDescribeCdnConfigOutput
SetSource sets the Source field's value.
func (CertInfoListForDescribeCdnConfigOutput) String ¶
func (s CertInfoListForDescribeCdnConfigOutput) String() string
String returns the string representation
type CertInfoListForUpdateCdnConfigInput ¶
type CertInfoListForUpdateCdnConfigInput struct { CertId *string `type:"string"` CertName *string `type:"string"` Certificate *CertificateForUpdateCdnConfigInput `type:"structure"` Desc *string `type:"string"` EffectiveTime *int64 `type:"int64"` EncryType *string `type:"string"` ExpireTime *int64 `type:"int64"` Source *string `type:"string"` // contains filtered or unexported fields }
func (CertInfoListForUpdateCdnConfigInput) GoString ¶
func (s CertInfoListForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertInfoListForUpdateCdnConfigInput) SetCertId ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetCertId(v string) *CertInfoListForUpdateCdnConfigInput
SetCertId sets the CertId field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetCertName ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetCertName(v string) *CertInfoListForUpdateCdnConfigInput
SetCertName sets the CertName field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetCertificate ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetCertificate(v *CertificateForUpdateCdnConfigInput) *CertInfoListForUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetDesc ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetDesc(v string) *CertInfoListForUpdateCdnConfigInput
SetDesc sets the Desc field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetEffectiveTime ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetEffectiveTime(v int64) *CertInfoListForUpdateCdnConfigInput
SetEffectiveTime sets the EffectiveTime field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetEncryType ¶ added in v1.0.147
func (s *CertInfoListForUpdateCdnConfigInput) SetEncryType(v string) *CertInfoListForUpdateCdnConfigInput
SetEncryType sets the EncryType field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetExpireTime ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetExpireTime(v int64) *CertInfoListForUpdateCdnConfigInput
SetExpireTime sets the ExpireTime field's value.
func (*CertInfoListForUpdateCdnConfigInput) SetSource ¶
func (s *CertInfoListForUpdateCdnConfigInput) SetSource(v string) *CertInfoListForUpdateCdnConfigInput
SetSource sets the Source field's value.
func (CertInfoListForUpdateCdnConfigInput) String ¶
func (s CertInfoListForUpdateCdnConfigInput) String() string
String returns the string representation
type CertNotConfigForDescribeCertConfigOutput ¶
type CertNotConfigForDescribeCertConfigOutput struct { Domain *string `type:"string"` DomainLock *DomainLockForDescribeCertConfigOutput `type:"structure"` Status *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (CertNotConfigForDescribeCertConfigOutput) GoString ¶
func (s CertNotConfigForDescribeCertConfigOutput) GoString() string
GoString returns the string representation
func (*CertNotConfigForDescribeCertConfigOutput) SetDomain ¶
func (s *CertNotConfigForDescribeCertConfigOutput) SetDomain(v string) *CertNotConfigForDescribeCertConfigOutput
SetDomain sets the Domain field's value.
func (*CertNotConfigForDescribeCertConfigOutput) SetDomainLock ¶
func (s *CertNotConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *CertNotConfigForDescribeCertConfigOutput
SetDomainLock sets the DomainLock field's value.
func (*CertNotConfigForDescribeCertConfigOutput) SetStatus ¶
func (s *CertNotConfigForDescribeCertConfigOutput) SetStatus(v string) *CertNotConfigForDescribeCertConfigOutput
SetStatus sets the Status field's value.
func (*CertNotConfigForDescribeCertConfigOutput) SetType ¶
func (s *CertNotConfigForDescribeCertConfigOutput) SetType(v string) *CertNotConfigForDescribeCertConfigOutput
SetType sets the Type field's value.
func (CertNotConfigForDescribeCertConfigOutput) String ¶
func (s CertNotConfigForDescribeCertConfigOutput) String() string
String returns the string representation
type CertificateForAddCdnDomainInput ¶
type CertificateForAddCdnDomainInput struct { Certificate *string `type:"string"` EncryptionCert *string `type:"string"` EncryptionKey *string `type:"string"` PrivateKey *string `type:"string"` // contains filtered or unexported fields }
func (CertificateForAddCdnDomainInput) GoString ¶
func (s CertificateForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CertificateForAddCdnDomainInput) SetCertificate ¶
func (s *CertificateForAddCdnDomainInput) SetCertificate(v string) *CertificateForAddCdnDomainInput
SetCertificate sets the Certificate field's value.
func (*CertificateForAddCdnDomainInput) SetEncryptionCert ¶ added in v1.0.147
func (s *CertificateForAddCdnDomainInput) SetEncryptionCert(v string) *CertificateForAddCdnDomainInput
SetEncryptionCert sets the EncryptionCert field's value.
func (*CertificateForAddCdnDomainInput) SetEncryptionKey ¶ added in v1.0.147
func (s *CertificateForAddCdnDomainInput) SetEncryptionKey(v string) *CertificateForAddCdnDomainInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*CertificateForAddCdnDomainInput) SetPrivateKey ¶
func (s *CertificateForAddCdnDomainInput) SetPrivateKey(v string) *CertificateForAddCdnDomainInput
SetPrivateKey sets the PrivateKey field's value.
func (CertificateForAddCdnDomainInput) String ¶
func (s CertificateForAddCdnDomainInput) String() string
String returns the string representation
type CertificateForBatchUpdateCdnConfigInput ¶
type CertificateForBatchUpdateCdnConfigInput struct { Certificate *string `type:"string"` EncryptionCert *string `type:"string"` EncryptionKey *string `type:"string"` PrivateKey *string `type:"string"` // contains filtered or unexported fields }
func (CertificateForBatchUpdateCdnConfigInput) GoString ¶
func (s CertificateForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertificateForBatchUpdateCdnConfigInput) SetCertificate ¶
func (s *CertificateForBatchUpdateCdnConfigInput) SetCertificate(v string) *CertificateForBatchUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertificateForBatchUpdateCdnConfigInput) SetEncryptionCert ¶ added in v1.0.147
func (s *CertificateForBatchUpdateCdnConfigInput) SetEncryptionCert(v string) *CertificateForBatchUpdateCdnConfigInput
SetEncryptionCert sets the EncryptionCert field's value.
func (*CertificateForBatchUpdateCdnConfigInput) SetEncryptionKey ¶ added in v1.0.147
func (s *CertificateForBatchUpdateCdnConfigInput) SetEncryptionKey(v string) *CertificateForBatchUpdateCdnConfigInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*CertificateForBatchUpdateCdnConfigInput) SetPrivateKey ¶
func (s *CertificateForBatchUpdateCdnConfigInput) SetPrivateKey(v string) *CertificateForBatchUpdateCdnConfigInput
SetPrivateKey sets the PrivateKey field's value.
func (CertificateForBatchUpdateCdnConfigInput) String ¶
func (s CertificateForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CertificateForDescribeCdnConfigOutput ¶
type CertificateForDescribeCdnConfigOutput struct { Certificate *string `type:"string"` EncryptionCert *string `type:"string"` EncryptionKey *string `type:"string"` PrivateKey *string `type:"string"` // contains filtered or unexported fields }
func (CertificateForDescribeCdnConfigOutput) GoString ¶
func (s CertificateForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CertificateForDescribeCdnConfigOutput) SetCertificate ¶
func (s *CertificateForDescribeCdnConfigOutput) SetCertificate(v string) *CertificateForDescribeCdnConfigOutput
SetCertificate sets the Certificate field's value.
func (*CertificateForDescribeCdnConfigOutput) SetEncryptionCert ¶ added in v1.0.147
func (s *CertificateForDescribeCdnConfigOutput) SetEncryptionCert(v string) *CertificateForDescribeCdnConfigOutput
SetEncryptionCert sets the EncryptionCert field's value.
func (*CertificateForDescribeCdnConfigOutput) SetEncryptionKey ¶ added in v1.0.147
func (s *CertificateForDescribeCdnConfigOutput) SetEncryptionKey(v string) *CertificateForDescribeCdnConfigOutput
SetEncryptionKey sets the EncryptionKey field's value.
func (*CertificateForDescribeCdnConfigOutput) SetPrivateKey ¶
func (s *CertificateForDescribeCdnConfigOutput) SetPrivateKey(v string) *CertificateForDescribeCdnConfigOutput
SetPrivateKey sets the PrivateKey field's value.
func (CertificateForDescribeCdnConfigOutput) String ¶
func (s CertificateForDescribeCdnConfigOutput) String() string
String returns the string representation
type CertificateForUpdateCdnConfigInput ¶
type CertificateForUpdateCdnConfigInput struct { Certificate *string `type:"string"` EncryptionCert *string `type:"string"` EncryptionKey *string `type:"string"` PrivateKey *string `type:"string"` // contains filtered or unexported fields }
func (CertificateForUpdateCdnConfigInput) GoString ¶
func (s CertificateForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CertificateForUpdateCdnConfigInput) SetCertificate ¶
func (s *CertificateForUpdateCdnConfigInput) SetCertificate(v string) *CertificateForUpdateCdnConfigInput
SetCertificate sets the Certificate field's value.
func (*CertificateForUpdateCdnConfigInput) SetEncryptionCert ¶ added in v1.0.147
func (s *CertificateForUpdateCdnConfigInput) SetEncryptionCert(v string) *CertificateForUpdateCdnConfigInput
SetEncryptionCert sets the EncryptionCert field's value.
func (*CertificateForUpdateCdnConfigInput) SetEncryptionKey ¶ added in v1.0.147
func (s *CertificateForUpdateCdnConfigInput) SetEncryptionKey(v string) *CertificateForUpdateCdnConfigInput
SetEncryptionKey sets the EncryptionKey field's value.
func (*CertificateForUpdateCdnConfigInput) SetPrivateKey ¶
func (s *CertificateForUpdateCdnConfigInput) SetPrivateKey(v string) *CertificateForUpdateCdnConfigInput
SetPrivateKey sets the PrivateKey field's value.
func (CertificateForUpdateCdnConfigInput) String ¶
func (s CertificateForUpdateCdnConfigInput) String() string
String returns the string representation
type CommonTypeForAddCdnDomainInput ¶
type CommonTypeForAddCdnDomainInput struct { IgnoreCase *bool `type:"boolean"` IgnoreScheme *bool `type:"boolean"` Referers []*string `type:"list"` // contains filtered or unexported fields }
func (CommonTypeForAddCdnDomainInput) GoString ¶
func (s CommonTypeForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CommonTypeForAddCdnDomainInput) SetIgnoreCase ¶
func (s *CommonTypeForAddCdnDomainInput) SetIgnoreCase(v bool) *CommonTypeForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CommonTypeForAddCdnDomainInput) SetIgnoreScheme ¶
func (s *CommonTypeForAddCdnDomainInput) SetIgnoreScheme(v bool) *CommonTypeForAddCdnDomainInput
SetIgnoreScheme sets the IgnoreScheme field's value.
func (*CommonTypeForAddCdnDomainInput) SetReferers ¶
func (s *CommonTypeForAddCdnDomainInput) SetReferers(v []*string) *CommonTypeForAddCdnDomainInput
SetReferers sets the Referers field's value.
func (CommonTypeForAddCdnDomainInput) String ¶
func (s CommonTypeForAddCdnDomainInput) String() string
String returns the string representation
type CommonTypeForBatchUpdateCdnConfigInput ¶
type CommonTypeForBatchUpdateCdnConfigInput struct { IgnoreCase *bool `type:"boolean"` IgnoreScheme *bool `type:"boolean"` Referers []*string `type:"list"` // contains filtered or unexported fields }
func (CommonTypeForBatchUpdateCdnConfigInput) GoString ¶
func (s CommonTypeForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *CommonTypeForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreScheme ¶
func (s *CommonTypeForBatchUpdateCdnConfigInput) SetIgnoreScheme(v bool) *CommonTypeForBatchUpdateCdnConfigInput
SetIgnoreScheme sets the IgnoreScheme field's value.
func (*CommonTypeForBatchUpdateCdnConfigInput) SetReferers ¶
func (s *CommonTypeForBatchUpdateCdnConfigInput) SetReferers(v []*string) *CommonTypeForBatchUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (CommonTypeForBatchUpdateCdnConfigInput) String ¶
func (s CommonTypeForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CommonTypeForDescribeCdnConfigOutput ¶
type CommonTypeForDescribeCdnConfigOutput struct { IgnoreCase *bool `type:"boolean"` IgnoreScheme *bool `type:"boolean"` Referers []*string `type:"list"` // contains filtered or unexported fields }
func (CommonTypeForDescribeCdnConfigOutput) GoString ¶
func (s CommonTypeForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CommonTypeForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *CommonTypeForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *CommonTypeForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CommonTypeForDescribeCdnConfigOutput) SetIgnoreScheme ¶
func (s *CommonTypeForDescribeCdnConfigOutput) SetIgnoreScheme(v bool) *CommonTypeForDescribeCdnConfigOutput
SetIgnoreScheme sets the IgnoreScheme field's value.
func (*CommonTypeForDescribeCdnConfigOutput) SetReferers ¶
func (s *CommonTypeForDescribeCdnConfigOutput) SetReferers(v []*string) *CommonTypeForDescribeCdnConfigOutput
SetReferers sets the Referers field's value.
func (CommonTypeForDescribeCdnConfigOutput) String ¶
func (s CommonTypeForDescribeCdnConfigOutput) String() string
String returns the string representation
type CommonTypeForUpdateCdnConfigInput ¶
type CommonTypeForUpdateCdnConfigInput struct { IgnoreCase *bool `type:"boolean"` IgnoreScheme *bool `type:"boolean"` Referers []*string `type:"list"` // contains filtered or unexported fields }
func (CommonTypeForUpdateCdnConfigInput) GoString ¶
func (s CommonTypeForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CommonTypeForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *CommonTypeForUpdateCdnConfigInput) SetIgnoreCase(v bool) *CommonTypeForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*CommonTypeForUpdateCdnConfigInput) SetIgnoreScheme ¶
func (s *CommonTypeForUpdateCdnConfigInput) SetIgnoreScheme(v bool) *CommonTypeForUpdateCdnConfigInput
SetIgnoreScheme sets the IgnoreScheme field's value.
func (*CommonTypeForUpdateCdnConfigInput) SetReferers ¶
func (s *CommonTypeForUpdateCdnConfigInput) SetReferers(v []*string) *CommonTypeForUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (CommonTypeForUpdateCdnConfigInput) String ¶
func (s CommonTypeForUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionActionForAddCdnDomainInput ¶
type CompressionActionForAddCdnDomainInput struct { CompressionFormat *string `type:"string"` CompressionTarget *string `type:"string"` CompressionType []*string `type:"list"` MinFileSizeKB *int64 `type:"int64"` // contains filtered or unexported fields }
func (CompressionActionForAddCdnDomainInput) GoString ¶
func (s CompressionActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CompressionActionForAddCdnDomainInput) SetCompressionFormat ¶
func (s *CompressionActionForAddCdnDomainInput) SetCompressionFormat(v string) *CompressionActionForAddCdnDomainInput
SetCompressionFormat sets the CompressionFormat field's value.
func (*CompressionActionForAddCdnDomainInput) SetCompressionTarget ¶
func (s *CompressionActionForAddCdnDomainInput) SetCompressionTarget(v string) *CompressionActionForAddCdnDomainInput
SetCompressionTarget sets the CompressionTarget field's value.
func (*CompressionActionForAddCdnDomainInput) SetCompressionType ¶
func (s *CompressionActionForAddCdnDomainInput) SetCompressionType(v []*string) *CompressionActionForAddCdnDomainInput
SetCompressionType sets the CompressionType field's value.
func (*CompressionActionForAddCdnDomainInput) SetMinFileSizeKB ¶
func (s *CompressionActionForAddCdnDomainInput) SetMinFileSizeKB(v int64) *CompressionActionForAddCdnDomainInput
SetMinFileSizeKB sets the MinFileSizeKB field's value.
func (CompressionActionForAddCdnDomainInput) String ¶
func (s CompressionActionForAddCdnDomainInput) String() string
String returns the string representation
type CompressionActionForBatchUpdateCdnConfigInput ¶
type CompressionActionForBatchUpdateCdnConfigInput struct { CompressionFormat *string `type:"string"` CompressionTarget *string `type:"string"` CompressionType []*string `type:"list"` MinFileSizeKB *int64 `type:"int64"` // contains filtered or unexported fields }
func (CompressionActionForBatchUpdateCdnConfigInput) GoString ¶
func (s CompressionActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionActionForBatchUpdateCdnConfigInput) SetCompressionFormat ¶
func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionFormat(v string) *CompressionActionForBatchUpdateCdnConfigInput
SetCompressionFormat sets the CompressionFormat field's value.
func (*CompressionActionForBatchUpdateCdnConfigInput) SetCompressionTarget ¶
func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionTarget(v string) *CompressionActionForBatchUpdateCdnConfigInput
SetCompressionTarget sets the CompressionTarget field's value.
func (*CompressionActionForBatchUpdateCdnConfigInput) SetCompressionType ¶
func (s *CompressionActionForBatchUpdateCdnConfigInput) SetCompressionType(v []*string) *CompressionActionForBatchUpdateCdnConfigInput
SetCompressionType sets the CompressionType field's value.
func (*CompressionActionForBatchUpdateCdnConfigInput) SetMinFileSizeKB ¶
func (s *CompressionActionForBatchUpdateCdnConfigInput) SetMinFileSizeKB(v int64) *CompressionActionForBatchUpdateCdnConfigInput
SetMinFileSizeKB sets the MinFileSizeKB field's value.
func (CompressionActionForBatchUpdateCdnConfigInput) String ¶
func (s CompressionActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionActionForDescribeCdnConfigOutput ¶
type CompressionActionForDescribeCdnConfigOutput struct { CompressionFormat *string `type:"string"` CompressionTarget *string `type:"string"` CompressionType []*string `type:"list"` MinFileSizeKB *int64 `type:"int64"` // contains filtered or unexported fields }
func (CompressionActionForDescribeCdnConfigOutput) GoString ¶
func (s CompressionActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CompressionActionForDescribeCdnConfigOutput) SetCompressionFormat ¶
func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionFormat(v string) *CompressionActionForDescribeCdnConfigOutput
SetCompressionFormat sets the CompressionFormat field's value.
func (*CompressionActionForDescribeCdnConfigOutput) SetCompressionTarget ¶
func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionTarget(v string) *CompressionActionForDescribeCdnConfigOutput
SetCompressionTarget sets the CompressionTarget field's value.
func (*CompressionActionForDescribeCdnConfigOutput) SetCompressionType ¶
func (s *CompressionActionForDescribeCdnConfigOutput) SetCompressionType(v []*string) *CompressionActionForDescribeCdnConfigOutput
SetCompressionType sets the CompressionType field's value.
func (*CompressionActionForDescribeCdnConfigOutput) SetMinFileSizeKB ¶
func (s *CompressionActionForDescribeCdnConfigOutput) SetMinFileSizeKB(v int64) *CompressionActionForDescribeCdnConfigOutput
SetMinFileSizeKB sets the MinFileSizeKB field's value.
func (CompressionActionForDescribeCdnConfigOutput) String ¶
func (s CompressionActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type CompressionActionForUpdateCdnConfigInput ¶
type CompressionActionForUpdateCdnConfigInput struct { CompressionFormat *string `type:"string"` CompressionTarget *string `type:"string"` CompressionType []*string `type:"list"` MinFileSizeKB *int64 `type:"int64"` // contains filtered or unexported fields }
func (CompressionActionForUpdateCdnConfigInput) GoString ¶
func (s CompressionActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionActionForUpdateCdnConfigInput) SetCompressionFormat ¶
func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionFormat(v string) *CompressionActionForUpdateCdnConfigInput
SetCompressionFormat sets the CompressionFormat field's value.
func (*CompressionActionForUpdateCdnConfigInput) SetCompressionTarget ¶
func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionTarget(v string) *CompressionActionForUpdateCdnConfigInput
SetCompressionTarget sets the CompressionTarget field's value.
func (*CompressionActionForUpdateCdnConfigInput) SetCompressionType ¶
func (s *CompressionActionForUpdateCdnConfigInput) SetCompressionType(v []*string) *CompressionActionForUpdateCdnConfigInput
SetCompressionType sets the CompressionType field's value.
func (*CompressionActionForUpdateCdnConfigInput) SetMinFileSizeKB ¶
func (s *CompressionActionForUpdateCdnConfigInput) SetMinFileSizeKB(v int64) *CompressionActionForUpdateCdnConfigInput
SetMinFileSizeKB sets the MinFileSizeKB field's value.
func (CompressionActionForUpdateCdnConfigInput) String ¶
func (s CompressionActionForUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionForAddCdnDomainInput ¶
type CompressionForAddCdnDomainInput struct { CompressionRules []*CompressionRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CompressionForAddCdnDomainInput) GoString ¶
func (s CompressionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CompressionForAddCdnDomainInput) SetCompressionRules ¶
func (s *CompressionForAddCdnDomainInput) SetCompressionRules(v []*CompressionRuleForAddCdnDomainInput) *CompressionForAddCdnDomainInput
SetCompressionRules sets the CompressionRules field's value.
func (*CompressionForAddCdnDomainInput) SetSwitch ¶
func (s *CompressionForAddCdnDomainInput) SetSwitch(v bool) *CompressionForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (CompressionForAddCdnDomainInput) String ¶
func (s CompressionForAddCdnDomainInput) String() string
String returns the string representation
type CompressionForBatchUpdateCdnConfigInput ¶
type CompressionForBatchUpdateCdnConfigInput struct { CompressionRules []*CompressionRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CompressionForBatchUpdateCdnConfigInput) GoString ¶
func (s CompressionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionForBatchUpdateCdnConfigInput) SetCompressionRules ¶
func (s *CompressionForBatchUpdateCdnConfigInput) SetCompressionRules(v []*CompressionRuleForBatchUpdateCdnConfigInput) *CompressionForBatchUpdateCdnConfigInput
SetCompressionRules sets the CompressionRules field's value.
func (*CompressionForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *CompressionForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CompressionForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CompressionForBatchUpdateCdnConfigInput) String ¶
func (s CompressionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionForDescribeCdnConfigOutput ¶
type CompressionForDescribeCdnConfigOutput struct { CompressionRules []*CompressionRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CompressionForDescribeCdnConfigOutput) GoString ¶
func (s CompressionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CompressionForDescribeCdnConfigOutput) SetCompressionRules ¶
func (s *CompressionForDescribeCdnConfigOutput) SetCompressionRules(v []*CompressionRuleForDescribeCdnConfigOutput) *CompressionForDescribeCdnConfigOutput
SetCompressionRules sets the CompressionRules field's value.
func (*CompressionForDescribeCdnConfigOutput) SetSwitch ¶
func (s *CompressionForDescribeCdnConfigOutput) SetSwitch(v bool) *CompressionForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (CompressionForDescribeCdnConfigOutput) String ¶
func (s CompressionForDescribeCdnConfigOutput) String() string
String returns the string representation
type CompressionForUpdateCdnConfigInput ¶
type CompressionForUpdateCdnConfigInput struct { CompressionRules []*CompressionRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CompressionForUpdateCdnConfigInput) GoString ¶
func (s CompressionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionForUpdateCdnConfigInput) SetCompressionRules ¶
func (s *CompressionForUpdateCdnConfigInput) SetCompressionRules(v []*CompressionRuleForUpdateCdnConfigInput) *CompressionForUpdateCdnConfigInput
SetCompressionRules sets the CompressionRules field's value.
func (*CompressionForUpdateCdnConfigInput) SetSwitch ¶
func (s *CompressionForUpdateCdnConfigInput) SetSwitch(v bool) *CompressionForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CompressionForUpdateCdnConfigInput) String ¶
func (s CompressionForUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionRuleForAddCdnDomainInput ¶
type CompressionRuleForAddCdnDomainInput struct { CompressionAction *CompressionActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CompressionRuleForAddCdnDomainInput) GoString ¶
func (s CompressionRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CompressionRuleForAddCdnDomainInput) SetCompressionAction ¶
func (s *CompressionRuleForAddCdnDomainInput) SetCompressionAction(v *CompressionActionForAddCdnDomainInput) *CompressionRuleForAddCdnDomainInput
SetCompressionAction sets the CompressionAction field's value.
func (*CompressionRuleForAddCdnDomainInput) SetCondition ¶
func (s *CompressionRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CompressionRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (CompressionRuleForAddCdnDomainInput) String ¶
func (s CompressionRuleForAddCdnDomainInput) String() string
String returns the string representation
type CompressionRuleForBatchUpdateCdnConfigInput ¶
type CompressionRuleForBatchUpdateCdnConfigInput struct { CompressionAction *CompressionActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CompressionRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s CompressionRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionRuleForBatchUpdateCdnConfigInput) SetCompressionAction ¶
func (s *CompressionRuleForBatchUpdateCdnConfigInput) SetCompressionAction(v *CompressionActionForBatchUpdateCdnConfigInput) *CompressionRuleForBatchUpdateCdnConfigInput
SetCompressionAction sets the CompressionAction field's value.
func (*CompressionRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *CompressionRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CompressionRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CompressionRuleForBatchUpdateCdnConfigInput) String ¶
func (s CompressionRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CompressionRuleForDescribeCdnConfigOutput ¶
type CompressionRuleForDescribeCdnConfigOutput struct { CompressionAction *CompressionActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CompressionRuleForDescribeCdnConfigOutput) GoString ¶
func (s CompressionRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CompressionRuleForDescribeCdnConfigOutput) SetCompressionAction ¶
func (s *CompressionRuleForDescribeCdnConfigOutput) SetCompressionAction(v *CompressionActionForDescribeCdnConfigOutput) *CompressionRuleForDescribeCdnConfigOutput
SetCompressionAction sets the CompressionAction field's value.
func (*CompressionRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *CompressionRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CompressionRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (CompressionRuleForDescribeCdnConfigOutput) String ¶
func (s CompressionRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type CompressionRuleForUpdateCdnConfigInput ¶
type CompressionRuleForUpdateCdnConfigInput struct { CompressionAction *CompressionActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CompressionRuleForUpdateCdnConfigInput) GoString ¶
func (s CompressionRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CompressionRuleForUpdateCdnConfigInput) SetCompressionAction ¶
func (s *CompressionRuleForUpdateCdnConfigInput) SetCompressionAction(v *CompressionActionForUpdateCdnConfigInput) *CompressionRuleForUpdateCdnConfigInput
SetCompressionAction sets the CompressionAction field's value.
func (*CompressionRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *CompressionRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CompressionRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CompressionRuleForUpdateCdnConfigInput) String ¶
func (s CompressionRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionForAddCdnDomainInput ¶
type ConditionForAddCdnDomainInput struct { ConditionRule []*ConditionRuleForAddCdnDomainInput `type:"list"` Connective *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForAddCdnDomainInput) GoString ¶
func (s ConditionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConditionForAddCdnDomainInput) SetConditionRule ¶
func (s *ConditionForAddCdnDomainInput) SetConditionRule(v []*ConditionRuleForAddCdnDomainInput) *ConditionForAddCdnDomainInput
SetConditionRule sets the ConditionRule field's value.
func (*ConditionForAddCdnDomainInput) SetConnective ¶
func (s *ConditionForAddCdnDomainInput) SetConnective(v string) *ConditionForAddCdnDomainInput
SetConnective sets the Connective field's value.
func (ConditionForAddCdnDomainInput) String ¶
func (s ConditionForAddCdnDomainInput) String() string
String returns the string representation
type ConditionForBatchUpdateCdnConfigInput ¶
type ConditionForBatchUpdateCdnConfigInput struct { ConditionRule []*ConditionRuleForBatchUpdateCdnConfigInput `type:"list"` Connective *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForBatchUpdateCdnConfigInput) GoString ¶
func (s ConditionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionForBatchUpdateCdnConfigInput) SetConditionRule ¶
func (s *ConditionForBatchUpdateCdnConfigInput) SetConditionRule(v []*ConditionRuleForBatchUpdateCdnConfigInput) *ConditionForBatchUpdateCdnConfigInput
SetConditionRule sets the ConditionRule field's value.
func (*ConditionForBatchUpdateCdnConfigInput) SetConnective ¶
func (s *ConditionForBatchUpdateCdnConfigInput) SetConnective(v string) *ConditionForBatchUpdateCdnConfigInput
SetConnective sets the Connective field's value.
func (ConditionForBatchUpdateCdnConfigInput) String ¶
func (s ConditionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionForDescribeCdnConfigOutput ¶
type ConditionForDescribeCdnConfigOutput struct { ConditionRule []*ConditionRuleForDescribeCdnConfigOutput `type:"list"` Connective *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForDescribeCdnConfigOutput) GoString ¶
func (s ConditionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConditionForDescribeCdnConfigOutput) SetConditionRule ¶
func (s *ConditionForDescribeCdnConfigOutput) SetConditionRule(v []*ConditionRuleForDescribeCdnConfigOutput) *ConditionForDescribeCdnConfigOutput
SetConditionRule sets the ConditionRule field's value.
func (*ConditionForDescribeCdnConfigOutput) SetConnective ¶
func (s *ConditionForDescribeCdnConfigOutput) SetConnective(v string) *ConditionForDescribeCdnConfigOutput
SetConnective sets the Connective field's value.
func (ConditionForDescribeCdnConfigOutput) String ¶
func (s ConditionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConditionForUpdateCdnConfigInput ¶
type ConditionForUpdateCdnConfigInput struct { ConditionRule []*ConditionRuleForUpdateCdnConfigInput `type:"list"` Connective *string `type:"string"` // contains filtered or unexported fields }
func (ConditionForUpdateCdnConfigInput) GoString ¶
func (s ConditionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionForUpdateCdnConfigInput) SetConditionRule ¶
func (s *ConditionForUpdateCdnConfigInput) SetConditionRule(v []*ConditionRuleForUpdateCdnConfigInput) *ConditionForUpdateCdnConfigInput
SetConditionRule sets the ConditionRule field's value.
func (*ConditionForUpdateCdnConfigInput) SetConnective ¶
func (s *ConditionForUpdateCdnConfigInput) SetConnective(v string) *ConditionForUpdateCdnConfigInput
SetConnective sets the Connective field's value.
func (ConditionForUpdateCdnConfigInput) String ¶
func (s ConditionForUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionGroupForAddCdnDomainInput ¶ added in v1.0.147
type ConditionGroupForAddCdnDomainInput struct { Condition *ConvertConditionForAddCdnDomainInput `type:"structure"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionGroupForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConditionGroupForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConditionGroupForAddCdnDomainInput) SetCondition ¶ added in v1.0.147
func (s *ConditionGroupForAddCdnDomainInput) SetCondition(v *ConvertConditionForAddCdnDomainInput) *ConditionGroupForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*ConditionGroupForAddCdnDomainInput) SetIsGroup ¶ added in v1.0.147
func (s *ConditionGroupForAddCdnDomainInput) SetIsGroup(v bool) *ConditionGroupForAddCdnDomainInput
SetIsGroup sets the IsGroup field's value.
func (ConditionGroupForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConditionGroupForAddCdnDomainInput) String() string
String returns the string representation
type ConditionGroupForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConditionGroupForBatchUpdateCdnConfigInput struct { Condition *ConvertConditionForBatchUpdateCdnConfigInput `type:"structure"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionGroupForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConditionGroupForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionGroupForBatchUpdateCdnConfigInput) SetCondition ¶ added in v1.0.147
func (s *ConditionGroupForBatchUpdateCdnConfigInput) SetCondition(v *ConvertConditionForBatchUpdateCdnConfigInput) *ConditionGroupForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*ConditionGroupForBatchUpdateCdnConfigInput) SetIsGroup ¶ added in v1.0.147
func (s *ConditionGroupForBatchUpdateCdnConfigInput) SetIsGroup(v bool) *ConditionGroupForBatchUpdateCdnConfigInput
SetIsGroup sets the IsGroup field's value.
func (ConditionGroupForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConditionGroupForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionGroupForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConditionGroupForDescribeCdnConfigOutput struct { Condition *ConvertConditionForDescribeCdnConfigOutput `type:"structure"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionGroupForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConditionGroupForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConditionGroupForDescribeCdnConfigOutput) SetCondition ¶ added in v1.0.147
func (s *ConditionGroupForDescribeCdnConfigOutput) SetCondition(v *ConvertConditionForDescribeCdnConfigOutput) *ConditionGroupForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*ConditionGroupForDescribeCdnConfigOutput) SetIsGroup ¶ added in v1.0.147
func (s *ConditionGroupForDescribeCdnConfigOutput) SetIsGroup(v bool) *ConditionGroupForDescribeCdnConfigOutput
SetIsGroup sets the IsGroup field's value.
func (ConditionGroupForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConditionGroupForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConditionGroupForUpdateCdnConfigInput ¶ added in v1.0.147
type ConditionGroupForUpdateCdnConfigInput struct { Condition *ConvertConditionForUpdateCdnConfigInput `type:"structure"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionGroupForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConditionGroupForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionGroupForUpdateCdnConfigInput) SetCondition ¶ added in v1.0.147
func (s *ConditionGroupForUpdateCdnConfigInput) SetCondition(v *ConvertConditionForUpdateCdnConfigInput) *ConditionGroupForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*ConditionGroupForUpdateCdnConfigInput) SetIsGroup ¶ added in v1.0.147
func (s *ConditionGroupForUpdateCdnConfigInput) SetIsGroup(v bool) *ConditionGroupForUpdateCdnConfigInput
SetIsGroup sets the IsGroup field's value.
func (ConditionGroupForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConditionGroupForUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionRuleForAddCdnDomainInput ¶
type ConditionRuleForAddCdnDomainInput struct { Name *string `type:"string"` Object *string `type:"string"` Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ConditionRuleForAddCdnDomainInput) GoString ¶
func (s ConditionRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConditionRuleForAddCdnDomainInput) SetName ¶
func (s *ConditionRuleForAddCdnDomainInput) SetName(v string) *ConditionRuleForAddCdnDomainInput
SetName sets the Name field's value.
func (*ConditionRuleForAddCdnDomainInput) SetObject ¶
func (s *ConditionRuleForAddCdnDomainInput) SetObject(v string) *ConditionRuleForAddCdnDomainInput
SetObject sets the Object field's value.
func (*ConditionRuleForAddCdnDomainInput) SetOperator ¶
func (s *ConditionRuleForAddCdnDomainInput) SetOperator(v string) *ConditionRuleForAddCdnDomainInput
SetOperator sets the Operator field's value.
func (*ConditionRuleForAddCdnDomainInput) SetType ¶
func (s *ConditionRuleForAddCdnDomainInput) SetType(v string) *ConditionRuleForAddCdnDomainInput
SetType sets the Type field's value.
func (*ConditionRuleForAddCdnDomainInput) SetValue ¶
func (s *ConditionRuleForAddCdnDomainInput) SetValue(v string) *ConditionRuleForAddCdnDomainInput
SetValue sets the Value field's value.
func (ConditionRuleForAddCdnDomainInput) String ¶
func (s ConditionRuleForAddCdnDomainInput) String() string
String returns the string representation
type ConditionRuleForBatchUpdateCdnConfigInput ¶
type ConditionRuleForBatchUpdateCdnConfigInput struct { Name *string `type:"string"` Object *string `type:"string"` Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ConditionRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s ConditionRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionRuleForBatchUpdateCdnConfigInput) SetName ¶
func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetName(v string) *ConditionRuleForBatchUpdateCdnConfigInput
SetName sets the Name field's value.
func (*ConditionRuleForBatchUpdateCdnConfigInput) SetObject ¶
func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetObject(v string) *ConditionRuleForBatchUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*ConditionRuleForBatchUpdateCdnConfigInput) SetOperator ¶
func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetOperator(v string) *ConditionRuleForBatchUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*ConditionRuleForBatchUpdateCdnConfigInput) SetType ¶
func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetType(v string) *ConditionRuleForBatchUpdateCdnConfigInput
SetType sets the Type field's value.
func (*ConditionRuleForBatchUpdateCdnConfigInput) SetValue ¶
func (s *ConditionRuleForBatchUpdateCdnConfigInput) SetValue(v string) *ConditionRuleForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (ConditionRuleForBatchUpdateCdnConfigInput) String ¶
func (s ConditionRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionRuleForDescribeCdnConfigOutput ¶
type ConditionRuleForDescribeCdnConfigOutput struct { Name *string `type:"string"` Object *string `type:"string"` Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ConditionRuleForDescribeCdnConfigOutput) GoString ¶
func (s ConditionRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConditionRuleForDescribeCdnConfigOutput) SetName ¶
func (s *ConditionRuleForDescribeCdnConfigOutput) SetName(v string) *ConditionRuleForDescribeCdnConfigOutput
SetName sets the Name field's value.
func (*ConditionRuleForDescribeCdnConfigOutput) SetObject ¶
func (s *ConditionRuleForDescribeCdnConfigOutput) SetObject(v string) *ConditionRuleForDescribeCdnConfigOutput
SetObject sets the Object field's value.
func (*ConditionRuleForDescribeCdnConfigOutput) SetOperator ¶
func (s *ConditionRuleForDescribeCdnConfigOutput) SetOperator(v string) *ConditionRuleForDescribeCdnConfigOutput
SetOperator sets the Operator field's value.
func (*ConditionRuleForDescribeCdnConfigOutput) SetType ¶
func (s *ConditionRuleForDescribeCdnConfigOutput) SetType(v string) *ConditionRuleForDescribeCdnConfigOutput
SetType sets the Type field's value.
func (*ConditionRuleForDescribeCdnConfigOutput) SetValue ¶
func (s *ConditionRuleForDescribeCdnConfigOutput) SetValue(v string) *ConditionRuleForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (ConditionRuleForDescribeCdnConfigOutput) String ¶
func (s ConditionRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConditionRuleForUpdateCdnConfigInput ¶
type ConditionRuleForUpdateCdnConfigInput struct { Name *string `type:"string"` Object *string `type:"string"` Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ConditionRuleForUpdateCdnConfigInput) GoString ¶
func (s ConditionRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionRuleForUpdateCdnConfigInput) SetName ¶
func (s *ConditionRuleForUpdateCdnConfigInput) SetName(v string) *ConditionRuleForUpdateCdnConfigInput
SetName sets the Name field's value.
func (*ConditionRuleForUpdateCdnConfigInput) SetObject ¶
func (s *ConditionRuleForUpdateCdnConfigInput) SetObject(v string) *ConditionRuleForUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*ConditionRuleForUpdateCdnConfigInput) SetOperator ¶
func (s *ConditionRuleForUpdateCdnConfigInput) SetOperator(v string) *ConditionRuleForUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*ConditionRuleForUpdateCdnConfigInput) SetType ¶
func (s *ConditionRuleForUpdateCdnConfigInput) SetType(v string) *ConditionRuleForUpdateCdnConfigInput
SetType sets the Type field's value.
func (*ConditionRuleForUpdateCdnConfigInput) SetValue ¶
func (s *ConditionRuleForUpdateCdnConfigInput) SetValue(v string) *ConditionRuleForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (ConditionRuleForUpdateCdnConfigInput) String ¶
func (s ConditionRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionalOriginForAddCdnDomainInput ¶ added in v1.0.147
type ConditionalOriginForAddCdnDomainInput struct { OriginRules []*OriginRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionalOriginForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConditionalOriginForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConditionalOriginForAddCdnDomainInput) SetOriginRules ¶ added in v1.0.147
func (s *ConditionalOriginForAddCdnDomainInput) SetOriginRules(v []*OriginRuleForAddCdnDomainInput) *ConditionalOriginForAddCdnDomainInput
SetOriginRules sets the OriginRules field's value.
func (*ConditionalOriginForAddCdnDomainInput) SetSwitch ¶ added in v1.0.147
func (s *ConditionalOriginForAddCdnDomainInput) SetSwitch(v bool) *ConditionalOriginForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (ConditionalOriginForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConditionalOriginForAddCdnDomainInput) String() string
String returns the string representation
type ConditionalOriginForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConditionalOriginForBatchUpdateCdnConfigInput struct { OriginRules []*OriginRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionalOriginForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConditionalOriginForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionalOriginForBatchUpdateCdnConfigInput) SetOriginRules ¶ added in v1.0.147
func (s *ConditionalOriginForBatchUpdateCdnConfigInput) SetOriginRules(v []*OriginRuleForBatchUpdateCdnConfigInput) *ConditionalOriginForBatchUpdateCdnConfigInput
SetOriginRules sets the OriginRules field's value.
func (*ConditionalOriginForBatchUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *ConditionalOriginForBatchUpdateCdnConfigInput) SetSwitch(v bool) *ConditionalOriginForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (ConditionalOriginForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConditionalOriginForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConditionalOriginForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConditionalOriginForDescribeCdnConfigOutput struct { OriginRules []*OriginRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionalOriginForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConditionalOriginForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConditionalOriginForDescribeCdnConfigOutput) SetOriginRules ¶ added in v1.0.147
func (s *ConditionalOriginForDescribeCdnConfigOutput) SetOriginRules(v []*OriginRuleForDescribeCdnConfigOutput) *ConditionalOriginForDescribeCdnConfigOutput
SetOriginRules sets the OriginRules field's value.
func (*ConditionalOriginForDescribeCdnConfigOutput) SetSwitch ¶ added in v1.0.147
func (s *ConditionalOriginForDescribeCdnConfigOutput) SetSwitch(v bool) *ConditionalOriginForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (ConditionalOriginForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConditionalOriginForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConditionalOriginForUpdateCdnConfigInput ¶ added in v1.0.147
type ConditionalOriginForUpdateCdnConfigInput struct { OriginRules []*OriginRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConditionalOriginForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConditionalOriginForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConditionalOriginForUpdateCdnConfigInput) SetOriginRules ¶ added in v1.0.147
func (s *ConditionalOriginForUpdateCdnConfigInput) SetOriginRules(v []*OriginRuleForUpdateCdnConfigInput) *ConditionalOriginForUpdateCdnConfigInput
SetOriginRules sets the OriginRules field's value.
func (*ConditionalOriginForUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *ConditionalOriginForUpdateCdnConfigInput) SetSwitch(v bool) *ConditionalOriginForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (ConditionalOriginForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConditionalOriginForUpdateCdnConfigInput) String() string
String returns the string representation
type ConfiguredDomainDetailForListCdnCertInfoOutput ¶
type ConfiguredDomainDetailForListCdnCertInfoOutput struct { Domain *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (ConfiguredDomainDetailForListCdnCertInfoOutput) GoString ¶
func (s ConfiguredDomainDetailForListCdnCertInfoOutput) GoString() string
GoString returns the string representation
func (*ConfiguredDomainDetailForListCdnCertInfoOutput) SetDomain ¶
func (s *ConfiguredDomainDetailForListCdnCertInfoOutput) SetDomain(v string) *ConfiguredDomainDetailForListCdnCertInfoOutput
SetDomain sets the Domain field's value.
func (*ConfiguredDomainDetailForListCdnCertInfoOutput) SetType ¶
func (s *ConfiguredDomainDetailForListCdnCertInfoOutput) SetType(v string) *ConfiguredDomainDetailForListCdnCertInfoOutput
SetType sets the Type field's value.
func (ConfiguredDomainDetailForListCdnCertInfoOutput) String ¶
func (s ConfiguredDomainDetailForListCdnCertInfoOutput) String() string
String returns the string representation
type ConfiguredDomainDetailForListCertInfoOutput ¶
type ConfiguredDomainDetailForListCertInfoOutput struct { Domain *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (ConfiguredDomainDetailForListCertInfoOutput) GoString ¶
func (s ConfiguredDomainDetailForListCertInfoOutput) GoString() string
GoString returns the string representation
func (*ConfiguredDomainDetailForListCertInfoOutput) SetDomain ¶
func (s *ConfiguredDomainDetailForListCertInfoOutput) SetDomain(v string) *ConfiguredDomainDetailForListCertInfoOutput
SetDomain sets the Domain field's value.
func (*ConfiguredDomainDetailForListCertInfoOutput) SetType ¶
func (s *ConfiguredDomainDetailForListCertInfoOutput) SetType(v string) *ConfiguredDomainDetailForListCertInfoOutput
SetType sets the Type field's value.
func (ConfiguredDomainDetailForListCertInfoOutput) String ¶
func (s ConfiguredDomainDetailForListCertInfoOutput) String() string
String returns the string representation
type ConvertCacheActionForAddCdnDomainInput ¶
type ConvertCacheActionForAddCdnDomainInput struct { Action *string `type:"string"` CacheKey []*string `type:"list"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertCacheActionForAddCdnDomainInput) GoString ¶
func (s ConvertCacheActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConvertCacheActionForAddCdnDomainInput) SetAction ¶
func (s *ConvertCacheActionForAddCdnDomainInput) SetAction(v string) *ConvertCacheActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*ConvertCacheActionForAddCdnDomainInput) SetCacheKey ¶
func (s *ConvertCacheActionForAddCdnDomainInput) SetCacheKey(v []*string) *ConvertCacheActionForAddCdnDomainInput
SetCacheKey sets the CacheKey field's value.
func (*ConvertCacheActionForAddCdnDomainInput) SetIgnoreCase ¶
func (s *ConvertCacheActionForAddCdnDomainInput) SetIgnoreCase(v bool) *ConvertCacheActionForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*ConvertCacheActionForAddCdnDomainInput) SetTtl ¶
func (s *ConvertCacheActionForAddCdnDomainInput) SetTtl(v int64) *ConvertCacheActionForAddCdnDomainInput
SetTtl sets the Ttl field's value.
func (ConvertCacheActionForAddCdnDomainInput) String ¶
func (s ConvertCacheActionForAddCdnDomainInput) String() string
String returns the string representation
type ConvertCacheActionForBatchUpdateCdnConfigInput ¶
type ConvertCacheActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` CacheKey []*string `type:"list"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertCacheActionForBatchUpdateCdnConfigInput) GoString ¶
func (s ConvertCacheActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertCacheActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetAction(v string) *ConvertCacheActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ConvertCacheActionForBatchUpdateCdnConfigInput) SetCacheKey ¶
func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetCacheKey(v []*string) *ConvertCacheActionForBatchUpdateCdnConfigInput
SetCacheKey sets the CacheKey field's value.
func (*ConvertCacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *ConvertCacheActionForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*ConvertCacheActionForBatchUpdateCdnConfigInput) SetTtl ¶
func (s *ConvertCacheActionForBatchUpdateCdnConfigInput) SetTtl(v int64) *ConvertCacheActionForBatchUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (ConvertCacheActionForBatchUpdateCdnConfigInput) String ¶
func (s ConvertCacheActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertCacheActionForDescribeCdnConfigOutput ¶
type ConvertCacheActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` CacheKey []*string `type:"list"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertCacheActionForDescribeCdnConfigOutput) GoString ¶
func (s ConvertCacheActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConvertCacheActionForDescribeCdnConfigOutput) SetAction ¶
func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetAction(v string) *ConvertCacheActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*ConvertCacheActionForDescribeCdnConfigOutput) SetCacheKey ¶
func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetCacheKey(v []*string) *ConvertCacheActionForDescribeCdnConfigOutput
SetCacheKey sets the CacheKey field's value.
func (*ConvertCacheActionForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *ConvertCacheActionForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*ConvertCacheActionForDescribeCdnConfigOutput) SetTtl ¶
func (s *ConvertCacheActionForDescribeCdnConfigOutput) SetTtl(v int64) *ConvertCacheActionForDescribeCdnConfigOutput
SetTtl sets the Ttl field's value.
func (ConvertCacheActionForDescribeCdnConfigOutput) String ¶
func (s ConvertCacheActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConvertCacheActionForUpdateCdnConfigInput ¶
type ConvertCacheActionForUpdateCdnConfigInput struct { Action *string `type:"string"` CacheKey []*string `type:"list"` IgnoreCase *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertCacheActionForUpdateCdnConfigInput) GoString ¶
func (s ConvertCacheActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertCacheActionForUpdateCdnConfigInput) SetAction ¶
func (s *ConvertCacheActionForUpdateCdnConfigInput) SetAction(v string) *ConvertCacheActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ConvertCacheActionForUpdateCdnConfigInput) SetCacheKey ¶
func (s *ConvertCacheActionForUpdateCdnConfigInput) SetCacheKey(v []*string) *ConvertCacheActionForUpdateCdnConfigInput
SetCacheKey sets the CacheKey field's value.
func (*ConvertCacheActionForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *ConvertCacheActionForUpdateCdnConfigInput) SetIgnoreCase(v bool) *ConvertCacheActionForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*ConvertCacheActionForUpdateCdnConfigInput) SetTtl ¶
func (s *ConvertCacheActionForUpdateCdnConfigInput) SetTtl(v int64) *ConvertCacheActionForUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (ConvertCacheActionForUpdateCdnConfigInput) String ¶
func (s ConvertCacheActionForUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertConditionForAddCdnDomainInput ¶ added in v1.0.147
type ConvertConditionForAddCdnDomainInput struct { Object *string `type:"string"` Operator *string `type:"string"` Value []*string `type:"list"` // contains filtered or unexported fields }
func (ConvertConditionForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConvertConditionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConvertConditionForAddCdnDomainInput) SetObject ¶ added in v1.0.147
func (s *ConvertConditionForAddCdnDomainInput) SetObject(v string) *ConvertConditionForAddCdnDomainInput
SetObject sets the Object field's value.
func (*ConvertConditionForAddCdnDomainInput) SetOperator ¶ added in v1.0.147
func (s *ConvertConditionForAddCdnDomainInput) SetOperator(v string) *ConvertConditionForAddCdnDomainInput
SetOperator sets the Operator field's value.
func (*ConvertConditionForAddCdnDomainInput) SetValue ¶ added in v1.0.147
func (s *ConvertConditionForAddCdnDomainInput) SetValue(v []*string) *ConvertConditionForAddCdnDomainInput
SetValue sets the Value field's value.
func (ConvertConditionForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConvertConditionForAddCdnDomainInput) String() string
String returns the string representation
type ConvertConditionForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertConditionForBatchUpdateCdnConfigInput struct { Object *string `type:"string"` Operator *string `type:"string"` Value []*string `type:"list"` // contains filtered or unexported fields }
func (ConvertConditionForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertConditionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertConditionForBatchUpdateCdnConfigInput) SetObject ¶ added in v1.0.147
func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetObject(v string) *ConvertConditionForBatchUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*ConvertConditionForBatchUpdateCdnConfigInput) SetOperator ¶ added in v1.0.147
func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetOperator(v string) *ConvertConditionForBatchUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*ConvertConditionForBatchUpdateCdnConfigInput) SetValue ¶ added in v1.0.147
func (s *ConvertConditionForBatchUpdateCdnConfigInput) SetValue(v []*string) *ConvertConditionForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (ConvertConditionForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertConditionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertConditionForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConvertConditionForDescribeCdnConfigOutput struct { Object *string `type:"string"` Operator *string `type:"string"` Value []*string `type:"list"` // contains filtered or unexported fields }
func (ConvertConditionForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConvertConditionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConvertConditionForDescribeCdnConfigOutput) SetObject ¶ added in v1.0.147
func (s *ConvertConditionForDescribeCdnConfigOutput) SetObject(v string) *ConvertConditionForDescribeCdnConfigOutput
SetObject sets the Object field's value.
func (*ConvertConditionForDescribeCdnConfigOutput) SetOperator ¶ added in v1.0.147
func (s *ConvertConditionForDescribeCdnConfigOutput) SetOperator(v string) *ConvertConditionForDescribeCdnConfigOutput
SetOperator sets the Operator field's value.
func (*ConvertConditionForDescribeCdnConfigOutput) SetValue ¶ added in v1.0.147
func (s *ConvertConditionForDescribeCdnConfigOutput) SetValue(v []*string) *ConvertConditionForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (ConvertConditionForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConvertConditionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConvertConditionForUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertConditionForUpdateCdnConfigInput struct { Object *string `type:"string"` Operator *string `type:"string"` Value []*string `type:"list"` // contains filtered or unexported fields }
func (ConvertConditionForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertConditionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertConditionForUpdateCdnConfigInput) SetObject ¶ added in v1.0.147
func (s *ConvertConditionForUpdateCdnConfigInput) SetObject(v string) *ConvertConditionForUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*ConvertConditionForUpdateCdnConfigInput) SetOperator ¶ added in v1.0.147
func (s *ConvertConditionForUpdateCdnConfigInput) SetOperator(v string) *ConvertConditionForUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*ConvertConditionForUpdateCdnConfigInput) SetValue ¶ added in v1.0.147
func (s *ConvertConditionForUpdateCdnConfigInput) SetValue(v []*string) *ConvertConditionForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (ConvertConditionForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertConditionForUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertConvertConditionForAddCdnDomainInput ¶ added in v1.0.147
type ConvertConvertConditionForAddCdnDomainInput struct { ConditionGroups []*ConditionGroupForAddCdnDomainInput `type:"list"` Connective *string `type:"string"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConvertConvertConditionForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConvertConvertConditionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConvertConvertConditionForAddCdnDomainInput) SetConditionGroups ¶ added in v1.0.147
func (s *ConvertConvertConditionForAddCdnDomainInput) SetConditionGroups(v []*ConditionGroupForAddCdnDomainInput) *ConvertConvertConditionForAddCdnDomainInput
SetConditionGroups sets the ConditionGroups field's value.
func (*ConvertConvertConditionForAddCdnDomainInput) SetConnective ¶ added in v1.0.147
func (s *ConvertConvertConditionForAddCdnDomainInput) SetConnective(v string) *ConvertConvertConditionForAddCdnDomainInput
SetConnective sets the Connective field's value.
func (*ConvertConvertConditionForAddCdnDomainInput) SetIsGroup ¶ added in v1.0.147
func (s *ConvertConvertConditionForAddCdnDomainInput) SetIsGroup(v bool) *ConvertConvertConditionForAddCdnDomainInput
SetIsGroup sets the IsGroup field's value.
func (ConvertConvertConditionForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConvertConvertConditionForAddCdnDomainInput) String() string
String returns the string representation
type ConvertConvertConditionForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertConvertConditionForBatchUpdateCdnConfigInput struct { ConditionGroups []*ConditionGroupForBatchUpdateCdnConfigInput `type:"list"` Connective *string `type:"string"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConvertConvertConditionForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertConvertConditionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConditionGroups ¶ added in v1.0.147
func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConditionGroups(v []*ConditionGroupForBatchUpdateCdnConfigInput) *ConvertConvertConditionForBatchUpdateCdnConfigInput
SetConditionGroups sets the ConditionGroups field's value.
func (*ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConnective ¶ added in v1.0.147
func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetConnective(v string) *ConvertConvertConditionForBatchUpdateCdnConfigInput
SetConnective sets the Connective field's value.
func (*ConvertConvertConditionForBatchUpdateCdnConfigInput) SetIsGroup ¶ added in v1.0.147
func (s *ConvertConvertConditionForBatchUpdateCdnConfigInput) SetIsGroup(v bool) *ConvertConvertConditionForBatchUpdateCdnConfigInput
SetIsGroup sets the IsGroup field's value.
func (ConvertConvertConditionForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertConvertConditionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertConvertConditionForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConvertConvertConditionForDescribeCdnConfigOutput struct { ConditionGroups []*ConditionGroupForDescribeCdnConfigOutput `type:"list"` Connective *string `type:"string"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConvertConvertConditionForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConvertConvertConditionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConvertConvertConditionForDescribeCdnConfigOutput) SetConditionGroups ¶ added in v1.0.147
func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetConditionGroups(v []*ConditionGroupForDescribeCdnConfigOutput) *ConvertConvertConditionForDescribeCdnConfigOutput
SetConditionGroups sets the ConditionGroups field's value.
func (*ConvertConvertConditionForDescribeCdnConfigOutput) SetConnective ¶ added in v1.0.147
func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetConnective(v string) *ConvertConvertConditionForDescribeCdnConfigOutput
SetConnective sets the Connective field's value.
func (*ConvertConvertConditionForDescribeCdnConfigOutput) SetIsGroup ¶ added in v1.0.147
func (s *ConvertConvertConditionForDescribeCdnConfigOutput) SetIsGroup(v bool) *ConvertConvertConditionForDescribeCdnConfigOutput
SetIsGroup sets the IsGroup field's value.
func (ConvertConvertConditionForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConvertConvertConditionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConvertConvertConditionForUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertConvertConditionForUpdateCdnConfigInput struct { ConditionGroups []*ConditionGroupForUpdateCdnConfigInput `type:"list"` Connective *string `type:"string"` IsGroup *bool `type:"boolean"` // contains filtered or unexported fields }
func (ConvertConvertConditionForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertConvertConditionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertConvertConditionForUpdateCdnConfigInput) SetConditionGroups ¶ added in v1.0.147
func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetConditionGroups(v []*ConditionGroupForUpdateCdnConfigInput) *ConvertConvertConditionForUpdateCdnConfigInput
SetConditionGroups sets the ConditionGroups field's value.
func (*ConvertConvertConditionForUpdateCdnConfigInput) SetConnective ¶ added in v1.0.147
func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetConnective(v string) *ConvertConvertConditionForUpdateCdnConfigInput
SetConnective sets the Connective field's value.
func (*ConvertConvertConditionForUpdateCdnConfigInput) SetIsGroup ¶ added in v1.0.147
func (s *ConvertConvertConditionForUpdateCdnConfigInput) SetIsGroup(v bool) *ConvertConvertConditionForUpdateCdnConfigInput
SetIsGroup sets the IsGroup field's value.
func (ConvertConvertConditionForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertConvertConditionForUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertOriginLineForAddCdnDomainInput ¶ added in v1.0.147
type ConvertOriginLineForAddCdnDomainInput struct { Address *string `type:"string"` BucketName *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` OriginType *string `type:"string"` PrivateBucketAccess *bool `type:"boolean"` PrivateBucketAuth *PrivateBucketAuthForAddCdnDomainInput `type:"structure"` Region *string `type:"string"` Weight *string `type:"string"` // contains filtered or unexported fields }
func (ConvertOriginLineForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConvertOriginLineForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConvertOriginLineForAddCdnDomainInput) SetAddress ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetAddress(v string) *ConvertOriginLineForAddCdnDomainInput
SetAddress sets the Address field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetBucketName ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetBucketName(v string) *ConvertOriginLineForAddCdnDomainInput
SetBucketName sets the BucketName field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetHttpPort ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetHttpPort(v string) *ConvertOriginLineForAddCdnDomainInput
SetHttpPort sets the HttpPort field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetHttpsPort ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetHttpsPort(v string) *ConvertOriginLineForAddCdnDomainInput
SetHttpsPort sets the HttpsPort field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetInstanceType ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetInstanceType(v string) *ConvertOriginLineForAddCdnDomainInput
SetInstanceType sets the InstanceType field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetOriginHost ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetOriginHost(v string) *ConvertOriginLineForAddCdnDomainInput
SetOriginHost sets the OriginHost field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetOriginType ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetOriginType(v string) *ConvertOriginLineForAddCdnDomainInput
SetOriginType sets the OriginType field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAccess ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForAddCdnDomainInput
SetPrivateBucketAccess sets the PrivateBucketAccess field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAuth ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetPrivateBucketAuth(v *PrivateBucketAuthForAddCdnDomainInput) *ConvertOriginLineForAddCdnDomainInput
SetPrivateBucketAuth sets the PrivateBucketAuth field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetRegion ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetRegion(v string) *ConvertOriginLineForAddCdnDomainInput
SetRegion sets the Region field's value.
func (*ConvertOriginLineForAddCdnDomainInput) SetWeight ¶ added in v1.0.147
func (s *ConvertOriginLineForAddCdnDomainInput) SetWeight(v string) *ConvertOriginLineForAddCdnDomainInput
SetWeight sets the Weight field's value.
func (ConvertOriginLineForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConvertOriginLineForAddCdnDomainInput) String() string
String returns the string representation
type ConvertOriginLineForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertOriginLineForBatchUpdateCdnConfigInput struct { Address *string `type:"string"` BucketName *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` OriginType *string `type:"string"` PrivateBucketAccess *bool `type:"boolean"` PrivateBucketAuth *PrivateBucketAuthForBatchUpdateCdnConfigInput `type:"structure"` Region *string `type:"string"` Weight *string `type:"string"` // contains filtered or unexported fields }
func (ConvertOriginLineForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertOriginLineForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetAddress ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetAddress(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetAddress sets the Address field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetBucketName ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetBucketName(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetBucketName sets the BucketName field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpPort ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpPort(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetHttpPort sets the HttpPort field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpsPort ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetHttpsPort(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetHttpsPort sets the HttpsPort field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetInstanceType ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetInstanceType(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetInstanceType sets the InstanceType field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginHost ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginHost(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginType ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetOriginType(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetOriginType sets the OriginType field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAccess ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetPrivateBucketAccess sets the PrivateBucketAccess field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAuth ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetPrivateBucketAuth(v *PrivateBucketAuthForBatchUpdateCdnConfigInput) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetPrivateBucketAuth sets the PrivateBucketAuth field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetRegion ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetRegion(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetRegion sets the Region field's value.
func (*ConvertOriginLineForBatchUpdateCdnConfigInput) SetWeight ¶ added in v1.0.147
func (s *ConvertOriginLineForBatchUpdateCdnConfigInput) SetWeight(v string) *ConvertOriginLineForBatchUpdateCdnConfigInput
SetWeight sets the Weight field's value.
func (ConvertOriginLineForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertOriginLineForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertOriginLineForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConvertOriginLineForDescribeCdnConfigOutput struct { Address *string `type:"string"` BucketName *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` OriginType *string `type:"string"` PrivateBucketAccess *bool `type:"boolean"` PrivateBucketAuth *PrivateBucketAuthForDescribeCdnConfigOutput `type:"structure"` Region *string `type:"string"` Weight *string `type:"string"` // contains filtered or unexported fields }
func (ConvertOriginLineForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConvertOriginLineForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetAddress ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetAddress(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetAddress sets the Address field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetBucketName ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetBucketName(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetBucketName sets the BucketName field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetHttpPort ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetHttpPort(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetHttpPort sets the HttpPort field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetHttpsPort ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetHttpsPort(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetHttpsPort sets the HttpsPort field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetInstanceType ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetInstanceType(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetInstanceType sets the InstanceType field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetOriginHost ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetOriginHost(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetOriginHost sets the OriginHost field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetOriginType ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetOriginType(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetOriginType sets the OriginType field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAccess ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForDescribeCdnConfigOutput
SetPrivateBucketAccess sets the PrivateBucketAccess field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAuth ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetPrivateBucketAuth(v *PrivateBucketAuthForDescribeCdnConfigOutput) *ConvertOriginLineForDescribeCdnConfigOutput
SetPrivateBucketAuth sets the PrivateBucketAuth field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetRegion ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetRegion(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetRegion sets the Region field's value.
func (*ConvertOriginLineForDescribeCdnConfigOutput) SetWeight ¶ added in v1.0.147
func (s *ConvertOriginLineForDescribeCdnConfigOutput) SetWeight(v string) *ConvertOriginLineForDescribeCdnConfigOutput
SetWeight sets the Weight field's value.
func (ConvertOriginLineForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConvertOriginLineForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConvertOriginLineForUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertOriginLineForUpdateCdnConfigInput struct { Address *string `type:"string"` BucketName *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` OriginType *string `type:"string"` PrivateBucketAccess *bool `type:"boolean"` PrivateBucketAuth *PrivateBucketAuthForUpdateCdnConfigInput `type:"structure"` Region *string `type:"string"` Weight *string `type:"string"` // contains filtered or unexported fields }
func (ConvertOriginLineForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertOriginLineForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertOriginLineForUpdateCdnConfigInput) SetAddress ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetAddress(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetAddress sets the Address field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetBucketName ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetBucketName(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetBucketName sets the BucketName field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetHttpPort ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetHttpPort(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetHttpPort sets the HttpPort field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetHttpsPort ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetHttpsPort(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetHttpsPort sets the HttpsPort field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetInstanceType ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetInstanceType(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetInstanceType sets the InstanceType field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetOriginHost ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetOriginHost(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetOriginType ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetOriginType(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetOriginType sets the OriginType field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAccess ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAccess(v bool) *ConvertOriginLineForUpdateCdnConfigInput
SetPrivateBucketAccess sets the PrivateBucketAccess field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAuth ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetPrivateBucketAuth(v *PrivateBucketAuthForUpdateCdnConfigInput) *ConvertOriginLineForUpdateCdnConfigInput
SetPrivateBucketAuth sets the PrivateBucketAuth field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetRegion ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetRegion(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetRegion sets the Region field's value.
func (*ConvertOriginLineForUpdateCdnConfigInput) SetWeight ¶ added in v1.0.147
func (s *ConvertOriginLineForUpdateCdnConfigInput) SetWeight(v string) *ConvertOriginLineForUpdateCdnConfigInput
SetWeight sets the Weight field's value.
func (ConvertOriginLineForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertOriginLineForUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertTimeoutActionForAddCdnDomainInput ¶ added in v1.0.147
type ConvertTimeoutActionForAddCdnDomainInput struct { HttpTimeout *int64 `type:"int64"` TcpTimeout *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertTimeoutActionForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s ConvertTimeoutActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ConvertTimeoutActionForAddCdnDomainInput) SetHttpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForAddCdnDomainInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForAddCdnDomainInput
SetHttpTimeout sets the HttpTimeout field's value.
func (*ConvertTimeoutActionForAddCdnDomainInput) SetTcpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForAddCdnDomainInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForAddCdnDomainInput
SetTcpTimeout sets the TcpTimeout field's value.
func (ConvertTimeoutActionForAddCdnDomainInput) String ¶ added in v1.0.147
func (s ConvertTimeoutActionForAddCdnDomainInput) String() string
String returns the string representation
type ConvertTimeoutActionForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertTimeoutActionForBatchUpdateCdnConfigInput struct { HttpTimeout *int64 `type:"int64"` TcpTimeout *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertTimeoutActionForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertTimeoutActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetHttpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForBatchUpdateCdnConfigInput
SetHttpTimeout sets the HttpTimeout field's value.
func (*ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetTcpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForBatchUpdateCdnConfigInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForBatchUpdateCdnConfigInput
SetTcpTimeout sets the TcpTimeout field's value.
func (ConvertTimeoutActionForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertTimeoutActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ConvertTimeoutActionForDescribeCdnConfigOutput ¶ added in v1.0.147
type ConvertTimeoutActionForDescribeCdnConfigOutput struct { HttpTimeout *int64 `type:"int64"` TcpTimeout *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertTimeoutActionForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s ConvertTimeoutActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ConvertTimeoutActionForDescribeCdnConfigOutput) SetHttpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForDescribeCdnConfigOutput) SetHttpTimeout(v int64) *ConvertTimeoutActionForDescribeCdnConfigOutput
SetHttpTimeout sets the HttpTimeout field's value.
func (*ConvertTimeoutActionForDescribeCdnConfigOutput) SetTcpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForDescribeCdnConfigOutput) SetTcpTimeout(v int64) *ConvertTimeoutActionForDescribeCdnConfigOutput
SetTcpTimeout sets the TcpTimeout field's value.
func (ConvertTimeoutActionForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s ConvertTimeoutActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ConvertTimeoutActionForUpdateCdnConfigInput ¶ added in v1.0.147
type ConvertTimeoutActionForUpdateCdnConfigInput struct { HttpTimeout *int64 `type:"int64"` TcpTimeout *int64 `type:"int64"` // contains filtered or unexported fields }
func (ConvertTimeoutActionForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s ConvertTimeoutActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ConvertTimeoutActionForUpdateCdnConfigInput) SetHttpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForUpdateCdnConfigInput) SetHttpTimeout(v int64) *ConvertTimeoutActionForUpdateCdnConfigInput
SetHttpTimeout sets the HttpTimeout field's value.
func (*ConvertTimeoutActionForUpdateCdnConfigInput) SetTcpTimeout ¶ added in v1.0.147
func (s *ConvertTimeoutActionForUpdateCdnConfigInput) SetTcpTimeout(v int64) *ConvertTimeoutActionForUpdateCdnConfigInput
SetTcpTimeout sets the TcpTimeout field's value.
func (ConvertTimeoutActionForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s ConvertTimeoutActionForUpdateCdnConfigInput) String() string
String returns the string representation
type CreateUsageReportInput ¶
type CreateUsageReportInput struct { Aggregate *string `type:"string"` BillingCode *string `type:"string"` // BillingRegion is a required field BillingRegion *string `type:"string" required:"true"` CalculationMethod *string `type:"string"` Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` // ExportType is a required field ExportType *string `type:"string" required:"true"` FreeTimeTrafficCompute *bool `type:"boolean"` Metric *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // TaskName is a required field TaskName *string `type:"string" required:"true"` TimeZone *string `type:"string"` TlsTopic *string `type:"string"` // contains filtered or unexported fields }
func (CreateUsageReportInput) GoString ¶
func (s CreateUsageReportInput) GoString() string
GoString returns the string representation
func (*CreateUsageReportInput) SetAggregate ¶
func (s *CreateUsageReportInput) SetAggregate(v string) *CreateUsageReportInput
SetAggregate sets the Aggregate field's value.
func (*CreateUsageReportInput) SetBillingCode ¶
func (s *CreateUsageReportInput) SetBillingCode(v string) *CreateUsageReportInput
SetBillingCode sets the BillingCode field's value.
func (*CreateUsageReportInput) SetBillingRegion ¶
func (s *CreateUsageReportInput) SetBillingRegion(v string) *CreateUsageReportInput
SetBillingRegion sets the BillingRegion field's value.
func (*CreateUsageReportInput) SetCalculationMethod ¶ added in v1.0.147
func (s *CreateUsageReportInput) SetCalculationMethod(v string) *CreateUsageReportInput
SetCalculationMethod sets the CalculationMethod field's value.
func (*CreateUsageReportInput) SetDomain ¶
func (s *CreateUsageReportInput) SetDomain(v string) *CreateUsageReportInput
SetDomain sets the Domain field's value.
func (*CreateUsageReportInput) SetEndTime ¶
func (s *CreateUsageReportInput) SetEndTime(v int64) *CreateUsageReportInput
SetEndTime sets the EndTime field's value.
func (*CreateUsageReportInput) SetExportType ¶
func (s *CreateUsageReportInput) SetExportType(v string) *CreateUsageReportInput
SetExportType sets the ExportType field's value.
func (*CreateUsageReportInput) SetFreeTimeTrafficCompute ¶ added in v1.0.147
func (s *CreateUsageReportInput) SetFreeTimeTrafficCompute(v bool) *CreateUsageReportInput
SetFreeTimeTrafficCompute sets the FreeTimeTrafficCompute field's value.
func (*CreateUsageReportInput) SetMetric ¶
func (s *CreateUsageReportInput) SetMetric(v string) *CreateUsageReportInput
SetMetric sets the Metric field's value.
func (*CreateUsageReportInput) SetStartTime ¶
func (s *CreateUsageReportInput) SetStartTime(v int64) *CreateUsageReportInput
SetStartTime sets the StartTime field's value.
func (*CreateUsageReportInput) SetTaskName ¶
func (s *CreateUsageReportInput) SetTaskName(v string) *CreateUsageReportInput
SetTaskName sets the TaskName field's value.
func (*CreateUsageReportInput) SetTimeZone ¶
func (s *CreateUsageReportInput) SetTimeZone(v string) *CreateUsageReportInput
SetTimeZone sets the TimeZone field's value.
func (*CreateUsageReportInput) SetTlsTopic ¶ added in v1.0.147
func (s *CreateUsageReportInput) SetTlsTopic(v string) *CreateUsageReportInput
SetTlsTopic sets the TlsTopic field's value.
func (CreateUsageReportInput) String ¶
func (s CreateUsageReportInput) String() string
String returns the string representation
func (*CreateUsageReportInput) Validate ¶
func (s *CreateUsageReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateUsageReportOutput ¶
type CreateUsageReportOutput struct { Metadata *response.ResponseMetadata TaskId *string `type:"string"` // contains filtered or unexported fields }
func (CreateUsageReportOutput) GoString ¶
func (s CreateUsageReportOutput) GoString() string
GoString returns the string representation
func (*CreateUsageReportOutput) SetTaskId ¶
func (s *CreateUsageReportOutput) SetTaskId(v string) *CreateUsageReportOutput
SetTaskId sets the TaskId field's value.
func (CreateUsageReportOutput) String ¶
func (s CreateUsageReportOutput) String() string
String returns the string representation
type CustomErrorPageForAddCdnDomainInput ¶
type CustomErrorPageForAddCdnDomainInput struct { ErrorPageRule []*ErrorPageRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomErrorPageForAddCdnDomainInput) GoString ¶
func (s CustomErrorPageForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomErrorPageForAddCdnDomainInput) SetErrorPageRule ¶
func (s *CustomErrorPageForAddCdnDomainInput) SetErrorPageRule(v []*ErrorPageRuleForAddCdnDomainInput) *CustomErrorPageForAddCdnDomainInput
SetErrorPageRule sets the ErrorPageRule field's value.
func (*CustomErrorPageForAddCdnDomainInput) SetSwitch ¶
func (s *CustomErrorPageForAddCdnDomainInput) SetSwitch(v bool) *CustomErrorPageForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (CustomErrorPageForAddCdnDomainInput) String ¶
func (s CustomErrorPageForAddCdnDomainInput) String() string
String returns the string representation
type CustomErrorPageForBatchUpdateCdnConfigInput ¶
type CustomErrorPageForBatchUpdateCdnConfigInput struct { ErrorPageRule []*ErrorPageRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomErrorPageForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomErrorPageForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomErrorPageForBatchUpdateCdnConfigInput) SetErrorPageRule ¶
func (s *CustomErrorPageForBatchUpdateCdnConfigInput) SetErrorPageRule(v []*ErrorPageRuleForBatchUpdateCdnConfigInput) *CustomErrorPageForBatchUpdateCdnConfigInput
SetErrorPageRule sets the ErrorPageRule field's value.
func (*CustomErrorPageForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *CustomErrorPageForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CustomErrorPageForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CustomErrorPageForBatchUpdateCdnConfigInput) String ¶
func (s CustomErrorPageForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomErrorPageForDescribeCdnConfigOutput ¶
type CustomErrorPageForDescribeCdnConfigOutput struct { ErrorPageRule []*ErrorPageRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomErrorPageForDescribeCdnConfigOutput) GoString ¶
func (s CustomErrorPageForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomErrorPageForDescribeCdnConfigOutput) SetErrorPageRule ¶
func (s *CustomErrorPageForDescribeCdnConfigOutput) SetErrorPageRule(v []*ErrorPageRuleForDescribeCdnConfigOutput) *CustomErrorPageForDescribeCdnConfigOutput
SetErrorPageRule sets the ErrorPageRule field's value.
func (*CustomErrorPageForDescribeCdnConfigOutput) SetSwitch ¶
func (s *CustomErrorPageForDescribeCdnConfigOutput) SetSwitch(v bool) *CustomErrorPageForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (CustomErrorPageForDescribeCdnConfigOutput) String ¶
func (s CustomErrorPageForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomErrorPageForUpdateCdnConfigInput ¶
type CustomErrorPageForUpdateCdnConfigInput struct { ErrorPageRule []*ErrorPageRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomErrorPageForUpdateCdnConfigInput) GoString ¶
func (s CustomErrorPageForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomErrorPageForUpdateCdnConfigInput) SetErrorPageRule ¶
func (s *CustomErrorPageForUpdateCdnConfigInput) SetErrorPageRule(v []*ErrorPageRuleForUpdateCdnConfigInput) *CustomErrorPageForUpdateCdnConfigInput
SetErrorPageRule sets the ErrorPageRule field's value.
func (*CustomErrorPageForUpdateCdnConfigInput) SetSwitch ¶
func (s *CustomErrorPageForUpdateCdnConfigInput) SetSwitch(v bool) *CustomErrorPageForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CustomErrorPageForUpdateCdnConfigInput) String ¶
func (s CustomErrorPageForUpdateCdnConfigInput) String() string
String returns the string representation
type CustomVariableInstanceForAddCdnDomainInput ¶
type CustomVariableInstanceForAddCdnDomainInput struct { Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (CustomVariableInstanceForAddCdnDomainInput) GoString ¶
func (s CustomVariableInstanceForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomVariableInstanceForAddCdnDomainInput) SetOperator ¶
func (s *CustomVariableInstanceForAddCdnDomainInput) SetOperator(v string) *CustomVariableInstanceForAddCdnDomainInput
SetOperator sets the Operator field's value.
func (*CustomVariableInstanceForAddCdnDomainInput) SetType ¶
func (s *CustomVariableInstanceForAddCdnDomainInput) SetType(v string) *CustomVariableInstanceForAddCdnDomainInput
SetType sets the Type field's value.
func (*CustomVariableInstanceForAddCdnDomainInput) SetValue ¶
func (s *CustomVariableInstanceForAddCdnDomainInput) SetValue(v string) *CustomVariableInstanceForAddCdnDomainInput
SetValue sets the Value field's value.
func (CustomVariableInstanceForAddCdnDomainInput) String ¶
func (s CustomVariableInstanceForAddCdnDomainInput) String() string
String returns the string representation
type CustomVariableInstanceForBatchUpdateCdnConfigInput ¶
type CustomVariableInstanceForBatchUpdateCdnConfigInput struct { Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (CustomVariableInstanceForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomVariableInstanceForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomVariableInstanceForBatchUpdateCdnConfigInput) SetOperator ¶
func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetOperator(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*CustomVariableInstanceForBatchUpdateCdnConfigInput) SetType ¶
func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetType(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
SetType sets the Type field's value.
func (*CustomVariableInstanceForBatchUpdateCdnConfigInput) SetValue ¶
func (s *CustomVariableInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *CustomVariableInstanceForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (CustomVariableInstanceForBatchUpdateCdnConfigInput) String ¶
func (s CustomVariableInstanceForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomVariableInstanceForDescribeCdnConfigOutput ¶
type CustomVariableInstanceForDescribeCdnConfigOutput struct { Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (CustomVariableInstanceForDescribeCdnConfigOutput) GoString ¶
func (s CustomVariableInstanceForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomVariableInstanceForDescribeCdnConfigOutput) SetOperator ¶
func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetOperator(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
SetOperator sets the Operator field's value.
func (*CustomVariableInstanceForDescribeCdnConfigOutput) SetType ¶
func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetType(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
SetType sets the Type field's value.
func (*CustomVariableInstanceForDescribeCdnConfigOutput) SetValue ¶
func (s *CustomVariableInstanceForDescribeCdnConfigOutput) SetValue(v string) *CustomVariableInstanceForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (CustomVariableInstanceForDescribeCdnConfigOutput) String ¶
func (s CustomVariableInstanceForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomVariableInstanceForUpdateCdnConfigInput ¶
type CustomVariableInstanceForUpdateCdnConfigInput struct { Operator *string `type:"string"` Type *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (CustomVariableInstanceForUpdateCdnConfigInput) GoString ¶
func (s CustomVariableInstanceForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomVariableInstanceForUpdateCdnConfigInput) SetOperator ¶
func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetOperator(v string) *CustomVariableInstanceForUpdateCdnConfigInput
SetOperator sets the Operator field's value.
func (*CustomVariableInstanceForUpdateCdnConfigInput) SetType ¶
func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetType(v string) *CustomVariableInstanceForUpdateCdnConfigInput
SetType sets the Type field's value.
func (*CustomVariableInstanceForUpdateCdnConfigInput) SetValue ¶
func (s *CustomVariableInstanceForUpdateCdnConfigInput) SetValue(v string) *CustomVariableInstanceForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (CustomVariableInstanceForUpdateCdnConfigInput) String ¶
func (s CustomVariableInstanceForUpdateCdnConfigInput) String() string
String returns the string representation
type CustomVariableRulesForAddCdnDomainInput ¶
type CustomVariableRulesForAddCdnDomainInput struct { CustomVariableInstances []*CustomVariableInstanceForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (CustomVariableRulesForAddCdnDomainInput) GoString ¶
func (s CustomVariableRulesForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomVariableRulesForAddCdnDomainInput) SetCustomVariableInstances ¶
func (s *CustomVariableRulesForAddCdnDomainInput) SetCustomVariableInstances(v []*CustomVariableInstanceForAddCdnDomainInput) *CustomVariableRulesForAddCdnDomainInput
SetCustomVariableInstances sets the CustomVariableInstances field's value.
func (CustomVariableRulesForAddCdnDomainInput) String ¶
func (s CustomVariableRulesForAddCdnDomainInput) String() string
String returns the string representation
type CustomVariableRulesForBatchUpdateCdnConfigInput ¶
type CustomVariableRulesForBatchUpdateCdnConfigInput struct { CustomVariableInstances []*CustomVariableInstanceForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (CustomVariableRulesForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomVariableRulesForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomVariableRulesForBatchUpdateCdnConfigInput) SetCustomVariableInstances ¶
func (s *CustomVariableRulesForBatchUpdateCdnConfigInput) SetCustomVariableInstances(v []*CustomVariableInstanceForBatchUpdateCdnConfigInput) *CustomVariableRulesForBatchUpdateCdnConfigInput
SetCustomVariableInstances sets the CustomVariableInstances field's value.
func (CustomVariableRulesForBatchUpdateCdnConfigInput) String ¶
func (s CustomVariableRulesForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomVariableRulesForDescribeCdnConfigOutput ¶
type CustomVariableRulesForDescribeCdnConfigOutput struct { CustomVariableInstances []*CustomVariableInstanceForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (CustomVariableRulesForDescribeCdnConfigOutput) GoString ¶
func (s CustomVariableRulesForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomVariableRulesForDescribeCdnConfigOutput) SetCustomVariableInstances ¶
func (s *CustomVariableRulesForDescribeCdnConfigOutput) SetCustomVariableInstances(v []*CustomVariableInstanceForDescribeCdnConfigOutput) *CustomVariableRulesForDescribeCdnConfigOutput
SetCustomVariableInstances sets the CustomVariableInstances field's value.
func (CustomVariableRulesForDescribeCdnConfigOutput) String ¶
func (s CustomVariableRulesForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomVariableRulesForUpdateCdnConfigInput ¶
type CustomVariableRulesForUpdateCdnConfigInput struct { CustomVariableInstances []*CustomVariableInstanceForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (CustomVariableRulesForUpdateCdnConfigInput) GoString ¶
func (s CustomVariableRulesForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomVariableRulesForUpdateCdnConfigInput) SetCustomVariableInstances ¶
func (s *CustomVariableRulesForUpdateCdnConfigInput) SetCustomVariableInstances(v []*CustomVariableInstanceForUpdateCdnConfigInput) *CustomVariableRulesForUpdateCdnConfigInput
SetCustomVariableInstances sets the CustomVariableInstances field's value.
func (CustomVariableRulesForUpdateCdnConfigInput) String ¶
func (s CustomVariableRulesForUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeAccessRuleForAddCdnDomainInput ¶
type CustomizeAccessRuleForAddCdnDomainInput struct { CustomizeInstances []*CustomizeInstanceForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomizeAccessRuleForAddCdnDomainInput) GoString ¶
func (s CustomizeAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomizeAccessRuleForAddCdnDomainInput) SetCustomizeInstances ¶
func (s *CustomizeAccessRuleForAddCdnDomainInput) SetCustomizeInstances(v []*CustomizeInstanceForAddCdnDomainInput) *CustomizeAccessRuleForAddCdnDomainInput
SetCustomizeInstances sets the CustomizeInstances field's value.
func (*CustomizeAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *CustomizeAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *CustomizeAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (CustomizeAccessRuleForAddCdnDomainInput) String ¶
func (s CustomizeAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type CustomizeAccessRuleForBatchUpdateCdnConfigInput ¶
type CustomizeAccessRuleForBatchUpdateCdnConfigInput struct { CustomizeInstances []*CustomizeInstanceForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomizeAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomizeAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetCustomizeInstances ¶
func (s *CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetCustomizeInstances(v []*CustomizeInstanceForBatchUpdateCdnConfigInput) *CustomizeAccessRuleForBatchUpdateCdnConfigInput
SetCustomizeInstances sets the CustomizeInstances field's value.
func (*CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *CustomizeAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *CustomizeAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CustomizeAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s CustomizeAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeAccessRuleForDescribeCdnConfigOutput ¶
type CustomizeAccessRuleForDescribeCdnConfigOutput struct { CustomizeInstances []*CustomizeInstanceForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomizeAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s CustomizeAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomizeAccessRuleForDescribeCdnConfigOutput) SetCustomizeInstances ¶
func (s *CustomizeAccessRuleForDescribeCdnConfigOutput) SetCustomizeInstances(v []*CustomizeInstanceForDescribeCdnConfigOutput) *CustomizeAccessRuleForDescribeCdnConfigOutput
SetCustomizeInstances sets the CustomizeInstances field's value.
func (*CustomizeAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *CustomizeAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *CustomizeAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (CustomizeAccessRuleForDescribeCdnConfigOutput) String ¶
func (s CustomizeAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomizeAccessRuleForUpdateCdnConfigInput ¶
type CustomizeAccessRuleForUpdateCdnConfigInput struct { CustomizeInstances []*CustomizeInstanceForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (CustomizeAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s CustomizeAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeAccessRuleForUpdateCdnConfigInput) SetCustomizeInstances ¶
func (s *CustomizeAccessRuleForUpdateCdnConfigInput) SetCustomizeInstances(v []*CustomizeInstanceForUpdateCdnConfigInput) *CustomizeAccessRuleForUpdateCdnConfigInput
SetCustomizeInstances sets the CustomizeInstances field's value.
func (*CustomizeAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *CustomizeAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *CustomizeAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (CustomizeAccessRuleForUpdateCdnConfigInput) String ¶
func (s CustomizeAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeInstanceForAddCdnDomainInput ¶
type CustomizeInstanceForAddCdnDomainInput struct { CustomizeRule *CustomizeRuleForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeInstanceForAddCdnDomainInput) GoString ¶
func (s CustomizeInstanceForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomizeInstanceForAddCdnDomainInput) SetCustomizeRule ¶
func (s *CustomizeInstanceForAddCdnDomainInput) SetCustomizeRule(v *CustomizeRuleForAddCdnDomainInput) *CustomizeInstanceForAddCdnDomainInput
SetCustomizeRule sets the CustomizeRule field's value.
func (CustomizeInstanceForAddCdnDomainInput) String ¶
func (s CustomizeInstanceForAddCdnDomainInput) String() string
String returns the string representation
type CustomizeInstanceForBatchUpdateCdnConfigInput ¶
type CustomizeInstanceForBatchUpdateCdnConfigInput struct { CustomizeRule *CustomizeRuleForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeInstanceForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomizeInstanceForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeInstanceForBatchUpdateCdnConfigInput) SetCustomizeRule ¶
func (s *CustomizeInstanceForBatchUpdateCdnConfigInput) SetCustomizeRule(v *CustomizeRuleForBatchUpdateCdnConfigInput) *CustomizeInstanceForBatchUpdateCdnConfigInput
SetCustomizeRule sets the CustomizeRule field's value.
func (CustomizeInstanceForBatchUpdateCdnConfigInput) String ¶
func (s CustomizeInstanceForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeInstanceForDescribeCdnConfigOutput ¶
type CustomizeInstanceForDescribeCdnConfigOutput struct { CustomizeRule *CustomizeRuleForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeInstanceForDescribeCdnConfigOutput) GoString ¶
func (s CustomizeInstanceForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomizeInstanceForDescribeCdnConfigOutput) SetCustomizeRule ¶
func (s *CustomizeInstanceForDescribeCdnConfigOutput) SetCustomizeRule(v *CustomizeRuleForDescribeCdnConfigOutput) *CustomizeInstanceForDescribeCdnConfigOutput
SetCustomizeRule sets the CustomizeRule field's value.
func (CustomizeInstanceForDescribeCdnConfigOutput) String ¶
func (s CustomizeInstanceForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomizeInstanceForUpdateCdnConfigInput ¶
type CustomizeInstanceForUpdateCdnConfigInput struct { CustomizeRule *CustomizeRuleForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeInstanceForUpdateCdnConfigInput) GoString ¶
func (s CustomizeInstanceForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeInstanceForUpdateCdnConfigInput) SetCustomizeRule ¶
func (s *CustomizeInstanceForUpdateCdnConfigInput) SetCustomizeRule(v *CustomizeRuleForUpdateCdnConfigInput) *CustomizeInstanceForUpdateCdnConfigInput
SetCustomizeRule sets the CustomizeRule field's value.
func (CustomizeInstanceForUpdateCdnConfigInput) String ¶
func (s CustomizeInstanceForUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeRuleForAddCdnDomainInput ¶
type CustomizeRuleForAddCdnDomainInput struct { AccessAction *AccessActionForAddCdnDomainInput `type:"structure"` Condition *ConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeRuleForAddCdnDomainInput) GoString ¶
func (s CustomizeRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*CustomizeRuleForAddCdnDomainInput) SetAccessAction ¶
func (s *CustomizeRuleForAddCdnDomainInput) SetAccessAction(v *AccessActionForAddCdnDomainInput) *CustomizeRuleForAddCdnDomainInput
SetAccessAction sets the AccessAction field's value.
func (*CustomizeRuleForAddCdnDomainInput) SetCondition ¶
func (s *CustomizeRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *CustomizeRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (CustomizeRuleForAddCdnDomainInput) String ¶
func (s CustomizeRuleForAddCdnDomainInput) String() string
String returns the string representation
type CustomizeRuleForBatchUpdateCdnConfigInput ¶
type CustomizeRuleForBatchUpdateCdnConfigInput struct { AccessAction *AccessActionForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s CustomizeRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeRuleForBatchUpdateCdnConfigInput) SetAccessAction ¶
func (s *CustomizeRuleForBatchUpdateCdnConfigInput) SetAccessAction(v *AccessActionForBatchUpdateCdnConfigInput) *CustomizeRuleForBatchUpdateCdnConfigInput
SetAccessAction sets the AccessAction field's value.
func (*CustomizeRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *CustomizeRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *CustomizeRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CustomizeRuleForBatchUpdateCdnConfigInput) String ¶
func (s CustomizeRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type CustomizeRuleForDescribeCdnConfigOutput ¶
type CustomizeRuleForDescribeCdnConfigOutput struct { AccessAction *AccessActionForDescribeCdnConfigOutput `type:"structure"` Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeRuleForDescribeCdnConfigOutput) GoString ¶
func (s CustomizeRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*CustomizeRuleForDescribeCdnConfigOutput) SetAccessAction ¶
func (s *CustomizeRuleForDescribeCdnConfigOutput) SetAccessAction(v *AccessActionForDescribeCdnConfigOutput) *CustomizeRuleForDescribeCdnConfigOutput
SetAccessAction sets the AccessAction field's value.
func (*CustomizeRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *CustomizeRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *CustomizeRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (CustomizeRuleForDescribeCdnConfigOutput) String ¶
func (s CustomizeRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type CustomizeRuleForUpdateCdnConfigInput ¶
type CustomizeRuleForUpdateCdnConfigInput struct { AccessAction *AccessActionForUpdateCdnConfigInput `type:"structure"` Condition *ConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (CustomizeRuleForUpdateCdnConfigInput) GoString ¶
func (s CustomizeRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*CustomizeRuleForUpdateCdnConfigInput) SetAccessAction ¶
func (s *CustomizeRuleForUpdateCdnConfigInput) SetAccessAction(v *AccessActionForUpdateCdnConfigInput) *CustomizeRuleForUpdateCdnConfigInput
SetAccessAction sets the AccessAction field's value.
func (*CustomizeRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *CustomizeRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *CustomizeRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (CustomizeRuleForUpdateCdnConfigInput) String ¶
func (s CustomizeRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type DataForDescribeContentBlockTasksOutput ¶
type DataForDescribeContentBlockTasksOutput struct { BlockReason *string `type:"string"` CreateTime *int64 `type:"int64"` Status *string `type:"string"` TaskID *string `type:"string"` TaskType *string `type:"string"` Url *string `type:"string"` // contains filtered or unexported fields }
func (DataForDescribeContentBlockTasksOutput) GoString ¶
func (s DataForDescribeContentBlockTasksOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeContentBlockTasksOutput) SetBlockReason ¶
func (s *DataForDescribeContentBlockTasksOutput) SetBlockReason(v string) *DataForDescribeContentBlockTasksOutput
SetBlockReason sets the BlockReason field's value.
func (*DataForDescribeContentBlockTasksOutput) SetCreateTime ¶
func (s *DataForDescribeContentBlockTasksOutput) SetCreateTime(v int64) *DataForDescribeContentBlockTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForDescribeContentBlockTasksOutput) SetStatus ¶
func (s *DataForDescribeContentBlockTasksOutput) SetStatus(v string) *DataForDescribeContentBlockTasksOutput
SetStatus sets the Status field's value.
func (*DataForDescribeContentBlockTasksOutput) SetTaskID ¶
func (s *DataForDescribeContentBlockTasksOutput) SetTaskID(v string) *DataForDescribeContentBlockTasksOutput
SetTaskID sets the TaskID field's value.
func (*DataForDescribeContentBlockTasksOutput) SetTaskType ¶
func (s *DataForDescribeContentBlockTasksOutput) SetTaskType(v string) *DataForDescribeContentBlockTasksOutput
SetTaskType sets the TaskType field's value.
func (*DataForDescribeContentBlockTasksOutput) SetUrl ¶
func (s *DataForDescribeContentBlockTasksOutput) SetUrl(v string) *DataForDescribeContentBlockTasksOutput
SetUrl sets the Url field's value.
func (DataForDescribeContentBlockTasksOutput) String ¶
func (s DataForDescribeContentBlockTasksOutput) String() string
String returns the string representation
type DataForDescribeContentTasksOutput ¶
type DataForDescribeContentTasksOutput struct { CreateTime *int64 `type:"int64"` Delete *bool `type:"boolean"` Layer *string `type:"string"` Process *string `type:"string"` RefreshPrefix *bool `type:"boolean"` Remark *string `type:"string"` Status *string `type:"string"` TaskID *string `type:"string"` TaskType *string `type:"string"` Url *string `type:"string"` // contains filtered or unexported fields }
func (DataForDescribeContentTasksOutput) GoString ¶
func (s DataForDescribeContentTasksOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeContentTasksOutput) SetCreateTime ¶
func (s *DataForDescribeContentTasksOutput) SetCreateTime(v int64) *DataForDescribeContentTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForDescribeContentTasksOutput) SetDelete ¶
func (s *DataForDescribeContentTasksOutput) SetDelete(v bool) *DataForDescribeContentTasksOutput
SetDelete sets the Delete field's value.
func (*DataForDescribeContentTasksOutput) SetLayer ¶
func (s *DataForDescribeContentTasksOutput) SetLayer(v string) *DataForDescribeContentTasksOutput
SetLayer sets the Layer field's value.
func (*DataForDescribeContentTasksOutput) SetProcess ¶
func (s *DataForDescribeContentTasksOutput) SetProcess(v string) *DataForDescribeContentTasksOutput
SetProcess sets the Process field's value.
func (*DataForDescribeContentTasksOutput) SetRefreshPrefix ¶
func (s *DataForDescribeContentTasksOutput) SetRefreshPrefix(v bool) *DataForDescribeContentTasksOutput
SetRefreshPrefix sets the RefreshPrefix field's value.
func (*DataForDescribeContentTasksOutput) SetRemark ¶
func (s *DataForDescribeContentTasksOutput) SetRemark(v string) *DataForDescribeContentTasksOutput
SetRemark sets the Remark field's value.
func (*DataForDescribeContentTasksOutput) SetStatus ¶
func (s *DataForDescribeContentTasksOutput) SetStatus(v string) *DataForDescribeContentTasksOutput
SetStatus sets the Status field's value.
func (*DataForDescribeContentTasksOutput) SetTaskID ¶
func (s *DataForDescribeContentTasksOutput) SetTaskID(v string) *DataForDescribeContentTasksOutput
SetTaskID sets the TaskID field's value.
func (*DataForDescribeContentTasksOutput) SetTaskType ¶
func (s *DataForDescribeContentTasksOutput) SetTaskType(v string) *DataForDescribeContentTasksOutput
SetTaskType sets the TaskType field's value.
func (*DataForDescribeContentTasksOutput) SetUrl ¶
func (s *DataForDescribeContentTasksOutput) SetUrl(v string) *DataForDescribeContentTasksOutput
SetUrl sets the Url field's value.
func (DataForDescribeContentTasksOutput) String ¶
func (s DataForDescribeContentTasksOutput) String() string
String returns the string representation
type DataForListCdnDomainsOutput ¶
type DataForListCdnDomainsOutput struct { BackupCname *string `type:"string"` BackupOrigin []*string `type:"list"` Cname *string `type:"string"` ConfigStatus *string `type:"string"` CreateTime *int64 `type:"int64"` Domain *string `type:"string"` DomainLock *DomainLockForListCdnDomainsOutput `type:"structure"` FeatureConfig *FeatureConfigForListCdnDomainsOutput `type:"structure"` HTTPS *bool `type:"boolean"` IPv6 *bool `type:"boolean"` IsConflictDomain *bool `type:"boolean"` OriginProtocol *string `type:"string"` PrimaryOrigin []*string `type:"list"` Project *string `type:"string"` ResourceTags []*ResourceTagForListCdnDomainsOutput `type:"list"` ServiceRegion *string `type:"string"` ServiceType *string `type:"string"` Status *string `type:"string"` UpdateTime *int64 `type:"int64"` // contains filtered or unexported fields }
func (DataForListCdnDomainsOutput) GoString ¶
func (s DataForListCdnDomainsOutput) GoString() string
GoString returns the string representation
func (*DataForListCdnDomainsOutput) SetBackupCname ¶
func (s *DataForListCdnDomainsOutput) SetBackupCname(v string) *DataForListCdnDomainsOutput
SetBackupCname sets the BackupCname field's value.
func (*DataForListCdnDomainsOutput) SetBackupOrigin ¶
func (s *DataForListCdnDomainsOutput) SetBackupOrigin(v []*string) *DataForListCdnDomainsOutput
SetBackupOrigin sets the BackupOrigin field's value.
func (*DataForListCdnDomainsOutput) SetCacheShared ¶
func (s *DataForListCdnDomainsOutput) SetCacheShared(v string) *DataForListCdnDomainsOutput
SetCacheShared sets the CacheShared field's value.
func (*DataForListCdnDomainsOutput) SetCacheSharedTargetHost ¶
func (s *DataForListCdnDomainsOutput) SetCacheSharedTargetHost(v string) *DataForListCdnDomainsOutput
SetCacheSharedTargetHost sets the CacheSharedTargetHost field's value.
func (*DataForListCdnDomainsOutput) SetCname ¶
func (s *DataForListCdnDomainsOutput) SetCname(v string) *DataForListCdnDomainsOutput
SetCname sets the Cname field's value.
func (*DataForListCdnDomainsOutput) SetConfigStatus ¶
func (s *DataForListCdnDomainsOutput) SetConfigStatus(v string) *DataForListCdnDomainsOutput
SetConfigStatus sets the ConfigStatus field's value.
func (*DataForListCdnDomainsOutput) SetCreateTime ¶
func (s *DataForListCdnDomainsOutput) SetCreateTime(v int64) *DataForListCdnDomainsOutput
SetCreateTime sets the CreateTime field's value.
func (*DataForListCdnDomainsOutput) SetDomain ¶
func (s *DataForListCdnDomainsOutput) SetDomain(v string) *DataForListCdnDomainsOutput
SetDomain sets the Domain field's value.
func (*DataForListCdnDomainsOutput) SetDomainLock ¶
func (s *DataForListCdnDomainsOutput) SetDomainLock(v *DomainLockForListCdnDomainsOutput) *DataForListCdnDomainsOutput
SetDomainLock sets the DomainLock field's value.
func (*DataForListCdnDomainsOutput) SetFeatureConfig ¶ added in v1.0.147
func (s *DataForListCdnDomainsOutput) SetFeatureConfig(v *FeatureConfigForListCdnDomainsOutput) *DataForListCdnDomainsOutput
SetFeatureConfig sets the FeatureConfig field's value.
func (*DataForListCdnDomainsOutput) SetHTTPS ¶
func (s *DataForListCdnDomainsOutput) SetHTTPS(v bool) *DataForListCdnDomainsOutput
SetHTTPS sets the HTTPS field's value.
func (*DataForListCdnDomainsOutput) SetIPv6 ¶
func (s *DataForListCdnDomainsOutput) SetIPv6(v bool) *DataForListCdnDomainsOutput
SetIPv6 sets the IPv6 field's value.
func (*DataForListCdnDomainsOutput) SetIsConflictDomain ¶
func (s *DataForListCdnDomainsOutput) SetIsConflictDomain(v bool) *DataForListCdnDomainsOutput
SetIsConflictDomain sets the IsConflictDomain field's value.
func (*DataForListCdnDomainsOutput) SetOriginProtocol ¶
func (s *DataForListCdnDomainsOutput) SetOriginProtocol(v string) *DataForListCdnDomainsOutput
SetOriginProtocol sets the OriginProtocol field's value.
func (*DataForListCdnDomainsOutput) SetPrimaryOrigin ¶
func (s *DataForListCdnDomainsOutput) SetPrimaryOrigin(v []*string) *DataForListCdnDomainsOutput
SetPrimaryOrigin sets the PrimaryOrigin field's value.
func (*DataForListCdnDomainsOutput) SetProject ¶
func (s *DataForListCdnDomainsOutput) SetProject(v string) *DataForListCdnDomainsOutput
SetProject sets the Project field's value.
func (*DataForListCdnDomainsOutput) SetResourceTags ¶
func (s *DataForListCdnDomainsOutput) SetResourceTags(v []*ResourceTagForListCdnDomainsOutput) *DataForListCdnDomainsOutput
SetResourceTags sets the ResourceTags field's value.
func (*DataForListCdnDomainsOutput) SetServiceRegion ¶
func (s *DataForListCdnDomainsOutput) SetServiceRegion(v string) *DataForListCdnDomainsOutput
SetServiceRegion sets the ServiceRegion field's value.
func (*DataForListCdnDomainsOutput) SetServiceType ¶
func (s *DataForListCdnDomainsOutput) SetServiceType(v string) *DataForListCdnDomainsOutput
SetServiceType sets the ServiceType field's value.
func (*DataForListCdnDomainsOutput) SetStatus ¶
func (s *DataForListCdnDomainsOutput) SetStatus(v string) *DataForListCdnDomainsOutput
SetStatus sets the Status field's value.
func (*DataForListCdnDomainsOutput) SetUpdateTime ¶
func (s *DataForListCdnDomainsOutput) SetUpdateTime(v int64) *DataForListCdnDomainsOutput
SetUpdateTime sets the UpdateTime field's value.
func (DataForListCdnDomainsOutput) String ¶
func (s DataForListCdnDomainsOutput) String() string
String returns the string representation
type DeleteCdnCertificateInput ¶
type DeleteCdnCertificateInput struct { // CertId is a required field CertId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCdnCertificateInput) GoString ¶
func (s DeleteCdnCertificateInput) GoString() string
GoString returns the string representation
func (*DeleteCdnCertificateInput) SetCertId ¶
func (s *DeleteCdnCertificateInput) SetCertId(v string) *DeleteCdnCertificateInput
SetCertId sets the CertId field's value.
func (DeleteCdnCertificateInput) String ¶
func (s DeleteCdnCertificateInput) String() string
String returns the string representation
func (*DeleteCdnCertificateInput) Validate ¶
func (s *DeleteCdnCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCdnCertificateOutput ¶
type DeleteCdnCertificateOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteCdnCertificateOutput) GoString ¶
func (s DeleteCdnCertificateOutput) GoString() string
GoString returns the string representation
func (DeleteCdnCertificateOutput) String ¶
func (s DeleteCdnCertificateOutput) String() string
String returns the string representation
type DeleteCdnDomainInput ¶
type DeleteCdnDomainInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCdnDomainInput) GoString ¶
func (s DeleteCdnDomainInput) GoString() string
GoString returns the string representation
func (*DeleteCdnDomainInput) SetDomain ¶
func (s *DeleteCdnDomainInput) SetDomain(v string) *DeleteCdnDomainInput
SetDomain sets the Domain field's value.
func (DeleteCdnDomainInput) String ¶
func (s DeleteCdnDomainInput) String() string
String returns the string representation
func (*DeleteCdnDomainInput) Validate ¶
func (s *DeleteCdnDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCdnDomainOutput ¶
type DeleteCdnDomainOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteCdnDomainOutput) GoString ¶
func (s DeleteCdnDomainOutput) GoString() string
GoString returns the string representation
func (DeleteCdnDomainOutput) String ¶
func (s DeleteCdnDomainOutput) String() string
String returns the string representation
type DeleteResourceTagsInput ¶
type DeleteResourceTagsInput struct { ResourceTags []*ResourceTagForDeleteResourceTagsInput `type:"list"` Resources []*string `type:"list"` // contains filtered or unexported fields }
func (DeleteResourceTagsInput) GoString ¶
func (s DeleteResourceTagsInput) GoString() string
GoString returns the string representation
func (*DeleteResourceTagsInput) SetResourceTags ¶
func (s *DeleteResourceTagsInput) SetResourceTags(v []*ResourceTagForDeleteResourceTagsInput) *DeleteResourceTagsInput
SetResourceTags sets the ResourceTags field's value.
func (*DeleteResourceTagsInput) SetResources ¶
func (s *DeleteResourceTagsInput) SetResources(v []*string) *DeleteResourceTagsInput
SetResources sets the Resources field's value.
func (DeleteResourceTagsInput) String ¶
func (s DeleteResourceTagsInput) String() string
String returns the string representation
type DeleteResourceTagsOutput ¶
type DeleteResourceTagsOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteResourceTagsOutput) GoString ¶
func (s DeleteResourceTagsOutput) GoString() string
GoString returns the string representation
func (DeleteResourceTagsOutput) String ¶
func (s DeleteResourceTagsOutput) String() string
String returns the string representation
type DeleteUsageReportInput ¶
type DeleteUsageReportInput struct { // TaskId is a required field TaskId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteUsageReportInput) GoString ¶
func (s DeleteUsageReportInput) GoString() string
GoString returns the string representation
func (*DeleteUsageReportInput) SetTaskId ¶
func (s *DeleteUsageReportInput) SetTaskId(v string) *DeleteUsageReportInput
SetTaskId sets the TaskId field's value.
func (DeleteUsageReportInput) String ¶
func (s DeleteUsageReportInput) String() string
String returns the string representation
func (*DeleteUsageReportInput) Validate ¶
func (s *DeleteUsageReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteUsageReportOutput ¶
type DeleteUsageReportOutput struct { Metadata *response.ResponseMetadata TaskIds []*string `type:"list"` // contains filtered or unexported fields }
func (DeleteUsageReportOutput) GoString ¶
func (s DeleteUsageReportOutput) GoString() string
GoString returns the string representation
func (*DeleteUsageReportOutput) SetTaskIds ¶
func (s *DeleteUsageReportOutput) SetTaskIds(v []*string) *DeleteUsageReportOutput
SetTaskIds sets the TaskIds field's value.
func (DeleteUsageReportOutput) String ¶
func (s DeleteUsageReportOutput) String() string
String returns the string representation
type DeployResultForBatchDeployCertOutput ¶
type DeployResultForBatchDeployCertOutput struct { Domain *string `type:"string"` ErrorMsg *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DeployResultForBatchDeployCertOutput) GoString ¶
func (s DeployResultForBatchDeployCertOutput) GoString() string
GoString returns the string representation
func (*DeployResultForBatchDeployCertOutput) SetDomain ¶
func (s *DeployResultForBatchDeployCertOutput) SetDomain(v string) *DeployResultForBatchDeployCertOutput
SetDomain sets the Domain field's value.
func (*DeployResultForBatchDeployCertOutput) SetErrorMsg ¶
func (s *DeployResultForBatchDeployCertOutput) SetErrorMsg(v string) *DeployResultForBatchDeployCertOutput
SetErrorMsg sets the ErrorMsg field's value.
func (*DeployResultForBatchDeployCertOutput) SetStatus ¶
func (s *DeployResultForBatchDeployCertOutput) SetStatus(v string) *DeployResultForBatchDeployCertOutput
SetStatus sets the Status field's value.
func (DeployResultForBatchDeployCertOutput) String ¶
func (s DeployResultForBatchDeployCertOutput) String() string
String returns the string representation
type DeployResultForBatchUpdateCdnConfigOutput ¶
type DeployResultForBatchUpdateCdnConfigOutput struct { Domain *string `type:"string"` ErrorMsg *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DeployResultForBatchUpdateCdnConfigOutput) GoString ¶
func (s DeployResultForBatchUpdateCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DeployResultForBatchUpdateCdnConfigOutput) SetDomain ¶
func (s *DeployResultForBatchUpdateCdnConfigOutput) SetDomain(v string) *DeployResultForBatchUpdateCdnConfigOutput
SetDomain sets the Domain field's value.
func (*DeployResultForBatchUpdateCdnConfigOutput) SetErrorMsg ¶
func (s *DeployResultForBatchUpdateCdnConfigOutput) SetErrorMsg(v string) *DeployResultForBatchUpdateCdnConfigOutput
SetErrorMsg sets the ErrorMsg field's value.
func (*DeployResultForBatchUpdateCdnConfigOutput) SetStatus ¶
func (s *DeployResultForBatchUpdateCdnConfigOutput) SetStatus(v string) *DeployResultForBatchUpdateCdnConfigOutput
SetStatus sets the Status field's value.
func (DeployResultForBatchUpdateCdnConfigOutput) String ¶
func (s DeployResultForBatchUpdateCdnConfigOutput) String() string
String returns the string representation
type DescribeCdnAccessLogInput ¶
type DescribeCdnAccessLogInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` ServiceRegion *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeCdnAccessLogInput) GoString ¶
func (s DescribeCdnAccessLogInput) GoString() string
GoString returns the string representation
func (*DescribeCdnAccessLogInput) SetDomain ¶
func (s *DescribeCdnAccessLogInput) SetDomain(v string) *DescribeCdnAccessLogInput
SetDomain sets the Domain field's value.
func (*DescribeCdnAccessLogInput) SetEndTime ¶
func (s *DescribeCdnAccessLogInput) SetEndTime(v int64) *DescribeCdnAccessLogInput
SetEndTime sets the EndTime field's value.
func (*DescribeCdnAccessLogInput) SetPageNum ¶
func (s *DescribeCdnAccessLogInput) SetPageNum(v int64) *DescribeCdnAccessLogInput
SetPageNum sets the PageNum field's value.
func (*DescribeCdnAccessLogInput) SetPageSize ¶
func (s *DescribeCdnAccessLogInput) SetPageSize(v int64) *DescribeCdnAccessLogInput
SetPageSize sets the PageSize field's value.
func (*DescribeCdnAccessLogInput) SetServiceRegion ¶
func (s *DescribeCdnAccessLogInput) SetServiceRegion(v string) *DescribeCdnAccessLogInput
SetServiceRegion sets the ServiceRegion field's value.
func (*DescribeCdnAccessLogInput) SetStartTime ¶
func (s *DescribeCdnAccessLogInput) SetStartTime(v int64) *DescribeCdnAccessLogInput
SetStartTime sets the StartTime field's value.
func (DescribeCdnAccessLogInput) String ¶
func (s DescribeCdnAccessLogInput) String() string
String returns the string representation
func (*DescribeCdnAccessLogInput) Validate ¶
func (s *DescribeCdnAccessLogInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCdnAccessLogOutput ¶
type DescribeCdnAccessLogOutput struct { Metadata *response.ResponseMetadata Domain *string `type:"string"` DomainLogDetails []*DomainLogDetailForDescribeCdnAccessLogOutput `type:"list"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` TotalCount *int64 `type:"int64"` // contains filtered or unexported fields }
func (DescribeCdnAccessLogOutput) GoString ¶
func (s DescribeCdnAccessLogOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnAccessLogOutput) SetDomain ¶
func (s *DescribeCdnAccessLogOutput) SetDomain(v string) *DescribeCdnAccessLogOutput
SetDomain sets the Domain field's value.
func (*DescribeCdnAccessLogOutput) SetDomainLogDetails ¶
func (s *DescribeCdnAccessLogOutput) SetDomainLogDetails(v []*DomainLogDetailForDescribeCdnAccessLogOutput) *DescribeCdnAccessLogOutput
SetDomainLogDetails sets the DomainLogDetails field's value.
func (*DescribeCdnAccessLogOutput) SetPageNum ¶
func (s *DescribeCdnAccessLogOutput) SetPageNum(v int64) *DescribeCdnAccessLogOutput
SetPageNum sets the PageNum field's value.
func (*DescribeCdnAccessLogOutput) SetPageSize ¶
func (s *DescribeCdnAccessLogOutput) SetPageSize(v int64) *DescribeCdnAccessLogOutput
SetPageSize sets the PageSize field's value.
func (*DescribeCdnAccessLogOutput) SetTotalCount ¶
func (s *DescribeCdnAccessLogOutput) SetTotalCount(v int64) *DescribeCdnAccessLogOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeCdnAccessLogOutput) String ¶
func (s DescribeCdnAccessLogOutput) String() string
String returns the string representation
type DescribeCdnConfigInput ¶
type DescribeCdnConfigInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` LockInfo *bool `type:"boolean"` // contains filtered or unexported fields }
func (DescribeCdnConfigInput) GoString ¶
func (s DescribeCdnConfigInput) GoString() string
GoString returns the string representation
func (*DescribeCdnConfigInput) SetDomain ¶
func (s *DescribeCdnConfigInput) SetDomain(v string) *DescribeCdnConfigInput
SetDomain sets the Domain field's value.
func (*DescribeCdnConfigInput) SetLockInfo ¶
func (s *DescribeCdnConfigInput) SetLockInfo(v bool) *DescribeCdnConfigInput
SetLockInfo sets the LockInfo field's value.
func (DescribeCdnConfigInput) String ¶
func (s DescribeCdnConfigInput) String() string
String returns the string representation
func (*DescribeCdnConfigInput) Validate ¶
func (s *DescribeCdnConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCdnConfigOutput ¶
type DescribeCdnConfigOutput struct { Metadata *response.ResponseMetadata DomainConfig *DomainConfigForDescribeCdnConfigOutput `type:"structure"` FeatureConfig *FeatureConfigForDescribeCdnConfigOutput `type:"structure"` ModuleLockConfig *ModuleLockConfigForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (DescribeCdnConfigOutput) GoString ¶
func (s DescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnConfigOutput) SetDomainConfig ¶
func (s *DescribeCdnConfigOutput) SetDomainConfig(v *DomainConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
SetDomainConfig sets the DomainConfig field's value.
func (*DescribeCdnConfigOutput) SetFeatureConfig ¶
func (s *DescribeCdnConfigOutput) SetFeatureConfig(v *FeatureConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
SetFeatureConfig sets the FeatureConfig field's value.
func (*DescribeCdnConfigOutput) SetModuleLockConfig ¶
func (s *DescribeCdnConfigOutput) SetModuleLockConfig(v *ModuleLockConfigForDescribeCdnConfigOutput) *DescribeCdnConfigOutput
SetModuleLockConfig sets the ModuleLockConfig field's value.
func (DescribeCdnConfigOutput) String ¶
func (s DescribeCdnConfigOutput) String() string
String returns the string representation
type DescribeCdnEdgeIpInput ¶
type DescribeCdnEdgeIpInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` IpVersion *string `type:"string"` Isp *string `type:"string"` Region *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCdnEdgeIpInput) GoString ¶
func (s DescribeCdnEdgeIpInput) GoString() string
GoString returns the string representation
func (*DescribeCdnEdgeIpInput) SetDomain ¶
func (s *DescribeCdnEdgeIpInput) SetDomain(v string) *DescribeCdnEdgeIpInput
SetDomain sets the Domain field's value.
func (*DescribeCdnEdgeIpInput) SetIpVersion ¶
func (s *DescribeCdnEdgeIpInput) SetIpVersion(v string) *DescribeCdnEdgeIpInput
SetIpVersion sets the IpVersion field's value.
func (*DescribeCdnEdgeIpInput) SetIsp ¶
func (s *DescribeCdnEdgeIpInput) SetIsp(v string) *DescribeCdnEdgeIpInput
SetIsp sets the Isp field's value.
func (*DescribeCdnEdgeIpInput) SetRegion ¶
func (s *DescribeCdnEdgeIpInput) SetRegion(v string) *DescribeCdnEdgeIpInput
SetRegion sets the Region field's value.
func (*DescribeCdnEdgeIpInput) SetStatus ¶
func (s *DescribeCdnEdgeIpInput) SetStatus(v string) *DescribeCdnEdgeIpInput
SetStatus sets the Status field's value.
func (DescribeCdnEdgeIpInput) String ¶
func (s DescribeCdnEdgeIpInput) String() string
String returns the string representation
func (*DescribeCdnEdgeIpInput) Validate ¶
func (s *DescribeCdnEdgeIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCdnEdgeIpOutput ¶
type DescribeCdnEdgeIpOutput struct { Metadata *response.ResponseMetadata CdnIpv4 []*string `type:"list"` CdnIpv6 []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnEdgeIpOutput) GoString ¶
func (s DescribeCdnEdgeIpOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnEdgeIpOutput) SetCdnIpv4 ¶
func (s *DescribeCdnEdgeIpOutput) SetCdnIpv4(v []*string) *DescribeCdnEdgeIpOutput
SetCdnIpv4 sets the CdnIpv4 field's value.
func (*DescribeCdnEdgeIpOutput) SetCdnIpv6 ¶
func (s *DescribeCdnEdgeIpOutput) SetCdnIpv6(v []*string) *DescribeCdnEdgeIpOutput
SetCdnIpv6 sets the CdnIpv6 field's value.
func (DescribeCdnEdgeIpOutput) String ¶
func (s DescribeCdnEdgeIpOutput) String() string
String returns the string representation
type DescribeCdnIPInput ¶
type DescribeCdnIPInput struct { IPs []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnIPInput) GoString ¶
func (s DescribeCdnIPInput) GoString() string
GoString returns the string representation
func (*DescribeCdnIPInput) SetIPs ¶
func (s *DescribeCdnIPInput) SetIPs(v []*string) *DescribeCdnIPInput
SetIPs sets the IPs field's value.
func (DescribeCdnIPInput) String ¶
func (s DescribeCdnIPInput) String() string
String returns the string representation
type DescribeCdnIPOutput ¶
type DescribeCdnIPOutput struct { Metadata *response.ResponseMetadata IPs []*IPForDescribeCdnIPOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnIPOutput) GoString ¶
func (s DescribeCdnIPOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnIPOutput) SetIPs ¶
func (s *DescribeCdnIPOutput) SetIPs(v []*IPForDescribeCdnIPOutput) *DescribeCdnIPOutput
SetIPs sets the IPs field's value.
func (DescribeCdnIPOutput) String ¶
func (s DescribeCdnIPOutput) String() string
String returns the string representation
type DescribeCdnRegionAndIspInput ¶
type DescribeCdnRegionAndIspInput struct { Area *string `type:"string"` Lang *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCdnRegionAndIspInput) GoString ¶
func (s DescribeCdnRegionAndIspInput) GoString() string
GoString returns the string representation
func (*DescribeCdnRegionAndIspInput) SetArea ¶
func (s *DescribeCdnRegionAndIspInput) SetArea(v string) *DescribeCdnRegionAndIspInput
SetArea sets the Area field's value.
func (*DescribeCdnRegionAndIspInput) SetLang ¶ added in v1.0.147
func (s *DescribeCdnRegionAndIspInput) SetLang(v string) *DescribeCdnRegionAndIspInput
SetLang sets the Lang field's value.
func (DescribeCdnRegionAndIspInput) String ¶
func (s DescribeCdnRegionAndIspInput) String() string
String returns the string representation
type DescribeCdnRegionAndIspOutput ¶
type DescribeCdnRegionAndIspOutput struct { Metadata *response.ResponseMetadata Isps []*IspForDescribeCdnRegionAndIspOutput `type:"list"` Regions []*RegionForDescribeCdnRegionAndIspOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnRegionAndIspOutput) GoString ¶
func (s DescribeCdnRegionAndIspOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnRegionAndIspOutput) SetIsps ¶
func (s *DescribeCdnRegionAndIspOutput) SetIsps(v []*IspForDescribeCdnRegionAndIspOutput) *DescribeCdnRegionAndIspOutput
SetIsps sets the Isps field's value.
func (*DescribeCdnRegionAndIspOutput) SetRegions ¶
func (s *DescribeCdnRegionAndIspOutput) SetRegions(v []*RegionForDescribeCdnRegionAndIspOutput) *DescribeCdnRegionAndIspOutput
SetRegions sets the Regions field's value.
func (DescribeCdnRegionAndIspOutput) String ¶
func (s DescribeCdnRegionAndIspOutput) String() string
String returns the string representation
type DescribeCdnServiceInput ¶ added in v1.0.147
type DescribeCdnServiceInput struct {
// contains filtered or unexported fields
}
func (DescribeCdnServiceInput) GoString ¶ added in v1.0.147
func (s DescribeCdnServiceInput) GoString() string
GoString returns the string representation
func (DescribeCdnServiceInput) String ¶ added in v1.0.147
func (s DescribeCdnServiceInput) String() string
String returns the string representation
type DescribeCdnServiceOutput ¶ added in v1.0.147
type DescribeCdnServiceOutput struct { Metadata *response.ResponseMetadata ServiceInfos []*ServiceInfoForDescribeCdnServiceOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnServiceOutput) GoString ¶ added in v1.0.147
func (s DescribeCdnServiceOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnServiceOutput) SetServiceInfos ¶ added in v1.0.147
func (s *DescribeCdnServiceOutput) SetServiceInfos(v []*ServiceInfoForDescribeCdnServiceOutput) *DescribeCdnServiceOutput
SetServiceInfos sets the ServiceInfos field's value.
func (DescribeCdnServiceOutput) String ¶ added in v1.0.147
func (s DescribeCdnServiceOutput) String() string
String returns the string representation
type DescribeCdnUpperIpInput ¶
type DescribeCdnUpperIpInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` IpVersion *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCdnUpperIpInput) GoString ¶
func (s DescribeCdnUpperIpInput) GoString() string
GoString returns the string representation
func (*DescribeCdnUpperIpInput) SetDomain ¶
func (s *DescribeCdnUpperIpInput) SetDomain(v string) *DescribeCdnUpperIpInput
SetDomain sets the Domain field's value.
func (*DescribeCdnUpperIpInput) SetIpVersion ¶
func (s *DescribeCdnUpperIpInput) SetIpVersion(v string) *DescribeCdnUpperIpInput
SetIpVersion sets the IpVersion field's value.
func (DescribeCdnUpperIpInput) String ¶
func (s DescribeCdnUpperIpInput) String() string
String returns the string representation
func (*DescribeCdnUpperIpInput) Validate ¶
func (s *DescribeCdnUpperIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCdnUpperIpOutput ¶
type DescribeCdnUpperIpOutput struct { Metadata *response.ResponseMetadata CdnIpv4 []*string `type:"list"` CdnIpv6 []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeCdnUpperIpOutput) GoString ¶
func (s DescribeCdnUpperIpOutput) GoString() string
GoString returns the string representation
func (*DescribeCdnUpperIpOutput) SetCdnIpv4 ¶
func (s *DescribeCdnUpperIpOutput) SetCdnIpv4(v []*string) *DescribeCdnUpperIpOutput
SetCdnIpv4 sets the CdnIpv4 field's value.
func (*DescribeCdnUpperIpOutput) SetCdnIpv6 ¶
func (s *DescribeCdnUpperIpOutput) SetCdnIpv6(v []*string) *DescribeCdnUpperIpOutput
SetCdnIpv6 sets the CdnIpv6 field's value.
func (DescribeCdnUpperIpOutput) String ¶
func (s DescribeCdnUpperIpOutput) String() string
String returns the string representation
type DescribeCertConfigInput ¶
type DescribeCertConfigInput struct { // CertId is a required field CertId *string `type:"string" required:"true"` CertId2 *string `type:"string"` CertType *string `type:"string"` EncryType *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DescribeCertConfigInput) GoString ¶
func (s DescribeCertConfigInput) GoString() string
GoString returns the string representation
func (*DescribeCertConfigInput) SetCertId ¶
func (s *DescribeCertConfigInput) SetCertId(v string) *DescribeCertConfigInput
SetCertId sets the CertId field's value.
func (*DescribeCertConfigInput) SetCertId2 ¶ added in v1.0.147
func (s *DescribeCertConfigInput) SetCertId2(v string) *DescribeCertConfigInput
SetCertId2 sets the CertId2 field's value.
func (*DescribeCertConfigInput) SetCertType ¶ added in v1.0.147
func (s *DescribeCertConfigInput) SetCertType(v string) *DescribeCertConfigInput
SetCertType sets the CertType field's value.
func (*DescribeCertConfigInput) SetEncryType ¶ added in v1.0.147
func (s *DescribeCertConfigInput) SetEncryType(v string) *DescribeCertConfigInput
SetEncryType sets the EncryType field's value.
func (*DescribeCertConfigInput) SetStatus ¶
func (s *DescribeCertConfigInput) SetStatus(v string) *DescribeCertConfigInput
SetStatus sets the Status field's value.
func (DescribeCertConfigInput) String ¶
func (s DescribeCertConfigInput) String() string
String returns the string representation
func (*DescribeCertConfigInput) Validate ¶
func (s *DescribeCertConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCertConfigOutput ¶
type DescribeCertConfigOutput struct { Metadata *response.ResponseMetadata CertNotConfig []*CertNotConfigForDescribeCertConfigOutput `type:"list"` OtherCertConfig []*OtherCertConfigForDescribeCertConfigOutput `type:"list"` SpecifiedCertConfig []*SpecifiedCertConfigForDescribeCertConfigOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeCertConfigOutput) GoString ¶
func (s DescribeCertConfigOutput) GoString() string
GoString returns the string representation
func (*DescribeCertConfigOutput) SetCertNotConfig ¶
func (s *DescribeCertConfigOutput) SetCertNotConfig(v []*CertNotConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
SetCertNotConfig sets the CertNotConfig field's value.
func (*DescribeCertConfigOutput) SetOtherCertConfig ¶
func (s *DescribeCertConfigOutput) SetOtherCertConfig(v []*OtherCertConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
SetOtherCertConfig sets the OtherCertConfig field's value.
func (*DescribeCertConfigOutput) SetSpecifiedCertConfig ¶
func (s *DescribeCertConfigOutput) SetSpecifiedCertConfig(v []*SpecifiedCertConfigForDescribeCertConfigOutput) *DescribeCertConfigOutput
SetSpecifiedCertConfig sets the SpecifiedCertConfig field's value.
func (DescribeCertConfigOutput) String ¶
func (s DescribeCertConfigOutput) String() string
String returns the string representation
type DescribeContentBlockTasksInput ¶
type DescribeContentBlockTasksInput struct { DomainName *string `type:"string"` EndTime *int64 `type:"int64"` PageNum *int32 `type:"int32"` PageSize *int32 `type:"int32"` StartTime *int64 `type:"int64"` Status *string `type:"string"` TaskID *string `type:"string"` // TaskType is a required field TaskType *string `type:"string" required:"true"` URL *string `type:"string"` // contains filtered or unexported fields }
func (DescribeContentBlockTasksInput) GoString ¶
func (s DescribeContentBlockTasksInput) GoString() string
GoString returns the string representation
func (*DescribeContentBlockTasksInput) SetDomainName ¶
func (s *DescribeContentBlockTasksInput) SetDomainName(v string) *DescribeContentBlockTasksInput
SetDomainName sets the DomainName field's value.
func (*DescribeContentBlockTasksInput) SetEndTime ¶
func (s *DescribeContentBlockTasksInput) SetEndTime(v int64) *DescribeContentBlockTasksInput
SetEndTime sets the EndTime field's value.
func (*DescribeContentBlockTasksInput) SetPageNum ¶
func (s *DescribeContentBlockTasksInput) SetPageNum(v int32) *DescribeContentBlockTasksInput
SetPageNum sets the PageNum field's value.
func (*DescribeContentBlockTasksInput) SetPageSize ¶
func (s *DescribeContentBlockTasksInput) SetPageSize(v int32) *DescribeContentBlockTasksInput
SetPageSize sets the PageSize field's value.
func (*DescribeContentBlockTasksInput) SetStartTime ¶
func (s *DescribeContentBlockTasksInput) SetStartTime(v int64) *DescribeContentBlockTasksInput
SetStartTime sets the StartTime field's value.
func (*DescribeContentBlockTasksInput) SetStatus ¶
func (s *DescribeContentBlockTasksInput) SetStatus(v string) *DescribeContentBlockTasksInput
SetStatus sets the Status field's value.
func (*DescribeContentBlockTasksInput) SetTaskID ¶
func (s *DescribeContentBlockTasksInput) SetTaskID(v string) *DescribeContentBlockTasksInput
SetTaskID sets the TaskID field's value.
func (*DescribeContentBlockTasksInput) SetTaskType ¶
func (s *DescribeContentBlockTasksInput) SetTaskType(v string) *DescribeContentBlockTasksInput
SetTaskType sets the TaskType field's value.
func (*DescribeContentBlockTasksInput) SetURL ¶
func (s *DescribeContentBlockTasksInput) SetURL(v string) *DescribeContentBlockTasksInput
SetURL sets the URL field's value.
func (DescribeContentBlockTasksInput) String ¶
func (s DescribeContentBlockTasksInput) String() string
String returns the string representation
func (*DescribeContentBlockTasksInput) Validate ¶
func (s *DescribeContentBlockTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeContentBlockTasksOutput ¶
type DescribeContentBlockTasksOutput struct { Metadata *response.ResponseMetadata Data []*DataForDescribeContentBlockTasksOutput `type:"list"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Total *int64 `type:"int64"` // contains filtered or unexported fields }
func (DescribeContentBlockTasksOutput) GoString ¶
func (s DescribeContentBlockTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeContentBlockTasksOutput) SetData ¶
func (s *DescribeContentBlockTasksOutput) SetData(v []*DataForDescribeContentBlockTasksOutput) *DescribeContentBlockTasksOutput
SetData sets the Data field's value.
func (*DescribeContentBlockTasksOutput) SetPageNum ¶
func (s *DescribeContentBlockTasksOutput) SetPageNum(v int64) *DescribeContentBlockTasksOutput
SetPageNum sets the PageNum field's value.
func (*DescribeContentBlockTasksOutput) SetPageSize ¶
func (s *DescribeContentBlockTasksOutput) SetPageSize(v int64) *DescribeContentBlockTasksOutput
SetPageSize sets the PageSize field's value.
func (*DescribeContentBlockTasksOutput) SetTotal ¶
func (s *DescribeContentBlockTasksOutput) SetTotal(v int64) *DescribeContentBlockTasksOutput
SetTotal sets the Total field's value.
func (DescribeContentBlockTasksOutput) String ¶
func (s DescribeContentBlockTasksOutput) String() string
String returns the string representation
type DescribeContentQuotaInput ¶
type DescribeContentQuotaInput struct {
// contains filtered or unexported fields
}
func (DescribeContentQuotaInput) GoString ¶
func (s DescribeContentQuotaInput) GoString() string
GoString returns the string representation
func (DescribeContentQuotaInput) String ¶
func (s DescribeContentQuotaInput) String() string
String returns the string representation
type DescribeContentQuotaOutput ¶
type DescribeContentQuotaOutput struct { Metadata *response.ResponseMetadata BlockLimit *int64 `type:"int64"` BlockQuota *int64 `type:"int64"` BlockRemain *int64 `type:"int64"` PreloadLimit *int64 `type:"int64"` PreloadQuota *int64 `type:"int64"` PreloadRemain *int64 `type:"int64"` RefreshDirLimit *int64 `type:"int64"` RefreshDirQuota *int64 `type:"int64"` RefreshDirRemain *int64 `type:"int64"` RefreshQuota *int64 `type:"int64"` RefreshQuotaLimit *int64 `type:"int64"` RefreshRegexLimit *int64 `type:"int64"` RefreshRegexQuota *int64 `type:"int64"` RefreshRegexRemain *int64 `type:"int64"` RefreshRemain *int64 `type:"int64"` UnblockLimit *int64 `type:"int64"` UnblockQuota *int64 `type:"int64"` UnblockRemain *int64 `type:"int64"` // contains filtered or unexported fields }
func (DescribeContentQuotaOutput) GoString ¶
func (s DescribeContentQuotaOutput) GoString() string
GoString returns the string representation
func (*DescribeContentQuotaOutput) SetBlockLimit ¶
func (s *DescribeContentQuotaOutput) SetBlockLimit(v int64) *DescribeContentQuotaOutput
SetBlockLimit sets the BlockLimit field's value.
func (*DescribeContentQuotaOutput) SetBlockQuota ¶
func (s *DescribeContentQuotaOutput) SetBlockQuota(v int64) *DescribeContentQuotaOutput
SetBlockQuota sets the BlockQuota field's value.
func (*DescribeContentQuotaOutput) SetBlockRemain ¶
func (s *DescribeContentQuotaOutput) SetBlockRemain(v int64) *DescribeContentQuotaOutput
SetBlockRemain sets the BlockRemain field's value.
func (*DescribeContentQuotaOutput) SetPreloadLimit ¶
func (s *DescribeContentQuotaOutput) SetPreloadLimit(v int64) *DescribeContentQuotaOutput
SetPreloadLimit sets the PreloadLimit field's value.
func (*DescribeContentQuotaOutput) SetPreloadQuota ¶
func (s *DescribeContentQuotaOutput) SetPreloadQuota(v int64) *DescribeContentQuotaOutput
SetPreloadQuota sets the PreloadQuota field's value.
func (*DescribeContentQuotaOutput) SetPreloadRemain ¶
func (s *DescribeContentQuotaOutput) SetPreloadRemain(v int64) *DescribeContentQuotaOutput
SetPreloadRemain sets the PreloadRemain field's value.
func (*DescribeContentQuotaOutput) SetRefreshDirLimit ¶
func (s *DescribeContentQuotaOutput) SetRefreshDirLimit(v int64) *DescribeContentQuotaOutput
SetRefreshDirLimit sets the RefreshDirLimit field's value.
func (*DescribeContentQuotaOutput) SetRefreshDirQuota ¶
func (s *DescribeContentQuotaOutput) SetRefreshDirQuota(v int64) *DescribeContentQuotaOutput
SetRefreshDirQuota sets the RefreshDirQuota field's value.
func (*DescribeContentQuotaOutput) SetRefreshDirRemain ¶
func (s *DescribeContentQuotaOutput) SetRefreshDirRemain(v int64) *DescribeContentQuotaOutput
SetRefreshDirRemain sets the RefreshDirRemain field's value.
func (*DescribeContentQuotaOutput) SetRefreshQuota ¶
func (s *DescribeContentQuotaOutput) SetRefreshQuota(v int64) *DescribeContentQuotaOutput
SetRefreshQuota sets the RefreshQuota field's value.
func (*DescribeContentQuotaOutput) SetRefreshQuotaLimit ¶
func (s *DescribeContentQuotaOutput) SetRefreshQuotaLimit(v int64) *DescribeContentQuotaOutput
SetRefreshQuotaLimit sets the RefreshQuotaLimit field's value.
func (*DescribeContentQuotaOutput) SetRefreshRegexLimit ¶
func (s *DescribeContentQuotaOutput) SetRefreshRegexLimit(v int64) *DescribeContentQuotaOutput
SetRefreshRegexLimit sets the RefreshRegexLimit field's value.
func (*DescribeContentQuotaOutput) SetRefreshRegexQuota ¶
func (s *DescribeContentQuotaOutput) SetRefreshRegexQuota(v int64) *DescribeContentQuotaOutput
SetRefreshRegexQuota sets the RefreshRegexQuota field's value.
func (*DescribeContentQuotaOutput) SetRefreshRegexRemain ¶
func (s *DescribeContentQuotaOutput) SetRefreshRegexRemain(v int64) *DescribeContentQuotaOutput
SetRefreshRegexRemain sets the RefreshRegexRemain field's value.
func (*DescribeContentQuotaOutput) SetRefreshRemain ¶
func (s *DescribeContentQuotaOutput) SetRefreshRemain(v int64) *DescribeContentQuotaOutput
SetRefreshRemain sets the RefreshRemain field's value.
func (*DescribeContentQuotaOutput) SetUnblockLimit ¶
func (s *DescribeContentQuotaOutput) SetUnblockLimit(v int64) *DescribeContentQuotaOutput
SetUnblockLimit sets the UnblockLimit field's value.
func (*DescribeContentQuotaOutput) SetUnblockQuota ¶
func (s *DescribeContentQuotaOutput) SetUnblockQuota(v int64) *DescribeContentQuotaOutput
SetUnblockQuota sets the UnblockQuota field's value.
func (*DescribeContentQuotaOutput) SetUnblockRemain ¶
func (s *DescribeContentQuotaOutput) SetUnblockRemain(v int64) *DescribeContentQuotaOutput
SetUnblockRemain sets the UnblockRemain field's value.
func (DescribeContentQuotaOutput) String ¶
func (s DescribeContentQuotaOutput) String() string
String returns the string representation
type DescribeContentTasksInput ¶
type DescribeContentTasksInput struct { DomainName *string `type:"string"` EndTime *int64 `type:"int64"` PageNum *int32 `type:"int32"` PageSize *int32 `type:"int32"` Remark *string `type:"string"` StartTime *int32 `type:"int32"` Status *string `type:"string"` TaskID *string `type:"string"` // TaskType is a required field TaskType *string `type:"string" required:"true"` Url *string `type:"string"` // contains filtered or unexported fields }
func (DescribeContentTasksInput) GoString ¶
func (s DescribeContentTasksInput) GoString() string
GoString returns the string representation
func (*DescribeContentTasksInput) SetDomainName ¶
func (s *DescribeContentTasksInput) SetDomainName(v string) *DescribeContentTasksInput
SetDomainName sets the DomainName field's value.
func (*DescribeContentTasksInput) SetEndTime ¶
func (s *DescribeContentTasksInput) SetEndTime(v int64) *DescribeContentTasksInput
SetEndTime sets the EndTime field's value.
func (*DescribeContentTasksInput) SetPageNum ¶
func (s *DescribeContentTasksInput) SetPageNum(v int32) *DescribeContentTasksInput
SetPageNum sets the PageNum field's value.
func (*DescribeContentTasksInput) SetPageSize ¶
func (s *DescribeContentTasksInput) SetPageSize(v int32) *DescribeContentTasksInput
SetPageSize sets the PageSize field's value.
func (*DescribeContentTasksInput) SetRemark ¶
func (s *DescribeContentTasksInput) SetRemark(v string) *DescribeContentTasksInput
SetRemark sets the Remark field's value.
func (*DescribeContentTasksInput) SetStartTime ¶
func (s *DescribeContentTasksInput) SetStartTime(v int32) *DescribeContentTasksInput
SetStartTime sets the StartTime field's value.
func (*DescribeContentTasksInput) SetStatus ¶
func (s *DescribeContentTasksInput) SetStatus(v string) *DescribeContentTasksInput
SetStatus sets the Status field's value.
func (*DescribeContentTasksInput) SetTaskID ¶
func (s *DescribeContentTasksInput) SetTaskID(v string) *DescribeContentTasksInput
SetTaskID sets the TaskID field's value.
func (*DescribeContentTasksInput) SetTaskType ¶
func (s *DescribeContentTasksInput) SetTaskType(v string) *DescribeContentTasksInput
SetTaskType sets the TaskType field's value.
func (*DescribeContentTasksInput) SetUrl ¶
func (s *DescribeContentTasksInput) SetUrl(v string) *DescribeContentTasksInput
SetUrl sets the Url field's value.
func (DescribeContentTasksInput) String ¶
func (s DescribeContentTasksInput) String() string
String returns the string representation
func (*DescribeContentTasksInput) Validate ¶
func (s *DescribeContentTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeContentTasksOutput ¶
type DescribeContentTasksOutput struct { Metadata *response.ResponseMetadata Data []*DataForDescribeContentTasksOutput `type:"list"` PageNum *int32 `type:"int32"` PageSize *int32 `type:"int32"` Total *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeContentTasksOutput) GoString ¶
func (s DescribeContentTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeContentTasksOutput) SetData ¶
func (s *DescribeContentTasksOutput) SetData(v []*DataForDescribeContentTasksOutput) *DescribeContentTasksOutput
SetData sets the Data field's value.
func (*DescribeContentTasksOutput) SetPageNum ¶
func (s *DescribeContentTasksOutput) SetPageNum(v int32) *DescribeContentTasksOutput
SetPageNum sets the PageNum field's value.
func (*DescribeContentTasksOutput) SetPageSize ¶
func (s *DescribeContentTasksOutput) SetPageSize(v int32) *DescribeContentTasksOutput
SetPageSize sets the PageSize field's value.
func (*DescribeContentTasksOutput) SetTotal ¶
func (s *DescribeContentTasksOutput) SetTotal(v int32) *DescribeContentTasksOutput
SetTotal sets the Total field's value.
func (DescribeContentTasksOutput) String ¶
func (s DescribeContentTasksOutput) String() string
String returns the string representation
type DescribeDistrictDataInput ¶ added in v1.0.147
type DescribeDistrictDataInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` IpVersion *string `type:"string"` Isp *string `type:"string"` Location *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` Protocol *string `type:"string"` Province *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeDistrictDataInput) GoString ¶ added in v1.0.147
func (s DescribeDistrictDataInput) GoString() string
GoString returns the string representation
func (*DescribeDistrictDataInput) SetDomain ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetDomain(v string) *DescribeDistrictDataInput
SetDomain sets the Domain field's value.
func (*DescribeDistrictDataInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetEndTime(v int64) *DescribeDistrictDataInput
SetEndTime sets the EndTime field's value.
func (*DescribeDistrictDataInput) SetInterval ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetInterval(v string) *DescribeDistrictDataInput
SetInterval sets the Interval field's value.
func (*DescribeDistrictDataInput) SetIpVersion ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetIpVersion(v string) *DescribeDistrictDataInput
SetIpVersion sets the IpVersion field's value.
func (*DescribeDistrictDataInput) SetIsp ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetIsp(v string) *DescribeDistrictDataInput
SetIsp sets the Isp field's value.
func (*DescribeDistrictDataInput) SetLocation ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetLocation(v string) *DescribeDistrictDataInput
SetLocation sets the Location field's value.
func (*DescribeDistrictDataInput) SetMetric ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetMetric(v string) *DescribeDistrictDataInput
SetMetric sets the Metric field's value.
func (*DescribeDistrictDataInput) SetProject ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetProject(v string) *DescribeDistrictDataInput
SetProject sets the Project field's value.
func (*DescribeDistrictDataInput) SetProtocol ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetProtocol(v string) *DescribeDistrictDataInput
SetProtocol sets the Protocol field's value.
func (*DescribeDistrictDataInput) SetProvince ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetProvince(v string) *DescribeDistrictDataInput
SetProvince sets the Province field's value.
func (*DescribeDistrictDataInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) SetStartTime(v int64) *DescribeDistrictDataInput
SetStartTime sets the StartTime field's value.
func (DescribeDistrictDataInput) String ¶ added in v1.0.147
func (s DescribeDistrictDataInput) String() string
String returns the string representation
func (*DescribeDistrictDataInput) Validate ¶ added in v1.0.147
func (s *DescribeDistrictDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDistrictDataOutput ¶ added in v1.0.147
type DescribeDistrictDataOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeDistrictDataOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeDistrictDataOutput) GoString ¶ added in v1.0.147
func (s DescribeDistrictDataOutput) GoString() string
GoString returns the string representation
func (*DescribeDistrictDataOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeDistrictDataOutput) SetMetricDataList(v []*MetricDataListForDescribeDistrictDataOutput) *DescribeDistrictDataOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeDistrictDataOutput) String ¶ added in v1.0.147
func (s DescribeDistrictDataOutput) String() string
String returns the string representation
type DescribeDistrictRankingInput ¶ added in v1.0.147
type DescribeDistrictRankingInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeDistrictRankingInput) GoString ¶ added in v1.0.147
func (s DescribeDistrictRankingInput) GoString() string
GoString returns the string representation
func (*DescribeDistrictRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetDomain(v string) *DescribeDistrictRankingInput
SetDomain sets the Domain field's value.
func (*DescribeDistrictRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetEndTime(v int64) *DescribeDistrictRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeDistrictRankingInput) SetInterval ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetInterval(v string) *DescribeDistrictRankingInput
SetInterval sets the Interval field's value.
func (*DescribeDistrictRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetItem(v string) *DescribeDistrictRankingInput
SetItem sets the Item field's value.
func (*DescribeDistrictRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetMetric(v string) *DescribeDistrictRankingInput
SetMetric sets the Metric field's value.
func (*DescribeDistrictRankingInput) SetProject ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetProject(v string) *DescribeDistrictRankingInput
SetProject sets the Project field's value.
func (*DescribeDistrictRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) SetStartTime(v int64) *DescribeDistrictRankingInput
SetStartTime sets the StartTime field's value.
func (DescribeDistrictRankingInput) String ¶ added in v1.0.147
func (s DescribeDistrictRankingInput) String() string
String returns the string representation
func (*DescribeDistrictRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeDistrictRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDistrictRankingOutput ¶ added in v1.0.147
type DescribeDistrictRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` TopDataDetails []*TopDataDetailForDescribeDistrictRankingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeDistrictRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeDistrictRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeDistrictRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeDistrictRankingOutput) SetItem(v string) *DescribeDistrictRankingOutput
SetItem sets the Item field's value.
func (*DescribeDistrictRankingOutput) SetTopDataDetails ¶ added in v1.0.147
func (s *DescribeDistrictRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeDistrictRankingOutput) *DescribeDistrictRankingOutput
SetTopDataDetails sets the TopDataDetails field's value.
func (DescribeDistrictRankingOutput) String ¶ added in v1.0.147
func (s DescribeDistrictRankingOutput) String() string
String returns the string representation
type DescribeDistrictSummaryInput ¶ added in v1.0.147
type DescribeDistrictSummaryInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` IpVersion *string `type:"string"` Isp *string `type:"string"` Location *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` Protocol *string `type:"string"` Province *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeDistrictSummaryInput) GoString ¶ added in v1.0.147
func (s DescribeDistrictSummaryInput) GoString() string
GoString returns the string representation
func (*DescribeDistrictSummaryInput) SetDomain ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetDomain(v string) *DescribeDistrictSummaryInput
SetDomain sets the Domain field's value.
func (*DescribeDistrictSummaryInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetEndTime(v int64) *DescribeDistrictSummaryInput
SetEndTime sets the EndTime field's value.
func (*DescribeDistrictSummaryInput) SetInterval ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetInterval(v string) *DescribeDistrictSummaryInput
SetInterval sets the Interval field's value.
func (*DescribeDistrictSummaryInput) SetIpVersion ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetIpVersion(v string) *DescribeDistrictSummaryInput
SetIpVersion sets the IpVersion field's value.
func (*DescribeDistrictSummaryInput) SetIsp ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetIsp(v string) *DescribeDistrictSummaryInput
SetIsp sets the Isp field's value.
func (*DescribeDistrictSummaryInput) SetLocation ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetLocation(v string) *DescribeDistrictSummaryInput
SetLocation sets the Location field's value.
func (*DescribeDistrictSummaryInput) SetMetric ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetMetric(v string) *DescribeDistrictSummaryInput
SetMetric sets the Metric field's value.
func (*DescribeDistrictSummaryInput) SetProject ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetProject(v string) *DescribeDistrictSummaryInput
SetProject sets the Project field's value.
func (*DescribeDistrictSummaryInput) SetProtocol ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetProtocol(v string) *DescribeDistrictSummaryInput
SetProtocol sets the Protocol field's value.
func (*DescribeDistrictSummaryInput) SetProvince ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetProvince(v string) *DescribeDistrictSummaryInput
SetProvince sets the Province field's value.
func (*DescribeDistrictSummaryInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) SetStartTime(v int64) *DescribeDistrictSummaryInput
SetStartTime sets the StartTime field's value.
func (DescribeDistrictSummaryInput) String ¶ added in v1.0.147
func (s DescribeDistrictSummaryInput) String() string
String returns the string representation
func (*DescribeDistrictSummaryInput) Validate ¶ added in v1.0.147
func (s *DescribeDistrictSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDistrictSummaryOutput ¶ added in v1.0.147
type DescribeDistrictSummaryOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeDistrictSummaryOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeDistrictSummaryOutput) GoString ¶ added in v1.0.147
func (s DescribeDistrictSummaryOutput) GoString() string
GoString returns the string representation
func (*DescribeDistrictSummaryOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeDistrictSummaryOutput) SetMetricDataList(v []*MetricDataListForDescribeDistrictSummaryOutput) *DescribeDistrictSummaryOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeDistrictSummaryOutput) String ¶ added in v1.0.147
func (s DescribeDistrictSummaryOutput) String() string
String returns the string representation
type DescribeEdgeDataInput ¶ added in v1.0.147
type DescribeEdgeDataInput struct { BillingRegion *string `type:"string"` Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeEdgeDataInput) GoString ¶ added in v1.0.147
func (s DescribeEdgeDataInput) GoString() string
GoString returns the string representation
func (*DescribeEdgeDataInput) SetBillingRegion ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetBillingRegion(v string) *DescribeEdgeDataInput
SetBillingRegion sets the BillingRegion field's value.
func (*DescribeEdgeDataInput) SetDomain ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetDomain(v string) *DescribeEdgeDataInput
SetDomain sets the Domain field's value.
func (*DescribeEdgeDataInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetEndTime(v int64) *DescribeEdgeDataInput
SetEndTime sets the EndTime field's value.
func (*DescribeEdgeDataInput) SetInterval ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetInterval(v string) *DescribeEdgeDataInput
SetInterval sets the Interval field's value.
func (*DescribeEdgeDataInput) SetMetric ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetMetric(v string) *DescribeEdgeDataInput
SetMetric sets the Metric field's value.
func (*DescribeEdgeDataInput) SetProject ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetProject(v string) *DescribeEdgeDataInput
SetProject sets the Project field's value.
func (*DescribeEdgeDataInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) SetStartTime(v int64) *DescribeEdgeDataInput
SetStartTime sets the StartTime field's value.
func (DescribeEdgeDataInput) String ¶ added in v1.0.147
func (s DescribeEdgeDataInput) String() string
String returns the string representation
func (*DescribeEdgeDataInput) Validate ¶ added in v1.0.147
func (s *DescribeEdgeDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEdgeDataOutput ¶ added in v1.0.147
type DescribeEdgeDataOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeEdgeDataOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeEdgeDataOutput) GoString ¶ added in v1.0.147
func (s DescribeEdgeDataOutput) GoString() string
GoString returns the string representation
func (*DescribeEdgeDataOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeEdgeDataOutput) SetMetricDataList(v []*MetricDataListForDescribeEdgeDataOutput) *DescribeEdgeDataOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeEdgeDataOutput) String ¶ added in v1.0.147
func (s DescribeEdgeDataOutput) String() string
String returns the string representation
type DescribeEdgeRankingInput ¶ added in v1.0.147
type DescribeEdgeRankingInput struct { BillingRegion *string `type:"string"` Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeEdgeRankingInput) GoString ¶ added in v1.0.147
func (s DescribeEdgeRankingInput) GoString() string
GoString returns the string representation
func (*DescribeEdgeRankingInput) SetBillingRegion ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetBillingRegion(v string) *DescribeEdgeRankingInput
SetBillingRegion sets the BillingRegion field's value.
func (*DescribeEdgeRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetDomain(v string) *DescribeEdgeRankingInput
SetDomain sets the Domain field's value.
func (*DescribeEdgeRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetEndTime(v int64) *DescribeEdgeRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeEdgeRankingInput) SetInterval ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetInterval(v string) *DescribeEdgeRankingInput
SetInterval sets the Interval field's value.
func (*DescribeEdgeRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetItem(v string) *DescribeEdgeRankingInput
SetItem sets the Item field's value.
func (*DescribeEdgeRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetMetric(v string) *DescribeEdgeRankingInput
SetMetric sets the Metric field's value.
func (*DescribeEdgeRankingInput) SetProject ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetProject(v string) *DescribeEdgeRankingInput
SetProject sets the Project field's value.
func (*DescribeEdgeRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) SetStartTime(v int64) *DescribeEdgeRankingInput
SetStartTime sets the StartTime field's value.
func (DescribeEdgeRankingInput) String ¶ added in v1.0.147
func (s DescribeEdgeRankingInput) String() string
String returns the string representation
func (*DescribeEdgeRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeEdgeRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEdgeRankingOutput ¶ added in v1.0.147
type DescribeEdgeRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` TopDataDetails []*TopDataDetailForDescribeEdgeRankingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeEdgeRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeEdgeRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeEdgeRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeEdgeRankingOutput) SetItem(v string) *DescribeEdgeRankingOutput
SetItem sets the Item field's value.
func (*DescribeEdgeRankingOutput) SetTopDataDetails ¶ added in v1.0.147
func (s *DescribeEdgeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeEdgeRankingOutput) *DescribeEdgeRankingOutput
SetTopDataDetails sets the TopDataDetails field's value.
func (DescribeEdgeRankingOutput) String ¶ added in v1.0.147
func (s DescribeEdgeRankingOutput) String() string
String returns the string representation
type DescribeEdgeStatusCodeRankingInput ¶ added in v1.0.147
type DescribeEdgeStatusCodeRankingInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeEdgeStatusCodeRankingInput) GoString ¶ added in v1.0.147
func (s DescribeEdgeStatusCodeRankingInput) GoString() string
GoString returns the string representation
func (*DescribeEdgeStatusCodeRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetDomain(v string) *DescribeEdgeStatusCodeRankingInput
SetDomain sets the Domain field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetEndTime(v int64) *DescribeEdgeStatusCodeRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetInterval ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetInterval(v string) *DescribeEdgeStatusCodeRankingInput
SetInterval sets the Interval field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetItem(v string) *DescribeEdgeStatusCodeRankingInput
SetItem sets the Item field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetMetric(v string) *DescribeEdgeStatusCodeRankingInput
SetMetric sets the Metric field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetProject ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetProject(v string) *DescribeEdgeStatusCodeRankingInput
SetProject sets the Project field's value.
func (*DescribeEdgeStatusCodeRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) SetStartTime(v int64) *DescribeEdgeStatusCodeRankingInput
SetStartTime sets the StartTime field's value.
func (DescribeEdgeStatusCodeRankingInput) String ¶ added in v1.0.147
func (s DescribeEdgeStatusCodeRankingInput) String() string
String returns the string representation
func (*DescribeEdgeStatusCodeRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEdgeStatusCodeRankingOutput ¶ added in v1.0.147
type DescribeEdgeStatusCodeRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` Metric *string `type:"string"` TopDataDetails []*TopDataDetailForDescribeEdgeStatusCodeRankingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeEdgeStatusCodeRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeEdgeStatusCodeRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeEdgeStatusCodeRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingOutput) SetItem(v string) *DescribeEdgeStatusCodeRankingOutput
SetItem sets the Item field's value.
func (*DescribeEdgeStatusCodeRankingOutput) SetMetric ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingOutput) SetMetric(v string) *DescribeEdgeStatusCodeRankingOutput
SetMetric sets the Metric field's value.
func (*DescribeEdgeStatusCodeRankingOutput) SetTopDataDetails ¶ added in v1.0.147
func (s *DescribeEdgeStatusCodeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) *DescribeEdgeStatusCodeRankingOutput
SetTopDataDetails sets the TopDataDetails field's value.
func (DescribeEdgeStatusCodeRankingOutput) String ¶ added in v1.0.147
func (s DescribeEdgeStatusCodeRankingOutput) String() string
String returns the string representation
type DescribeEdgeSummaryInput ¶ added in v1.0.147
type DescribeEdgeSummaryInput struct { BillingRegion *string `type:"string"` Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeEdgeSummaryInput) GoString ¶ added in v1.0.147
func (s DescribeEdgeSummaryInput) GoString() string
GoString returns the string representation
func (*DescribeEdgeSummaryInput) SetBillingRegion ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetBillingRegion(v string) *DescribeEdgeSummaryInput
SetBillingRegion sets the BillingRegion field's value.
func (*DescribeEdgeSummaryInput) SetDomain ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetDomain(v string) *DescribeEdgeSummaryInput
SetDomain sets the Domain field's value.
func (*DescribeEdgeSummaryInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetEndTime(v int64) *DescribeEdgeSummaryInput
SetEndTime sets the EndTime field's value.
func (*DescribeEdgeSummaryInput) SetInterval ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetInterval(v string) *DescribeEdgeSummaryInput
SetInterval sets the Interval field's value.
func (*DescribeEdgeSummaryInput) SetMetric ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetMetric(v string) *DescribeEdgeSummaryInput
SetMetric sets the Metric field's value.
func (*DescribeEdgeSummaryInput) SetProject ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetProject(v string) *DescribeEdgeSummaryInput
SetProject sets the Project field's value.
func (*DescribeEdgeSummaryInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) SetStartTime(v int64) *DescribeEdgeSummaryInput
SetStartTime sets the StartTime field's value.
func (DescribeEdgeSummaryInput) String ¶ added in v1.0.147
func (s DescribeEdgeSummaryInput) String() string
String returns the string representation
func (*DescribeEdgeSummaryInput) Validate ¶ added in v1.0.147
func (s *DescribeEdgeSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEdgeSummaryOutput ¶ added in v1.0.147
type DescribeEdgeSummaryOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeEdgeSummaryOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeEdgeSummaryOutput) GoString ¶ added in v1.0.147
func (s DescribeEdgeSummaryOutput) GoString() string
GoString returns the string representation
func (*DescribeEdgeSummaryOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeEdgeSummaryOutput) SetMetricDataList(v []*MetricDataListForDescribeEdgeSummaryOutput) *DescribeEdgeSummaryOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeEdgeSummaryOutput) String ¶ added in v1.0.147
func (s DescribeEdgeSummaryOutput) String() string
String returns the string representation
type DescribeOriginDataInput ¶ added in v1.0.147
type DescribeOriginDataInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeOriginDataInput) GoString ¶ added in v1.0.147
func (s DescribeOriginDataInput) GoString() string
GoString returns the string representation
func (*DescribeOriginDataInput) SetDomain ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetDomain(v string) *DescribeOriginDataInput
SetDomain sets the Domain field's value.
func (*DescribeOriginDataInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetEndTime(v int64) *DescribeOriginDataInput
SetEndTime sets the EndTime field's value.
func (*DescribeOriginDataInput) SetInterval ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetInterval(v string) *DescribeOriginDataInput
SetInterval sets the Interval field's value.
func (*DescribeOriginDataInput) SetMetric ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetMetric(v string) *DescribeOriginDataInput
SetMetric sets the Metric field's value.
func (*DescribeOriginDataInput) SetProject ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetProject(v string) *DescribeOriginDataInput
SetProject sets the Project field's value.
func (*DescribeOriginDataInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeOriginDataInput) SetStartTime(v int64) *DescribeOriginDataInput
SetStartTime sets the StartTime field's value.
func (DescribeOriginDataInput) String ¶ added in v1.0.147
func (s DescribeOriginDataInput) String() string
String returns the string representation
func (*DescribeOriginDataInput) Validate ¶ added in v1.0.147
func (s *DescribeOriginDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOriginDataOutput ¶ added in v1.0.147
type DescribeOriginDataOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeOriginDataOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeOriginDataOutput) GoString ¶ added in v1.0.147
func (s DescribeOriginDataOutput) GoString() string
GoString returns the string representation
func (*DescribeOriginDataOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeOriginDataOutput) SetMetricDataList(v []*MetricDataListForDescribeOriginDataOutput) *DescribeOriginDataOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeOriginDataOutput) String ¶ added in v1.0.147
func (s DescribeOriginDataOutput) String() string
String returns the string representation
type DescribeOriginRankingInput ¶ added in v1.0.147
type DescribeOriginRankingInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeOriginRankingInput) GoString ¶ added in v1.0.147
func (s DescribeOriginRankingInput) GoString() string
GoString returns the string representation
func (*DescribeOriginRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetDomain(v string) *DescribeOriginRankingInput
SetDomain sets the Domain field's value.
func (*DescribeOriginRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetEndTime(v int64) *DescribeOriginRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeOriginRankingInput) SetInterval ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetInterval(v string) *DescribeOriginRankingInput
SetInterval sets the Interval field's value.
func (*DescribeOriginRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetItem(v string) *DescribeOriginRankingInput
SetItem sets the Item field's value.
func (*DescribeOriginRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetMetric(v string) *DescribeOriginRankingInput
SetMetric sets the Metric field's value.
func (*DescribeOriginRankingInput) SetProject ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetProject(v string) *DescribeOriginRankingInput
SetProject sets the Project field's value.
func (*DescribeOriginRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) SetStartTime(v int64) *DescribeOriginRankingInput
SetStartTime sets the StartTime field's value.
func (DescribeOriginRankingInput) String ¶ added in v1.0.147
func (s DescribeOriginRankingInput) String() string
String returns the string representation
func (*DescribeOriginRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeOriginRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOriginRankingOutput ¶ added in v1.0.147
type DescribeOriginRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` TopDataDetails []*TopDataDetailForDescribeOriginRankingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeOriginRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeOriginRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeOriginRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeOriginRankingOutput) SetItem(v string) *DescribeOriginRankingOutput
SetItem sets the Item field's value.
func (*DescribeOriginRankingOutput) SetTopDataDetails ¶ added in v1.0.147
func (s *DescribeOriginRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeOriginRankingOutput) *DescribeOriginRankingOutput
SetTopDataDetails sets the TopDataDetails field's value.
func (DescribeOriginRankingOutput) String ¶ added in v1.0.147
func (s DescribeOriginRankingOutput) String() string
String returns the string representation
type DescribeOriginStatusCodeRankingInput ¶ added in v1.0.147
type DescribeOriginStatusCodeRankingInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeOriginStatusCodeRankingInput) GoString ¶ added in v1.0.147
func (s DescribeOriginStatusCodeRankingInput) GoString() string
GoString returns the string representation
func (*DescribeOriginStatusCodeRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetDomain(v string) *DescribeOriginStatusCodeRankingInput
SetDomain sets the Domain field's value.
func (*DescribeOriginStatusCodeRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetEndTime(v int64) *DescribeOriginStatusCodeRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeOriginStatusCodeRankingInput) SetInterval ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetInterval(v string) *DescribeOriginStatusCodeRankingInput
SetInterval sets the Interval field's value.
func (*DescribeOriginStatusCodeRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetItem(v string) *DescribeOriginStatusCodeRankingInput
SetItem sets the Item field's value.
func (*DescribeOriginStatusCodeRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetMetric(v string) *DescribeOriginStatusCodeRankingInput
SetMetric sets the Metric field's value.
func (*DescribeOriginStatusCodeRankingInput) SetProject ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetProject(v string) *DescribeOriginStatusCodeRankingInput
SetProject sets the Project field's value.
func (*DescribeOriginStatusCodeRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) SetStartTime(v int64) *DescribeOriginStatusCodeRankingInput
SetStartTime sets the StartTime field's value.
func (DescribeOriginStatusCodeRankingInput) String ¶ added in v1.0.147
func (s DescribeOriginStatusCodeRankingInput) String() string
String returns the string representation
func (*DescribeOriginStatusCodeRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOriginStatusCodeRankingOutput ¶ added in v1.0.147
type DescribeOriginStatusCodeRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` Metric *string `type:"string"` TopDataDetails []*TopDataDetailForDescribeOriginStatusCodeRankingOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeOriginStatusCodeRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeOriginStatusCodeRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeOriginStatusCodeRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingOutput) SetItem(v string) *DescribeOriginStatusCodeRankingOutput
SetItem sets the Item field's value.
func (*DescribeOriginStatusCodeRankingOutput) SetMetric ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingOutput) SetMetric(v string) *DescribeOriginStatusCodeRankingOutput
SetMetric sets the Metric field's value.
func (*DescribeOriginStatusCodeRankingOutput) SetTopDataDetails ¶ added in v1.0.147
func (s *DescribeOriginStatusCodeRankingOutput) SetTopDataDetails(v []*TopDataDetailForDescribeOriginStatusCodeRankingOutput) *DescribeOriginStatusCodeRankingOutput
SetTopDataDetails sets the TopDataDetails field's value.
func (DescribeOriginStatusCodeRankingOutput) String ¶ added in v1.0.147
func (s DescribeOriginStatusCodeRankingOutput) String() string
String returns the string representation
type DescribeOriginSummaryInput ¶ added in v1.0.147
type DescribeOriginSummaryInput struct { Domain *string `type:"string"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` Interval *string `type:"string"` // Metric is a required field Metric *string `type:"string" required:"true"` Project *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeOriginSummaryInput) GoString ¶ added in v1.0.147
func (s DescribeOriginSummaryInput) GoString() string
GoString returns the string representation
func (*DescribeOriginSummaryInput) SetDomain ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetDomain(v string) *DescribeOriginSummaryInput
SetDomain sets the Domain field's value.
func (*DescribeOriginSummaryInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetEndTime(v int64) *DescribeOriginSummaryInput
SetEndTime sets the EndTime field's value.
func (*DescribeOriginSummaryInput) SetInterval ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetInterval(v string) *DescribeOriginSummaryInput
SetInterval sets the Interval field's value.
func (*DescribeOriginSummaryInput) SetMetric ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetMetric(v string) *DescribeOriginSummaryInput
SetMetric sets the Metric field's value.
func (*DescribeOriginSummaryInput) SetProject ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetProject(v string) *DescribeOriginSummaryInput
SetProject sets the Project field's value.
func (*DescribeOriginSummaryInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) SetStartTime(v int64) *DescribeOriginSummaryInput
SetStartTime sets the StartTime field's value.
func (DescribeOriginSummaryInput) String ¶ added in v1.0.147
func (s DescribeOriginSummaryInput) String() string
String returns the string representation
func (*DescribeOriginSummaryInput) Validate ¶ added in v1.0.147
func (s *DescribeOriginSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeOriginSummaryOutput ¶ added in v1.0.147
type DescribeOriginSummaryOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeOriginSummaryOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeOriginSummaryOutput) GoString ¶ added in v1.0.147
func (s DescribeOriginSummaryOutput) GoString() string
GoString returns the string representation
func (*DescribeOriginSummaryOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeOriginSummaryOutput) SetMetricDataList(v []*MetricDataListForDescribeOriginSummaryOutput) *DescribeOriginSummaryOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeOriginSummaryOutput) String ¶ added in v1.0.147
func (s DescribeOriginSummaryOutput) String() string
String returns the string representation
type DescribeStatisticalRankingInput ¶ added in v1.0.147
type DescribeStatisticalRankingInput struct { Area *string `type:"string"` // Domain is a required field Domain *string `type:"string" required:"true"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` // Item is a required field Item *string `type:"string" required:"true"` // Metric is a required field Metric *string `type:"string" required:"true"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` UaType *string `type:"string"` // contains filtered or unexported fields }
func (DescribeStatisticalRankingInput) GoString ¶ added in v1.0.147
func (s DescribeStatisticalRankingInput) GoString() string
GoString returns the string representation
func (*DescribeStatisticalRankingInput) SetArea ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetArea(v string) *DescribeStatisticalRankingInput
SetArea sets the Area field's value.
func (*DescribeStatisticalRankingInput) SetDomain ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetDomain(v string) *DescribeStatisticalRankingInput
SetDomain sets the Domain field's value.
func (*DescribeStatisticalRankingInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetEndTime(v int64) *DescribeStatisticalRankingInput
SetEndTime sets the EndTime field's value.
func (*DescribeStatisticalRankingInput) SetItem ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetItem(v string) *DescribeStatisticalRankingInput
SetItem sets the Item field's value.
func (*DescribeStatisticalRankingInput) SetMetric ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetMetric(v string) *DescribeStatisticalRankingInput
SetMetric sets the Metric field's value.
func (*DescribeStatisticalRankingInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetStartTime(v int64) *DescribeStatisticalRankingInput
SetStartTime sets the StartTime field's value.
func (*DescribeStatisticalRankingInput) SetUaType ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) SetUaType(v string) *DescribeStatisticalRankingInput
SetUaType sets the UaType field's value.
func (DescribeStatisticalRankingInput) String ¶ added in v1.0.147
func (s DescribeStatisticalRankingInput) String() string
String returns the string representation
func (*DescribeStatisticalRankingInput) Validate ¶ added in v1.0.147
func (s *DescribeStatisticalRankingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStatisticalRankingOutput ¶ added in v1.0.147
type DescribeStatisticalRankingOutput struct { Metadata *response.ResponseMetadata Item *string `type:"string"` Metric *string `type:"string"` RankingDataList []*RankingDataListForDescribeStatisticalRankingOutput `type:"list"` UaType *string `type:"string"` // contains filtered or unexported fields }
func (DescribeStatisticalRankingOutput) GoString ¶ added in v1.0.147
func (s DescribeStatisticalRankingOutput) GoString() string
GoString returns the string representation
func (*DescribeStatisticalRankingOutput) SetItem ¶ added in v1.0.147
func (s *DescribeStatisticalRankingOutput) SetItem(v string) *DescribeStatisticalRankingOutput
SetItem sets the Item field's value.
func (*DescribeStatisticalRankingOutput) SetMetric ¶ added in v1.0.147
func (s *DescribeStatisticalRankingOutput) SetMetric(v string) *DescribeStatisticalRankingOutput
SetMetric sets the Metric field's value.
func (*DescribeStatisticalRankingOutput) SetRankingDataList ¶ added in v1.0.147
func (s *DescribeStatisticalRankingOutput) SetRankingDataList(v []*RankingDataListForDescribeStatisticalRankingOutput) *DescribeStatisticalRankingOutput
SetRankingDataList sets the RankingDataList field's value.
func (*DescribeStatisticalRankingOutput) SetUaType ¶ added in v1.0.147
func (s *DescribeStatisticalRankingOutput) SetUaType(v string) *DescribeStatisticalRankingOutput
SetUaType sets the UaType field's value.
func (DescribeStatisticalRankingOutput) String ¶ added in v1.0.147
func (s DescribeStatisticalRankingOutput) String() string
String returns the string representation
type DescribeUserDataInput ¶ added in v1.0.147
type DescribeUserDataInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` // EndTime is a required field EndTime *int64 `type:"int64" required:"true"` // Interval is a required field Interval *string `type:"string" required:"true"` IpVersion *string `type:"string"` Location *string `type:"string"` Province *string `type:"string"` // StartTime is a required field StartTime *int64 `type:"int64" required:"true"` // contains filtered or unexported fields }
func (DescribeUserDataInput) GoString ¶ added in v1.0.147
func (s DescribeUserDataInput) GoString() string
GoString returns the string representation
func (*DescribeUserDataInput) SetDomain ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetDomain(v string) *DescribeUserDataInput
SetDomain sets the Domain field's value.
func (*DescribeUserDataInput) SetEndTime ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetEndTime(v int64) *DescribeUserDataInput
SetEndTime sets the EndTime field's value.
func (*DescribeUserDataInput) SetInterval ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetInterval(v string) *DescribeUserDataInput
SetInterval sets the Interval field's value.
func (*DescribeUserDataInput) SetIpVersion ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetIpVersion(v string) *DescribeUserDataInput
SetIpVersion sets the IpVersion field's value.
func (*DescribeUserDataInput) SetLocation ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetLocation(v string) *DescribeUserDataInput
SetLocation sets the Location field's value.
func (*DescribeUserDataInput) SetProvince ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetProvince(v string) *DescribeUserDataInput
SetProvince sets the Province field's value.
func (*DescribeUserDataInput) SetStartTime ¶ added in v1.0.147
func (s *DescribeUserDataInput) SetStartTime(v int64) *DescribeUserDataInput
SetStartTime sets the StartTime field's value.
func (DescribeUserDataInput) String ¶ added in v1.0.147
func (s DescribeUserDataInput) String() string
String returns the string representation
func (*DescribeUserDataInput) Validate ¶ added in v1.0.147
func (s *DescribeUserDataInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeUserDataOutput ¶ added in v1.0.147
type DescribeUserDataOutput struct { Metadata *response.ResponseMetadata MetricDataList []*MetricDataListForDescribeUserDataOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeUserDataOutput) GoString ¶ added in v1.0.147
func (s DescribeUserDataOutput) GoString() string
GoString returns the string representation
func (*DescribeUserDataOutput) SetMetricDataList ¶ added in v1.0.147
func (s *DescribeUserDataOutput) SetMetricDataList(v []*MetricDataListForDescribeUserDataOutput) *DescribeUserDataOutput
SetMetricDataList sets the MetricDataList field's value.
func (DescribeUserDataOutput) String ¶ added in v1.0.147
func (s DescribeUserDataOutput) String() string
String returns the string representation
type DomainConfigForDescribeCdnConfigOutput ¶
type DomainConfigForDescribeCdnConfigOutput struct { AreaAccessRule *AreaAccessRuleForDescribeCdnConfigOutput `type:"structure"` BackupCname *string `type:"string"` BandwidthLimit *BandwidthLimitForDescribeCdnConfigOutput `type:"structure"` BrowserCache []*BrowserCacheForDescribeCdnConfigOutput `type:"list"` Cache []*CacheForDescribeCdnConfigOutput `type:"list"` CacheHost *CacheHostForDescribeCdnConfigOutput `type:"structure"` CacheKey []*CacheKeyForDescribeCdnConfigOutput `type:"list"` Cname *string `type:"string"` Compression *CompressionForDescribeCdnConfigOutput `type:"structure"` ConditionalOrigin *ConditionalOriginForDescribeCdnConfigOutput `type:"structure"` CreateTime *int64 `type:"int64"` CustomErrorPage *CustomErrorPageForDescribeCdnConfigOutput `type:"structure"` CustomizeAccessRule *CustomizeAccessRuleForDescribeCdnConfigOutput `type:"structure"` Domain *string `type:"string"` DownloadSpeedLimit *DownloadSpeedLimitForDescribeCdnConfigOutput `type:"structure"` FollowRedirect *bool `type:"boolean"` HTTPS *HTTPSForDescribeCdnConfigOutput `type:"structure"` HttpForcedRedirect *HttpForcedRedirectForDescribeCdnConfigOutput `type:"structure"` IPv6 *IPv6ForDescribeCdnConfigOutput `type:"structure"` IpAccessRule *IpAccessRuleForDescribeCdnConfigOutput `type:"structure"` IpFreqLimit *IpFreqLimitForDescribeCdnConfigOutput `type:"structure"` IpSpeedLimit *IpSpeedLimitForDescribeCdnConfigOutput `type:"structure"` LockStatus *string `type:"string"` MethodDeniedRule *MethodDeniedRuleForDescribeCdnConfigOutput `type:"structure"` NegativeCache []*NegativeCacheForDescribeCdnConfigOutput `type:"list"` Origin []*OriginForDescribeCdnConfigOutput `type:"list"` OriginAccessRule *OriginAccessRuleForDescribeCdnConfigOutput `type:"structure"` OriginArg []*OriginArgForDescribeCdnConfigOutput `type:"list"` OriginCertCheck *OriginCertCheckForDescribeCdnConfigOutput `type:"structure"` OriginHost *string `type:"string"` OriginIPv6 *string `type:"string"` OriginProtocol *string `type:"string"` OriginRange *bool `type:"boolean"` OriginRetry *OriginRetryForDescribeCdnConfigOutput `type:"structure"` OriginRewrite *OriginRewriteForDescribeCdnConfigOutput `type:"structure"` OriginSni *OriginSniForDescribeCdnConfigOutput `type:"structure"` PageOptimization *PageOptimizationForDescribeCdnConfigOutput `type:"structure"` Project *string `type:"string"` Quic *QuicForDescribeCdnConfigOutput `type:"structure"` RedirectionRewrite *RedirectionRewriteForDescribeCdnConfigOutput `type:"structure"` RefererAccessRule *RefererAccessRuleForDescribeCdnConfigOutput `type:"structure"` RemoteAuth *RemoteAuthForDescribeCdnConfigOutput `type:"structure"` RequestBlockRule *RequestBlockRuleForDescribeCdnConfigOutput `type:"structure"` RequestHeader []*RequestHeaderForDescribeCdnConfigOutput `type:"list"` ResponseHeader []*ResponseHeaderForDescribeCdnConfigOutput `type:"list"` ServiceRegion *string `type:"string"` ServiceType *string `type:"string"` SignedUrlAuth *SignedUrlAuthForDescribeCdnConfigOutput `type:"structure"` Status *string `type:"string"` Timeout *TimeoutForDescribeCdnConfigOutput `type:"structure"` UaAccessRule *UaAccessRuleForDescribeCdnConfigOutput `type:"structure"` UpdateTime *int64 `type:"int64"` UrlNormalize *UrlNormalizeForDescribeCdnConfigOutput `type:"structure"` VideoDrag *VideoDragForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (DomainConfigForDescribeCdnConfigOutput) GoString ¶
func (s DomainConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DomainConfigForDescribeCdnConfigOutput) SetAreaAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetAreaAccessRule(v *AreaAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetAreaAccessRule sets the AreaAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetBackupCname ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetBackupCname(v string) *DomainConfigForDescribeCdnConfigOutput
SetBackupCname sets the BackupCname field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetBandwidthLimit ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetBandwidthLimit(v *BandwidthLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetBandwidthLimit sets the BandwidthLimit field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetBrowserCache ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetBrowserCache(v []*BrowserCacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetBrowserCache sets the BrowserCache field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCache ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCache(v []*CacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCache sets the Cache field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCacheHost ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCacheHost(v *CacheHostForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCacheHost sets the CacheHost field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCacheKey ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCacheKey(v []*CacheKeyForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCacheKey sets the CacheKey field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCname ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCname(v string) *DomainConfigForDescribeCdnConfigOutput
SetCname sets the Cname field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCompression ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCompression(v *CompressionForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCompression sets the Compression field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetConditionalOrigin ¶ added in v1.0.147
func (s *DomainConfigForDescribeCdnConfigOutput) SetConditionalOrigin(v *ConditionalOriginForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetConditionalOrigin sets the ConditionalOrigin field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCreateTime ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCreateTime(v int64) *DomainConfigForDescribeCdnConfigOutput
SetCreateTime sets the CreateTime field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCustomErrorPage ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCustomErrorPage(v *CustomErrorPageForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCustomErrorPage sets the CustomErrorPage field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetCustomizeAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetCustomizeAccessRule(v *CustomizeAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetCustomizeAccessRule sets the CustomizeAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetDomain ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetDomain(v string) *DomainConfigForDescribeCdnConfigOutput
SetDomain sets the Domain field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimit ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetDownloadSpeedLimit sets the DownloadSpeedLimit field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetFollowRedirect ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetFollowRedirect(v bool) *DomainConfigForDescribeCdnConfigOutput
SetFollowRedirect sets the FollowRedirect field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetHTTPS ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetHTTPS(v *HTTPSForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetHTTPS sets the HTTPS field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetHttpForcedRedirect ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetHttpForcedRedirect(v *HttpForcedRedirectForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetHttpForcedRedirect sets the HttpForcedRedirect field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetIPv6 ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetIPv6(v *IPv6ForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetIPv6 sets the IPv6 field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetIpAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetIpAccessRule(v *IpAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetIpAccessRule sets the IpAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetIpFreqLimit ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetIpFreqLimit(v *IpFreqLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetIpFreqLimit sets the IpFreqLimit field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetIpSpeedLimit ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetIpSpeedLimit(v *IpSpeedLimitForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetIpSpeedLimit sets the IpSpeedLimit field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetLockStatus ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetLockStatus(v string) *DomainConfigForDescribeCdnConfigOutput
SetLockStatus sets the LockStatus field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetMethodDeniedRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetMethodDeniedRule(v *MethodDeniedRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetMethodDeniedRule sets the MethodDeniedRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetNegativeCache ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetNegativeCache(v []*NegativeCacheForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetNegativeCache sets the NegativeCache field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOrigin ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOrigin(v []*OriginForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOrigin sets the Origin field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginAccessRule(v *OriginAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginAccessRule sets the OriginAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginArg ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginArg(v []*OriginArgForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginArg sets the OriginArg field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginCertCheck ¶ added in v1.0.147
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginCertCheck(v *OriginCertCheckForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginCertCheck sets the OriginCertCheck field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginHost ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginHost(v string) *DomainConfigForDescribeCdnConfigOutput
SetOriginHost sets the OriginHost field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginIPv6 ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginIPv6(v string) *DomainConfigForDescribeCdnConfigOutput
SetOriginIPv6 sets the OriginIPv6 field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginProtocol ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginProtocol(v string) *DomainConfigForDescribeCdnConfigOutput
SetOriginProtocol sets the OriginProtocol field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginRange ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRange(v bool) *DomainConfigForDescribeCdnConfigOutput
SetOriginRange sets the OriginRange field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginRetry ¶ added in v1.0.147
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRetry(v *OriginRetryForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginRetry sets the OriginRetry field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginRewrite ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginRewrite(v *OriginRewriteForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginRewrite sets the OriginRewrite field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetOriginSni ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetOriginSni(v *OriginSniForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetOriginSni sets the OriginSni field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetPageOptimization ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetPageOptimization(v *PageOptimizationForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetPageOptimization sets the PageOptimization field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetProject ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetProject(v string) *DomainConfigForDescribeCdnConfigOutput
SetProject sets the Project field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetQuic ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetQuic(v *QuicForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetQuic sets the Quic field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetRedirectionRewrite ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetRedirectionRewrite(v *RedirectionRewriteForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetRedirectionRewrite sets the RedirectionRewrite field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetRefererAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetRefererAccessRule(v *RefererAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetRefererAccessRule sets the RefererAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetRemoteAuth ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetRemoteAuth(v *RemoteAuthForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetRemoteAuth sets the RemoteAuth field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetRequestBlockRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetRequestBlockRule(v *RequestBlockRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetRequestBlockRule sets the RequestBlockRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetRequestHeader ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetRequestHeader(v []*RequestHeaderForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetRequestHeader sets the RequestHeader field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetResponseHeader ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetResponseHeader(v []*ResponseHeaderForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetResponseHeader sets the ResponseHeader field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetServiceRegion ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetServiceRegion(v string) *DomainConfigForDescribeCdnConfigOutput
SetServiceRegion sets the ServiceRegion field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetServiceType ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetServiceType(v string) *DomainConfigForDescribeCdnConfigOutput
SetServiceType sets the ServiceType field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetSignedUrlAuth ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetSignedUrlAuth(v *SignedUrlAuthForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetSignedUrlAuth sets the SignedUrlAuth field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetStatus ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetStatus(v string) *DomainConfigForDescribeCdnConfigOutput
SetStatus sets the Status field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetTimeout ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetTimeout(v *TimeoutForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetTimeout sets the Timeout field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetUaAccessRule ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetUaAccessRule(v *UaAccessRuleForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetUaAccessRule sets the UaAccessRule field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetUpdateTime ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetUpdateTime(v int64) *DomainConfigForDescribeCdnConfigOutput
SetUpdateTime sets the UpdateTime field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetUrlNormalize ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetUrlNormalize(v *UrlNormalizeForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetUrlNormalize sets the UrlNormalize field's value.
func (*DomainConfigForDescribeCdnConfigOutput) SetVideoDrag ¶
func (s *DomainConfigForDescribeCdnConfigOutput) SetVideoDrag(v *VideoDragForDescribeCdnConfigOutput) *DomainConfigForDescribeCdnConfigOutput
SetVideoDrag sets the VideoDrag field's value.
func (DomainConfigForDescribeCdnConfigOutput) String ¶
func (s DomainConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type DomainLockForDescribeCertConfigOutput ¶
type DomainLockForDescribeCertConfigOutput struct { Remark *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DomainLockForDescribeCertConfigOutput) GoString ¶
func (s DomainLockForDescribeCertConfigOutput) GoString() string
GoString returns the string representation
func (*DomainLockForDescribeCertConfigOutput) SetRemark ¶
func (s *DomainLockForDescribeCertConfigOutput) SetRemark(v string) *DomainLockForDescribeCertConfigOutput
SetRemark sets the Remark field's value.
func (*DomainLockForDescribeCertConfigOutput) SetStatus ¶
func (s *DomainLockForDescribeCertConfigOutput) SetStatus(v string) *DomainLockForDescribeCertConfigOutput
SetStatus sets the Status field's value.
func (DomainLockForDescribeCertConfigOutput) String ¶
func (s DomainLockForDescribeCertConfigOutput) String() string
String returns the string representation
type DomainLockForListCdnDomainsOutput ¶
type DomainLockForListCdnDomainsOutput struct { Remark *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (DomainLockForListCdnDomainsOutput) GoString ¶
func (s DomainLockForListCdnDomainsOutput) GoString() string
GoString returns the string representation
func (*DomainLockForListCdnDomainsOutput) SetRemark ¶
func (s *DomainLockForListCdnDomainsOutput) SetRemark(v string) *DomainLockForListCdnDomainsOutput
SetRemark sets the Remark field's value.
func (*DomainLockForListCdnDomainsOutput) SetStatus ¶
func (s *DomainLockForListCdnDomainsOutput) SetStatus(v string) *DomainLockForListCdnDomainsOutput
SetStatus sets the Status field's value.
func (DomainLockForListCdnDomainsOutput) String ¶
func (s DomainLockForListCdnDomainsOutput) String() string
String returns the string representation
type DomainLogDetailForDescribeCdnAccessLogOutput ¶
type DomainLogDetailForDescribeCdnAccessLogOutput struct { EndTime *int64 `type:"int64"` LogName *string `type:"string"` LogPath *string `type:"string"` LogSize *int64 `type:"int64"` StartTime *int64 `type:"int64"` // contains filtered or unexported fields }
func (DomainLogDetailForDescribeCdnAccessLogOutput) GoString ¶
func (s DomainLogDetailForDescribeCdnAccessLogOutput) GoString() string
GoString returns the string representation
func (*DomainLogDetailForDescribeCdnAccessLogOutput) SetEndTime ¶
func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetEndTime(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
SetEndTime sets the EndTime field's value.
func (*DomainLogDetailForDescribeCdnAccessLogOutput) SetLogName ¶
func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogName(v string) *DomainLogDetailForDescribeCdnAccessLogOutput
SetLogName sets the LogName field's value.
func (*DomainLogDetailForDescribeCdnAccessLogOutput) SetLogPath ¶
func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogPath(v string) *DomainLogDetailForDescribeCdnAccessLogOutput
SetLogPath sets the LogPath field's value.
func (*DomainLogDetailForDescribeCdnAccessLogOutput) SetLogSize ¶
func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetLogSize(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
SetLogSize sets the LogSize field's value.
func (*DomainLogDetailForDescribeCdnAccessLogOutput) SetStartTime ¶
func (s *DomainLogDetailForDescribeCdnAccessLogOutput) SetStartTime(v int64) *DomainLogDetailForDescribeCdnAccessLogOutput
SetStartTime sets the StartTime field's value.
func (DomainLogDetailForDescribeCdnAccessLogOutput) String ¶
func (s DomainLogDetailForDescribeCdnAccessLogOutput) String() string
String returns the string representation
type DownloadSpeedLimitActionForAddCdnDomainInput ¶
type DownloadSpeedLimitActionForAddCdnDomainInput struct { SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateAfter *int64 `type:"int64"` SpeedLimitTime *SpeedLimitTimeForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitActionForAddCdnDomainInput) GoString ¶
func (s DownloadSpeedLimitActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRate ¶
func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForAddCdnDomainInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRateAfter ¶
func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForAddCdnDomainInput
SetSpeedLimitRateAfter sets the SpeedLimitRateAfter field's value.
func (*DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitTime ¶
func (s *DownloadSpeedLimitActionForAddCdnDomainInput) SetSpeedLimitTime(v *SpeedLimitTimeForAddCdnDomainInput) *DownloadSpeedLimitActionForAddCdnDomainInput
SetSpeedLimitTime sets the SpeedLimitTime field's value.
func (DownloadSpeedLimitActionForAddCdnDomainInput) String ¶
func (s DownloadSpeedLimitActionForAddCdnDomainInput) String() string
String returns the string representation
type DownloadSpeedLimitActionForBatchUpdateCdnConfigInput ¶
type DownloadSpeedLimitActionForBatchUpdateCdnConfigInput struct { SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateAfter *int64 `type:"int64"` SpeedLimitTime *SpeedLimitTimeForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate ¶
func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateAfter ¶
func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
SetSpeedLimitRateAfter sets the SpeedLimitRateAfter field's value.
func (*DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitTime ¶
func (s *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) SetSpeedLimitTime(v *SpeedLimitTimeForBatchUpdateCdnConfigInput) *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput
SetSpeedLimitTime sets the SpeedLimitTime field's value.
func (DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type DownloadSpeedLimitActionForDescribeCdnConfigOutput ¶
type DownloadSpeedLimitActionForDescribeCdnConfigOutput struct { SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateAfter *int64 `type:"int64"` SpeedLimitTime *SpeedLimitTimeForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitActionForDescribeCdnConfigOutput) GoString ¶
func (s DownloadSpeedLimitActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate ¶
func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateAfter ¶
func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
SetSpeedLimitRateAfter sets the SpeedLimitRateAfter field's value.
func (*DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitTime ¶
func (s *DownloadSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitTime(v *SpeedLimitTimeForDescribeCdnConfigOutput) *DownloadSpeedLimitActionForDescribeCdnConfigOutput
SetSpeedLimitTime sets the SpeedLimitTime field's value.
func (DownloadSpeedLimitActionForDescribeCdnConfigOutput) String ¶
func (s DownloadSpeedLimitActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type DownloadSpeedLimitActionForUpdateCdnConfigInput ¶
type DownloadSpeedLimitActionForUpdateCdnConfigInput struct { SpeedLimitRate *int64 `type:"int64"` SpeedLimitRateAfter *int64 `type:"int64"` SpeedLimitTime *SpeedLimitTimeForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitActionForUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate ¶
func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRate(v int64) *DownloadSpeedLimitActionForUpdateCdnConfigInput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (*DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateAfter ¶
func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitRateAfter(v int64) *DownloadSpeedLimitActionForUpdateCdnConfigInput
SetSpeedLimitRateAfter sets the SpeedLimitRateAfter field's value.
func (*DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitTime ¶
func (s *DownloadSpeedLimitActionForUpdateCdnConfigInput) SetSpeedLimitTime(v *SpeedLimitTimeForUpdateCdnConfigInput) *DownloadSpeedLimitActionForUpdateCdnConfigInput
SetSpeedLimitTime sets the SpeedLimitTime field's value.
func (DownloadSpeedLimitActionForUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitActionForUpdateCdnConfigInput) String() string
String returns the string representation
type DownloadSpeedLimitForAddCdnDomainInput ¶
type DownloadSpeedLimitForAddCdnDomainInput struct { DownloadSpeedLimitRules []*DownloadSpeedLimitRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (DownloadSpeedLimitForAddCdnDomainInput) GoString ¶
func (s DownloadSpeedLimitForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitForAddCdnDomainInput) SetDownloadSpeedLimitRules ¶
func (s *DownloadSpeedLimitForAddCdnDomainInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForAddCdnDomainInput) *DownloadSpeedLimitForAddCdnDomainInput
SetDownloadSpeedLimitRules sets the DownloadSpeedLimitRules field's value.
func (*DownloadSpeedLimitForAddCdnDomainInput) SetSwitch ¶
func (s *DownloadSpeedLimitForAddCdnDomainInput) SetSwitch(v bool) *DownloadSpeedLimitForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (DownloadSpeedLimitForAddCdnDomainInput) String ¶
func (s DownloadSpeedLimitForAddCdnDomainInput) String() string
String returns the string representation
type DownloadSpeedLimitForBatchUpdateCdnConfigInput ¶
type DownloadSpeedLimitForBatchUpdateCdnConfigInput struct { DownloadSpeedLimitRules []*DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (DownloadSpeedLimitForBatchUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitRules ¶
func (s *DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) *DownloadSpeedLimitForBatchUpdateCdnConfigInput
SetDownloadSpeedLimitRules sets the DownloadSpeedLimitRules field's value.
func (*DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *DownloadSpeedLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *DownloadSpeedLimitForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (DownloadSpeedLimitForBatchUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type DownloadSpeedLimitForDescribeCdnConfigOutput ¶
type DownloadSpeedLimitForDescribeCdnConfigOutput struct { DownloadSpeedLimitRules []*DownloadSpeedLimitRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (DownloadSpeedLimitForDescribeCdnConfigOutput) GoString ¶
func (s DownloadSpeedLimitForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitForDescribeCdnConfigOutput) SetDownloadSpeedLimitRules ¶
func (s *DownloadSpeedLimitForDescribeCdnConfigOutput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForDescribeCdnConfigOutput) *DownloadSpeedLimitForDescribeCdnConfigOutput
SetDownloadSpeedLimitRules sets the DownloadSpeedLimitRules field's value.
func (*DownloadSpeedLimitForDescribeCdnConfigOutput) SetSwitch ¶
func (s *DownloadSpeedLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *DownloadSpeedLimitForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (DownloadSpeedLimitForDescribeCdnConfigOutput) String ¶
func (s DownloadSpeedLimitForDescribeCdnConfigOutput) String() string
String returns the string representation
type DownloadSpeedLimitForUpdateCdnConfigInput ¶
type DownloadSpeedLimitForUpdateCdnConfigInput struct { DownloadSpeedLimitRules []*DownloadSpeedLimitRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (DownloadSpeedLimitForUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitForUpdateCdnConfigInput) SetDownloadSpeedLimitRules ¶
func (s *DownloadSpeedLimitForUpdateCdnConfigInput) SetDownloadSpeedLimitRules(v []*DownloadSpeedLimitRuleForUpdateCdnConfigInput) *DownloadSpeedLimitForUpdateCdnConfigInput
SetDownloadSpeedLimitRules sets the DownloadSpeedLimitRules field's value.
func (*DownloadSpeedLimitForUpdateCdnConfigInput) SetSwitch ¶
func (s *DownloadSpeedLimitForUpdateCdnConfigInput) SetSwitch(v bool) *DownloadSpeedLimitForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (DownloadSpeedLimitForUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitForUpdateCdnConfigInput) String() string
String returns the string representation
type DownloadSpeedLimitRuleForAddCdnDomainInput ¶
type DownloadSpeedLimitRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` DownloadSpeedLimitAction *DownloadSpeedLimitActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitRuleForAddCdnDomainInput) GoString ¶
func (s DownloadSpeedLimitRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitRuleForAddCdnDomainInput) SetCondition ¶
func (s *DownloadSpeedLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *DownloadSpeedLimitRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*DownloadSpeedLimitRuleForAddCdnDomainInput) SetDownloadSpeedLimitAction ¶
func (s *DownloadSpeedLimitRuleForAddCdnDomainInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForAddCdnDomainInput) *DownloadSpeedLimitRuleForAddCdnDomainInput
SetDownloadSpeedLimitAction sets the DownloadSpeedLimitAction field's value.
func (DownloadSpeedLimitRuleForAddCdnDomainInput) String ¶
func (s DownloadSpeedLimitRuleForAddCdnDomainInput) String() string
String returns the string representation
type DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput ¶
type DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` DownloadSpeedLimitAction *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitAction ¶
func (s *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForBatchUpdateCdnConfigInput) *DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput
SetDownloadSpeedLimitAction sets the DownloadSpeedLimitAction field's value.
func (DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type DownloadSpeedLimitRuleForDescribeCdnConfigOutput ¶
type DownloadSpeedLimitRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` DownloadSpeedLimitAction *DownloadSpeedLimitActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitRuleForDescribeCdnConfigOutput) GoString ¶
func (s DownloadSpeedLimitRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *DownloadSpeedLimitRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetDownloadSpeedLimitAction ¶
func (s *DownloadSpeedLimitRuleForDescribeCdnConfigOutput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForDescribeCdnConfigOutput) *DownloadSpeedLimitRuleForDescribeCdnConfigOutput
SetDownloadSpeedLimitAction sets the DownloadSpeedLimitAction field's value.
func (DownloadSpeedLimitRuleForDescribeCdnConfigOutput) String ¶
func (s DownloadSpeedLimitRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type DownloadSpeedLimitRuleForUpdateCdnConfigInput ¶
type DownloadSpeedLimitRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` DownloadSpeedLimitAction *DownloadSpeedLimitActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (DownloadSpeedLimitRuleForUpdateCdnConfigInput) GoString ¶
func (s DownloadSpeedLimitRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *DownloadSpeedLimitRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetDownloadSpeedLimitAction ¶
func (s *DownloadSpeedLimitRuleForUpdateCdnConfigInput) SetDownloadSpeedLimitAction(v *DownloadSpeedLimitActionForUpdateCdnConfigInput) *DownloadSpeedLimitRuleForUpdateCdnConfigInput
SetDownloadSpeedLimitAction sets the DownloadSpeedLimitAction field's value.
func (DownloadSpeedLimitRuleForUpdateCdnConfigInput) String ¶
func (s DownloadSpeedLimitRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ErrorPageActionForAddCdnDomainInput ¶
type ErrorPageActionForAddCdnDomainInput struct { Action *string `type:"string"` RedirectCode *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ErrorPageActionForAddCdnDomainInput) GoString ¶
func (s ErrorPageActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ErrorPageActionForAddCdnDomainInput) SetAction ¶
func (s *ErrorPageActionForAddCdnDomainInput) SetAction(v string) *ErrorPageActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*ErrorPageActionForAddCdnDomainInput) SetRedirectCode ¶
func (s *ErrorPageActionForAddCdnDomainInput) SetRedirectCode(v string) *ErrorPageActionForAddCdnDomainInput
SetRedirectCode sets the RedirectCode field's value.
func (*ErrorPageActionForAddCdnDomainInput) SetRedirectUrl ¶
func (s *ErrorPageActionForAddCdnDomainInput) SetRedirectUrl(v string) *ErrorPageActionForAddCdnDomainInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*ErrorPageActionForAddCdnDomainInput) SetStatusCode ¶
func (s *ErrorPageActionForAddCdnDomainInput) SetStatusCode(v string) *ErrorPageActionForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (ErrorPageActionForAddCdnDomainInput) String ¶
func (s ErrorPageActionForAddCdnDomainInput) String() string
String returns the string representation
type ErrorPageActionForBatchUpdateCdnConfigInput ¶
type ErrorPageActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` RedirectCode *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ErrorPageActionForBatchUpdateCdnConfigInput) GoString ¶
func (s ErrorPageActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ErrorPageActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetAction(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectCode ¶
func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectCode(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
SetRedirectCode sets the RedirectCode field's value.
func (*ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectUrl ¶
func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetRedirectUrl(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*ErrorPageActionForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *ErrorPageActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *ErrorPageActionForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ErrorPageActionForBatchUpdateCdnConfigInput) String ¶
func (s ErrorPageActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ErrorPageActionForDescribeCdnConfigOutput ¶
type ErrorPageActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` RedirectCode *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ErrorPageActionForDescribeCdnConfigOutput) GoString ¶
func (s ErrorPageActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ErrorPageActionForDescribeCdnConfigOutput) SetAction ¶
func (s *ErrorPageActionForDescribeCdnConfigOutput) SetAction(v string) *ErrorPageActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*ErrorPageActionForDescribeCdnConfigOutput) SetRedirectCode ¶
func (s *ErrorPageActionForDescribeCdnConfigOutput) SetRedirectCode(v string) *ErrorPageActionForDescribeCdnConfigOutput
SetRedirectCode sets the RedirectCode field's value.
func (*ErrorPageActionForDescribeCdnConfigOutput) SetRedirectUrl ¶
func (s *ErrorPageActionForDescribeCdnConfigOutput) SetRedirectUrl(v string) *ErrorPageActionForDescribeCdnConfigOutput
SetRedirectUrl sets the RedirectUrl field's value.
func (*ErrorPageActionForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *ErrorPageActionForDescribeCdnConfigOutput) SetStatusCode(v string) *ErrorPageActionForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (ErrorPageActionForDescribeCdnConfigOutput) String ¶
func (s ErrorPageActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ErrorPageActionForUpdateCdnConfigInput ¶
type ErrorPageActionForUpdateCdnConfigInput struct { Action *string `type:"string"` RedirectCode *string `type:"string"` RedirectUrl *string `type:"string"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ErrorPageActionForUpdateCdnConfigInput) GoString ¶
func (s ErrorPageActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ErrorPageActionForUpdateCdnConfigInput) SetAction ¶
func (s *ErrorPageActionForUpdateCdnConfigInput) SetAction(v string) *ErrorPageActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ErrorPageActionForUpdateCdnConfigInput) SetRedirectCode ¶
func (s *ErrorPageActionForUpdateCdnConfigInput) SetRedirectCode(v string) *ErrorPageActionForUpdateCdnConfigInput
SetRedirectCode sets the RedirectCode field's value.
func (*ErrorPageActionForUpdateCdnConfigInput) SetRedirectUrl ¶
func (s *ErrorPageActionForUpdateCdnConfigInput) SetRedirectUrl(v string) *ErrorPageActionForUpdateCdnConfigInput
SetRedirectUrl sets the RedirectUrl field's value.
func (*ErrorPageActionForUpdateCdnConfigInput) SetStatusCode ¶
func (s *ErrorPageActionForUpdateCdnConfigInput) SetStatusCode(v string) *ErrorPageActionForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ErrorPageActionForUpdateCdnConfigInput) String ¶
func (s ErrorPageActionForUpdateCdnConfigInput) String() string
String returns the string representation
type ErrorPageRuleForAddCdnDomainInput ¶
type ErrorPageRuleForAddCdnDomainInput struct { ErrorPageAction *ErrorPageActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (ErrorPageRuleForAddCdnDomainInput) GoString ¶
func (s ErrorPageRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ErrorPageRuleForAddCdnDomainInput) SetErrorPageAction ¶
func (s *ErrorPageRuleForAddCdnDomainInput) SetErrorPageAction(v *ErrorPageActionForAddCdnDomainInput) *ErrorPageRuleForAddCdnDomainInput
SetErrorPageAction sets the ErrorPageAction field's value.
func (ErrorPageRuleForAddCdnDomainInput) String ¶
func (s ErrorPageRuleForAddCdnDomainInput) String() string
String returns the string representation
type ErrorPageRuleForBatchUpdateCdnConfigInput ¶
type ErrorPageRuleForBatchUpdateCdnConfigInput struct { ErrorPageAction *ErrorPageActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ErrorPageRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s ErrorPageRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ErrorPageRuleForBatchUpdateCdnConfigInput) SetErrorPageAction ¶
func (s *ErrorPageRuleForBatchUpdateCdnConfigInput) SetErrorPageAction(v *ErrorPageActionForBatchUpdateCdnConfigInput) *ErrorPageRuleForBatchUpdateCdnConfigInput
SetErrorPageAction sets the ErrorPageAction field's value.
func (ErrorPageRuleForBatchUpdateCdnConfigInput) String ¶
func (s ErrorPageRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ErrorPageRuleForDescribeCdnConfigOutput ¶
type ErrorPageRuleForDescribeCdnConfigOutput struct { ErrorPageAction *ErrorPageActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (ErrorPageRuleForDescribeCdnConfigOutput) GoString ¶
func (s ErrorPageRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ErrorPageRuleForDescribeCdnConfigOutput) SetErrorPageAction ¶
func (s *ErrorPageRuleForDescribeCdnConfigOutput) SetErrorPageAction(v *ErrorPageActionForDescribeCdnConfigOutput) *ErrorPageRuleForDescribeCdnConfigOutput
SetErrorPageAction sets the ErrorPageAction field's value.
func (ErrorPageRuleForDescribeCdnConfigOutput) String ¶
func (s ErrorPageRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type ErrorPageRuleForUpdateCdnConfigInput ¶
type ErrorPageRuleForUpdateCdnConfigInput struct { ErrorPageAction *ErrorPageActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ErrorPageRuleForUpdateCdnConfigInput) GoString ¶
func (s ErrorPageRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ErrorPageRuleForUpdateCdnConfigInput) SetErrorPageAction ¶
func (s *ErrorPageRuleForUpdateCdnConfigInput) SetErrorPageAction(v *ErrorPageActionForUpdateCdnConfigInput) *ErrorPageRuleForUpdateCdnConfigInput
SetErrorPageAction sets the ErrorPageAction field's value.
func (ErrorPageRuleForUpdateCdnConfigInput) String ¶
func (s ErrorPageRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ExpTimeCapRuleForAddCdnDomainInput ¶
type ExpTimeCapRuleForAddCdnDomainInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (ExpTimeCapRuleForAddCdnDomainInput) GoString ¶
func (s ExpTimeCapRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ExpTimeCapRuleForAddCdnDomainInput) SetCapMode ¶
func (s *ExpTimeCapRuleForAddCdnDomainInput) SetCapMode(v string) *ExpTimeCapRuleForAddCdnDomainInput
SetCapMode sets the CapMode field's value.
func (*ExpTimeCapRuleForAddCdnDomainInput) SetParamName ¶
func (s *ExpTimeCapRuleForAddCdnDomainInput) SetParamName(v string) *ExpTimeCapRuleForAddCdnDomainInput
SetParamName sets the ParamName field's value.
func (*ExpTimeCapRuleForAddCdnDomainInput) SetUriLevel ¶
func (s *ExpTimeCapRuleForAddCdnDomainInput) SetUriLevel(v int64) *ExpTimeCapRuleForAddCdnDomainInput
SetUriLevel sets the UriLevel field's value.
func (ExpTimeCapRuleForAddCdnDomainInput) String ¶
func (s ExpTimeCapRuleForAddCdnDomainInput) String() string
String returns the string representation
type ExpTimeCapRuleForBatchUpdateCdnConfigInput ¶
type ExpTimeCapRuleForBatchUpdateCdnConfigInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (ExpTimeCapRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s ExpTimeCapRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetCapMode ¶
func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetCapMode(v string) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
SetCapMode sets the CapMode field's value.
func (*ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetParamName ¶
func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetParamName(v string) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
SetParamName sets the ParamName field's value.
func (*ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetUriLevel ¶
func (s *ExpTimeCapRuleForBatchUpdateCdnConfigInput) SetUriLevel(v int64) *ExpTimeCapRuleForBatchUpdateCdnConfigInput
SetUriLevel sets the UriLevel field's value.
func (ExpTimeCapRuleForBatchUpdateCdnConfigInput) String ¶
func (s ExpTimeCapRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ExpTimeCapRuleForDescribeCdnConfigOutput ¶
type ExpTimeCapRuleForDescribeCdnConfigOutput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (ExpTimeCapRuleForDescribeCdnConfigOutput) GoString ¶
func (s ExpTimeCapRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ExpTimeCapRuleForDescribeCdnConfigOutput) SetCapMode ¶
func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetCapMode(v string) *ExpTimeCapRuleForDescribeCdnConfigOutput
SetCapMode sets the CapMode field's value.
func (*ExpTimeCapRuleForDescribeCdnConfigOutput) SetParamName ¶
func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetParamName(v string) *ExpTimeCapRuleForDescribeCdnConfigOutput
SetParamName sets the ParamName field's value.
func (*ExpTimeCapRuleForDescribeCdnConfigOutput) SetUriLevel ¶
func (s *ExpTimeCapRuleForDescribeCdnConfigOutput) SetUriLevel(v int64) *ExpTimeCapRuleForDescribeCdnConfigOutput
SetUriLevel sets the UriLevel field's value.
func (ExpTimeCapRuleForDescribeCdnConfigOutput) String ¶
func (s ExpTimeCapRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type ExpTimeCapRuleForUpdateCdnConfigInput ¶
type ExpTimeCapRuleForUpdateCdnConfigInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (ExpTimeCapRuleForUpdateCdnConfigInput) GoString ¶
func (s ExpTimeCapRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ExpTimeCapRuleForUpdateCdnConfigInput) SetCapMode ¶
func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetCapMode(v string) *ExpTimeCapRuleForUpdateCdnConfigInput
SetCapMode sets the CapMode field's value.
func (*ExpTimeCapRuleForUpdateCdnConfigInput) SetParamName ¶
func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetParamName(v string) *ExpTimeCapRuleForUpdateCdnConfigInput
SetParamName sets the ParamName field's value.
func (*ExpTimeCapRuleForUpdateCdnConfigInput) SetUriLevel ¶
func (s *ExpTimeCapRuleForUpdateCdnConfigInput) SetUriLevel(v int64) *ExpTimeCapRuleForUpdateCdnConfigInput
SetUriLevel sets the UriLevel field's value.
func (ExpTimeCapRuleForUpdateCdnConfigInput) String ¶
func (s ExpTimeCapRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type FeatureConfigForDescribeCdnConfigOutput ¶
type FeatureConfigForDescribeCdnConfigOutput struct { OriginV2 *bool `type:"boolean"` // contains filtered or unexported fields }
func (FeatureConfigForDescribeCdnConfigOutput) GoString ¶
func (s FeatureConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*FeatureConfigForDescribeCdnConfigOutput) SetOriginV2 ¶
func (s *FeatureConfigForDescribeCdnConfigOutput) SetOriginV2(v bool) *FeatureConfigForDescribeCdnConfigOutput
SetOriginV2 sets the OriginV2 field's value.
func (FeatureConfigForDescribeCdnConfigOutput) String ¶
func (s FeatureConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type FeatureConfigForListCdnDomainsOutput ¶ added in v1.0.147
type FeatureConfigForListCdnDomainsOutput struct { OriginV2 *bool `type:"boolean"` // contains filtered or unexported fields }
func (FeatureConfigForListCdnDomainsOutput) GoString ¶ added in v1.0.147
func (s FeatureConfigForListCdnDomainsOutput) GoString() string
GoString returns the string representation
func (*FeatureConfigForListCdnDomainsOutput) SetOriginV2 ¶ added in v1.0.147
func (s *FeatureConfigForListCdnDomainsOutput) SetOriginV2(v bool) *FeatureConfigForListCdnDomainsOutput
SetOriginV2 sets the OriginV2 field's value.
func (FeatureConfigForListCdnDomainsOutput) String ¶ added in v1.0.147
func (s FeatureConfigForListCdnDomainsOutput) String() string
String returns the string representation
type ForcedRedirectForAddCdnDomainInput ¶
type ForcedRedirectForAddCdnDomainInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ForcedRedirectForAddCdnDomainInput) GoString ¶
func (s ForcedRedirectForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect ¶
func (s *ForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForAddCdnDomainInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*ForcedRedirectForAddCdnDomainInput) SetStatusCode ¶
func (s *ForcedRedirectForAddCdnDomainInput) SetStatusCode(v string) *ForcedRedirectForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (ForcedRedirectForAddCdnDomainInput) String ¶
func (s ForcedRedirectForAddCdnDomainInput) String() string
String returns the string representation
type ForcedRedirectForBatchUpdateCdnConfigInput ¶
type ForcedRedirectForBatchUpdateCdnConfigInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ForcedRedirectForBatchUpdateCdnConfigInput) GoString ¶
func (s ForcedRedirectForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect ¶
func (s *ForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForBatchUpdateCdnConfigInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*ForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *ForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode(v string) *ForcedRedirectForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ForcedRedirectForBatchUpdateCdnConfigInput) String ¶
func (s ForcedRedirectForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ForcedRedirectForDescribeCdnConfigOutput ¶
type ForcedRedirectForDescribeCdnConfigOutput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ForcedRedirectForDescribeCdnConfigOutput) GoString ¶
func (s ForcedRedirectForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect ¶
func (s *ForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect(v bool) *ForcedRedirectForDescribeCdnConfigOutput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*ForcedRedirectForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *ForcedRedirectForDescribeCdnConfigOutput) SetStatusCode(v string) *ForcedRedirectForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (ForcedRedirectForDescribeCdnConfigOutput) String ¶
func (s ForcedRedirectForDescribeCdnConfigOutput) String() string
String returns the string representation
type ForcedRedirectForUpdateCdnConfigInput ¶
type ForcedRedirectForUpdateCdnConfigInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ForcedRedirectForUpdateCdnConfigInput) GoString ¶
func (s ForcedRedirectForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect ¶
func (s *ForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *ForcedRedirectForUpdateCdnConfigInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*ForcedRedirectForUpdateCdnConfigInput) SetStatusCode ¶
func (s *ForcedRedirectForUpdateCdnConfigInput) SetStatusCode(v string) *ForcedRedirectForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ForcedRedirectForUpdateCdnConfigInput) String ¶
func (s ForcedRedirectForUpdateCdnConfigInput) String() string
String returns the string representation
type HTTPSForAddCdnDomainInput ¶
type HTTPSForAddCdnDomainInput struct { CertCheck *CertCheckForAddCdnDomainInput `type:"structure"` CertInfo *CertInfoForAddCdnDomainInput `type:"structure"` CertInfoList []*CertInfoListForAddCdnDomainInput `type:"list"` DisableHttp *bool `type:"boolean"` ForcedRedirect *ForcedRedirectForAddCdnDomainInput `type:"structure"` HTTP2 *bool `type:"boolean"` Hsts *HstsForAddCdnDomainInput `type:"structure"` OCSP *bool `type:"boolean"` Switch *bool `type:"boolean"` TlsVersion []*string `type:"list"` // contains filtered or unexported fields }
func (HTTPSForAddCdnDomainInput) GoString ¶
func (s HTTPSForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*HTTPSForAddCdnDomainInput) SetCertCheck ¶ added in v1.0.147
func (s *HTTPSForAddCdnDomainInput) SetCertCheck(v *CertCheckForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
SetCertCheck sets the CertCheck field's value.
func (*HTTPSForAddCdnDomainInput) SetCertInfo ¶
func (s *HTTPSForAddCdnDomainInput) SetCertInfo(v *CertInfoForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
SetCertInfo sets the CertInfo field's value.
func (*HTTPSForAddCdnDomainInput) SetCertInfoList ¶
func (s *HTTPSForAddCdnDomainInput) SetCertInfoList(v []*CertInfoListForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
SetCertInfoList sets the CertInfoList field's value.
func (*HTTPSForAddCdnDomainInput) SetDisableHttp ¶
func (s *HTTPSForAddCdnDomainInput) SetDisableHttp(v bool) *HTTPSForAddCdnDomainInput
SetDisableHttp sets the DisableHttp field's value.
func (*HTTPSForAddCdnDomainInput) SetForcedRedirect ¶
func (s *HTTPSForAddCdnDomainInput) SetForcedRedirect(v *ForcedRedirectForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
SetForcedRedirect sets the ForcedRedirect field's value.
func (*HTTPSForAddCdnDomainInput) SetHTTP2 ¶
func (s *HTTPSForAddCdnDomainInput) SetHTTP2(v bool) *HTTPSForAddCdnDomainInput
SetHTTP2 sets the HTTP2 field's value.
func (*HTTPSForAddCdnDomainInput) SetHsts ¶
func (s *HTTPSForAddCdnDomainInput) SetHsts(v *HstsForAddCdnDomainInput) *HTTPSForAddCdnDomainInput
SetHsts sets the Hsts field's value.
func (*HTTPSForAddCdnDomainInput) SetOCSP ¶
func (s *HTTPSForAddCdnDomainInput) SetOCSP(v bool) *HTTPSForAddCdnDomainInput
SetOCSP sets the OCSP field's value.
func (*HTTPSForAddCdnDomainInput) SetSwitch ¶
func (s *HTTPSForAddCdnDomainInput) SetSwitch(v bool) *HTTPSForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (*HTTPSForAddCdnDomainInput) SetTlsVersion ¶
func (s *HTTPSForAddCdnDomainInput) SetTlsVersion(v []*string) *HTTPSForAddCdnDomainInput
SetTlsVersion sets the TlsVersion field's value.
func (HTTPSForAddCdnDomainInput) String ¶
func (s HTTPSForAddCdnDomainInput) String() string
String returns the string representation
type HTTPSForBatchUpdateCdnConfigInput ¶
type HTTPSForBatchUpdateCdnConfigInput struct { CertCheck *CertCheckForBatchUpdateCdnConfigInput `type:"structure"` CertInfo *CertInfoForBatchUpdateCdnConfigInput `type:"structure"` CertInfoList []*CertInfoListForBatchUpdateCdnConfigInput `type:"list"` DisableHttp *bool `type:"boolean"` ForcedRedirect *ForcedRedirectForBatchUpdateCdnConfigInput `type:"structure"` HTTP2 *bool `type:"boolean"` Hsts *HstsForBatchUpdateCdnConfigInput `type:"structure"` OCSP *bool `type:"boolean"` Switch *bool `type:"boolean"` TlsVersion []*string `type:"list"` // contains filtered or unexported fields }
func (HTTPSForBatchUpdateCdnConfigInput) GoString ¶
func (s HTTPSForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HTTPSForBatchUpdateCdnConfigInput) SetCertCheck ¶ added in v1.0.147
func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertCheck(v *CertCheckForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
SetCertCheck sets the CertCheck field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetCertInfo ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertInfo(v *CertInfoForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
SetCertInfo sets the CertInfo field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetCertInfoList ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
SetCertInfoList sets the CertInfoList field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetDisableHttp ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetDisableHttp(v bool) *HTTPSForBatchUpdateCdnConfigInput
SetDisableHttp sets the DisableHttp field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetForcedRedirect ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetForcedRedirect(v *ForcedRedirectForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
SetForcedRedirect sets the ForcedRedirect field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetHTTP2 ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetHTTP2(v bool) *HTTPSForBatchUpdateCdnConfigInput
SetHTTP2 sets the HTTP2 field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetHsts ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetHsts(v *HstsForBatchUpdateCdnConfigInput) *HTTPSForBatchUpdateCdnConfigInput
SetHsts sets the Hsts field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetOCSP ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetOCSP(v bool) *HTTPSForBatchUpdateCdnConfigInput
SetOCSP sets the OCSP field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetSwitch(v bool) *HTTPSForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*HTTPSForBatchUpdateCdnConfigInput) SetTlsVersion ¶
func (s *HTTPSForBatchUpdateCdnConfigInput) SetTlsVersion(v []*string) *HTTPSForBatchUpdateCdnConfigInput
SetTlsVersion sets the TlsVersion field's value.
func (HTTPSForBatchUpdateCdnConfigInput) String ¶
func (s HTTPSForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type HTTPSForDescribeCdnConfigOutput ¶
type HTTPSForDescribeCdnConfigOutput struct { CertCheck *CertCheckForDescribeCdnConfigOutput `type:"structure"` CertInfo *CertInfoForDescribeCdnConfigOutput `type:"structure"` CertInfoList []*CertInfoListForDescribeCdnConfigOutput `type:"list"` DisableHttp *bool `type:"boolean"` ForcedRedirect *ForcedRedirectForDescribeCdnConfigOutput `type:"structure"` HTTP2 *bool `type:"boolean"` Hsts *HstsForDescribeCdnConfigOutput `type:"structure"` OCSP *bool `type:"boolean"` Switch *bool `type:"boolean"` TlsVersion []*string `type:"list"` // contains filtered or unexported fields }
func (HTTPSForDescribeCdnConfigOutput) GoString ¶
func (s HTTPSForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*HTTPSForDescribeCdnConfigOutput) SetCertCheck ¶ added in v1.0.147
func (s *HTTPSForDescribeCdnConfigOutput) SetCertCheck(v *CertCheckForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
SetCertCheck sets the CertCheck field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetCertInfo ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetCertInfo(v *CertInfoForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
SetCertInfo sets the CertInfo field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetCertInfoList ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetCertInfoList(v []*CertInfoListForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
SetCertInfoList sets the CertInfoList field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetDisableHttp ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetDisableHttp(v bool) *HTTPSForDescribeCdnConfigOutput
SetDisableHttp sets the DisableHttp field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetForcedRedirect ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetForcedRedirect(v *ForcedRedirectForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
SetForcedRedirect sets the ForcedRedirect field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetHTTP2 ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetHTTP2(v bool) *HTTPSForDescribeCdnConfigOutput
SetHTTP2 sets the HTTP2 field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetHsts ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetHsts(v *HstsForDescribeCdnConfigOutput) *HTTPSForDescribeCdnConfigOutput
SetHsts sets the Hsts field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetOCSP ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetOCSP(v bool) *HTTPSForDescribeCdnConfigOutput
SetOCSP sets the OCSP field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetSwitch ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetSwitch(v bool) *HTTPSForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (*HTTPSForDescribeCdnConfigOutput) SetTlsVersion ¶
func (s *HTTPSForDescribeCdnConfigOutput) SetTlsVersion(v []*string) *HTTPSForDescribeCdnConfigOutput
SetTlsVersion sets the TlsVersion field's value.
func (HTTPSForDescribeCdnConfigOutput) String ¶
func (s HTTPSForDescribeCdnConfigOutput) String() string
String returns the string representation
type HTTPSForUpdateCdnConfigInput ¶
type HTTPSForUpdateCdnConfigInput struct { CertCheck *CertCheckForUpdateCdnConfigInput `type:"structure"` CertInfo *CertInfoForUpdateCdnConfigInput `type:"structure"` CertInfoList []*CertInfoListForUpdateCdnConfigInput `type:"list"` DisableHttp *bool `type:"boolean"` ForcedRedirect *ForcedRedirectForUpdateCdnConfigInput `type:"structure"` HTTP2 *bool `type:"boolean"` Hsts *HstsForUpdateCdnConfigInput `type:"structure"` OCSP *bool `type:"boolean"` Switch *bool `type:"boolean"` TlsVersion []*string `type:"list"` // contains filtered or unexported fields }
func (HTTPSForUpdateCdnConfigInput) GoString ¶
func (s HTTPSForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HTTPSForUpdateCdnConfigInput) SetCertCheck ¶ added in v1.0.147
func (s *HTTPSForUpdateCdnConfigInput) SetCertCheck(v *CertCheckForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
SetCertCheck sets the CertCheck field's value.
func (*HTTPSForUpdateCdnConfigInput) SetCertInfo ¶
func (s *HTTPSForUpdateCdnConfigInput) SetCertInfo(v *CertInfoForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
SetCertInfo sets the CertInfo field's value.
func (*HTTPSForUpdateCdnConfigInput) SetCertInfoList ¶
func (s *HTTPSForUpdateCdnConfigInput) SetCertInfoList(v []*CertInfoListForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
SetCertInfoList sets the CertInfoList field's value.
func (*HTTPSForUpdateCdnConfigInput) SetDisableHttp ¶
func (s *HTTPSForUpdateCdnConfigInput) SetDisableHttp(v bool) *HTTPSForUpdateCdnConfigInput
SetDisableHttp sets the DisableHttp field's value.
func (*HTTPSForUpdateCdnConfigInput) SetForcedRedirect ¶
func (s *HTTPSForUpdateCdnConfigInput) SetForcedRedirect(v *ForcedRedirectForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
SetForcedRedirect sets the ForcedRedirect field's value.
func (*HTTPSForUpdateCdnConfigInput) SetHTTP2 ¶
func (s *HTTPSForUpdateCdnConfigInput) SetHTTP2(v bool) *HTTPSForUpdateCdnConfigInput
SetHTTP2 sets the HTTP2 field's value.
func (*HTTPSForUpdateCdnConfigInput) SetHsts ¶
func (s *HTTPSForUpdateCdnConfigInput) SetHsts(v *HstsForUpdateCdnConfigInput) *HTTPSForUpdateCdnConfigInput
SetHsts sets the Hsts field's value.
func (*HTTPSForUpdateCdnConfigInput) SetOCSP ¶
func (s *HTTPSForUpdateCdnConfigInput) SetOCSP(v bool) *HTTPSForUpdateCdnConfigInput
SetOCSP sets the OCSP field's value.
func (*HTTPSForUpdateCdnConfigInput) SetSwitch ¶
func (s *HTTPSForUpdateCdnConfigInput) SetSwitch(v bool) *HTTPSForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*HTTPSForUpdateCdnConfigInput) SetTlsVersion ¶
func (s *HTTPSForUpdateCdnConfigInput) SetTlsVersion(v []*string) *HTTPSForUpdateCdnConfigInput
SetTlsVersion sets the TlsVersion field's value.
func (HTTPSForUpdateCdnConfigInput) String ¶
func (s HTTPSForUpdateCdnConfigInput) String() string
String returns the string representation
type HstsForAddCdnDomainInput ¶
type HstsForAddCdnDomainInput struct { Subdomain *string `type:"string"` Switch *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (HstsForAddCdnDomainInput) GoString ¶
func (s HstsForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*HstsForAddCdnDomainInput) SetSubdomain ¶
func (s *HstsForAddCdnDomainInput) SetSubdomain(v string) *HstsForAddCdnDomainInput
SetSubdomain sets the Subdomain field's value.
func (*HstsForAddCdnDomainInput) SetSwitch ¶
func (s *HstsForAddCdnDomainInput) SetSwitch(v bool) *HstsForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (*HstsForAddCdnDomainInput) SetTtl ¶
func (s *HstsForAddCdnDomainInput) SetTtl(v int64) *HstsForAddCdnDomainInput
SetTtl sets the Ttl field's value.
func (HstsForAddCdnDomainInput) String ¶
func (s HstsForAddCdnDomainInput) String() string
String returns the string representation
type HstsForBatchUpdateCdnConfigInput ¶
type HstsForBatchUpdateCdnConfigInput struct { Subdomain *string `type:"string"` Switch *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (HstsForBatchUpdateCdnConfigInput) GoString ¶
func (s HstsForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HstsForBatchUpdateCdnConfigInput) SetSubdomain ¶
func (s *HstsForBatchUpdateCdnConfigInput) SetSubdomain(v string) *HstsForBatchUpdateCdnConfigInput
SetSubdomain sets the Subdomain field's value.
func (*HstsForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *HstsForBatchUpdateCdnConfigInput) SetSwitch(v bool) *HstsForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*HstsForBatchUpdateCdnConfigInput) SetTtl ¶
func (s *HstsForBatchUpdateCdnConfigInput) SetTtl(v int64) *HstsForBatchUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (HstsForBatchUpdateCdnConfigInput) String ¶
func (s HstsForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type HstsForDescribeCdnConfigOutput ¶
type HstsForDescribeCdnConfigOutput struct { Subdomain *string `type:"string"` Switch *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (HstsForDescribeCdnConfigOutput) GoString ¶
func (s HstsForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*HstsForDescribeCdnConfigOutput) SetSubdomain ¶
func (s *HstsForDescribeCdnConfigOutput) SetSubdomain(v string) *HstsForDescribeCdnConfigOutput
SetSubdomain sets the Subdomain field's value.
func (*HstsForDescribeCdnConfigOutput) SetSwitch ¶
func (s *HstsForDescribeCdnConfigOutput) SetSwitch(v bool) *HstsForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (*HstsForDescribeCdnConfigOutput) SetTtl ¶
func (s *HstsForDescribeCdnConfigOutput) SetTtl(v int64) *HstsForDescribeCdnConfigOutput
SetTtl sets the Ttl field's value.
func (HstsForDescribeCdnConfigOutput) String ¶
func (s HstsForDescribeCdnConfigOutput) String() string
String returns the string representation
type HstsForUpdateCdnConfigInput ¶
type HstsForUpdateCdnConfigInput struct { Subdomain *string `type:"string"` Switch *bool `type:"boolean"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (HstsForUpdateCdnConfigInput) GoString ¶
func (s HstsForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HstsForUpdateCdnConfigInput) SetSubdomain ¶
func (s *HstsForUpdateCdnConfigInput) SetSubdomain(v string) *HstsForUpdateCdnConfigInput
SetSubdomain sets the Subdomain field's value.
func (*HstsForUpdateCdnConfigInput) SetSwitch ¶
func (s *HstsForUpdateCdnConfigInput) SetSwitch(v bool) *HstsForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*HstsForUpdateCdnConfigInput) SetTtl ¶
func (s *HstsForUpdateCdnConfigInput) SetTtl(v int64) *HstsForUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (HstsForUpdateCdnConfigInput) String ¶
func (s HstsForUpdateCdnConfigInput) String() string
String returns the string representation
type HttpForcedRedirectForAddCdnDomainInput ¶
type HttpForcedRedirectForAddCdnDomainInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (HttpForcedRedirectForAddCdnDomainInput) GoString ¶
func (s HttpForcedRedirectForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*HttpForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect ¶
func (s *HttpForcedRedirectForAddCdnDomainInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForAddCdnDomainInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*HttpForcedRedirectForAddCdnDomainInput) SetStatusCode ¶
func (s *HttpForcedRedirectForAddCdnDomainInput) SetStatusCode(v string) *HttpForcedRedirectForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (HttpForcedRedirectForAddCdnDomainInput) String ¶
func (s HttpForcedRedirectForAddCdnDomainInput) String() string
String returns the string representation
type HttpForcedRedirectForBatchUpdateCdnConfigInput ¶
type HttpForcedRedirectForBatchUpdateCdnConfigInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (HttpForcedRedirectForBatchUpdateCdnConfigInput) GoString ¶
func (s HttpForcedRedirectForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HttpForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect ¶
func (s *HttpForcedRedirectForBatchUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForBatchUpdateCdnConfigInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*HttpForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *HttpForcedRedirectForBatchUpdateCdnConfigInput) SetStatusCode(v string) *HttpForcedRedirectForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (HttpForcedRedirectForBatchUpdateCdnConfigInput) String ¶
func (s HttpForcedRedirectForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type HttpForcedRedirectForDescribeCdnConfigOutput ¶
type HttpForcedRedirectForDescribeCdnConfigOutput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (HttpForcedRedirectForDescribeCdnConfigOutput) GoString ¶
func (s HttpForcedRedirectForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*HttpForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect ¶
func (s *HttpForcedRedirectForDescribeCdnConfigOutput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForDescribeCdnConfigOutput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*HttpForcedRedirectForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *HttpForcedRedirectForDescribeCdnConfigOutput) SetStatusCode(v string) *HttpForcedRedirectForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (HttpForcedRedirectForDescribeCdnConfigOutput) String ¶
func (s HttpForcedRedirectForDescribeCdnConfigOutput) String() string
String returns the string representation
type HttpForcedRedirectForUpdateCdnConfigInput ¶
type HttpForcedRedirectForUpdateCdnConfigInput struct { EnableForcedRedirect *bool `type:"boolean"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (HttpForcedRedirectForUpdateCdnConfigInput) GoString ¶
func (s HttpForcedRedirectForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*HttpForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect ¶
func (s *HttpForcedRedirectForUpdateCdnConfigInput) SetEnableForcedRedirect(v bool) *HttpForcedRedirectForUpdateCdnConfigInput
SetEnableForcedRedirect sets the EnableForcedRedirect field's value.
func (*HttpForcedRedirectForUpdateCdnConfigInput) SetStatusCode ¶
func (s *HttpForcedRedirectForUpdateCdnConfigInput) SetStatusCode(v string) *HttpForcedRedirectForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (HttpForcedRedirectForUpdateCdnConfigInput) String ¶
func (s HttpForcedRedirectForUpdateCdnConfigInput) String() string
String returns the string representation
type IPForDescribeCdnIPOutput ¶
type IPForDescribeCdnIPOutput struct { CdnIp *bool `type:"boolean"` IP *string `type:"string"` ISP *string `type:"string"` Location *string `type:"string"` // contains filtered or unexported fields }
func (IPForDescribeCdnIPOutput) GoString ¶
func (s IPForDescribeCdnIPOutput) GoString() string
GoString returns the string representation
func (*IPForDescribeCdnIPOutput) SetCdnIp ¶
func (s *IPForDescribeCdnIPOutput) SetCdnIp(v bool) *IPForDescribeCdnIPOutput
SetCdnIp sets the CdnIp field's value.
func (*IPForDescribeCdnIPOutput) SetIP ¶
func (s *IPForDescribeCdnIPOutput) SetIP(v string) *IPForDescribeCdnIPOutput
SetIP sets the IP field's value.
func (*IPForDescribeCdnIPOutput) SetISP ¶
func (s *IPForDescribeCdnIPOutput) SetISP(v string) *IPForDescribeCdnIPOutput
SetISP sets the ISP field's value.
func (*IPForDescribeCdnIPOutput) SetLocation ¶
func (s *IPForDescribeCdnIPOutput) SetLocation(v string) *IPForDescribeCdnIPOutput
SetLocation sets the Location field's value.
func (IPForDescribeCdnIPOutput) String ¶
func (s IPForDescribeCdnIPOutput) String() string
String returns the string representation
type IPv6ForAddCdnDomainInput ¶
type IPv6ForAddCdnDomainInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IPv6ForAddCdnDomainInput) GoString ¶
func (s IPv6ForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*IPv6ForAddCdnDomainInput) SetSwitch ¶
func (s *IPv6ForAddCdnDomainInput) SetSwitch(v bool) *IPv6ForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (IPv6ForAddCdnDomainInput) String ¶
func (s IPv6ForAddCdnDomainInput) String() string
String returns the string representation
type IPv6ForBatchUpdateCdnConfigInput ¶
type IPv6ForBatchUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IPv6ForBatchUpdateCdnConfigInput) GoString ¶
func (s IPv6ForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IPv6ForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *IPv6ForBatchUpdateCdnConfigInput) SetSwitch(v bool) *IPv6ForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IPv6ForBatchUpdateCdnConfigInput) String ¶
func (s IPv6ForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type IPv6ForDescribeCdnConfigOutput ¶
type IPv6ForDescribeCdnConfigOutput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IPv6ForDescribeCdnConfigOutput) GoString ¶
func (s IPv6ForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IPv6ForDescribeCdnConfigOutput) SetSwitch ¶
func (s *IPv6ForDescribeCdnConfigOutput) SetSwitch(v bool) *IPv6ForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (IPv6ForDescribeCdnConfigOutput) String ¶
func (s IPv6ForDescribeCdnConfigOutput) String() string
String returns the string representation
type IPv6ForUpdateCdnConfigInput ¶
type IPv6ForUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IPv6ForUpdateCdnConfigInput) GoString ¶
func (s IPv6ForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IPv6ForUpdateCdnConfigInput) SetSwitch ¶
func (s *IPv6ForUpdateCdnConfigInput) SetSwitch(v bool) *IPv6ForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IPv6ForUpdateCdnConfigInput) String ¶
func (s IPv6ForUpdateCdnConfigInput) String() string
String returns the string representation
type IpAccessRuleForAddCdnDomainInput ¶
type IpAccessRuleForAddCdnDomainInput struct { Ip []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpAccessRuleForAddCdnDomainInput) GoString ¶
func (s IpAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*IpAccessRuleForAddCdnDomainInput) SetIp ¶
func (s *IpAccessRuleForAddCdnDomainInput) SetIp(v []*string) *IpAccessRuleForAddCdnDomainInput
SetIp sets the Ip field's value.
func (*IpAccessRuleForAddCdnDomainInput) SetRuleType ¶
func (s *IpAccessRuleForAddCdnDomainInput) SetRuleType(v string) *IpAccessRuleForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (*IpAccessRuleForAddCdnDomainInput) SetSharedConfig ¶
func (s *IpAccessRuleForAddCdnDomainInput) SetSharedConfig(v *SharedConfigForAddCdnDomainInput) *IpAccessRuleForAddCdnDomainInput
SetSharedConfig sets the SharedConfig field's value.
func (*IpAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *IpAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *IpAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (IpAccessRuleForAddCdnDomainInput) String ¶
func (s IpAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type IpAccessRuleForBatchUpdateCdnConfigInput ¶
type IpAccessRuleForBatchUpdateCdnConfigInput struct { Ip []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s IpAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpAccessRuleForBatchUpdateCdnConfigInput) SetIp ¶
func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetIp(v []*string) *IpAccessRuleForBatchUpdateCdnConfigInput
SetIp sets the Ip field's value.
func (*IpAccessRuleForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *IpAccessRuleForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*IpAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig ¶
func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForBatchUpdateCdnConfigInput) *IpAccessRuleForBatchUpdateCdnConfigInput
SetSharedConfig sets the SharedConfig field's value.
func (*IpAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *IpAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *IpAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IpAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s IpAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type IpAccessRuleForDescribeCdnConfigOutput ¶
type IpAccessRuleForDescribeCdnConfigOutput struct { Ip []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s IpAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpAccessRuleForDescribeCdnConfigOutput) SetIp ¶
func (s *IpAccessRuleForDescribeCdnConfigOutput) SetIp(v []*string) *IpAccessRuleForDescribeCdnConfigOutput
SetIp sets the Ip field's value.
func (*IpAccessRuleForDescribeCdnConfigOutput) SetRuleType ¶
func (s *IpAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *IpAccessRuleForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (*IpAccessRuleForDescribeCdnConfigOutput) SetSharedConfig ¶
func (s *IpAccessRuleForDescribeCdnConfigOutput) SetSharedConfig(v *SharedConfigForDescribeCdnConfigOutput) *IpAccessRuleForDescribeCdnConfigOutput
SetSharedConfig sets the SharedConfig field's value.
func (*IpAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *IpAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *IpAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (IpAccessRuleForDescribeCdnConfigOutput) String ¶
func (s IpAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpAccessRuleForUpdateCdnConfigInput ¶
type IpAccessRuleForUpdateCdnConfigInput struct { Ip []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s IpAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpAccessRuleForUpdateCdnConfigInput) SetIp ¶
func (s *IpAccessRuleForUpdateCdnConfigInput) SetIp(v []*string) *IpAccessRuleForUpdateCdnConfigInput
SetIp sets the Ip field's value.
func (*IpAccessRuleForUpdateCdnConfigInput) SetRuleType ¶
func (s *IpAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *IpAccessRuleForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*IpAccessRuleForUpdateCdnConfigInput) SetSharedConfig ¶
func (s *IpAccessRuleForUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForUpdateCdnConfigInput) *IpAccessRuleForUpdateCdnConfigInput
SetSharedConfig sets the SharedConfig field's value.
func (*IpAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *IpAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *IpAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IpAccessRuleForUpdateCdnConfigInput) String ¶
func (s IpAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitActionForAddCdnDomainInput ¶
type IpFreqLimitActionForAddCdnDomainInput struct { Action *string `type:"string"` FreqLimitRate *int64 `type:"int64"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (IpFreqLimitActionForAddCdnDomainInput) GoString ¶
func (s IpFreqLimitActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitActionForAddCdnDomainInput) SetAction ¶
func (s *IpFreqLimitActionForAddCdnDomainInput) SetAction(v string) *IpFreqLimitActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*IpFreqLimitActionForAddCdnDomainInput) SetFreqLimitRate ¶
func (s *IpFreqLimitActionForAddCdnDomainInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForAddCdnDomainInput
SetFreqLimitRate sets the FreqLimitRate field's value.
func (*IpFreqLimitActionForAddCdnDomainInput) SetStatusCode ¶
func (s *IpFreqLimitActionForAddCdnDomainInput) SetStatusCode(v string) *IpFreqLimitActionForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (IpFreqLimitActionForAddCdnDomainInput) String ¶
func (s IpFreqLimitActionForAddCdnDomainInput) String() string
String returns the string representation
type IpFreqLimitActionForBatchUpdateCdnConfigInput ¶
type IpFreqLimitActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` FreqLimitRate *int64 `type:"int64"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (IpFreqLimitActionForBatchUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetAction(v string) *IpFreqLimitActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*IpFreqLimitActionForBatchUpdateCdnConfigInput) SetFreqLimitRate ¶
func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForBatchUpdateCdnConfigInput
SetFreqLimitRate sets the FreqLimitRate field's value.
func (*IpFreqLimitActionForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *IpFreqLimitActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *IpFreqLimitActionForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (IpFreqLimitActionForBatchUpdateCdnConfigInput) String ¶
func (s IpFreqLimitActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitActionForDescribeCdnConfigOutput ¶
type IpFreqLimitActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` FreqLimitRate *int64 `type:"int64"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (IpFreqLimitActionForDescribeCdnConfigOutput) GoString ¶
func (s IpFreqLimitActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpFreqLimitActionForDescribeCdnConfigOutput) SetAction ¶
func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetAction(v string) *IpFreqLimitActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*IpFreqLimitActionForDescribeCdnConfigOutput) SetFreqLimitRate ¶
func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetFreqLimitRate(v int64) *IpFreqLimitActionForDescribeCdnConfigOutput
SetFreqLimitRate sets the FreqLimitRate field's value.
func (*IpFreqLimitActionForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *IpFreqLimitActionForDescribeCdnConfigOutput) SetStatusCode(v string) *IpFreqLimitActionForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (IpFreqLimitActionForDescribeCdnConfigOutput) String ¶
func (s IpFreqLimitActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpFreqLimitActionForUpdateCdnConfigInput ¶
type IpFreqLimitActionForUpdateCdnConfigInput struct { Action *string `type:"string"` FreqLimitRate *int64 `type:"int64"` StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (IpFreqLimitActionForUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitActionForUpdateCdnConfigInput) SetAction ¶
func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetAction(v string) *IpFreqLimitActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*IpFreqLimitActionForUpdateCdnConfigInput) SetFreqLimitRate ¶
func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetFreqLimitRate(v int64) *IpFreqLimitActionForUpdateCdnConfigInput
SetFreqLimitRate sets the FreqLimitRate field's value.
func (*IpFreqLimitActionForUpdateCdnConfigInput) SetStatusCode ¶
func (s *IpFreqLimitActionForUpdateCdnConfigInput) SetStatusCode(v string) *IpFreqLimitActionForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (IpFreqLimitActionForUpdateCdnConfigInput) String ¶
func (s IpFreqLimitActionForUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitForAddCdnDomainInput ¶
type IpFreqLimitForAddCdnDomainInput struct { IpFreqLimitRules []*IpFreqLimitRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpFreqLimitForAddCdnDomainInput) GoString ¶
func (s IpFreqLimitForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitForAddCdnDomainInput) SetIpFreqLimitRules ¶
func (s *IpFreqLimitForAddCdnDomainInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForAddCdnDomainInput) *IpFreqLimitForAddCdnDomainInput
SetIpFreqLimitRules sets the IpFreqLimitRules field's value.
func (*IpFreqLimitForAddCdnDomainInput) SetSwitch ¶
func (s *IpFreqLimitForAddCdnDomainInput) SetSwitch(v bool) *IpFreqLimitForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (IpFreqLimitForAddCdnDomainInput) String ¶
func (s IpFreqLimitForAddCdnDomainInput) String() string
String returns the string representation
type IpFreqLimitForBatchUpdateCdnConfigInput ¶
type IpFreqLimitForBatchUpdateCdnConfigInput struct { IpFreqLimitRules []*IpFreqLimitRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpFreqLimitForBatchUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitForBatchUpdateCdnConfigInput) SetIpFreqLimitRules ¶
func (s *IpFreqLimitForBatchUpdateCdnConfigInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForBatchUpdateCdnConfigInput) *IpFreqLimitForBatchUpdateCdnConfigInput
SetIpFreqLimitRules sets the IpFreqLimitRules field's value.
func (*IpFreqLimitForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *IpFreqLimitForBatchUpdateCdnConfigInput) SetSwitch(v bool) *IpFreqLimitForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IpFreqLimitForBatchUpdateCdnConfigInput) String ¶
func (s IpFreqLimitForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitForDescribeCdnConfigOutput ¶
type IpFreqLimitForDescribeCdnConfigOutput struct { IpFreqLimitRules []*IpFreqLimitRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpFreqLimitForDescribeCdnConfigOutput) GoString ¶
func (s IpFreqLimitForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpFreqLimitForDescribeCdnConfigOutput) SetIpFreqLimitRules ¶
func (s *IpFreqLimitForDescribeCdnConfigOutput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForDescribeCdnConfigOutput) *IpFreqLimitForDescribeCdnConfigOutput
SetIpFreqLimitRules sets the IpFreqLimitRules field's value.
func (*IpFreqLimitForDescribeCdnConfigOutput) SetSwitch ¶
func (s *IpFreqLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *IpFreqLimitForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (IpFreqLimitForDescribeCdnConfigOutput) String ¶
func (s IpFreqLimitForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpFreqLimitForUpdateCdnConfigInput ¶
type IpFreqLimitForUpdateCdnConfigInput struct { IpFreqLimitRules []*IpFreqLimitRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpFreqLimitForUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitForUpdateCdnConfigInput) SetIpFreqLimitRules ¶
func (s *IpFreqLimitForUpdateCdnConfigInput) SetIpFreqLimitRules(v []*IpFreqLimitRuleForUpdateCdnConfigInput) *IpFreqLimitForUpdateCdnConfigInput
SetIpFreqLimitRules sets the IpFreqLimitRules field's value.
func (*IpFreqLimitForUpdateCdnConfigInput) SetSwitch ¶
func (s *IpFreqLimitForUpdateCdnConfigInput) SetSwitch(v bool) *IpFreqLimitForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (IpFreqLimitForUpdateCdnConfigInput) String ¶
func (s IpFreqLimitForUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitRuleForAddCdnDomainInput ¶
type IpFreqLimitRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` IpFreqLimitAction *IpFreqLimitActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (IpFreqLimitRuleForAddCdnDomainInput) GoString ¶
func (s IpFreqLimitRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitRuleForAddCdnDomainInput) SetCondition ¶
func (s *IpFreqLimitRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *IpFreqLimitRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*IpFreqLimitRuleForAddCdnDomainInput) SetIpFreqLimitAction ¶
func (s *IpFreqLimitRuleForAddCdnDomainInput) SetIpFreqLimitAction(v *IpFreqLimitActionForAddCdnDomainInput) *IpFreqLimitRuleForAddCdnDomainInput
SetIpFreqLimitAction sets the IpFreqLimitAction field's value.
func (IpFreqLimitRuleForAddCdnDomainInput) String ¶
func (s IpFreqLimitRuleForAddCdnDomainInput) String() string
String returns the string representation
type IpFreqLimitRuleForBatchUpdateCdnConfigInput ¶
type IpFreqLimitRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` IpFreqLimitAction *IpFreqLimitActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (IpFreqLimitRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *IpFreqLimitRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetIpFreqLimitAction ¶
func (s *IpFreqLimitRuleForBatchUpdateCdnConfigInput) SetIpFreqLimitAction(v *IpFreqLimitActionForBatchUpdateCdnConfigInput) *IpFreqLimitRuleForBatchUpdateCdnConfigInput
SetIpFreqLimitAction sets the IpFreqLimitAction field's value.
func (IpFreqLimitRuleForBatchUpdateCdnConfigInput) String ¶
func (s IpFreqLimitRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type IpFreqLimitRuleForDescribeCdnConfigOutput ¶
type IpFreqLimitRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` IpFreqLimitAction *IpFreqLimitActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (IpFreqLimitRuleForDescribeCdnConfigOutput) GoString ¶
func (s IpFreqLimitRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpFreqLimitRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *IpFreqLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *IpFreqLimitRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*IpFreqLimitRuleForDescribeCdnConfigOutput) SetIpFreqLimitAction ¶
func (s *IpFreqLimitRuleForDescribeCdnConfigOutput) SetIpFreqLimitAction(v *IpFreqLimitActionForDescribeCdnConfigOutput) *IpFreqLimitRuleForDescribeCdnConfigOutput
SetIpFreqLimitAction sets the IpFreqLimitAction field's value.
func (IpFreqLimitRuleForDescribeCdnConfigOutput) String ¶
func (s IpFreqLimitRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpFreqLimitRuleForUpdateCdnConfigInput ¶
type IpFreqLimitRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` IpFreqLimitAction *IpFreqLimitActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (IpFreqLimitRuleForUpdateCdnConfigInput) GoString ¶
func (s IpFreqLimitRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*IpFreqLimitRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *IpFreqLimitRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *IpFreqLimitRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*IpFreqLimitRuleForUpdateCdnConfigInput) SetIpFreqLimitAction ¶
func (s *IpFreqLimitRuleForUpdateCdnConfigInput) SetIpFreqLimitAction(v *IpFreqLimitActionForUpdateCdnConfigInput) *IpFreqLimitRuleForUpdateCdnConfigInput
SetIpFreqLimitAction sets the IpFreqLimitAction field's value.
func (IpFreqLimitRuleForUpdateCdnConfigInput) String ¶
func (s IpFreqLimitRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type IpSpeedLimitActionForDescribeCdnConfigOutput ¶
type IpSpeedLimitActionForDescribeCdnConfigOutput struct { SpeedLimitRate *int64 `type:"int64"` // contains filtered or unexported fields }
func (IpSpeedLimitActionForDescribeCdnConfigOutput) GoString ¶
func (s IpSpeedLimitActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate ¶
func (s *IpSpeedLimitActionForDescribeCdnConfigOutput) SetSpeedLimitRate(v int64) *IpSpeedLimitActionForDescribeCdnConfigOutput
SetSpeedLimitRate sets the SpeedLimitRate field's value.
func (IpSpeedLimitActionForDescribeCdnConfigOutput) String ¶
func (s IpSpeedLimitActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpSpeedLimitForDescribeCdnConfigOutput ¶
type IpSpeedLimitForDescribeCdnConfigOutput struct { IpSpeedLimitRules []*IpSpeedLimitRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (IpSpeedLimitForDescribeCdnConfigOutput) GoString ¶
func (s IpSpeedLimitForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpSpeedLimitForDescribeCdnConfigOutput) SetIpSpeedLimitRules ¶
func (s *IpSpeedLimitForDescribeCdnConfigOutput) SetIpSpeedLimitRules(v []*IpSpeedLimitRuleForDescribeCdnConfigOutput) *IpSpeedLimitForDescribeCdnConfigOutput
SetIpSpeedLimitRules sets the IpSpeedLimitRules field's value.
func (*IpSpeedLimitForDescribeCdnConfigOutput) SetSwitch ¶
func (s *IpSpeedLimitForDescribeCdnConfigOutput) SetSwitch(v bool) *IpSpeedLimitForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (IpSpeedLimitForDescribeCdnConfigOutput) String ¶
func (s IpSpeedLimitForDescribeCdnConfigOutput) String() string
String returns the string representation
type IpSpeedLimitRuleForDescribeCdnConfigOutput ¶
type IpSpeedLimitRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` IpSpeedLimitAction *IpSpeedLimitActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (IpSpeedLimitRuleForDescribeCdnConfigOutput) GoString ¶
func (s IpSpeedLimitRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*IpSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *IpSpeedLimitRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *IpSpeedLimitRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*IpSpeedLimitRuleForDescribeCdnConfigOutput) SetIpSpeedLimitAction ¶
func (s *IpSpeedLimitRuleForDescribeCdnConfigOutput) SetIpSpeedLimitAction(v *IpSpeedLimitActionForDescribeCdnConfigOutput) *IpSpeedLimitRuleForDescribeCdnConfigOutput
SetIpSpeedLimitAction sets the IpSpeedLimitAction field's value.
func (IpSpeedLimitRuleForDescribeCdnConfigOutput) String ¶
func (s IpSpeedLimitRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type IspForDescribeCdnRegionAndIspOutput ¶
type IspForDescribeCdnRegionAndIspOutput struct { Code *string `type:"string"` Name *string `type:"string"` // contains filtered or unexported fields }
func (IspForDescribeCdnRegionAndIspOutput) GoString ¶
func (s IspForDescribeCdnRegionAndIspOutput) GoString() string
GoString returns the string representation
func (*IspForDescribeCdnRegionAndIspOutput) SetCode ¶
func (s *IspForDescribeCdnRegionAndIspOutput) SetCode(v string) *IspForDescribeCdnRegionAndIspOutput
SetCode sets the Code field's value.
func (*IspForDescribeCdnRegionAndIspOutput) SetName ¶
func (s *IspForDescribeCdnRegionAndIspOutput) SetName(v string) *IspForDescribeCdnRegionAndIspOutput
SetName sets the Name field's value.
func (IspForDescribeCdnRegionAndIspOutput) String ¶
func (s IspForDescribeCdnRegionAndIspOutput) String() string
String returns the string representation
type ListCdnCertInfoInput ¶
type ListCdnCertInfoInput struct { CertId *string `type:"string"` CertType *string `type:"string"` Configured *bool `type:"boolean"` ConfiguredDomain *string `type:"string"` DnsName *string `type:"string"` EncryType *string `type:"string"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Source *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (ListCdnCertInfoInput) GoString ¶
func (s ListCdnCertInfoInput) GoString() string
GoString returns the string representation
func (*ListCdnCertInfoInput) SetCertId ¶
func (s *ListCdnCertInfoInput) SetCertId(v string) *ListCdnCertInfoInput
SetCertId sets the CertId field's value.
func (*ListCdnCertInfoInput) SetCertType ¶ added in v1.0.147
func (s *ListCdnCertInfoInput) SetCertType(v string) *ListCdnCertInfoInput
SetCertType sets the CertType field's value.
func (*ListCdnCertInfoInput) SetConfigured ¶
func (s *ListCdnCertInfoInput) SetConfigured(v bool) *ListCdnCertInfoInput
SetConfigured sets the Configured field's value.
func (*ListCdnCertInfoInput) SetConfiguredDomain ¶
func (s *ListCdnCertInfoInput) SetConfiguredDomain(v string) *ListCdnCertInfoInput
SetConfiguredDomain sets the ConfiguredDomain field's value.
func (*ListCdnCertInfoInput) SetDnsName ¶
func (s *ListCdnCertInfoInput) SetDnsName(v string) *ListCdnCertInfoInput
SetDnsName sets the DnsName field's value.
func (*ListCdnCertInfoInput) SetEncryType ¶ added in v1.0.147
func (s *ListCdnCertInfoInput) SetEncryType(v string) *ListCdnCertInfoInput
SetEncryType sets the EncryType field's value.
func (*ListCdnCertInfoInput) SetPageNum ¶
func (s *ListCdnCertInfoInput) SetPageNum(v int64) *ListCdnCertInfoInput
SetPageNum sets the PageNum field's value.
func (*ListCdnCertInfoInput) SetPageSize ¶
func (s *ListCdnCertInfoInput) SetPageSize(v int64) *ListCdnCertInfoInput
SetPageSize sets the PageSize field's value.
func (*ListCdnCertInfoInput) SetSource ¶
func (s *ListCdnCertInfoInput) SetSource(v string) *ListCdnCertInfoInput
SetSource sets the Source field's value.
func (*ListCdnCertInfoInput) SetStatus ¶
func (s *ListCdnCertInfoInput) SetStatus(v string) *ListCdnCertInfoInput
SetStatus sets the Status field's value.
func (ListCdnCertInfoInput) String ¶
func (s ListCdnCertInfoInput) String() string
String returns the string representation
type ListCdnCertInfoOutput ¶
type ListCdnCertInfoOutput struct { Metadata *response.ResponseMetadata CertInfo []*CertInfoForListCdnCertInfoOutput `type:"list"` ExpiringCount *int64 `type:"int64"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Total *int64 `type:"int64"` // contains filtered or unexported fields }
func (ListCdnCertInfoOutput) GoString ¶
func (s ListCdnCertInfoOutput) GoString() string
GoString returns the string representation
func (*ListCdnCertInfoOutput) SetCertInfo ¶
func (s *ListCdnCertInfoOutput) SetCertInfo(v []*CertInfoForListCdnCertInfoOutput) *ListCdnCertInfoOutput
SetCertInfo sets the CertInfo field's value.
func (*ListCdnCertInfoOutput) SetExpiringCount ¶
func (s *ListCdnCertInfoOutput) SetExpiringCount(v int64) *ListCdnCertInfoOutput
SetExpiringCount sets the ExpiringCount field's value.
func (*ListCdnCertInfoOutput) SetPageNum ¶
func (s *ListCdnCertInfoOutput) SetPageNum(v int64) *ListCdnCertInfoOutput
SetPageNum sets the PageNum field's value.
func (*ListCdnCertInfoOutput) SetPageSize ¶
func (s *ListCdnCertInfoOutput) SetPageSize(v int64) *ListCdnCertInfoOutput
SetPageSize sets the PageSize field's value.
func (*ListCdnCertInfoOutput) SetTotal ¶
func (s *ListCdnCertInfoOutput) SetTotal(v int64) *ListCdnCertInfoOutput
SetTotal sets the Total field's value.
func (ListCdnCertInfoOutput) String ¶
func (s ListCdnCertInfoOutput) String() string
String returns the string representation
type ListCdnDomainsInput ¶
type ListCdnDomainsInput struct { Domain *string `type:"string"` ExactMatch *bool `type:"boolean"` FeatureConfig *bool `type:"boolean"` HTTPS *bool `type:"boolean"` IPv6 *bool `type:"boolean"` OriginProtocol *string `type:"string"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` PrimaryOrigin *string `type:"string"` Project *string `type:"string"` ResourceTags []*string `type:"list"` ServiceRegion *string `type:"string"` ServiceType *string `type:"string"` Status *string `type:"string"` TagConnective *string `type:"string"` // contains filtered or unexported fields }
func (ListCdnDomainsInput) GoString ¶
func (s ListCdnDomainsInput) GoString() string
GoString returns the string representation
func (*ListCdnDomainsInput) SetDomain ¶
func (s *ListCdnDomainsInput) SetDomain(v string) *ListCdnDomainsInput
SetDomain sets the Domain field's value.
func (*ListCdnDomainsInput) SetExactMatch ¶
func (s *ListCdnDomainsInput) SetExactMatch(v bool) *ListCdnDomainsInput
SetExactMatch sets the ExactMatch field's value.
func (*ListCdnDomainsInput) SetFeatureConfig ¶ added in v1.0.147
func (s *ListCdnDomainsInput) SetFeatureConfig(v bool) *ListCdnDomainsInput
SetFeatureConfig sets the FeatureConfig field's value.
func (*ListCdnDomainsInput) SetHTTPS ¶
func (s *ListCdnDomainsInput) SetHTTPS(v bool) *ListCdnDomainsInput
SetHTTPS sets the HTTPS field's value.
func (*ListCdnDomainsInput) SetIPv6 ¶
func (s *ListCdnDomainsInput) SetIPv6(v bool) *ListCdnDomainsInput
SetIPv6 sets the IPv6 field's value.
func (*ListCdnDomainsInput) SetOriginProtocol ¶
func (s *ListCdnDomainsInput) SetOriginProtocol(v string) *ListCdnDomainsInput
SetOriginProtocol sets the OriginProtocol field's value.
func (*ListCdnDomainsInput) SetPageNum ¶
func (s *ListCdnDomainsInput) SetPageNum(v int64) *ListCdnDomainsInput
SetPageNum sets the PageNum field's value.
func (*ListCdnDomainsInput) SetPageSize ¶
func (s *ListCdnDomainsInput) SetPageSize(v int64) *ListCdnDomainsInput
SetPageSize sets the PageSize field's value.
func (*ListCdnDomainsInput) SetPrimaryOrigin ¶
func (s *ListCdnDomainsInput) SetPrimaryOrigin(v string) *ListCdnDomainsInput
SetPrimaryOrigin sets the PrimaryOrigin field's value.
func (*ListCdnDomainsInput) SetProject ¶
func (s *ListCdnDomainsInput) SetProject(v string) *ListCdnDomainsInput
SetProject sets the Project field's value.
func (*ListCdnDomainsInput) SetResourceTags ¶
func (s *ListCdnDomainsInput) SetResourceTags(v []*string) *ListCdnDomainsInput
SetResourceTags sets the ResourceTags field's value.
func (*ListCdnDomainsInput) SetServiceRegion ¶
func (s *ListCdnDomainsInput) SetServiceRegion(v string) *ListCdnDomainsInput
SetServiceRegion sets the ServiceRegion field's value.
func (*ListCdnDomainsInput) SetServiceType ¶
func (s *ListCdnDomainsInput) SetServiceType(v string) *ListCdnDomainsInput
SetServiceType sets the ServiceType field's value.
func (*ListCdnDomainsInput) SetStatus ¶
func (s *ListCdnDomainsInput) SetStatus(v string) *ListCdnDomainsInput
SetStatus sets the Status field's value.
func (*ListCdnDomainsInput) SetTagConnective ¶
func (s *ListCdnDomainsInput) SetTagConnective(v string) *ListCdnDomainsInput
SetTagConnective sets the TagConnective field's value.
func (ListCdnDomainsInput) String ¶
func (s ListCdnDomainsInput) String() string
String returns the string representation
type ListCdnDomainsOutput ¶
type ListCdnDomainsOutput struct { Metadata *response.ResponseMetadata Data []*DataForListCdnDomainsOutput `type:"list"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Total *int64 `type:"int64"` // contains filtered or unexported fields }
func (ListCdnDomainsOutput) GoString ¶
func (s ListCdnDomainsOutput) GoString() string
GoString returns the string representation
func (*ListCdnDomainsOutput) SetData ¶
func (s *ListCdnDomainsOutput) SetData(v []*DataForListCdnDomainsOutput) *ListCdnDomainsOutput
SetData sets the Data field's value.
func (*ListCdnDomainsOutput) SetPageNum ¶
func (s *ListCdnDomainsOutput) SetPageNum(v int64) *ListCdnDomainsOutput
SetPageNum sets the PageNum field's value.
func (*ListCdnDomainsOutput) SetPageSize ¶
func (s *ListCdnDomainsOutput) SetPageSize(v int64) *ListCdnDomainsOutput
SetPageSize sets the PageSize field's value.
func (*ListCdnDomainsOutput) SetTotal ¶
func (s *ListCdnDomainsOutput) SetTotal(v int64) *ListCdnDomainsOutput
SetTotal sets the Total field's value.
func (ListCdnDomainsOutput) String ¶
func (s ListCdnDomainsOutput) String() string
String returns the string representation
type ListCertInfoInput ¶
type ListCertInfoInput struct { CertId *string `type:"string"` CertType *string `type:"string"` ConfiguredDomain *string `type:"string"` EncryType *string `type:"string"` FuzzyMatch *bool `type:"boolean"` Name *string `type:"string"` PageNum *int32 `type:"int32"` PageSize *int32 `type:"int32"` SortRule *SortRuleForListCertInfoInput `type:"structure"` // Source is a required field Source *string `type:"string" required:"true"` Status *string `type:"string"` // contains filtered or unexported fields }
func (ListCertInfoInput) GoString ¶
func (s ListCertInfoInput) GoString() string
GoString returns the string representation
func (*ListCertInfoInput) SetCertId ¶
func (s *ListCertInfoInput) SetCertId(v string) *ListCertInfoInput
SetCertId sets the CertId field's value.
func (*ListCertInfoInput) SetCertType ¶ added in v1.0.147
func (s *ListCertInfoInput) SetCertType(v string) *ListCertInfoInput
SetCertType sets the CertType field's value.
func (*ListCertInfoInput) SetConfiguredDomain ¶
func (s *ListCertInfoInput) SetConfiguredDomain(v string) *ListCertInfoInput
SetConfiguredDomain sets the ConfiguredDomain field's value.
func (*ListCertInfoInput) SetEncryType ¶ added in v1.0.147
func (s *ListCertInfoInput) SetEncryType(v string) *ListCertInfoInput
SetEncryType sets the EncryType field's value.
func (*ListCertInfoInput) SetFuzzyMatch ¶
func (s *ListCertInfoInput) SetFuzzyMatch(v bool) *ListCertInfoInput
SetFuzzyMatch sets the FuzzyMatch field's value.
func (*ListCertInfoInput) SetName ¶
func (s *ListCertInfoInput) SetName(v string) *ListCertInfoInput
SetName sets the Name field's value.
func (*ListCertInfoInput) SetPageNum ¶
func (s *ListCertInfoInput) SetPageNum(v int32) *ListCertInfoInput
SetPageNum sets the PageNum field's value.
func (*ListCertInfoInput) SetPageSize ¶
func (s *ListCertInfoInput) SetPageSize(v int32) *ListCertInfoInput
SetPageSize sets the PageSize field's value.
func (*ListCertInfoInput) SetSortRule ¶
func (s *ListCertInfoInput) SetSortRule(v *SortRuleForListCertInfoInput) *ListCertInfoInput
SetSortRule sets the SortRule field's value.
func (*ListCertInfoInput) SetSource ¶
func (s *ListCertInfoInput) SetSource(v string) *ListCertInfoInput
SetSource sets the Source field's value.
func (*ListCertInfoInput) SetStatus ¶
func (s *ListCertInfoInput) SetStatus(v string) *ListCertInfoInput
SetStatus sets the Status field's value.
func (ListCertInfoInput) String ¶
func (s ListCertInfoInput) String() string
String returns the string representation
func (*ListCertInfoInput) Validate ¶
func (s *ListCertInfoInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCertInfoOutput ¶
type ListCertInfoOutput struct { Metadata *response.ResponseMetadata CertInfo []*CertInfoForListCertInfoOutput `type:"list"` ExpiringCount *int64 `type:"int64"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Total *int64 `type:"int64"` // contains filtered or unexported fields }
func (ListCertInfoOutput) GoString ¶
func (s ListCertInfoOutput) GoString() string
GoString returns the string representation
func (*ListCertInfoOutput) SetCertInfo ¶
func (s *ListCertInfoOutput) SetCertInfo(v []*CertInfoForListCertInfoOutput) *ListCertInfoOutput
SetCertInfo sets the CertInfo field's value.
func (*ListCertInfoOutput) SetExpiringCount ¶
func (s *ListCertInfoOutput) SetExpiringCount(v int64) *ListCertInfoOutput
SetExpiringCount sets the ExpiringCount field's value.
func (*ListCertInfoOutput) SetPageNum ¶
func (s *ListCertInfoOutput) SetPageNum(v int64) *ListCertInfoOutput
SetPageNum sets the PageNum field's value.
func (*ListCertInfoOutput) SetPageSize ¶
func (s *ListCertInfoOutput) SetPageSize(v int64) *ListCertInfoOutput
SetPageSize sets the PageSize field's value.
func (*ListCertInfoOutput) SetTotal ¶
func (s *ListCertInfoOutput) SetTotal(v int64) *ListCertInfoOutput
SetTotal sets the Total field's value.
func (ListCertInfoOutput) String ¶
func (s ListCertInfoOutput) String() string
String returns the string representation
type ListResourceTagsInput ¶
type ListResourceTagsInput struct {
// contains filtered or unexported fields
}
func (ListResourceTagsInput) GoString ¶
func (s ListResourceTagsInput) GoString() string
GoString returns the string representation
func (ListResourceTagsInput) String ¶
func (s ListResourceTagsInput) String() string
String returns the string representation
type ListResourceTagsOutput ¶
type ListResourceTagsOutput struct { Metadata *response.ResponseMetadata ResourceTags []*ResourceTagForListResourceTagsOutput `type:"list"` // contains filtered or unexported fields }
func (ListResourceTagsOutput) GoString ¶
func (s ListResourceTagsOutput) GoString() string
GoString returns the string representation
func (*ListResourceTagsOutput) SetResourceTags ¶
func (s *ListResourceTagsOutput) SetResourceTags(v []*ResourceTagForListResourceTagsOutput) *ListResourceTagsOutput
SetResourceTags sets the ResourceTags field's value.
func (ListResourceTagsOutput) String ¶
func (s ListResourceTagsOutput) String() string
String returns the string representation
type ListUsageReportsInput ¶
type ListUsageReportsInput struct { ExportType *string `type:"string"` PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Status *int64 `type:"int64"` TaskName *string `type:"string"` // contains filtered or unexported fields }
func (ListUsageReportsInput) GoString ¶
func (s ListUsageReportsInput) GoString() string
GoString returns the string representation
func (*ListUsageReportsInput) SetExportType ¶
func (s *ListUsageReportsInput) SetExportType(v string) *ListUsageReportsInput
SetExportType sets the ExportType field's value.
func (*ListUsageReportsInput) SetPageNum ¶
func (s *ListUsageReportsInput) SetPageNum(v int64) *ListUsageReportsInput
SetPageNum sets the PageNum field's value.
func (*ListUsageReportsInput) SetPageSize ¶
func (s *ListUsageReportsInput) SetPageSize(v int64) *ListUsageReportsInput
SetPageSize sets the PageSize field's value.
func (*ListUsageReportsInput) SetStatus ¶
func (s *ListUsageReportsInput) SetStatus(v int64) *ListUsageReportsInput
SetStatus sets the Status field's value.
func (*ListUsageReportsInput) SetTaskName ¶
func (s *ListUsageReportsInput) SetTaskName(v string) *ListUsageReportsInput
SetTaskName sets the TaskName field's value.
func (ListUsageReportsInput) String ¶
func (s ListUsageReportsInput) String() string
String returns the string representation
type ListUsageReportsOutput ¶
type ListUsageReportsOutput struct { Metadata *response.ResponseMetadata PageNum *int64 `type:"int64"` PageSize *int64 `type:"int64"` Total *int64 `type:"int64"` UsageReportsDetails []*UsageReportsDetailForListUsageReportsOutput `type:"list"` // contains filtered or unexported fields }
func (ListUsageReportsOutput) GoString ¶
func (s ListUsageReportsOutput) GoString() string
GoString returns the string representation
func (*ListUsageReportsOutput) SetPageNum ¶
func (s *ListUsageReportsOutput) SetPageNum(v int64) *ListUsageReportsOutput
SetPageNum sets the PageNum field's value.
func (*ListUsageReportsOutput) SetPageSize ¶
func (s *ListUsageReportsOutput) SetPageSize(v int64) *ListUsageReportsOutput
SetPageSize sets the PageSize field's value.
func (*ListUsageReportsOutput) SetTotal ¶
func (s *ListUsageReportsOutput) SetTotal(v int64) *ListUsageReportsOutput
SetTotal sets the Total field's value.
func (*ListUsageReportsOutput) SetUsageReportsDetails ¶
func (s *ListUsageReportsOutput) SetUsageReportsDetails(v []*UsageReportsDetailForListUsageReportsOutput) *ListUsageReportsOutput
SetUsageReportsDetails sets the UsageReportsDetails field's value.
func (ListUsageReportsOutput) String ¶
func (s ListUsageReportsOutput) String() string
String returns the string representation
type MethodDeniedRuleForAddCdnDomainInput ¶
type MethodDeniedRuleForAddCdnDomainInput struct { Methods *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (MethodDeniedRuleForAddCdnDomainInput) GoString ¶
func (s MethodDeniedRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*MethodDeniedRuleForAddCdnDomainInput) SetMethods ¶
func (s *MethodDeniedRuleForAddCdnDomainInput) SetMethods(v string) *MethodDeniedRuleForAddCdnDomainInput
SetMethods sets the Methods field's value.
func (*MethodDeniedRuleForAddCdnDomainInput) SetSwitch ¶
func (s *MethodDeniedRuleForAddCdnDomainInput) SetSwitch(v bool) *MethodDeniedRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (MethodDeniedRuleForAddCdnDomainInput) String ¶
func (s MethodDeniedRuleForAddCdnDomainInput) String() string
String returns the string representation
type MethodDeniedRuleForBatchUpdateCdnConfigInput ¶
type MethodDeniedRuleForBatchUpdateCdnConfigInput struct { Methods *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (MethodDeniedRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s MethodDeniedRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*MethodDeniedRuleForBatchUpdateCdnConfigInput) SetMethods ¶
func (s *MethodDeniedRuleForBatchUpdateCdnConfigInput) SetMethods(v string) *MethodDeniedRuleForBatchUpdateCdnConfigInput
SetMethods sets the Methods field's value.
func (*MethodDeniedRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *MethodDeniedRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *MethodDeniedRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (MethodDeniedRuleForBatchUpdateCdnConfigInput) String ¶
func (s MethodDeniedRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type MethodDeniedRuleForDescribeCdnConfigOutput ¶
type MethodDeniedRuleForDescribeCdnConfigOutput struct { Methods *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (MethodDeniedRuleForDescribeCdnConfigOutput) GoString ¶
func (s MethodDeniedRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*MethodDeniedRuleForDescribeCdnConfigOutput) SetMethods ¶
func (s *MethodDeniedRuleForDescribeCdnConfigOutput) SetMethods(v string) *MethodDeniedRuleForDescribeCdnConfigOutput
SetMethods sets the Methods field's value.
func (*MethodDeniedRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *MethodDeniedRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *MethodDeniedRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (MethodDeniedRuleForDescribeCdnConfigOutput) String ¶
func (s MethodDeniedRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type MethodDeniedRuleForUpdateCdnConfigInput ¶
type MethodDeniedRuleForUpdateCdnConfigInput struct { Methods *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (MethodDeniedRuleForUpdateCdnConfigInput) GoString ¶
func (s MethodDeniedRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*MethodDeniedRuleForUpdateCdnConfigInput) SetMethods ¶
func (s *MethodDeniedRuleForUpdateCdnConfigInput) SetMethods(v string) *MethodDeniedRuleForUpdateCdnConfigInput
SetMethods sets the Methods field's value.
func (*MethodDeniedRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *MethodDeniedRuleForUpdateCdnConfigInput) SetSwitch(v bool) *MethodDeniedRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (MethodDeniedRuleForUpdateCdnConfigInput) String ¶
func (s MethodDeniedRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type MetricDataListForDescribeDistrictDataOutput ¶ added in v1.0.147
type MetricDataListForDescribeDistrictDataOutput struct { Metric *string `type:"string"` Values []*ValueForDescribeDistrictDataOutput `type:"list"` // contains filtered or unexported fields }
func (MetricDataListForDescribeDistrictDataOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeDistrictDataOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeDistrictDataOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeDistrictDataOutput) SetMetric(v string) *MetricDataListForDescribeDistrictDataOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeDistrictDataOutput) SetValues ¶ added in v1.0.147
func (s *MetricDataListForDescribeDistrictDataOutput) SetValues(v []*ValueForDescribeDistrictDataOutput) *MetricDataListForDescribeDistrictDataOutput
SetValues sets the Values field's value.
func (MetricDataListForDescribeDistrictDataOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeDistrictDataOutput) String() string
String returns the string representation
type MetricDataListForDescribeDistrictSummaryOutput ¶ added in v1.0.147
type MetricDataListForDescribeDistrictSummaryOutput struct { Metric *string `type:"string"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (MetricDataListForDescribeDistrictSummaryOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeDistrictSummaryOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeDistrictSummaryOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeDistrictSummaryOutput) SetMetric(v string) *MetricDataListForDescribeDistrictSummaryOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeDistrictSummaryOutput) SetValue ¶ added in v1.0.147
func (s *MetricDataListForDescribeDistrictSummaryOutput) SetValue(v float64) *MetricDataListForDescribeDistrictSummaryOutput
SetValue sets the Value field's value.
func (MetricDataListForDescribeDistrictSummaryOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeDistrictSummaryOutput) String() string
String returns the string representation
type MetricDataListForDescribeEdgeDataOutput ¶ added in v1.0.147
type MetricDataListForDescribeEdgeDataOutput struct { Metric *string `type:"string"` Values []*ValueForDescribeEdgeDataOutput `type:"list"` // contains filtered or unexported fields }
func (MetricDataListForDescribeEdgeDataOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeEdgeDataOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeEdgeDataOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeEdgeDataOutput) SetMetric(v string) *MetricDataListForDescribeEdgeDataOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeEdgeDataOutput) SetValues ¶ added in v1.0.147
func (s *MetricDataListForDescribeEdgeDataOutput) SetValues(v []*ValueForDescribeEdgeDataOutput) *MetricDataListForDescribeEdgeDataOutput
SetValues sets the Values field's value.
func (MetricDataListForDescribeEdgeDataOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeEdgeDataOutput) String() string
String returns the string representation
type MetricDataListForDescribeEdgeSummaryOutput ¶ added in v1.0.147
type MetricDataListForDescribeEdgeSummaryOutput struct { Metric *string `type:"string"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (MetricDataListForDescribeEdgeSummaryOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeEdgeSummaryOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeEdgeSummaryOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeEdgeSummaryOutput) SetMetric(v string) *MetricDataListForDescribeEdgeSummaryOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeEdgeSummaryOutput) SetValue ¶ added in v1.0.147
func (s *MetricDataListForDescribeEdgeSummaryOutput) SetValue(v float64) *MetricDataListForDescribeEdgeSummaryOutput
SetValue sets the Value field's value.
func (MetricDataListForDescribeEdgeSummaryOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeEdgeSummaryOutput) String() string
String returns the string representation
type MetricDataListForDescribeOriginDataOutput ¶ added in v1.0.147
type MetricDataListForDescribeOriginDataOutput struct { Metric *string `type:"string"` Values []*ValueForDescribeOriginDataOutput `type:"list"` // contains filtered or unexported fields }
func (MetricDataListForDescribeOriginDataOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeOriginDataOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeOriginDataOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeOriginDataOutput) SetMetric(v string) *MetricDataListForDescribeOriginDataOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeOriginDataOutput) SetValues ¶ added in v1.0.147
func (s *MetricDataListForDescribeOriginDataOutput) SetValues(v []*ValueForDescribeOriginDataOutput) *MetricDataListForDescribeOriginDataOutput
SetValues sets the Values field's value.
func (MetricDataListForDescribeOriginDataOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeOriginDataOutput) String() string
String returns the string representation
type MetricDataListForDescribeOriginSummaryOutput ¶ added in v1.0.147
type MetricDataListForDescribeOriginSummaryOutput struct { Metric *string `type:"string"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (MetricDataListForDescribeOriginSummaryOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeOriginSummaryOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeOriginSummaryOutput) SetMetric ¶ added in v1.0.147
func (s *MetricDataListForDescribeOriginSummaryOutput) SetMetric(v string) *MetricDataListForDescribeOriginSummaryOutput
SetMetric sets the Metric field's value.
func (*MetricDataListForDescribeOriginSummaryOutput) SetValue ¶ added in v1.0.147
func (s *MetricDataListForDescribeOriginSummaryOutput) SetValue(v float64) *MetricDataListForDescribeOriginSummaryOutput
SetValue sets the Value field's value.
func (MetricDataListForDescribeOriginSummaryOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeOriginSummaryOutput) String() string
String returns the string representation
type MetricDataListForDescribeUserDataOutput ¶ added in v1.0.147
type MetricDataListForDescribeUserDataOutput struct { TimeStamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (MetricDataListForDescribeUserDataOutput) GoString ¶ added in v1.0.147
func (s MetricDataListForDescribeUserDataOutput) GoString() string
GoString returns the string representation
func (*MetricDataListForDescribeUserDataOutput) SetTimeStamp ¶ added in v1.0.147
func (s *MetricDataListForDescribeUserDataOutput) SetTimeStamp(v int64) *MetricDataListForDescribeUserDataOutput
SetTimeStamp sets the TimeStamp field's value.
func (*MetricDataListForDescribeUserDataOutput) SetValue ¶ added in v1.0.147
func (s *MetricDataListForDescribeUserDataOutput) SetValue(v float64) *MetricDataListForDescribeUserDataOutput
SetValue sets the Value field's value.
func (MetricDataListForDescribeUserDataOutput) String ¶ added in v1.0.147
func (s MetricDataListForDescribeUserDataOutput) String() string
String returns the string representation
type ModuleLockConfigForDescribeCdnConfigOutput ¶
type ModuleLockConfigForDescribeCdnConfigOutput struct { BrowserCacheLocked *bool `type:"boolean"` CacheKeyLocked *bool `type:"boolean"` CacheLocked *bool `type:"boolean"` CompressionLocked *bool `type:"boolean"` CustomizeAccessRuleLocked *bool `type:"boolean"` DownloadSpeedLimitLocked *bool `type:"boolean"` ErrorPageLocked *bool `type:"boolean"` IpAccessRuleLocked *bool `type:"boolean"` NegativeCacheLocked *bool `type:"boolean"` OriginAccessRuleLocked *bool `type:"boolean"` OriginLocked *bool `type:"boolean"` OriginRewriteLocked *bool `type:"boolean"` QuicLocked *bool `type:"boolean"` RedirectionRewriteLocked *bool `type:"boolean"` RefererAccessRuleLocked *bool `type:"boolean"` RemoteAuthLocked *bool `type:"boolean"` RequestBlockRuleLocked *bool `type:"boolean"` RequestHeaderLocked *bool `type:"boolean"` ResponseHeaderLocked *bool `type:"boolean"` SignUrlAuthLocked *bool `type:"boolean"` UAAccessRuleLocked *bool `type:"boolean"` // contains filtered or unexported fields }
func (ModuleLockConfigForDescribeCdnConfigOutput) GoString ¶
func (s ModuleLockConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetBrowserCacheLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetBrowserCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetBrowserCacheLocked sets the BrowserCacheLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetCacheKeyLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCacheKeyLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetCacheKeyLocked sets the CacheKeyLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetCacheLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetCacheLocked sets the CacheLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetCompressionLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCompressionLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetCompressionLocked sets the CompressionLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetCustomizeAccessRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetCustomizeAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetCustomizeAccessRuleLocked sets the CustomizeAccessRuleLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimitLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetDownloadSpeedLimitLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetDownloadSpeedLimitLocked sets the DownloadSpeedLimitLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetErrorPageLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetErrorPageLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetErrorPageLocked sets the ErrorPageLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetIpAccessRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetIpAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetIpAccessRuleLocked sets the IpAccessRuleLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetNegativeCacheLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetNegativeCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetNegativeCacheLocked sets the NegativeCacheLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetOriginAccessRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetOriginAccessRuleLocked sets the OriginAccessRuleLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetOriginLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetOriginLocked sets the OriginLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetOriginRewriteLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetOriginRewriteLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetOriginRewriteLocked sets the OriginRewriteLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetQuicLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetQuicLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetQuicLocked sets the QuicLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetRedirectionRewriteLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRedirectionRewriteLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetRedirectionRewriteLocked sets the RedirectionRewriteLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetRefererAccessRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRefererAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetRefererAccessRuleLocked sets the RefererAccessRuleLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetRemoteAuthLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRemoteAuthLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetRemoteAuthLocked sets the RemoteAuthLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetRequestBlockRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRequestBlockRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetRequestBlockRuleLocked sets the RequestBlockRuleLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetRequestHeaderLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetRequestHeaderLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetRequestHeaderLocked sets the RequestHeaderLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetResponseHeaderLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetResponseHeaderLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetResponseHeaderLocked sets the ResponseHeaderLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetShareCacheLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetShareCacheLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetShareCacheLocked sets the ShareCacheLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetSignUrlAuthLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetSignUrlAuthLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetSignUrlAuthLocked sets the SignUrlAuthLocked field's value.
func (*ModuleLockConfigForDescribeCdnConfigOutput) SetUAAccessRuleLocked ¶
func (s *ModuleLockConfigForDescribeCdnConfigOutput) SetUAAccessRuleLocked(v bool) *ModuleLockConfigForDescribeCdnConfigOutput
SetUAAccessRuleLocked sets the UAAccessRuleLocked field's value.
func (ModuleLockConfigForDescribeCdnConfigOutput) String ¶
func (s ModuleLockConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type NegativeCacheForAddCdnDomainInput ¶
type NegativeCacheForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` NegativeCacheRule *NegativeCacheRuleForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (NegativeCacheForAddCdnDomainInput) GoString ¶
func (s NegativeCacheForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*NegativeCacheForAddCdnDomainInput) SetCondition ¶
func (s *NegativeCacheForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *NegativeCacheForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*NegativeCacheForAddCdnDomainInput) SetNegativeCacheRule ¶
func (s *NegativeCacheForAddCdnDomainInput) SetNegativeCacheRule(v *NegativeCacheRuleForAddCdnDomainInput) *NegativeCacheForAddCdnDomainInput
SetNegativeCacheRule sets the NegativeCacheRule field's value.
func (NegativeCacheForAddCdnDomainInput) String ¶
func (s NegativeCacheForAddCdnDomainInput) String() string
String returns the string representation
type NegativeCacheForBatchUpdateCdnConfigInput ¶
type NegativeCacheForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` NegativeCacheRule *NegativeCacheRuleForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (NegativeCacheForBatchUpdateCdnConfigInput) GoString ¶
func (s NegativeCacheForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*NegativeCacheForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *NegativeCacheForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *NegativeCacheForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*NegativeCacheForBatchUpdateCdnConfigInput) SetNegativeCacheRule ¶
func (s *NegativeCacheForBatchUpdateCdnConfigInput) SetNegativeCacheRule(v *NegativeCacheRuleForBatchUpdateCdnConfigInput) *NegativeCacheForBatchUpdateCdnConfigInput
SetNegativeCacheRule sets the NegativeCacheRule field's value.
func (NegativeCacheForBatchUpdateCdnConfigInput) String ¶
func (s NegativeCacheForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type NegativeCacheForDescribeCdnConfigOutput ¶
type NegativeCacheForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` NegativeCacheRule *NegativeCacheRuleForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (NegativeCacheForDescribeCdnConfigOutput) GoString ¶
func (s NegativeCacheForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*NegativeCacheForDescribeCdnConfigOutput) SetCondition ¶
func (s *NegativeCacheForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *NegativeCacheForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*NegativeCacheForDescribeCdnConfigOutput) SetNegativeCacheRule ¶
func (s *NegativeCacheForDescribeCdnConfigOutput) SetNegativeCacheRule(v *NegativeCacheRuleForDescribeCdnConfigOutput) *NegativeCacheForDescribeCdnConfigOutput
SetNegativeCacheRule sets the NegativeCacheRule field's value.
func (NegativeCacheForDescribeCdnConfigOutput) String ¶
func (s NegativeCacheForDescribeCdnConfigOutput) String() string
String returns the string representation
type NegativeCacheForUpdateCdnConfigInput ¶
type NegativeCacheForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` NegativeCacheRule *NegativeCacheRuleForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (NegativeCacheForUpdateCdnConfigInput) GoString ¶
func (s NegativeCacheForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*NegativeCacheForUpdateCdnConfigInput) SetCondition ¶
func (s *NegativeCacheForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *NegativeCacheForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*NegativeCacheForUpdateCdnConfigInput) SetNegativeCacheRule ¶
func (s *NegativeCacheForUpdateCdnConfigInput) SetNegativeCacheRule(v *NegativeCacheRuleForUpdateCdnConfigInput) *NegativeCacheForUpdateCdnConfigInput
SetNegativeCacheRule sets the NegativeCacheRule field's value.
func (NegativeCacheForUpdateCdnConfigInput) String ¶
func (s NegativeCacheForUpdateCdnConfigInput) String() string
String returns the string representation
type NegativeCacheRuleForAddCdnDomainInput ¶
type NegativeCacheRuleForAddCdnDomainInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` StatusCode *string `type:"string"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (NegativeCacheRuleForAddCdnDomainInput) GoString ¶
func (s NegativeCacheRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*NegativeCacheRuleForAddCdnDomainInput) SetAction ¶
func (s *NegativeCacheRuleForAddCdnDomainInput) SetAction(v string) *NegativeCacheRuleForAddCdnDomainInput
SetAction sets the Action field's value.
func (*NegativeCacheRuleForAddCdnDomainInput) SetIgnoreCase ¶
func (s *NegativeCacheRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *NegativeCacheRuleForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*NegativeCacheRuleForAddCdnDomainInput) SetStatusCode ¶
func (s *NegativeCacheRuleForAddCdnDomainInput) SetStatusCode(v string) *NegativeCacheRuleForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (*NegativeCacheRuleForAddCdnDomainInput) SetTtl ¶
func (s *NegativeCacheRuleForAddCdnDomainInput) SetTtl(v int64) *NegativeCacheRuleForAddCdnDomainInput
SetTtl sets the Ttl field's value.
func (NegativeCacheRuleForAddCdnDomainInput) String ¶
func (s NegativeCacheRuleForAddCdnDomainInput) String() string
String returns the string representation
type NegativeCacheRuleForBatchUpdateCdnConfigInput ¶
type NegativeCacheRuleForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` StatusCode *string `type:"string"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (NegativeCacheRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s NegativeCacheRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*NegativeCacheRuleForBatchUpdateCdnConfigInput) SetAction ¶
func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetAction(v string) *NegativeCacheRuleForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*NegativeCacheRuleForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *NegativeCacheRuleForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*NegativeCacheRuleForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetStatusCode(v string) *NegativeCacheRuleForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (*NegativeCacheRuleForBatchUpdateCdnConfigInput) SetTtl ¶
func (s *NegativeCacheRuleForBatchUpdateCdnConfigInput) SetTtl(v int64) *NegativeCacheRuleForBatchUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (NegativeCacheRuleForBatchUpdateCdnConfigInput) String ¶
func (s NegativeCacheRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type NegativeCacheRuleForDescribeCdnConfigOutput ¶
type NegativeCacheRuleForDescribeCdnConfigOutput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` StatusCode *string `type:"string"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (NegativeCacheRuleForDescribeCdnConfigOutput) GoString ¶
func (s NegativeCacheRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*NegativeCacheRuleForDescribeCdnConfigOutput) SetAction ¶
func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetAction(v string) *NegativeCacheRuleForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*NegativeCacheRuleForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *NegativeCacheRuleForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*NegativeCacheRuleForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetStatusCode(v string) *NegativeCacheRuleForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (*NegativeCacheRuleForDescribeCdnConfigOutput) SetTtl ¶
func (s *NegativeCacheRuleForDescribeCdnConfigOutput) SetTtl(v int64) *NegativeCacheRuleForDescribeCdnConfigOutput
SetTtl sets the Ttl field's value.
func (NegativeCacheRuleForDescribeCdnConfigOutput) String ¶
func (s NegativeCacheRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type NegativeCacheRuleForUpdateCdnConfigInput ¶
type NegativeCacheRuleForUpdateCdnConfigInput struct { Action *string `type:"string"` IgnoreCase *bool `type:"boolean"` StatusCode *string `type:"string"` Ttl *int64 `type:"int64"` // contains filtered or unexported fields }
func (NegativeCacheRuleForUpdateCdnConfigInput) GoString ¶
func (s NegativeCacheRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*NegativeCacheRuleForUpdateCdnConfigInput) SetAction ¶
func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetAction(v string) *NegativeCacheRuleForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*NegativeCacheRuleForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *NegativeCacheRuleForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*NegativeCacheRuleForUpdateCdnConfigInput) SetStatusCode ¶
func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetStatusCode(v string) *NegativeCacheRuleForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (*NegativeCacheRuleForUpdateCdnConfigInput) SetTtl ¶
func (s *NegativeCacheRuleForUpdateCdnConfigInput) SetTtl(v int64) *NegativeCacheRuleForUpdateCdnConfigInput
SetTtl sets the Ttl field's value.
func (NegativeCacheRuleForUpdateCdnConfigInput) String ¶
func (s NegativeCacheRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginAccessRuleForAddCdnDomainInput ¶
type OriginAccessRuleForAddCdnDomainInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` Origins []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginAccessRuleForAddCdnDomainInput) GoString ¶
func (s OriginAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginAccessRuleForAddCdnDomainInput) SetAllowEmpty ¶
func (s *OriginAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *OriginAccessRuleForAddCdnDomainInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*OriginAccessRuleForAddCdnDomainInput) SetIgnoreCase ¶
func (s *OriginAccessRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *OriginAccessRuleForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*OriginAccessRuleForAddCdnDomainInput) SetOrigins ¶
func (s *OriginAccessRuleForAddCdnDomainInput) SetOrigins(v []*string) *OriginAccessRuleForAddCdnDomainInput
SetOrigins sets the Origins field's value.
func (*OriginAccessRuleForAddCdnDomainInput) SetRuleType ¶
func (s *OriginAccessRuleForAddCdnDomainInput) SetRuleType(v string) *OriginAccessRuleForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (*OriginAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *OriginAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *OriginAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (OriginAccessRuleForAddCdnDomainInput) String ¶
func (s OriginAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type OriginAccessRuleForBatchUpdateCdnConfigInput ¶
type OriginAccessRuleForBatchUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` Origins []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*OriginAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*OriginAccessRuleForBatchUpdateCdnConfigInput) SetOrigins ¶
func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetOrigins(v []*string) *OriginAccessRuleForBatchUpdateCdnConfigInput
SetOrigins sets the Origins field's value.
func (*OriginAccessRuleForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *OriginAccessRuleForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*OriginAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s OriginAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginAccessRuleForDescribeCdnConfigOutput ¶
type OriginAccessRuleForDescribeCdnConfigOutput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` Origins []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s OriginAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty ¶
func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
SetAllowEmpty sets the AllowEmpty field's value.
func (*OriginAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*OriginAccessRuleForDescribeCdnConfigOutput) SetOrigins ¶
func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetOrigins(v []*string) *OriginAccessRuleForDescribeCdnConfigOutput
SetOrigins sets the Origins field's value.
func (*OriginAccessRuleForDescribeCdnConfigOutput) SetRuleType ¶
func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *OriginAccessRuleForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (*OriginAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *OriginAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (OriginAccessRuleForDescribeCdnConfigOutput) String ¶
func (s OriginAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginAccessRuleForUpdateCdnConfigInput ¶
type OriginAccessRuleForUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` Origins []*string `type:"list"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s OriginAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginAccessRuleForUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *OriginAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *OriginAccessRuleForUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*OriginAccessRuleForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *OriginAccessRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *OriginAccessRuleForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*OriginAccessRuleForUpdateCdnConfigInput) SetOrigins ¶
func (s *OriginAccessRuleForUpdateCdnConfigInput) SetOrigins(v []*string) *OriginAccessRuleForUpdateCdnConfigInput
SetOrigins sets the Origins field's value.
func (*OriginAccessRuleForUpdateCdnConfigInput) SetRuleType ¶
func (s *OriginAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *OriginAccessRuleForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*OriginAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *OriginAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginAccessRuleForUpdateCdnConfigInput) String ¶
func (s OriginAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginActionForAddCdnDomainInput ¶
type OriginActionForAddCdnDomainInput struct { OriginLines []*ConvertOriginLineForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (OriginActionForAddCdnDomainInput) GoString ¶
func (s OriginActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginActionForAddCdnDomainInput) SetOriginLines ¶
func (s *OriginActionForAddCdnDomainInput) SetOriginLines(v []*ConvertOriginLineForAddCdnDomainInput) *OriginActionForAddCdnDomainInput
SetOriginLines sets the OriginLines field's value.
func (OriginActionForAddCdnDomainInput) String ¶
func (s OriginActionForAddCdnDomainInput) String() string
String returns the string representation
type OriginActionForBatchUpdateCdnConfigInput ¶
type OriginActionForBatchUpdateCdnConfigInput struct { OriginLines []*ConvertOriginLineForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (OriginActionForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginActionForBatchUpdateCdnConfigInput) SetOriginLines ¶
func (s *OriginActionForBatchUpdateCdnConfigInput) SetOriginLines(v []*ConvertOriginLineForBatchUpdateCdnConfigInput) *OriginActionForBatchUpdateCdnConfigInput
SetOriginLines sets the OriginLines field's value.
func (OriginActionForBatchUpdateCdnConfigInput) String ¶
func (s OriginActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginActionForDescribeCdnConfigOutput ¶
type OriginActionForDescribeCdnConfigOutput struct { OriginLines []*ConvertOriginLineForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (OriginActionForDescribeCdnConfigOutput) GoString ¶
func (s OriginActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginActionForDescribeCdnConfigOutput) SetOriginLines ¶
func (s *OriginActionForDescribeCdnConfigOutput) SetOriginLines(v []*ConvertOriginLineForDescribeCdnConfigOutput) *OriginActionForDescribeCdnConfigOutput
SetOriginLines sets the OriginLines field's value.
func (OriginActionForDescribeCdnConfigOutput) String ¶
func (s OriginActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginActionForUpdateCdnConfigInput ¶
type OriginActionForUpdateCdnConfigInput struct { OriginLines []*ConvertOriginLineForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (OriginActionForUpdateCdnConfigInput) GoString ¶
func (s OriginActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginActionForUpdateCdnConfigInput) SetOriginLines ¶
func (s *OriginActionForUpdateCdnConfigInput) SetOriginLines(v []*ConvertOriginLineForUpdateCdnConfigInput) *OriginActionForUpdateCdnConfigInput
SetOriginLines sets the OriginLines field's value.
func (OriginActionForUpdateCdnConfigInput) String ¶
func (s OriginActionForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgActionForAddCdnDomainInput ¶
type OriginArgActionForAddCdnDomainInput struct { OriginArgComponents []*OriginArgComponentForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (OriginArgActionForAddCdnDomainInput) GoString ¶
func (s OriginArgActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginArgActionForAddCdnDomainInput) SetOriginArgComponents ¶
func (s *OriginArgActionForAddCdnDomainInput) SetOriginArgComponents(v []*OriginArgComponentForAddCdnDomainInput) *OriginArgActionForAddCdnDomainInput
SetOriginArgComponents sets the OriginArgComponents field's value.
func (OriginArgActionForAddCdnDomainInput) String ¶
func (s OriginArgActionForAddCdnDomainInput) String() string
String returns the string representation
type OriginArgActionForBatchUpdateCdnConfigInput ¶
type OriginArgActionForBatchUpdateCdnConfigInput struct { OriginArgComponents []*OriginArgComponentForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (OriginArgActionForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginArgActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgActionForBatchUpdateCdnConfigInput) SetOriginArgComponents ¶
func (s *OriginArgActionForBatchUpdateCdnConfigInput) SetOriginArgComponents(v []*OriginArgComponentForBatchUpdateCdnConfigInput) *OriginArgActionForBatchUpdateCdnConfigInput
SetOriginArgComponents sets the OriginArgComponents field's value.
func (OriginArgActionForBatchUpdateCdnConfigInput) String ¶
func (s OriginArgActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgActionForDescribeCdnConfigOutput ¶
type OriginArgActionForDescribeCdnConfigOutput struct { OriginArgComponents []*OriginArgComponentForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (OriginArgActionForDescribeCdnConfigOutput) GoString ¶
func (s OriginArgActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginArgActionForDescribeCdnConfigOutput) SetOriginArgComponents ¶
func (s *OriginArgActionForDescribeCdnConfigOutput) SetOriginArgComponents(v []*OriginArgComponentForDescribeCdnConfigOutput) *OriginArgActionForDescribeCdnConfigOutput
SetOriginArgComponents sets the OriginArgComponents field's value.
func (OriginArgActionForDescribeCdnConfigOutput) String ¶
func (s OriginArgActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginArgActionForUpdateCdnConfigInput ¶
type OriginArgActionForUpdateCdnConfigInput struct { OriginArgComponents []*OriginArgComponentForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (OriginArgActionForUpdateCdnConfigInput) GoString ¶
func (s OriginArgActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgActionForUpdateCdnConfigInput) SetOriginArgComponents ¶
func (s *OriginArgActionForUpdateCdnConfigInput) SetOriginArgComponents(v []*OriginArgComponentForUpdateCdnConfigInput) *OriginArgActionForUpdateCdnConfigInput
SetOriginArgComponents sets the OriginArgComponents field's value.
func (OriginArgActionForUpdateCdnConfigInput) String ¶
func (s OriginArgActionForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgComponentForAddCdnDomainInput ¶
type OriginArgComponentForAddCdnDomainInput struct { Action *string `type:"string"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (OriginArgComponentForAddCdnDomainInput) GoString ¶
func (s OriginArgComponentForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginArgComponentForAddCdnDomainInput) SetAction ¶
func (s *OriginArgComponentForAddCdnDomainInput) SetAction(v string) *OriginArgComponentForAddCdnDomainInput
SetAction sets the Action field's value.
func (*OriginArgComponentForAddCdnDomainInput) SetObject ¶
func (s *OriginArgComponentForAddCdnDomainInput) SetObject(v string) *OriginArgComponentForAddCdnDomainInput
SetObject sets the Object field's value.
func (*OriginArgComponentForAddCdnDomainInput) SetSubobject ¶
func (s *OriginArgComponentForAddCdnDomainInput) SetSubobject(v string) *OriginArgComponentForAddCdnDomainInput
SetSubobject sets the Subobject field's value.
func (OriginArgComponentForAddCdnDomainInput) String ¶
func (s OriginArgComponentForAddCdnDomainInput) String() string
String returns the string representation
type OriginArgComponentForBatchUpdateCdnConfigInput ¶
type OriginArgComponentForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (OriginArgComponentForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginArgComponentForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgComponentForBatchUpdateCdnConfigInput) SetAction ¶
func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetAction(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*OriginArgComponentForBatchUpdateCdnConfigInput) SetObject ¶
func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetObject(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*OriginArgComponentForBatchUpdateCdnConfigInput) SetSubobject ¶
func (s *OriginArgComponentForBatchUpdateCdnConfigInput) SetSubobject(v string) *OriginArgComponentForBatchUpdateCdnConfigInput
SetSubobject sets the Subobject field's value.
func (OriginArgComponentForBatchUpdateCdnConfigInput) String ¶
func (s OriginArgComponentForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgComponentForDescribeCdnConfigOutput ¶
type OriginArgComponentForDescribeCdnConfigOutput struct { Action *string `type:"string"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (OriginArgComponentForDescribeCdnConfigOutput) GoString ¶
func (s OriginArgComponentForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginArgComponentForDescribeCdnConfigOutput) SetAction ¶
func (s *OriginArgComponentForDescribeCdnConfigOutput) SetAction(v string) *OriginArgComponentForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*OriginArgComponentForDescribeCdnConfigOutput) SetObject ¶
func (s *OriginArgComponentForDescribeCdnConfigOutput) SetObject(v string) *OriginArgComponentForDescribeCdnConfigOutput
SetObject sets the Object field's value.
func (*OriginArgComponentForDescribeCdnConfigOutput) SetSubobject ¶
func (s *OriginArgComponentForDescribeCdnConfigOutput) SetSubobject(v string) *OriginArgComponentForDescribeCdnConfigOutput
SetSubobject sets the Subobject field's value.
func (OriginArgComponentForDescribeCdnConfigOutput) String ¶
func (s OriginArgComponentForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginArgComponentForUpdateCdnConfigInput ¶
type OriginArgComponentForUpdateCdnConfigInput struct { Action *string `type:"string"` Object *string `type:"string"` Subobject *string `type:"string"` // contains filtered or unexported fields }
func (OriginArgComponentForUpdateCdnConfigInput) GoString ¶
func (s OriginArgComponentForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgComponentForUpdateCdnConfigInput) SetAction ¶
func (s *OriginArgComponentForUpdateCdnConfigInput) SetAction(v string) *OriginArgComponentForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*OriginArgComponentForUpdateCdnConfigInput) SetObject ¶
func (s *OriginArgComponentForUpdateCdnConfigInput) SetObject(v string) *OriginArgComponentForUpdateCdnConfigInput
SetObject sets the Object field's value.
func (*OriginArgComponentForUpdateCdnConfigInput) SetSubobject ¶
func (s *OriginArgComponentForUpdateCdnConfigInput) SetSubobject(v string) *OriginArgComponentForUpdateCdnConfigInput
SetSubobject sets the Subobject field's value.
func (OriginArgComponentForUpdateCdnConfigInput) String ¶
func (s OriginArgComponentForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgForAddCdnDomainInput ¶
type OriginArgForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` OriginArgAction *OriginArgActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (OriginArgForAddCdnDomainInput) GoString ¶
func (s OriginArgForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginArgForAddCdnDomainInput) SetCondition ¶
func (s *OriginArgForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginArgForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*OriginArgForAddCdnDomainInput) SetOriginArgAction ¶
func (s *OriginArgForAddCdnDomainInput) SetOriginArgAction(v *OriginArgActionForAddCdnDomainInput) *OriginArgForAddCdnDomainInput
SetOriginArgAction sets the OriginArgAction field's value.
func (OriginArgForAddCdnDomainInput) String ¶
func (s OriginArgForAddCdnDomainInput) String() string
String returns the string representation
type OriginArgForBatchUpdateCdnConfigInput ¶
type OriginArgForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` OriginArgAction *OriginArgActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginArgForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginArgForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *OriginArgForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginArgForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginArgForBatchUpdateCdnConfigInput) SetOriginArgAction ¶
func (s *OriginArgForBatchUpdateCdnConfigInput) SetOriginArgAction(v *OriginArgActionForBatchUpdateCdnConfigInput) *OriginArgForBatchUpdateCdnConfigInput
SetOriginArgAction sets the OriginArgAction field's value.
func (OriginArgForBatchUpdateCdnConfigInput) String ¶
func (s OriginArgForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginArgForDescribeCdnConfigOutput ¶
type OriginArgForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` OriginArgAction *OriginArgActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (OriginArgForDescribeCdnConfigOutput) GoString ¶
func (s OriginArgForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginArgForDescribeCdnConfigOutput) SetCondition ¶
func (s *OriginArgForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginArgForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*OriginArgForDescribeCdnConfigOutput) SetOriginArgAction ¶
func (s *OriginArgForDescribeCdnConfigOutput) SetOriginArgAction(v *OriginArgActionForDescribeCdnConfigOutput) *OriginArgForDescribeCdnConfigOutput
SetOriginArgAction sets the OriginArgAction field's value.
func (OriginArgForDescribeCdnConfigOutput) String ¶
func (s OriginArgForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginArgForUpdateCdnConfigInput ¶
type OriginArgForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` OriginArgAction *OriginArgActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginArgForUpdateCdnConfigInput) GoString ¶
func (s OriginArgForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginArgForUpdateCdnConfigInput) SetCondition ¶
func (s *OriginArgForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginArgForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginArgForUpdateCdnConfigInput) SetOriginArgAction ¶
func (s *OriginArgForUpdateCdnConfigInput) SetOriginArgAction(v *OriginArgActionForUpdateCdnConfigInput) *OriginArgForUpdateCdnConfigInput
SetOriginArgAction sets the OriginArgAction field's value.
func (OriginArgForUpdateCdnConfigInput) String ¶
func (s OriginArgForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginCertCheckForAddCdnDomainInput ¶ added in v1.0.147
type OriginCertCheckForAddCdnDomainInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginCertCheckForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s OriginCertCheckForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginCertCheckForAddCdnDomainInput) SetSwitch ¶ added in v1.0.147
func (s *OriginCertCheckForAddCdnDomainInput) SetSwitch(v bool) *OriginCertCheckForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (OriginCertCheckForAddCdnDomainInput) String ¶ added in v1.0.147
func (s OriginCertCheckForAddCdnDomainInput) String() string
String returns the string representation
type OriginCertCheckForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type OriginCertCheckForBatchUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginCertCheckForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginCertCheckForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginCertCheckForBatchUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *OriginCertCheckForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginCertCheckForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginCertCheckForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginCertCheckForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginCertCheckForDescribeCdnConfigOutput ¶ added in v1.0.147
type OriginCertCheckForDescribeCdnConfigOutput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginCertCheckForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s OriginCertCheckForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginCertCheckForDescribeCdnConfigOutput) SetSwitch ¶ added in v1.0.147
func (s *OriginCertCheckForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginCertCheckForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (OriginCertCheckForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s OriginCertCheckForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginCertCheckForUpdateCdnConfigInput ¶ added in v1.0.147
type OriginCertCheckForUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginCertCheckForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginCertCheckForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginCertCheckForUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *OriginCertCheckForUpdateCdnConfigInput) SetSwitch(v bool) *OriginCertCheckForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginCertCheckForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginCertCheckForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginForAddCdnDomainInput ¶
type OriginForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` OriginAction *OriginActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (OriginForAddCdnDomainInput) GoString ¶
func (s OriginForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginForAddCdnDomainInput) SetCondition ¶
func (s *OriginForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*OriginForAddCdnDomainInput) SetOriginAction ¶
func (s *OriginForAddCdnDomainInput) SetOriginAction(v *OriginActionForAddCdnDomainInput) *OriginForAddCdnDomainInput
SetOriginAction sets the OriginAction field's value.
func (OriginForAddCdnDomainInput) String ¶
func (s OriginForAddCdnDomainInput) String() string
String returns the string representation
type OriginForBatchUpdateCdnConfigInput ¶
type OriginForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` OriginAction *OriginActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *OriginForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginForBatchUpdateCdnConfigInput) SetOriginAction ¶
func (s *OriginForBatchUpdateCdnConfigInput) SetOriginAction(v *OriginActionForBatchUpdateCdnConfigInput) *OriginForBatchUpdateCdnConfigInput
SetOriginAction sets the OriginAction field's value.
func (OriginForBatchUpdateCdnConfigInput) String ¶
func (s OriginForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginForDescribeCdnConfigOutput ¶
type OriginForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` OriginAction *OriginActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (OriginForDescribeCdnConfigOutput) GoString ¶
func (s OriginForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginForDescribeCdnConfigOutput) SetCondition ¶
func (s *OriginForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*OriginForDescribeCdnConfigOutput) SetOriginAction ¶
func (s *OriginForDescribeCdnConfigOutput) SetOriginAction(v *OriginActionForDescribeCdnConfigOutput) *OriginForDescribeCdnConfigOutput
SetOriginAction sets the OriginAction field's value.
func (OriginForDescribeCdnConfigOutput) String ¶
func (s OriginForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginForUpdateCdnConfigInput ¶
type OriginForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` OriginAction *OriginActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginForUpdateCdnConfigInput) GoString ¶
func (s OriginForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginForUpdateCdnConfigInput) SetCondition ¶
func (s *OriginForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginForUpdateCdnConfigInput) SetOriginAction ¶
func (s *OriginForUpdateCdnConfigInput) SetOriginAction(v *OriginActionForUpdateCdnConfigInput) *OriginForUpdateCdnConfigInput
SetOriginAction sets the OriginAction field's value.
func (OriginForUpdateCdnConfigInput) String ¶
func (s OriginForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginLineForAddCdnDomainInput ¶
type OriginLineForAddCdnDomainInput struct { Address *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` // contains filtered or unexported fields }
func (OriginLineForAddCdnDomainInput) GoString ¶
func (s OriginLineForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginLineForAddCdnDomainInput) SetAddress ¶
func (s *OriginLineForAddCdnDomainInput) SetAddress(v string) *OriginLineForAddCdnDomainInput
SetAddress sets the Address field's value.
func (*OriginLineForAddCdnDomainInput) SetHttpPort ¶
func (s *OriginLineForAddCdnDomainInput) SetHttpPort(v string) *OriginLineForAddCdnDomainInput
SetHttpPort sets the HttpPort field's value.
func (*OriginLineForAddCdnDomainInput) SetHttpsPort ¶
func (s *OriginLineForAddCdnDomainInput) SetHttpsPort(v string) *OriginLineForAddCdnDomainInput
SetHttpsPort sets the HttpsPort field's value.
func (*OriginLineForAddCdnDomainInput) SetInstanceType ¶
func (s *OriginLineForAddCdnDomainInput) SetInstanceType(v string) *OriginLineForAddCdnDomainInput
SetInstanceType sets the InstanceType field's value.
func (*OriginLineForAddCdnDomainInput) SetOriginHost ¶
func (s *OriginLineForAddCdnDomainInput) SetOriginHost(v string) *OriginLineForAddCdnDomainInput
SetOriginHost sets the OriginHost field's value.
func (OriginLineForAddCdnDomainInput) String ¶
func (s OriginLineForAddCdnDomainInput) String() string
String returns the string representation
type OriginLineForBatchUpdateCdnConfigInput ¶
type OriginLineForBatchUpdateCdnConfigInput struct { Address *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` // contains filtered or unexported fields }
func (OriginLineForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginLineForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginLineForBatchUpdateCdnConfigInput) SetAddress ¶
func (s *OriginLineForBatchUpdateCdnConfigInput) SetAddress(v string) *OriginLineForBatchUpdateCdnConfigInput
SetAddress sets the Address field's value.
func (*OriginLineForBatchUpdateCdnConfigInput) SetHttpPort ¶
func (s *OriginLineForBatchUpdateCdnConfigInput) SetHttpPort(v string) *OriginLineForBatchUpdateCdnConfigInput
SetHttpPort sets the HttpPort field's value.
func (*OriginLineForBatchUpdateCdnConfigInput) SetHttpsPort ¶
func (s *OriginLineForBatchUpdateCdnConfigInput) SetHttpsPort(v string) *OriginLineForBatchUpdateCdnConfigInput
SetHttpsPort sets the HttpsPort field's value.
func (*OriginLineForBatchUpdateCdnConfigInput) SetInstanceType ¶
func (s *OriginLineForBatchUpdateCdnConfigInput) SetInstanceType(v string) *OriginLineForBatchUpdateCdnConfigInput
SetInstanceType sets the InstanceType field's value.
func (*OriginLineForBatchUpdateCdnConfigInput) SetOriginHost ¶
func (s *OriginLineForBatchUpdateCdnConfigInput) SetOriginHost(v string) *OriginLineForBatchUpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (OriginLineForBatchUpdateCdnConfigInput) String ¶
func (s OriginLineForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginLineForDescribeCdnConfigOutput ¶
type OriginLineForDescribeCdnConfigOutput struct { Address *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` // contains filtered or unexported fields }
func (OriginLineForDescribeCdnConfigOutput) GoString ¶
func (s OriginLineForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginLineForDescribeCdnConfigOutput) SetAddress ¶
func (s *OriginLineForDescribeCdnConfigOutput) SetAddress(v string) *OriginLineForDescribeCdnConfigOutput
SetAddress sets the Address field's value.
func (*OriginLineForDescribeCdnConfigOutput) SetHttpPort ¶
func (s *OriginLineForDescribeCdnConfigOutput) SetHttpPort(v string) *OriginLineForDescribeCdnConfigOutput
SetHttpPort sets the HttpPort field's value.
func (*OriginLineForDescribeCdnConfigOutput) SetHttpsPort ¶
func (s *OriginLineForDescribeCdnConfigOutput) SetHttpsPort(v string) *OriginLineForDescribeCdnConfigOutput
SetHttpsPort sets the HttpsPort field's value.
func (*OriginLineForDescribeCdnConfigOutput) SetInstanceType ¶
func (s *OriginLineForDescribeCdnConfigOutput) SetInstanceType(v string) *OriginLineForDescribeCdnConfigOutput
SetInstanceType sets the InstanceType field's value.
func (*OriginLineForDescribeCdnConfigOutput) SetOriginHost ¶
func (s *OriginLineForDescribeCdnConfigOutput) SetOriginHost(v string) *OriginLineForDescribeCdnConfigOutput
SetOriginHost sets the OriginHost field's value.
func (OriginLineForDescribeCdnConfigOutput) String ¶
func (s OriginLineForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginLineForUpdateCdnConfigInput ¶
type OriginLineForUpdateCdnConfigInput struct { Address *string `type:"string"` HttpPort *string `type:"string"` HttpsPort *string `type:"string"` InstanceType *string `type:"string"` OriginHost *string `type:"string"` // contains filtered or unexported fields }
func (OriginLineForUpdateCdnConfigInput) GoString ¶
func (s OriginLineForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginLineForUpdateCdnConfigInput) SetAddress ¶
func (s *OriginLineForUpdateCdnConfigInput) SetAddress(v string) *OriginLineForUpdateCdnConfigInput
SetAddress sets the Address field's value.
func (*OriginLineForUpdateCdnConfigInput) SetHttpPort ¶
func (s *OriginLineForUpdateCdnConfigInput) SetHttpPort(v string) *OriginLineForUpdateCdnConfigInput
SetHttpPort sets the HttpPort field's value.
func (*OriginLineForUpdateCdnConfigInput) SetHttpsPort ¶
func (s *OriginLineForUpdateCdnConfigInput) SetHttpsPort(v string) *OriginLineForUpdateCdnConfigInput
SetHttpsPort sets the HttpsPort field's value.
func (*OriginLineForUpdateCdnConfigInput) SetInstanceType ¶
func (s *OriginLineForUpdateCdnConfigInput) SetInstanceType(v string) *OriginLineForUpdateCdnConfigInput
SetInstanceType sets the InstanceType field's value.
func (*OriginLineForUpdateCdnConfigInput) SetOriginHost ¶
func (s *OriginLineForUpdateCdnConfigInput) SetOriginHost(v string) *OriginLineForUpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (OriginLineForUpdateCdnConfigInput) String ¶
func (s OriginLineForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRetryForAddCdnDomainInput ¶ added in v1.0.147
type OriginRetryForAddCdnDomainInput struct { StatusCode *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRetryForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s OriginRetryForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginRetryForAddCdnDomainInput) SetStatusCode ¶ added in v1.0.147
func (s *OriginRetryForAddCdnDomainInput) SetStatusCode(v string) *OriginRetryForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (*OriginRetryForAddCdnDomainInput) SetSwitch ¶ added in v1.0.147
func (s *OriginRetryForAddCdnDomainInput) SetSwitch(v bool) *OriginRetryForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (OriginRetryForAddCdnDomainInput) String ¶ added in v1.0.147
func (s OriginRetryForAddCdnDomainInput) String() string
String returns the string representation
type OriginRetryForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type OriginRetryForBatchUpdateCdnConfigInput struct { StatusCode *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRetryForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginRetryForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRetryForBatchUpdateCdnConfigInput) SetStatusCode ¶ added in v1.0.147
func (s *OriginRetryForBatchUpdateCdnConfigInput) SetStatusCode(v string) *OriginRetryForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (*OriginRetryForBatchUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *OriginRetryForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginRetryForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginRetryForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginRetryForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRetryForDescribeCdnConfigOutput ¶ added in v1.0.147
type OriginRetryForDescribeCdnConfigOutput struct { StatusCode *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRetryForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s OriginRetryForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginRetryForDescribeCdnConfigOutput) SetStatusCode ¶ added in v1.0.147
func (s *OriginRetryForDescribeCdnConfigOutput) SetStatusCode(v string) *OriginRetryForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (*OriginRetryForDescribeCdnConfigOutput) SetSwitch ¶ added in v1.0.147
func (s *OriginRetryForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginRetryForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (OriginRetryForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s OriginRetryForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginRetryForUpdateCdnConfigInput ¶ added in v1.0.147
type OriginRetryForUpdateCdnConfigInput struct { StatusCode *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRetryForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginRetryForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRetryForUpdateCdnConfigInput) SetStatusCode ¶ added in v1.0.147
func (s *OriginRetryForUpdateCdnConfigInput) SetStatusCode(v string) *OriginRetryForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (*OriginRetryForUpdateCdnConfigInput) SetSwitch ¶ added in v1.0.147
func (s *OriginRetryForUpdateCdnConfigInput) SetSwitch(v bool) *OriginRetryForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginRetryForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginRetryForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteActionForAddCdnDomainInput ¶
type OriginRewriteActionForAddCdnDomainInput struct { SourcePath *string `type:"string"` TargetPath *string `type:"string"` // contains filtered or unexported fields }
func (OriginRewriteActionForAddCdnDomainInput) GoString ¶
func (s OriginRewriteActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginRewriteActionForAddCdnDomainInput) SetSourcePath ¶
func (s *OriginRewriteActionForAddCdnDomainInput) SetSourcePath(v string) *OriginRewriteActionForAddCdnDomainInput
SetSourcePath sets the SourcePath field's value.
func (*OriginRewriteActionForAddCdnDomainInput) SetTargetPath ¶
func (s *OriginRewriteActionForAddCdnDomainInput) SetTargetPath(v string) *OriginRewriteActionForAddCdnDomainInput
SetTargetPath sets the TargetPath field's value.
func (OriginRewriteActionForAddCdnDomainInput) String ¶
func (s OriginRewriteActionForAddCdnDomainInput) String() string
String returns the string representation
type OriginRewriteActionForBatchUpdateCdnConfigInput ¶
type OriginRewriteActionForBatchUpdateCdnConfigInput struct { SourcePath *string `type:"string"` TargetPath *string `type:"string"` // contains filtered or unexported fields }
func (OriginRewriteActionForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteActionForBatchUpdateCdnConfigInput) SetSourcePath ¶
func (s *OriginRewriteActionForBatchUpdateCdnConfigInput) SetSourcePath(v string) *OriginRewriteActionForBatchUpdateCdnConfigInput
SetSourcePath sets the SourcePath field's value.
func (*OriginRewriteActionForBatchUpdateCdnConfigInput) SetTargetPath ¶
func (s *OriginRewriteActionForBatchUpdateCdnConfigInput) SetTargetPath(v string) *OriginRewriteActionForBatchUpdateCdnConfigInput
SetTargetPath sets the TargetPath field's value.
func (OriginRewriteActionForBatchUpdateCdnConfigInput) String ¶
func (s OriginRewriteActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteActionForDescribeCdnConfigOutput ¶
type OriginRewriteActionForDescribeCdnConfigOutput struct { SourcePath *string `type:"string"` TargetPath *string `type:"string"` // contains filtered or unexported fields }
func (OriginRewriteActionForDescribeCdnConfigOutput) GoString ¶
func (s OriginRewriteActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginRewriteActionForDescribeCdnConfigOutput) SetSourcePath ¶
func (s *OriginRewriteActionForDescribeCdnConfigOutput) SetSourcePath(v string) *OriginRewriteActionForDescribeCdnConfigOutput
SetSourcePath sets the SourcePath field's value.
func (*OriginRewriteActionForDescribeCdnConfigOutput) SetTargetPath ¶
func (s *OriginRewriteActionForDescribeCdnConfigOutput) SetTargetPath(v string) *OriginRewriteActionForDescribeCdnConfigOutput
SetTargetPath sets the TargetPath field's value.
func (OriginRewriteActionForDescribeCdnConfigOutput) String ¶
func (s OriginRewriteActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginRewriteActionForUpdateCdnConfigInput ¶
type OriginRewriteActionForUpdateCdnConfigInput struct { SourcePath *string `type:"string"` TargetPath *string `type:"string"` // contains filtered or unexported fields }
func (OriginRewriteActionForUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteActionForUpdateCdnConfigInput) SetSourcePath ¶
func (s *OriginRewriteActionForUpdateCdnConfigInput) SetSourcePath(v string) *OriginRewriteActionForUpdateCdnConfigInput
SetSourcePath sets the SourcePath field's value.
func (*OriginRewriteActionForUpdateCdnConfigInput) SetTargetPath ¶
func (s *OriginRewriteActionForUpdateCdnConfigInput) SetTargetPath(v string) *OriginRewriteActionForUpdateCdnConfigInput
SetTargetPath sets the TargetPath field's value.
func (OriginRewriteActionForUpdateCdnConfigInput) String ¶
func (s OriginRewriteActionForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteForAddCdnDomainInput ¶
type OriginRewriteForAddCdnDomainInput struct { OriginRewriteRule []*OriginRewriteRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRewriteForAddCdnDomainInput) GoString ¶
func (s OriginRewriteForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginRewriteForAddCdnDomainInput) SetOriginRewriteRule ¶
func (s *OriginRewriteForAddCdnDomainInput) SetOriginRewriteRule(v []*OriginRewriteRuleForAddCdnDomainInput) *OriginRewriteForAddCdnDomainInput
SetOriginRewriteRule sets the OriginRewriteRule field's value.
func (*OriginRewriteForAddCdnDomainInput) SetSwitch ¶
func (s *OriginRewriteForAddCdnDomainInput) SetSwitch(v bool) *OriginRewriteForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (OriginRewriteForAddCdnDomainInput) String ¶
func (s OriginRewriteForAddCdnDomainInput) String() string
String returns the string representation
type OriginRewriteForBatchUpdateCdnConfigInput ¶
type OriginRewriteForBatchUpdateCdnConfigInput struct { OriginRewriteRule []*OriginRewriteRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRewriteForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteForBatchUpdateCdnConfigInput) SetOriginRewriteRule ¶
func (s *OriginRewriteForBatchUpdateCdnConfigInput) SetOriginRewriteRule(v []*OriginRewriteRuleForBatchUpdateCdnConfigInput) *OriginRewriteForBatchUpdateCdnConfigInput
SetOriginRewriteRule sets the OriginRewriteRule field's value.
func (*OriginRewriteForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginRewriteForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginRewriteForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginRewriteForBatchUpdateCdnConfigInput) String ¶
func (s OriginRewriteForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteForDescribeCdnConfigOutput ¶
type OriginRewriteForDescribeCdnConfigOutput struct { OriginRewriteRule []*OriginRewriteRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRewriteForDescribeCdnConfigOutput) GoString ¶
func (s OriginRewriteForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginRewriteForDescribeCdnConfigOutput) SetOriginRewriteRule ¶
func (s *OriginRewriteForDescribeCdnConfigOutput) SetOriginRewriteRule(v []*OriginRewriteRuleForDescribeCdnConfigOutput) *OriginRewriteForDescribeCdnConfigOutput
SetOriginRewriteRule sets the OriginRewriteRule field's value.
func (*OriginRewriteForDescribeCdnConfigOutput) SetSwitch ¶
func (s *OriginRewriteForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginRewriteForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (OriginRewriteForDescribeCdnConfigOutput) String ¶
func (s OriginRewriteForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginRewriteForUpdateCdnConfigInput ¶
type OriginRewriteForUpdateCdnConfigInput struct { OriginRewriteRule []*OriginRewriteRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginRewriteForUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteForUpdateCdnConfigInput) SetOriginRewriteRule ¶
func (s *OriginRewriteForUpdateCdnConfigInput) SetOriginRewriteRule(v []*OriginRewriteRuleForUpdateCdnConfigInput) *OriginRewriteForUpdateCdnConfigInput
SetOriginRewriteRule sets the OriginRewriteRule field's value.
func (*OriginRewriteForUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginRewriteForUpdateCdnConfigInput) SetSwitch(v bool) *OriginRewriteForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginRewriteForUpdateCdnConfigInput) String ¶
func (s OriginRewriteForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteRuleForAddCdnDomainInput ¶
type OriginRewriteRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` OriginRewriteAction *OriginRewriteActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRewriteRuleForAddCdnDomainInput) GoString ¶
func (s OriginRewriteRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginRewriteRuleForAddCdnDomainInput) SetCondition ¶
func (s *OriginRewriteRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *OriginRewriteRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*OriginRewriteRuleForAddCdnDomainInput) SetOriginRewriteAction ¶
func (s *OriginRewriteRuleForAddCdnDomainInput) SetOriginRewriteAction(v *OriginRewriteActionForAddCdnDomainInput) *OriginRewriteRuleForAddCdnDomainInput
SetOriginRewriteAction sets the OriginRewriteAction field's value.
func (OriginRewriteRuleForAddCdnDomainInput) String ¶
func (s OriginRewriteRuleForAddCdnDomainInput) String() string
String returns the string representation
type OriginRewriteRuleForBatchUpdateCdnConfigInput ¶
type OriginRewriteRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` OriginRewriteAction *OriginRewriteActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRewriteRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *OriginRewriteRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *OriginRewriteRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginRewriteRuleForBatchUpdateCdnConfigInput) SetOriginRewriteAction ¶
func (s *OriginRewriteRuleForBatchUpdateCdnConfigInput) SetOriginRewriteAction(v *OriginRewriteActionForBatchUpdateCdnConfigInput) *OriginRewriteRuleForBatchUpdateCdnConfigInput
SetOriginRewriteAction sets the OriginRewriteAction field's value.
func (OriginRewriteRuleForBatchUpdateCdnConfigInput) String ¶
func (s OriginRewriteRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRewriteRuleForDescribeCdnConfigOutput ¶
type OriginRewriteRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` OriginRewriteAction *OriginRewriteActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (OriginRewriteRuleForDescribeCdnConfigOutput) GoString ¶
func (s OriginRewriteRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginRewriteRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *OriginRewriteRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *OriginRewriteRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*OriginRewriteRuleForDescribeCdnConfigOutput) SetOriginRewriteAction ¶
func (s *OriginRewriteRuleForDescribeCdnConfigOutput) SetOriginRewriteAction(v *OriginRewriteActionForDescribeCdnConfigOutput) *OriginRewriteRuleForDescribeCdnConfigOutput
SetOriginRewriteAction sets the OriginRewriteAction field's value.
func (OriginRewriteRuleForDescribeCdnConfigOutput) String ¶
func (s OriginRewriteRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginRewriteRuleForUpdateCdnConfigInput ¶
type OriginRewriteRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` OriginRewriteAction *OriginRewriteActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRewriteRuleForUpdateCdnConfigInput) GoString ¶
func (s OriginRewriteRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRewriteRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *OriginRewriteRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *OriginRewriteRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*OriginRewriteRuleForUpdateCdnConfigInput) SetOriginRewriteAction ¶
func (s *OriginRewriteRuleForUpdateCdnConfigInput) SetOriginRewriteAction(v *OriginRewriteActionForUpdateCdnConfigInput) *OriginRewriteRuleForUpdateCdnConfigInput
SetOriginRewriteAction sets the OriginRewriteAction field's value.
func (OriginRewriteRuleForUpdateCdnConfigInput) String ¶
func (s OriginRewriteRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRuleForAddCdnDomainInput ¶ added in v1.0.147
type OriginRuleForAddCdnDomainInput struct { Actions *ActionsForAddCdnDomainInput `type:"structure"` Condition *ConvertConvertConditionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRuleForAddCdnDomainInput) GoString ¶ added in v1.0.147
func (s OriginRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginRuleForAddCdnDomainInput) SetActions ¶ added in v1.0.147
func (s *OriginRuleForAddCdnDomainInput) SetActions(v *ActionsForAddCdnDomainInput) *OriginRuleForAddCdnDomainInput
SetActions sets the Actions field's value.
func (*OriginRuleForAddCdnDomainInput) SetCondition ¶ added in v1.0.147
func (s *OriginRuleForAddCdnDomainInput) SetCondition(v *ConvertConvertConditionForAddCdnDomainInput) *OriginRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (OriginRuleForAddCdnDomainInput) String ¶ added in v1.0.147
func (s OriginRuleForAddCdnDomainInput) String() string
String returns the string representation
type OriginRuleForBatchUpdateCdnConfigInput ¶ added in v1.0.147
type OriginRuleForBatchUpdateCdnConfigInput struct { Actions *ActionsForBatchUpdateCdnConfigInput `type:"structure"` Condition *ConvertConvertConditionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRuleForBatchUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRuleForBatchUpdateCdnConfigInput) SetActions ¶ added in v1.0.147
func (s *OriginRuleForBatchUpdateCdnConfigInput) SetActions(v *ActionsForBatchUpdateCdnConfigInput) *OriginRuleForBatchUpdateCdnConfigInput
SetActions sets the Actions field's value.
func (*OriginRuleForBatchUpdateCdnConfigInput) SetCondition ¶ added in v1.0.147
func (s *OriginRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConvertConvertConditionForBatchUpdateCdnConfigInput) *OriginRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (OriginRuleForBatchUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginRuleForDescribeCdnConfigOutput ¶ added in v1.0.147
type OriginRuleForDescribeCdnConfigOutput struct { Actions *ActionsForDescribeCdnConfigOutput `type:"structure"` Condition *ConvertConvertConditionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (OriginRuleForDescribeCdnConfigOutput) GoString ¶ added in v1.0.147
func (s OriginRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginRuleForDescribeCdnConfigOutput) SetActions ¶ added in v1.0.147
func (s *OriginRuleForDescribeCdnConfigOutput) SetActions(v *ActionsForDescribeCdnConfigOutput) *OriginRuleForDescribeCdnConfigOutput
SetActions sets the Actions field's value.
func (*OriginRuleForDescribeCdnConfigOutput) SetCondition ¶ added in v1.0.147
func (s *OriginRuleForDescribeCdnConfigOutput) SetCondition(v *ConvertConvertConditionForDescribeCdnConfigOutput) *OriginRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (OriginRuleForDescribeCdnConfigOutput) String ¶ added in v1.0.147
func (s OriginRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginRuleForUpdateCdnConfigInput ¶ added in v1.0.147
type OriginRuleForUpdateCdnConfigInput struct { Actions *ActionsForUpdateCdnConfigInput `type:"structure"` Condition *ConvertConvertConditionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (OriginRuleForUpdateCdnConfigInput) GoString ¶ added in v1.0.147
func (s OriginRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginRuleForUpdateCdnConfigInput) SetActions ¶ added in v1.0.147
func (s *OriginRuleForUpdateCdnConfigInput) SetActions(v *ActionsForUpdateCdnConfigInput) *OriginRuleForUpdateCdnConfigInput
SetActions sets the Actions field's value.
func (*OriginRuleForUpdateCdnConfigInput) SetCondition ¶ added in v1.0.147
func (s *OriginRuleForUpdateCdnConfigInput) SetCondition(v *ConvertConvertConditionForUpdateCdnConfigInput) *OriginRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (OriginRuleForUpdateCdnConfigInput) String ¶ added in v1.0.147
func (s OriginRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type OriginSniForAddCdnDomainInput ¶
type OriginSniForAddCdnDomainInput struct { SniDomain *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginSniForAddCdnDomainInput) GoString ¶
func (s OriginSniForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*OriginSniForAddCdnDomainInput) SetSniDomain ¶
func (s *OriginSniForAddCdnDomainInput) SetSniDomain(v string) *OriginSniForAddCdnDomainInput
SetSniDomain sets the SniDomain field's value.
func (*OriginSniForAddCdnDomainInput) SetSwitch ¶
func (s *OriginSniForAddCdnDomainInput) SetSwitch(v bool) *OriginSniForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (OriginSniForAddCdnDomainInput) String ¶
func (s OriginSniForAddCdnDomainInput) String() string
String returns the string representation
type OriginSniForBatchUpdateCdnConfigInput ¶
type OriginSniForBatchUpdateCdnConfigInput struct { SniDomain *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginSniForBatchUpdateCdnConfigInput) GoString ¶
func (s OriginSniForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginSniForBatchUpdateCdnConfigInput) SetSniDomain ¶
func (s *OriginSniForBatchUpdateCdnConfigInput) SetSniDomain(v string) *OriginSniForBatchUpdateCdnConfigInput
SetSniDomain sets the SniDomain field's value.
func (*OriginSniForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginSniForBatchUpdateCdnConfigInput) SetSwitch(v bool) *OriginSniForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginSniForBatchUpdateCdnConfigInput) String ¶
func (s OriginSniForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type OriginSniForDescribeCdnConfigOutput ¶
type OriginSniForDescribeCdnConfigOutput struct { SniDomain *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginSniForDescribeCdnConfigOutput) GoString ¶
func (s OriginSniForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*OriginSniForDescribeCdnConfigOutput) SetSniDomain ¶
func (s *OriginSniForDescribeCdnConfigOutput) SetSniDomain(v string) *OriginSniForDescribeCdnConfigOutput
SetSniDomain sets the SniDomain field's value.
func (*OriginSniForDescribeCdnConfigOutput) SetSwitch ¶
func (s *OriginSniForDescribeCdnConfigOutput) SetSwitch(v bool) *OriginSniForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (OriginSniForDescribeCdnConfigOutput) String ¶
func (s OriginSniForDescribeCdnConfigOutput) String() string
String returns the string representation
type OriginSniForUpdateCdnConfigInput ¶
type OriginSniForUpdateCdnConfigInput struct { SniDomain *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (OriginSniForUpdateCdnConfigInput) GoString ¶
func (s OriginSniForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*OriginSniForUpdateCdnConfigInput) SetSniDomain ¶
func (s *OriginSniForUpdateCdnConfigInput) SetSniDomain(v string) *OriginSniForUpdateCdnConfigInput
SetSniDomain sets the SniDomain field's value.
func (*OriginSniForUpdateCdnConfigInput) SetSwitch ¶
func (s *OriginSniForUpdateCdnConfigInput) SetSwitch(v bool) *OriginSniForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (OriginSniForUpdateCdnConfigInput) String ¶
func (s OriginSniForUpdateCdnConfigInput) String() string
String returns the string representation
type OtherCertConfigForDescribeCertConfigOutput ¶
type OtherCertConfigForDescribeCertConfigOutput struct { CerStatus *string `type:"string"` Domain *string `type:"string"` DomainLock *DomainLockForDescribeCertConfigOutput `type:"structure"` Status *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (OtherCertConfigForDescribeCertConfigOutput) GoString ¶
func (s OtherCertConfigForDescribeCertConfigOutput) GoString() string
GoString returns the string representation
func (*OtherCertConfigForDescribeCertConfigOutput) SetCerStatus ¶
func (s *OtherCertConfigForDescribeCertConfigOutput) SetCerStatus(v string) *OtherCertConfigForDescribeCertConfigOutput
SetCerStatus sets the CerStatus field's value.
func (*OtherCertConfigForDescribeCertConfigOutput) SetDomain ¶
func (s *OtherCertConfigForDescribeCertConfigOutput) SetDomain(v string) *OtherCertConfigForDescribeCertConfigOutput
SetDomain sets the Domain field's value.
func (*OtherCertConfigForDescribeCertConfigOutput) SetDomainLock ¶
func (s *OtherCertConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *OtherCertConfigForDescribeCertConfigOutput
SetDomainLock sets the DomainLock field's value.
func (*OtherCertConfigForDescribeCertConfigOutput) SetStatus ¶
func (s *OtherCertConfigForDescribeCertConfigOutput) SetStatus(v string) *OtherCertConfigForDescribeCertConfigOutput
SetStatus sets the Status field's value.
func (*OtherCertConfigForDescribeCertConfigOutput) SetType ¶
func (s *OtherCertConfigForDescribeCertConfigOutput) SetType(v string) *OtherCertConfigForDescribeCertConfigOutput
SetType sets the Type field's value.
func (OtherCertConfigForDescribeCertConfigOutput) String ¶
func (s OtherCertConfigForDescribeCertConfigOutput) String() string
String returns the string representation
type PageOptimizationForAddCdnDomainInput ¶
type PageOptimizationForAddCdnDomainInput struct { OptimizationType []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (PageOptimizationForAddCdnDomainInput) GoString ¶
func (s PageOptimizationForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*PageOptimizationForAddCdnDomainInput) SetOptimizationType ¶
func (s *PageOptimizationForAddCdnDomainInput) SetOptimizationType(v []*string) *PageOptimizationForAddCdnDomainInput
SetOptimizationType sets the OptimizationType field's value.
func (*PageOptimizationForAddCdnDomainInput) SetSwitch ¶
func (s *PageOptimizationForAddCdnDomainInput) SetSwitch(v bool) *PageOptimizationForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (PageOptimizationForAddCdnDomainInput) String ¶
func (s PageOptimizationForAddCdnDomainInput) String() string
String returns the string representation
type PageOptimizationForBatchUpdateCdnConfigInput ¶
type PageOptimizationForBatchUpdateCdnConfigInput struct { OptimizationType []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (PageOptimizationForBatchUpdateCdnConfigInput) GoString ¶
func (s PageOptimizationForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*PageOptimizationForBatchUpdateCdnConfigInput) SetOptimizationType ¶
func (s *PageOptimizationForBatchUpdateCdnConfigInput) SetOptimizationType(v []*string) *PageOptimizationForBatchUpdateCdnConfigInput
SetOptimizationType sets the OptimizationType field's value.
func (*PageOptimizationForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *PageOptimizationForBatchUpdateCdnConfigInput) SetSwitch(v bool) *PageOptimizationForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (PageOptimizationForBatchUpdateCdnConfigInput) String ¶
func (s PageOptimizationForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type PageOptimizationForDescribeCdnConfigOutput ¶
type PageOptimizationForDescribeCdnConfigOutput struct { OptimizationType []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (PageOptimizationForDescribeCdnConfigOutput) GoString ¶
func (s PageOptimizationForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*PageOptimizationForDescribeCdnConfigOutput) SetOptimizationType ¶
func (s *PageOptimizationForDescribeCdnConfigOutput) SetOptimizationType(v []*string) *PageOptimizationForDescribeCdnConfigOutput
SetOptimizationType sets the OptimizationType field's value.
func (*PageOptimizationForDescribeCdnConfigOutput) SetSwitch ¶
func (s *PageOptimizationForDescribeCdnConfigOutput) SetSwitch(v bool) *PageOptimizationForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (PageOptimizationForDescribeCdnConfigOutput) String ¶
func (s PageOptimizationForDescribeCdnConfigOutput) String() string
String returns the string representation
type PageOptimizationForUpdateCdnConfigInput ¶
type PageOptimizationForUpdateCdnConfigInput struct { OptimizationType []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (PageOptimizationForUpdateCdnConfigInput) GoString ¶
func (s PageOptimizationForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*PageOptimizationForUpdateCdnConfigInput) SetOptimizationType ¶
func (s *PageOptimizationForUpdateCdnConfigInput) SetOptimizationType(v []*string) *PageOptimizationForUpdateCdnConfigInput
SetOptimizationType sets the OptimizationType field's value.
func (*PageOptimizationForUpdateCdnConfigInput) SetSwitch ¶
func (s *PageOptimizationForUpdateCdnConfigInput) SetSwitch(v bool) *PageOptimizationForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (PageOptimizationForUpdateCdnConfigInput) String ¶
func (s PageOptimizationForUpdateCdnConfigInput) String() string
String returns the string representation
type PrivateBucketAuthForAddCdnDomainInput ¶
type PrivateBucketAuthForAddCdnDomainInput struct { AuthType *string `type:"string"` Switch *bool `type:"boolean"` TosAuthInformation *TosAuthInformationForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (PrivateBucketAuthForAddCdnDomainInput) GoString ¶
func (s PrivateBucketAuthForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*PrivateBucketAuthForAddCdnDomainInput) SetAuthType ¶
func (s *PrivateBucketAuthForAddCdnDomainInput) SetAuthType(v string) *PrivateBucketAuthForAddCdnDomainInput
SetAuthType sets the AuthType field's value.
func (*PrivateBucketAuthForAddCdnDomainInput) SetSwitch ¶
func (s *PrivateBucketAuthForAddCdnDomainInput) SetSwitch(v bool) *PrivateBucketAuthForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (*PrivateBucketAuthForAddCdnDomainInput) SetTosAuthInformation ¶
func (s *PrivateBucketAuthForAddCdnDomainInput) SetTosAuthInformation(v *TosAuthInformationForAddCdnDomainInput) *PrivateBucketAuthForAddCdnDomainInput
SetTosAuthInformation sets the TosAuthInformation field's value.
func (PrivateBucketAuthForAddCdnDomainInput) String ¶
func (s PrivateBucketAuthForAddCdnDomainInput) String() string
String returns the string representation
type PrivateBucketAuthForBatchUpdateCdnConfigInput ¶
type PrivateBucketAuthForBatchUpdateCdnConfigInput struct { AuthType *string `type:"string"` Switch *bool `type:"boolean"` TosAuthInformation *TosAuthInformationForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (PrivateBucketAuthForBatchUpdateCdnConfigInput) GoString ¶
func (s PrivateBucketAuthForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*PrivateBucketAuthForBatchUpdateCdnConfigInput) SetAuthType ¶
func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetAuthType(v string) *PrivateBucketAuthForBatchUpdateCdnConfigInput
SetAuthType sets the AuthType field's value.
func (*PrivateBucketAuthForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *PrivateBucketAuthForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*PrivateBucketAuthForBatchUpdateCdnConfigInput) SetTosAuthInformation ¶
func (s *PrivateBucketAuthForBatchUpdateCdnConfigInput) SetTosAuthInformation(v *TosAuthInformationForBatchUpdateCdnConfigInput) *PrivateBucketAuthForBatchUpdateCdnConfigInput
SetTosAuthInformation sets the TosAuthInformation field's value.
func (PrivateBucketAuthForBatchUpdateCdnConfigInput) String ¶
func (s PrivateBucketAuthForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type PrivateBucketAuthForDescribeCdnConfigOutput ¶
type PrivateBucketAuthForDescribeCdnConfigOutput struct { AuthType *string `type:"string"` Switch *bool `type:"boolean"` TosAuthInformation *TosAuthInformationForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (PrivateBucketAuthForDescribeCdnConfigOutput) GoString ¶
func (s PrivateBucketAuthForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*PrivateBucketAuthForDescribeCdnConfigOutput) SetAuthType ¶
func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetAuthType(v string) *PrivateBucketAuthForDescribeCdnConfigOutput
SetAuthType sets the AuthType field's value.
func (*PrivateBucketAuthForDescribeCdnConfigOutput) SetSwitch ¶
func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *PrivateBucketAuthForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (*PrivateBucketAuthForDescribeCdnConfigOutput) SetTosAuthInformation ¶
func (s *PrivateBucketAuthForDescribeCdnConfigOutput) SetTosAuthInformation(v *TosAuthInformationForDescribeCdnConfigOutput) *PrivateBucketAuthForDescribeCdnConfigOutput
SetTosAuthInformation sets the TosAuthInformation field's value.
func (PrivateBucketAuthForDescribeCdnConfigOutput) String ¶
func (s PrivateBucketAuthForDescribeCdnConfigOutput) String() string
String returns the string representation
type PrivateBucketAuthForUpdateCdnConfigInput ¶
type PrivateBucketAuthForUpdateCdnConfigInput struct { AuthType *string `type:"string"` Switch *bool `type:"boolean"` TosAuthInformation *TosAuthInformationForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (PrivateBucketAuthForUpdateCdnConfigInput) GoString ¶
func (s PrivateBucketAuthForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*PrivateBucketAuthForUpdateCdnConfigInput) SetAuthType ¶
func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetAuthType(v string) *PrivateBucketAuthForUpdateCdnConfigInput
SetAuthType sets the AuthType field's value.
func (*PrivateBucketAuthForUpdateCdnConfigInput) SetSwitch ¶
func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetSwitch(v bool) *PrivateBucketAuthForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*PrivateBucketAuthForUpdateCdnConfigInput) SetTosAuthInformation ¶
func (s *PrivateBucketAuthForUpdateCdnConfigInput) SetTosAuthInformation(v *TosAuthInformationForUpdateCdnConfigInput) *PrivateBucketAuthForUpdateCdnConfigInput
SetTosAuthInformation sets the TosAuthInformation field's value.
func (PrivateBucketAuthForUpdateCdnConfigInput) String ¶
func (s PrivateBucketAuthForUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringComponentsForAddCdnDomainInput ¶
type QueryStringComponentsForAddCdnDomainInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringComponentsForAddCdnDomainInput) GoString ¶
func (s QueryStringComponentsForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*QueryStringComponentsForAddCdnDomainInput) SetAction ¶
func (s *QueryStringComponentsForAddCdnDomainInput) SetAction(v string) *QueryStringComponentsForAddCdnDomainInput
SetAction sets the Action field's value.
func (*QueryStringComponentsForAddCdnDomainInput) SetValue ¶
func (s *QueryStringComponentsForAddCdnDomainInput) SetValue(v string) *QueryStringComponentsForAddCdnDomainInput
SetValue sets the Value field's value.
func (QueryStringComponentsForAddCdnDomainInput) String ¶
func (s QueryStringComponentsForAddCdnDomainInput) String() string
String returns the string representation
type QueryStringComponentsForBatchUpdateCdnConfigInput ¶
type QueryStringComponentsForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringComponentsForBatchUpdateCdnConfigInput) GoString ¶
func (s QueryStringComponentsForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringComponentsForBatchUpdateCdnConfigInput) SetAction ¶
func (s *QueryStringComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *QueryStringComponentsForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*QueryStringComponentsForBatchUpdateCdnConfigInput) SetValue ¶
func (s *QueryStringComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *QueryStringComponentsForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (QueryStringComponentsForBatchUpdateCdnConfigInput) String ¶
func (s QueryStringComponentsForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringComponentsForDescribeCdnConfigOutput ¶
type QueryStringComponentsForDescribeCdnConfigOutput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringComponentsForDescribeCdnConfigOutput) GoString ¶
func (s QueryStringComponentsForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*QueryStringComponentsForDescribeCdnConfigOutput) SetAction ¶
func (s *QueryStringComponentsForDescribeCdnConfigOutput) SetAction(v string) *QueryStringComponentsForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*QueryStringComponentsForDescribeCdnConfigOutput) SetValue ¶
func (s *QueryStringComponentsForDescribeCdnConfigOutput) SetValue(v string) *QueryStringComponentsForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (QueryStringComponentsForDescribeCdnConfigOutput) String ¶
func (s QueryStringComponentsForDescribeCdnConfigOutput) String() string
String returns the string representation
type QueryStringComponentsForUpdateCdnConfigInput ¶
type QueryStringComponentsForUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringComponentsForUpdateCdnConfigInput) GoString ¶
func (s QueryStringComponentsForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringComponentsForUpdateCdnConfigInput) SetAction ¶
func (s *QueryStringComponentsForUpdateCdnConfigInput) SetAction(v string) *QueryStringComponentsForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*QueryStringComponentsForUpdateCdnConfigInput) SetValue ¶
func (s *QueryStringComponentsForUpdateCdnConfigInput) SetValue(v string) *QueryStringComponentsForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (QueryStringComponentsForUpdateCdnConfigInput) String ¶
func (s QueryStringComponentsForUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringInstanceForAddCdnDomainInput ¶
type QueryStringInstanceForAddCdnDomainInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringInstanceForAddCdnDomainInput) GoString ¶
func (s QueryStringInstanceForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*QueryStringInstanceForAddCdnDomainInput) SetAction ¶
func (s *QueryStringInstanceForAddCdnDomainInput) SetAction(v string) *QueryStringInstanceForAddCdnDomainInput
SetAction sets the Action field's value.
func (*QueryStringInstanceForAddCdnDomainInput) SetKey ¶
func (s *QueryStringInstanceForAddCdnDomainInput) SetKey(v string) *QueryStringInstanceForAddCdnDomainInput
SetKey sets the Key field's value.
func (*QueryStringInstanceForAddCdnDomainInput) SetValue ¶
func (s *QueryStringInstanceForAddCdnDomainInput) SetValue(v string) *QueryStringInstanceForAddCdnDomainInput
SetValue sets the Value field's value.
func (*QueryStringInstanceForAddCdnDomainInput) SetValueType ¶
func (s *QueryStringInstanceForAddCdnDomainInput) SetValueType(v string) *QueryStringInstanceForAddCdnDomainInput
SetValueType sets the ValueType field's value.
func (QueryStringInstanceForAddCdnDomainInput) String ¶
func (s QueryStringInstanceForAddCdnDomainInput) String() string
String returns the string representation
type QueryStringInstanceForBatchUpdateCdnConfigInput ¶
type QueryStringInstanceForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringInstanceForBatchUpdateCdnConfigInput) GoString ¶
func (s QueryStringInstanceForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringInstanceForBatchUpdateCdnConfigInput) SetAction ¶
func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*QueryStringInstanceForBatchUpdateCdnConfigInput) SetKey ¶
func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*QueryStringInstanceForBatchUpdateCdnConfigInput) SetValue ¶
func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*QueryStringInstanceForBatchUpdateCdnConfigInput) SetValueType ¶
func (s *QueryStringInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *QueryStringInstanceForBatchUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (QueryStringInstanceForBatchUpdateCdnConfigInput) String ¶
func (s QueryStringInstanceForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringInstanceForDescribeCdnConfigOutput ¶
type QueryStringInstanceForDescribeCdnConfigOutput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringInstanceForDescribeCdnConfigOutput) GoString ¶
func (s QueryStringInstanceForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*QueryStringInstanceForDescribeCdnConfigOutput) SetAction ¶
func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetAction(v string) *QueryStringInstanceForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*QueryStringInstanceForDescribeCdnConfigOutput) SetKey ¶
func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetKey(v string) *QueryStringInstanceForDescribeCdnConfigOutput
SetKey sets the Key field's value.
func (*QueryStringInstanceForDescribeCdnConfigOutput) SetValue ¶
func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetValue(v string) *QueryStringInstanceForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (*QueryStringInstanceForDescribeCdnConfigOutput) SetValueType ¶
func (s *QueryStringInstanceForDescribeCdnConfigOutput) SetValueType(v string) *QueryStringInstanceForDescribeCdnConfigOutput
SetValueType sets the ValueType field's value.
func (QueryStringInstanceForDescribeCdnConfigOutput) String ¶
func (s QueryStringInstanceForDescribeCdnConfigOutput) String() string
String returns the string representation
type QueryStringInstanceForUpdateCdnConfigInput ¶
type QueryStringInstanceForUpdateCdnConfigInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (QueryStringInstanceForUpdateCdnConfigInput) GoString ¶
func (s QueryStringInstanceForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringInstanceForUpdateCdnConfigInput) SetAction ¶
func (s *QueryStringInstanceForUpdateCdnConfigInput) SetAction(v string) *QueryStringInstanceForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*QueryStringInstanceForUpdateCdnConfigInput) SetKey ¶
func (s *QueryStringInstanceForUpdateCdnConfigInput) SetKey(v string) *QueryStringInstanceForUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*QueryStringInstanceForUpdateCdnConfigInput) SetValue ¶
func (s *QueryStringInstanceForUpdateCdnConfigInput) SetValue(v string) *QueryStringInstanceForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*QueryStringInstanceForUpdateCdnConfigInput) SetValueType ¶
func (s *QueryStringInstanceForUpdateCdnConfigInput) SetValueType(v string) *QueryStringInstanceForUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (QueryStringInstanceForUpdateCdnConfigInput) String ¶
func (s QueryStringInstanceForUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringRulesForAddCdnDomainInput ¶
type QueryStringRulesForAddCdnDomainInput struct { QueryStringComponents *QueryStringComponentsForAddCdnDomainInput `type:"structure"` QueryStringInstances []*QueryStringInstanceForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (QueryStringRulesForAddCdnDomainInput) GoString ¶
func (s QueryStringRulesForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*QueryStringRulesForAddCdnDomainInput) SetQueryStringComponents ¶
func (s *QueryStringRulesForAddCdnDomainInput) SetQueryStringComponents(v *QueryStringComponentsForAddCdnDomainInput) *QueryStringRulesForAddCdnDomainInput
SetQueryStringComponents sets the QueryStringComponents field's value.
func (*QueryStringRulesForAddCdnDomainInput) SetQueryStringInstances ¶
func (s *QueryStringRulesForAddCdnDomainInput) SetQueryStringInstances(v []*QueryStringInstanceForAddCdnDomainInput) *QueryStringRulesForAddCdnDomainInput
SetQueryStringInstances sets the QueryStringInstances field's value.
func (QueryStringRulesForAddCdnDomainInput) String ¶
func (s QueryStringRulesForAddCdnDomainInput) String() string
String returns the string representation
type QueryStringRulesForBatchUpdateCdnConfigInput ¶
type QueryStringRulesForBatchUpdateCdnConfigInput struct { QueryStringComponents *QueryStringComponentsForBatchUpdateCdnConfigInput `type:"structure"` QueryStringInstances []*QueryStringInstanceForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (QueryStringRulesForBatchUpdateCdnConfigInput) GoString ¶
func (s QueryStringRulesForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringComponents ¶
func (s *QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringComponents(v *QueryStringComponentsForBatchUpdateCdnConfigInput) *QueryStringRulesForBatchUpdateCdnConfigInput
SetQueryStringComponents sets the QueryStringComponents field's value.
func (*QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringInstances ¶
func (s *QueryStringRulesForBatchUpdateCdnConfigInput) SetQueryStringInstances(v []*QueryStringInstanceForBatchUpdateCdnConfigInput) *QueryStringRulesForBatchUpdateCdnConfigInput
SetQueryStringInstances sets the QueryStringInstances field's value.
func (QueryStringRulesForBatchUpdateCdnConfigInput) String ¶
func (s QueryStringRulesForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type QueryStringRulesForDescribeCdnConfigOutput ¶
type QueryStringRulesForDescribeCdnConfigOutput struct { QueryStringComponents *QueryStringComponentsForDescribeCdnConfigOutput `type:"structure"` QueryStringInstances []*QueryStringInstanceForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (QueryStringRulesForDescribeCdnConfigOutput) GoString ¶
func (s QueryStringRulesForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringComponents ¶
func (s *QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringComponents(v *QueryStringComponentsForDescribeCdnConfigOutput) *QueryStringRulesForDescribeCdnConfigOutput
SetQueryStringComponents sets the QueryStringComponents field's value.
func (*QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringInstances ¶
func (s *QueryStringRulesForDescribeCdnConfigOutput) SetQueryStringInstances(v []*QueryStringInstanceForDescribeCdnConfigOutput) *QueryStringRulesForDescribeCdnConfigOutput
SetQueryStringInstances sets the QueryStringInstances field's value.
func (QueryStringRulesForDescribeCdnConfigOutput) String ¶
func (s QueryStringRulesForDescribeCdnConfigOutput) String() string
String returns the string representation
type QueryStringRulesForUpdateCdnConfigInput ¶
type QueryStringRulesForUpdateCdnConfigInput struct { QueryStringComponents *QueryStringComponentsForUpdateCdnConfigInput `type:"structure"` QueryStringInstances []*QueryStringInstanceForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (QueryStringRulesForUpdateCdnConfigInput) GoString ¶
func (s QueryStringRulesForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QueryStringRulesForUpdateCdnConfigInput) SetQueryStringComponents ¶
func (s *QueryStringRulesForUpdateCdnConfigInput) SetQueryStringComponents(v *QueryStringComponentsForUpdateCdnConfigInput) *QueryStringRulesForUpdateCdnConfigInput
SetQueryStringComponents sets the QueryStringComponents field's value.
func (*QueryStringRulesForUpdateCdnConfigInput) SetQueryStringInstances ¶
func (s *QueryStringRulesForUpdateCdnConfigInput) SetQueryStringInstances(v []*QueryStringInstanceForUpdateCdnConfigInput) *QueryStringRulesForUpdateCdnConfigInput
SetQueryStringInstances sets the QueryStringInstances field's value.
func (QueryStringRulesForUpdateCdnConfigInput) String ¶
func (s QueryStringRulesForUpdateCdnConfigInput) String() string
String returns the string representation
type QuicForAddCdnDomainInput ¶
type QuicForAddCdnDomainInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (QuicForAddCdnDomainInput) GoString ¶
func (s QuicForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*QuicForAddCdnDomainInput) SetSwitch ¶
func (s *QuicForAddCdnDomainInput) SetSwitch(v bool) *QuicForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (QuicForAddCdnDomainInput) String ¶
func (s QuicForAddCdnDomainInput) String() string
String returns the string representation
type QuicForBatchUpdateCdnConfigInput ¶
type QuicForBatchUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (QuicForBatchUpdateCdnConfigInput) GoString ¶
func (s QuicForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QuicForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *QuicForBatchUpdateCdnConfigInput) SetSwitch(v bool) *QuicForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (QuicForBatchUpdateCdnConfigInput) String ¶
func (s QuicForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type QuicForDescribeCdnConfigOutput ¶
type QuicForDescribeCdnConfigOutput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (QuicForDescribeCdnConfigOutput) GoString ¶
func (s QuicForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*QuicForDescribeCdnConfigOutput) SetSwitch ¶
func (s *QuicForDescribeCdnConfigOutput) SetSwitch(v bool) *QuicForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (QuicForDescribeCdnConfigOutput) String ¶
func (s QuicForDescribeCdnConfigOutput) String() string
String returns the string representation
type QuicForUpdateCdnConfigInput ¶
type QuicForUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (QuicForUpdateCdnConfigInput) GoString ¶
func (s QuicForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*QuicForUpdateCdnConfigInput) SetSwitch ¶
func (s *QuicForUpdateCdnConfigInput) SetSwitch(v bool) *QuicForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (QuicForUpdateCdnConfigInput) String ¶
func (s QuicForUpdateCdnConfigInput) String() string
String returns the string representation
type RankingDataListForDescribeStatisticalRankingOutput ¶ added in v1.0.147
type RankingDataListForDescribeStatisticalRankingOutput struct { ItemKey *string `type:"string"` ItemKeyCN *string `type:"string"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (RankingDataListForDescribeStatisticalRankingOutput) GoString ¶ added in v1.0.147
func (s RankingDataListForDescribeStatisticalRankingOutput) GoString() string
GoString returns the string representation
func (*RankingDataListForDescribeStatisticalRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *RankingDataListForDescribeStatisticalRankingOutput) SetItemKey(v string) *RankingDataListForDescribeStatisticalRankingOutput
SetItemKey sets the ItemKey field's value.
func (*RankingDataListForDescribeStatisticalRankingOutput) SetItemKeyCN ¶ added in v1.0.147
func (s *RankingDataListForDescribeStatisticalRankingOutput) SetItemKeyCN(v string) *RankingDataListForDescribeStatisticalRankingOutput
SetItemKeyCN sets the ItemKeyCN field's value.
func (*RankingDataListForDescribeStatisticalRankingOutput) SetValue ¶ added in v1.0.147
func (s *RankingDataListForDescribeStatisticalRankingOutput) SetValue(v float64) *RankingDataListForDescribeStatisticalRankingOutput
SetValue sets the Value field's value.
func (RankingDataListForDescribeStatisticalRankingOutput) String ¶ added in v1.0.147
func (s RankingDataListForDescribeStatisticalRankingOutput) String() string
String returns the string representation
type RedirectionActionForAddCdnDomainInput ¶
type RedirectionActionForAddCdnDomainInput struct { RedirectCode *string `type:"string"` SourcePath *string `type:"string"` TargetHost *string `type:"string"` TargetPath *string `type:"string"` TargetProtocol *string `type:"string"` TargetQueryComponents *TargetQueryComponentsForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionActionForAddCdnDomainInput) GoString ¶
func (s RedirectionActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RedirectionActionForAddCdnDomainInput) SetRedirectCode ¶
func (s *RedirectionActionForAddCdnDomainInput) SetRedirectCode(v string) *RedirectionActionForAddCdnDomainInput
SetRedirectCode sets the RedirectCode field's value.
func (*RedirectionActionForAddCdnDomainInput) SetSourcePath ¶
func (s *RedirectionActionForAddCdnDomainInput) SetSourcePath(v string) *RedirectionActionForAddCdnDomainInput
SetSourcePath sets the SourcePath field's value.
func (*RedirectionActionForAddCdnDomainInput) SetTargetHost ¶
func (s *RedirectionActionForAddCdnDomainInput) SetTargetHost(v string) *RedirectionActionForAddCdnDomainInput
SetTargetHost sets the TargetHost field's value.
func (*RedirectionActionForAddCdnDomainInput) SetTargetPath ¶
func (s *RedirectionActionForAddCdnDomainInput) SetTargetPath(v string) *RedirectionActionForAddCdnDomainInput
SetTargetPath sets the TargetPath field's value.
func (*RedirectionActionForAddCdnDomainInput) SetTargetProtocol ¶
func (s *RedirectionActionForAddCdnDomainInput) SetTargetProtocol(v string) *RedirectionActionForAddCdnDomainInput
SetTargetProtocol sets the TargetProtocol field's value.
func (*RedirectionActionForAddCdnDomainInput) SetTargetQueryComponents ¶
func (s *RedirectionActionForAddCdnDomainInput) SetTargetQueryComponents(v *TargetQueryComponentsForAddCdnDomainInput) *RedirectionActionForAddCdnDomainInput
SetTargetQueryComponents sets the TargetQueryComponents field's value.
func (RedirectionActionForAddCdnDomainInput) String ¶
func (s RedirectionActionForAddCdnDomainInput) String() string
String returns the string representation
type RedirectionActionForBatchUpdateCdnConfigInput ¶
type RedirectionActionForBatchUpdateCdnConfigInput struct { RedirectCode *string `type:"string"` SourcePath *string `type:"string"` TargetHost *string `type:"string"` TargetPath *string `type:"string"` TargetProtocol *string `type:"string"` TargetQueryComponents *TargetQueryComponentsForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionActionForBatchUpdateCdnConfigInput) GoString ¶
func (s RedirectionActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetRedirectCode ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetRedirectCode(v string) *RedirectionActionForBatchUpdateCdnConfigInput
SetRedirectCode sets the RedirectCode field's value.
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetSourcePath ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetSourcePath(v string) *RedirectionActionForBatchUpdateCdnConfigInput
SetSourcePath sets the SourcePath field's value.
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetTargetHost ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetHost(v string) *RedirectionActionForBatchUpdateCdnConfigInput
SetTargetHost sets the TargetHost field's value.
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetTargetPath ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetPath(v string) *RedirectionActionForBatchUpdateCdnConfigInput
SetTargetPath sets the TargetPath field's value.
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetTargetProtocol ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetProtocol(v string) *RedirectionActionForBatchUpdateCdnConfigInput
SetTargetProtocol sets the TargetProtocol field's value.
func (*RedirectionActionForBatchUpdateCdnConfigInput) SetTargetQueryComponents ¶
func (s *RedirectionActionForBatchUpdateCdnConfigInput) SetTargetQueryComponents(v *TargetQueryComponentsForBatchUpdateCdnConfigInput) *RedirectionActionForBatchUpdateCdnConfigInput
SetTargetQueryComponents sets the TargetQueryComponents field's value.
func (RedirectionActionForBatchUpdateCdnConfigInput) String ¶
func (s RedirectionActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RedirectionActionForDescribeCdnConfigOutput ¶
type RedirectionActionForDescribeCdnConfigOutput struct { RedirectCode *string `type:"string"` SourcePath *string `type:"string"` TargetHost *string `type:"string"` TargetPath *string `type:"string"` TargetProtocol *string `type:"string"` TargetQueryComponents *TargetQueryComponentsForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionActionForDescribeCdnConfigOutput) GoString ¶
func (s RedirectionActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RedirectionActionForDescribeCdnConfigOutput) SetRedirectCode ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetRedirectCode(v string) *RedirectionActionForDescribeCdnConfigOutput
SetRedirectCode sets the RedirectCode field's value.
func (*RedirectionActionForDescribeCdnConfigOutput) SetSourcePath ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetSourcePath(v string) *RedirectionActionForDescribeCdnConfigOutput
SetSourcePath sets the SourcePath field's value.
func (*RedirectionActionForDescribeCdnConfigOutput) SetTargetHost ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetHost(v string) *RedirectionActionForDescribeCdnConfigOutput
SetTargetHost sets the TargetHost field's value.
func (*RedirectionActionForDescribeCdnConfigOutput) SetTargetPath ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetPath(v string) *RedirectionActionForDescribeCdnConfigOutput
SetTargetPath sets the TargetPath field's value.
func (*RedirectionActionForDescribeCdnConfigOutput) SetTargetProtocol ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetProtocol(v string) *RedirectionActionForDescribeCdnConfigOutput
SetTargetProtocol sets the TargetProtocol field's value.
func (*RedirectionActionForDescribeCdnConfigOutput) SetTargetQueryComponents ¶
func (s *RedirectionActionForDescribeCdnConfigOutput) SetTargetQueryComponents(v *TargetQueryComponentsForDescribeCdnConfigOutput) *RedirectionActionForDescribeCdnConfigOutput
SetTargetQueryComponents sets the TargetQueryComponents field's value.
func (RedirectionActionForDescribeCdnConfigOutput) String ¶
func (s RedirectionActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type RedirectionActionForUpdateCdnConfigInput ¶
type RedirectionActionForUpdateCdnConfigInput struct { RedirectCode *string `type:"string"` SourcePath *string `type:"string"` TargetHost *string `type:"string"` TargetPath *string `type:"string"` TargetProtocol *string `type:"string"` TargetQueryComponents *TargetQueryComponentsForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionActionForUpdateCdnConfigInput) GoString ¶
func (s RedirectionActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionActionForUpdateCdnConfigInput) SetRedirectCode ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetRedirectCode(v string) *RedirectionActionForUpdateCdnConfigInput
SetRedirectCode sets the RedirectCode field's value.
func (*RedirectionActionForUpdateCdnConfigInput) SetSourcePath ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetSourcePath(v string) *RedirectionActionForUpdateCdnConfigInput
SetSourcePath sets the SourcePath field's value.
func (*RedirectionActionForUpdateCdnConfigInput) SetTargetHost ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetHost(v string) *RedirectionActionForUpdateCdnConfigInput
SetTargetHost sets the TargetHost field's value.
func (*RedirectionActionForUpdateCdnConfigInput) SetTargetPath ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetPath(v string) *RedirectionActionForUpdateCdnConfigInput
SetTargetPath sets the TargetPath field's value.
func (*RedirectionActionForUpdateCdnConfigInput) SetTargetProtocol ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetProtocol(v string) *RedirectionActionForUpdateCdnConfigInput
SetTargetProtocol sets the TargetProtocol field's value.
func (*RedirectionActionForUpdateCdnConfigInput) SetTargetQueryComponents ¶
func (s *RedirectionActionForUpdateCdnConfigInput) SetTargetQueryComponents(v *TargetQueryComponentsForUpdateCdnConfigInput) *RedirectionActionForUpdateCdnConfigInput
SetTargetQueryComponents sets the TargetQueryComponents field's value.
func (RedirectionActionForUpdateCdnConfigInput) String ¶
func (s RedirectionActionForUpdateCdnConfigInput) String() string
String returns the string representation
type RedirectionRewriteForAddCdnDomainInput ¶
type RedirectionRewriteForAddCdnDomainInput struct { RedirectionRule []*RedirectionRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RedirectionRewriteForAddCdnDomainInput) GoString ¶
func (s RedirectionRewriteForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RedirectionRewriteForAddCdnDomainInput) SetRedirectionRule ¶
func (s *RedirectionRewriteForAddCdnDomainInput) SetRedirectionRule(v []*RedirectionRuleForAddCdnDomainInput) *RedirectionRewriteForAddCdnDomainInput
SetRedirectionRule sets the RedirectionRule field's value.
func (*RedirectionRewriteForAddCdnDomainInput) SetSwitch ¶
func (s *RedirectionRewriteForAddCdnDomainInput) SetSwitch(v bool) *RedirectionRewriteForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (RedirectionRewriteForAddCdnDomainInput) String ¶
func (s RedirectionRewriteForAddCdnDomainInput) String() string
String returns the string representation
type RedirectionRewriteForBatchUpdateCdnConfigInput ¶
type RedirectionRewriteForBatchUpdateCdnConfigInput struct { RedirectionRule []*RedirectionRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RedirectionRewriteForBatchUpdateCdnConfigInput) GoString ¶
func (s RedirectionRewriteForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionRewriteForBatchUpdateCdnConfigInput) SetRedirectionRule ¶
func (s *RedirectionRewriteForBatchUpdateCdnConfigInput) SetRedirectionRule(v []*RedirectionRuleForBatchUpdateCdnConfigInput) *RedirectionRewriteForBatchUpdateCdnConfigInput
SetRedirectionRule sets the RedirectionRule field's value.
func (*RedirectionRewriteForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *RedirectionRewriteForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RedirectionRewriteForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RedirectionRewriteForBatchUpdateCdnConfigInput) String ¶
func (s RedirectionRewriteForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RedirectionRewriteForDescribeCdnConfigOutput ¶
type RedirectionRewriteForDescribeCdnConfigOutput struct { RedirectionRule []*RedirectionRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RedirectionRewriteForDescribeCdnConfigOutput) GoString ¶
func (s RedirectionRewriteForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RedirectionRewriteForDescribeCdnConfigOutput) SetRedirectionRule ¶
func (s *RedirectionRewriteForDescribeCdnConfigOutput) SetRedirectionRule(v []*RedirectionRuleForDescribeCdnConfigOutput) *RedirectionRewriteForDescribeCdnConfigOutput
SetRedirectionRule sets the RedirectionRule field's value.
func (*RedirectionRewriteForDescribeCdnConfigOutput) SetSwitch ¶
func (s *RedirectionRewriteForDescribeCdnConfigOutput) SetSwitch(v bool) *RedirectionRewriteForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (RedirectionRewriteForDescribeCdnConfigOutput) String ¶
func (s RedirectionRewriteForDescribeCdnConfigOutput) String() string
String returns the string representation
type RedirectionRewriteForUpdateCdnConfigInput ¶
type RedirectionRewriteForUpdateCdnConfigInput struct { RedirectionRule []*RedirectionRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RedirectionRewriteForUpdateCdnConfigInput) GoString ¶
func (s RedirectionRewriteForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionRewriteForUpdateCdnConfigInput) SetRedirectionRule ¶
func (s *RedirectionRewriteForUpdateCdnConfigInput) SetRedirectionRule(v []*RedirectionRuleForUpdateCdnConfigInput) *RedirectionRewriteForUpdateCdnConfigInput
SetRedirectionRule sets the RedirectionRule field's value.
func (*RedirectionRewriteForUpdateCdnConfigInput) SetSwitch ¶
func (s *RedirectionRewriteForUpdateCdnConfigInput) SetSwitch(v bool) *RedirectionRewriteForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RedirectionRewriteForUpdateCdnConfigInput) String ¶
func (s RedirectionRewriteForUpdateCdnConfigInput) String() string
String returns the string representation
type RedirectionRuleForAddCdnDomainInput ¶
type RedirectionRuleForAddCdnDomainInput struct { RedirectionAction *RedirectionActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionRuleForAddCdnDomainInput) GoString ¶
func (s RedirectionRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RedirectionRuleForAddCdnDomainInput) SetRedirectionAction ¶
func (s *RedirectionRuleForAddCdnDomainInput) SetRedirectionAction(v *RedirectionActionForAddCdnDomainInput) *RedirectionRuleForAddCdnDomainInput
SetRedirectionAction sets the RedirectionAction field's value.
func (RedirectionRuleForAddCdnDomainInput) String ¶
func (s RedirectionRuleForAddCdnDomainInput) String() string
String returns the string representation
type RedirectionRuleForBatchUpdateCdnConfigInput ¶
type RedirectionRuleForBatchUpdateCdnConfigInput struct { RedirectionAction *RedirectionActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s RedirectionRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionRuleForBatchUpdateCdnConfigInput) SetRedirectionAction ¶
func (s *RedirectionRuleForBatchUpdateCdnConfigInput) SetRedirectionAction(v *RedirectionActionForBatchUpdateCdnConfigInput) *RedirectionRuleForBatchUpdateCdnConfigInput
SetRedirectionAction sets the RedirectionAction field's value.
func (RedirectionRuleForBatchUpdateCdnConfigInput) String ¶
func (s RedirectionRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RedirectionRuleForDescribeCdnConfigOutput ¶
type RedirectionRuleForDescribeCdnConfigOutput struct { RedirectionAction *RedirectionActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionRuleForDescribeCdnConfigOutput) GoString ¶
func (s RedirectionRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RedirectionRuleForDescribeCdnConfigOutput) SetRedirectionAction ¶
func (s *RedirectionRuleForDescribeCdnConfigOutput) SetRedirectionAction(v *RedirectionActionForDescribeCdnConfigOutput) *RedirectionRuleForDescribeCdnConfigOutput
SetRedirectionAction sets the RedirectionAction field's value.
func (RedirectionRuleForDescribeCdnConfigOutput) String ¶
func (s RedirectionRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type RedirectionRuleForUpdateCdnConfigInput ¶
type RedirectionRuleForUpdateCdnConfigInput struct { RedirectionAction *RedirectionActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RedirectionRuleForUpdateCdnConfigInput) GoString ¶
func (s RedirectionRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RedirectionRuleForUpdateCdnConfigInput) SetRedirectionAction ¶
func (s *RedirectionRuleForUpdateCdnConfigInput) SetRedirectionAction(v *RedirectionActionForUpdateCdnConfigInput) *RedirectionRuleForUpdateCdnConfigInput
SetRedirectionAction sets the RedirectionAction field's value.
func (RedirectionRuleForUpdateCdnConfigInput) String ¶
func (s RedirectionRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type RefererAccessRuleForAddCdnDomainInput ¶
type RefererAccessRuleForAddCdnDomainInput struct { AllowEmpty *bool `type:"boolean"` Referers []*string `type:"list"` ReferersType *ReferersTypeForAddCdnDomainInput `type:"structure"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RefererAccessRuleForAddCdnDomainInput) GoString ¶
func (s RefererAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RefererAccessRuleForAddCdnDomainInput) SetAllowEmpty ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *RefererAccessRuleForAddCdnDomainInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*RefererAccessRuleForAddCdnDomainInput) SetReferers ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetReferers(v []*string) *RefererAccessRuleForAddCdnDomainInput
SetReferers sets the Referers field's value.
func (*RefererAccessRuleForAddCdnDomainInput) SetReferersType ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetReferersType(v *ReferersTypeForAddCdnDomainInput) *RefererAccessRuleForAddCdnDomainInput
SetReferersType sets the ReferersType field's value.
func (*RefererAccessRuleForAddCdnDomainInput) SetRuleType ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetRuleType(v string) *RefererAccessRuleForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (*RefererAccessRuleForAddCdnDomainInput) SetSharedConfig ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetSharedConfig(v *SharedConfigForAddCdnDomainInput) *RefererAccessRuleForAddCdnDomainInput
SetSharedConfig sets the SharedConfig field's value.
func (*RefererAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *RefererAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *RefererAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (RefererAccessRuleForAddCdnDomainInput) String ¶
func (s RefererAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type RefererAccessRuleForBatchUpdateCdnConfigInput ¶
type RefererAccessRuleForBatchUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` Referers []*string `type:"list"` ReferersType *ReferersTypeForBatchUpdateCdnConfigInput `type:"structure"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RefererAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s RefererAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferers ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferers(v []*string) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferersType ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetReferersType(v *ReferersTypeForBatchUpdateCdnConfigInput) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetReferersType sets the ReferersType field's value.
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForBatchUpdateCdnConfigInput) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetSharedConfig sets the SharedConfig field's value.
func (*RefererAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *RefererAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RefererAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RefererAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s RefererAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RefererAccessRuleForDescribeCdnConfigOutput ¶
type RefererAccessRuleForDescribeCdnConfigOutput struct { AllowEmpty *bool `type:"boolean"` Referers []*string `type:"list"` ReferersType *ReferersTypeForDescribeCdnConfigOutput `type:"structure"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RefererAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s RefererAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *RefererAccessRuleForDescribeCdnConfigOutput
SetAllowEmpty sets the AllowEmpty field's value.
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetReferers ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetReferers(v []*string) *RefererAccessRuleForDescribeCdnConfigOutput
SetReferers sets the Referers field's value.
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetReferersType ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetReferersType(v *ReferersTypeForDescribeCdnConfigOutput) *RefererAccessRuleForDescribeCdnConfigOutput
SetReferersType sets the ReferersType field's value.
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetRuleType ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *RefererAccessRuleForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetSharedConfig ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetSharedConfig(v *SharedConfigForDescribeCdnConfigOutput) *RefererAccessRuleForDescribeCdnConfigOutput
SetSharedConfig sets the SharedConfig field's value.
func (*RefererAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *RefererAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *RefererAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (RefererAccessRuleForDescribeCdnConfigOutput) String ¶
func (s RefererAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type RefererAccessRuleForUpdateCdnConfigInput ¶
type RefererAccessRuleForUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` Referers []*string `type:"list"` ReferersType *ReferersTypeForUpdateCdnConfigInput `type:"structure"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RefererAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s RefererAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RefererAccessRuleForUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *RefererAccessRuleForUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*RefererAccessRuleForUpdateCdnConfigInput) SetReferers ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetReferers(v []*string) *RefererAccessRuleForUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (*RefererAccessRuleForUpdateCdnConfigInput) SetReferersType ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetReferersType(v *ReferersTypeForUpdateCdnConfigInput) *RefererAccessRuleForUpdateCdnConfigInput
SetReferersType sets the ReferersType field's value.
func (*RefererAccessRuleForUpdateCdnConfigInput) SetRuleType ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *RefererAccessRuleForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*RefererAccessRuleForUpdateCdnConfigInput) SetSharedConfig ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetSharedConfig(v *SharedConfigForUpdateCdnConfigInput) *RefererAccessRuleForUpdateCdnConfigInput
SetSharedConfig sets the SharedConfig field's value.
func (*RefererAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *RefererAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *RefererAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RefererAccessRuleForUpdateCdnConfigInput) String ¶
func (s RefererAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ReferersTypeForAddCdnDomainInput ¶
type ReferersTypeForAddCdnDomainInput struct { CommonType *CommonTypeForAddCdnDomainInput `type:"structure"` RegularType *RegularTypeForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (ReferersTypeForAddCdnDomainInput) GoString ¶
func (s ReferersTypeForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ReferersTypeForAddCdnDomainInput) SetCommonType ¶
func (s *ReferersTypeForAddCdnDomainInput) SetCommonType(v *CommonTypeForAddCdnDomainInput) *ReferersTypeForAddCdnDomainInput
SetCommonType sets the CommonType field's value.
func (*ReferersTypeForAddCdnDomainInput) SetRegularType ¶
func (s *ReferersTypeForAddCdnDomainInput) SetRegularType(v *RegularTypeForAddCdnDomainInput) *ReferersTypeForAddCdnDomainInput
SetRegularType sets the RegularType field's value.
func (ReferersTypeForAddCdnDomainInput) String ¶
func (s ReferersTypeForAddCdnDomainInput) String() string
String returns the string representation
type ReferersTypeForBatchUpdateCdnConfigInput ¶
type ReferersTypeForBatchUpdateCdnConfigInput struct { CommonType *CommonTypeForBatchUpdateCdnConfigInput `type:"structure"` RegularType *RegularTypeForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ReferersTypeForBatchUpdateCdnConfigInput) GoString ¶
func (s ReferersTypeForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ReferersTypeForBatchUpdateCdnConfigInput) SetCommonType ¶
func (s *ReferersTypeForBatchUpdateCdnConfigInput) SetCommonType(v *CommonTypeForBatchUpdateCdnConfigInput) *ReferersTypeForBatchUpdateCdnConfigInput
SetCommonType sets the CommonType field's value.
func (*ReferersTypeForBatchUpdateCdnConfigInput) SetRegularType ¶
func (s *ReferersTypeForBatchUpdateCdnConfigInput) SetRegularType(v *RegularTypeForBatchUpdateCdnConfigInput) *ReferersTypeForBatchUpdateCdnConfigInput
SetRegularType sets the RegularType field's value.
func (ReferersTypeForBatchUpdateCdnConfigInput) String ¶
func (s ReferersTypeForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ReferersTypeForDescribeCdnConfigOutput ¶
type ReferersTypeForDescribeCdnConfigOutput struct { CommonType *CommonTypeForDescribeCdnConfigOutput `type:"structure"` RegularType *RegularTypeForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (ReferersTypeForDescribeCdnConfigOutput) GoString ¶
func (s ReferersTypeForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ReferersTypeForDescribeCdnConfigOutput) SetCommonType ¶
func (s *ReferersTypeForDescribeCdnConfigOutput) SetCommonType(v *CommonTypeForDescribeCdnConfigOutput) *ReferersTypeForDescribeCdnConfigOutput
SetCommonType sets the CommonType field's value.
func (*ReferersTypeForDescribeCdnConfigOutput) SetRegularType ¶
func (s *ReferersTypeForDescribeCdnConfigOutput) SetRegularType(v *RegularTypeForDescribeCdnConfigOutput) *ReferersTypeForDescribeCdnConfigOutput
SetRegularType sets the RegularType field's value.
func (ReferersTypeForDescribeCdnConfigOutput) String ¶
func (s ReferersTypeForDescribeCdnConfigOutput) String() string
String returns the string representation
type ReferersTypeForUpdateCdnConfigInput ¶
type ReferersTypeForUpdateCdnConfigInput struct { CommonType *CommonTypeForUpdateCdnConfigInput `type:"structure"` RegularType *RegularTypeForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ReferersTypeForUpdateCdnConfigInput) GoString ¶
func (s ReferersTypeForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ReferersTypeForUpdateCdnConfigInput) SetCommonType ¶
func (s *ReferersTypeForUpdateCdnConfigInput) SetCommonType(v *CommonTypeForUpdateCdnConfigInput) *ReferersTypeForUpdateCdnConfigInput
SetCommonType sets the CommonType field's value.
func (*ReferersTypeForUpdateCdnConfigInput) SetRegularType ¶
func (s *ReferersTypeForUpdateCdnConfigInput) SetRegularType(v *RegularTypeForUpdateCdnConfigInput) *ReferersTypeForUpdateCdnConfigInput
SetRegularType sets the RegularType field's value.
func (ReferersTypeForUpdateCdnConfigInput) String ¶
func (s ReferersTypeForUpdateCdnConfigInput) String() string
String returns the string representation
type RegionForDescribeCdnRegionAndIspOutput ¶
type RegionForDescribeCdnRegionAndIspOutput struct { Code *string `type:"string"` Name *string `type:"string"` // contains filtered or unexported fields }
func (RegionForDescribeCdnRegionAndIspOutput) GoString ¶
func (s RegionForDescribeCdnRegionAndIspOutput) GoString() string
GoString returns the string representation
func (*RegionForDescribeCdnRegionAndIspOutput) SetCode ¶
func (s *RegionForDescribeCdnRegionAndIspOutput) SetCode(v string) *RegionForDescribeCdnRegionAndIspOutput
SetCode sets the Code field's value.
func (*RegionForDescribeCdnRegionAndIspOutput) SetName ¶
func (s *RegionForDescribeCdnRegionAndIspOutput) SetName(v string) *RegionForDescribeCdnRegionAndIspOutput
SetName sets the Name field's value.
func (RegionForDescribeCdnRegionAndIspOutput) String ¶
func (s RegionForDescribeCdnRegionAndIspOutput) String() string
String returns the string representation
type RegularTypeForAddCdnDomainInput ¶
type RegularTypeForAddCdnDomainInput struct { Referers []*string `type:"list"` // contains filtered or unexported fields }
func (RegularTypeForAddCdnDomainInput) GoString ¶
func (s RegularTypeForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RegularTypeForAddCdnDomainInput) SetReferers ¶
func (s *RegularTypeForAddCdnDomainInput) SetReferers(v []*string) *RegularTypeForAddCdnDomainInput
SetReferers sets the Referers field's value.
func (RegularTypeForAddCdnDomainInput) String ¶
func (s RegularTypeForAddCdnDomainInput) String() string
String returns the string representation
type RegularTypeForBatchUpdateCdnConfigInput ¶
type RegularTypeForBatchUpdateCdnConfigInput struct { Referers []*string `type:"list"` // contains filtered or unexported fields }
func (RegularTypeForBatchUpdateCdnConfigInput) GoString ¶
func (s RegularTypeForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RegularTypeForBatchUpdateCdnConfigInput) SetReferers ¶
func (s *RegularTypeForBatchUpdateCdnConfigInput) SetReferers(v []*string) *RegularTypeForBatchUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (RegularTypeForBatchUpdateCdnConfigInput) String ¶
func (s RegularTypeForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RegularTypeForDescribeCdnConfigOutput ¶
type RegularTypeForDescribeCdnConfigOutput struct { Referers []*string `type:"list"` // contains filtered or unexported fields }
func (RegularTypeForDescribeCdnConfigOutput) GoString ¶
func (s RegularTypeForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RegularTypeForDescribeCdnConfigOutput) SetReferers ¶
func (s *RegularTypeForDescribeCdnConfigOutput) SetReferers(v []*string) *RegularTypeForDescribeCdnConfigOutput
SetReferers sets the Referers field's value.
func (RegularTypeForDescribeCdnConfigOutput) String ¶
func (s RegularTypeForDescribeCdnConfigOutput) String() string
String returns the string representation
type RegularTypeForUpdateCdnConfigInput ¶
type RegularTypeForUpdateCdnConfigInput struct { Referers []*string `type:"list"` // contains filtered or unexported fields }
func (RegularTypeForUpdateCdnConfigInput) GoString ¶
func (s RegularTypeForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RegularTypeForUpdateCdnConfigInput) SetReferers ¶
func (s *RegularTypeForUpdateCdnConfigInput) SetReferers(v []*string) *RegularTypeForUpdateCdnConfigInput
SetReferers sets the Referers field's value.
func (RegularTypeForUpdateCdnConfigInput) String ¶
func (s RegularTypeForUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthForAddCdnDomainInput ¶
type RemoteAuthForAddCdnDomainInput struct { RemoteAuthRules []*RemoteAuthRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RemoteAuthForAddCdnDomainInput) GoString ¶
func (s RemoteAuthForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RemoteAuthForAddCdnDomainInput) SetRemoteAuthRules ¶
func (s *RemoteAuthForAddCdnDomainInput) SetRemoteAuthRules(v []*RemoteAuthRuleForAddCdnDomainInput) *RemoteAuthForAddCdnDomainInput
SetRemoteAuthRules sets the RemoteAuthRules field's value.
func (*RemoteAuthForAddCdnDomainInput) SetSwitch ¶
func (s *RemoteAuthForAddCdnDomainInput) SetSwitch(v bool) *RemoteAuthForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (RemoteAuthForAddCdnDomainInput) String ¶
func (s RemoteAuthForAddCdnDomainInput) String() string
String returns the string representation
type RemoteAuthForBatchUpdateCdnConfigInput ¶
type RemoteAuthForBatchUpdateCdnConfigInput struct { RemoteAuthRules []*RemoteAuthRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RemoteAuthForBatchUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthForBatchUpdateCdnConfigInput) SetRemoteAuthRules ¶
func (s *RemoteAuthForBatchUpdateCdnConfigInput) SetRemoteAuthRules(v []*RemoteAuthRuleForBatchUpdateCdnConfigInput) *RemoteAuthForBatchUpdateCdnConfigInput
SetRemoteAuthRules sets the RemoteAuthRules field's value.
func (*RemoteAuthForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *RemoteAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RemoteAuthForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RemoteAuthForBatchUpdateCdnConfigInput) String ¶
func (s RemoteAuthForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthForDescribeCdnConfigOutput ¶
type RemoteAuthForDescribeCdnConfigOutput struct { RemoteAuthRules []*RemoteAuthRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RemoteAuthForDescribeCdnConfigOutput) GoString ¶
func (s RemoteAuthForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RemoteAuthForDescribeCdnConfigOutput) SetRemoteAuthRules ¶
func (s *RemoteAuthForDescribeCdnConfigOutput) SetRemoteAuthRules(v []*RemoteAuthRuleForDescribeCdnConfigOutput) *RemoteAuthForDescribeCdnConfigOutput
SetRemoteAuthRules sets the RemoteAuthRules field's value.
func (*RemoteAuthForDescribeCdnConfigOutput) SetSwitch ¶
func (s *RemoteAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *RemoteAuthForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (RemoteAuthForDescribeCdnConfigOutput) String ¶
func (s RemoteAuthForDescribeCdnConfigOutput) String() string
String returns the string representation
type RemoteAuthForUpdateCdnConfigInput ¶
type RemoteAuthForUpdateCdnConfigInput struct { RemoteAuthRules []*RemoteAuthRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RemoteAuthForUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthForUpdateCdnConfigInput) SetRemoteAuthRules ¶
func (s *RemoteAuthForUpdateCdnConfigInput) SetRemoteAuthRules(v []*RemoteAuthRuleForUpdateCdnConfigInput) *RemoteAuthForUpdateCdnConfigInput
SetRemoteAuthRules sets the RemoteAuthRules field's value.
func (*RemoteAuthForUpdateCdnConfigInput) SetSwitch ¶
func (s *RemoteAuthForUpdateCdnConfigInput) SetSwitch(v bool) *RemoteAuthForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RemoteAuthForUpdateCdnConfigInput) String ¶
func (s RemoteAuthForUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthRuleActionForAddCdnDomainInput ¶
type RemoteAuthRuleActionForAddCdnDomainInput struct { AuthModeConfig *AuthModeConfigForAddCdnDomainInput `type:"structure"` AuthResponseConfig *AuthResponseConfigForAddCdnDomainInput `type:"structure"` QueryStringRules *QueryStringRulesForAddCdnDomainInput `type:"structure"` RequestBodyRules *string `type:"string"` RequestHeaderRules *RequestHeaderRulesForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleActionForAddCdnDomainInput) GoString ¶
func (s RemoteAuthRuleActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleActionForAddCdnDomainInput) SetAuthModeConfig ¶
func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetAuthModeConfig(v *AuthModeConfigForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
SetAuthModeConfig sets the AuthModeConfig field's value.
func (*RemoteAuthRuleActionForAddCdnDomainInput) SetAuthResponseConfig ¶
func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetAuthResponseConfig(v *AuthResponseConfigForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
SetAuthResponseConfig sets the AuthResponseConfig field's value.
func (*RemoteAuthRuleActionForAddCdnDomainInput) SetQueryStringRules ¶
func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetQueryStringRules(v *QueryStringRulesForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
SetQueryStringRules sets the QueryStringRules field's value.
func (*RemoteAuthRuleActionForAddCdnDomainInput) SetRequestBodyRules ¶
func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForAddCdnDomainInput
SetRequestBodyRules sets the RequestBodyRules field's value.
func (*RemoteAuthRuleActionForAddCdnDomainInput) SetRequestHeaderRules ¶
func (s *RemoteAuthRuleActionForAddCdnDomainInput) SetRequestHeaderRules(v *RequestHeaderRulesForAddCdnDomainInput) *RemoteAuthRuleActionForAddCdnDomainInput
SetRequestHeaderRules sets the RequestHeaderRules field's value.
func (RemoteAuthRuleActionForAddCdnDomainInput) String ¶
func (s RemoteAuthRuleActionForAddCdnDomainInput) String() string
String returns the string representation
type RemoteAuthRuleActionForBatchUpdateCdnConfigInput ¶
type RemoteAuthRuleActionForBatchUpdateCdnConfigInput struct { AuthModeConfig *AuthModeConfigForBatchUpdateCdnConfigInput `type:"structure"` AuthResponseConfig *AuthResponseConfigForBatchUpdateCdnConfigInput `type:"structure"` QueryStringRules *QueryStringRulesForBatchUpdateCdnConfigInput `type:"structure"` RequestBodyRules *string `type:"string"` RequestHeaderRules *RequestHeaderRulesForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleActionForBatchUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthRuleActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthModeConfig ¶
func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthModeConfig(v *AuthModeConfigForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
SetAuthModeConfig sets the AuthModeConfig field's value.
func (*RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthResponseConfig ¶
func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetAuthResponseConfig(v *AuthResponseConfigForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
SetAuthResponseConfig sets the AuthResponseConfig field's value.
func (*RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetQueryStringRules ¶
func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetQueryStringRules(v *QueryStringRulesForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
SetQueryStringRules sets the QueryStringRules field's value.
func (*RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestBodyRules ¶
func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
SetRequestBodyRules sets the RequestBodyRules field's value.
func (*RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestHeaderRules ¶
func (s *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) SetRequestHeaderRules(v *RequestHeaderRulesForBatchUpdateCdnConfigInput) *RemoteAuthRuleActionForBatchUpdateCdnConfigInput
SetRequestHeaderRules sets the RequestHeaderRules field's value.
func (RemoteAuthRuleActionForBatchUpdateCdnConfigInput) String ¶
func (s RemoteAuthRuleActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthRuleActionForDescribeCdnConfigOutput ¶
type RemoteAuthRuleActionForDescribeCdnConfigOutput struct { AuthModeConfig *AuthModeConfigForDescribeCdnConfigOutput `type:"structure"` AuthResponseConfig *AuthResponseConfigForDescribeCdnConfigOutput `type:"structure"` QueryStringRules *QueryStringRulesForDescribeCdnConfigOutput `type:"structure"` RequestBodyRules *string `type:"string"` RequestHeaderRules *RequestHeaderRulesForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleActionForDescribeCdnConfigOutput) GoString ¶
func (s RemoteAuthRuleActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthModeConfig ¶
func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthModeConfig(v *AuthModeConfigForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
SetAuthModeConfig sets the AuthModeConfig field's value.
func (*RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthResponseConfig ¶
func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetAuthResponseConfig(v *AuthResponseConfigForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
SetAuthResponseConfig sets the AuthResponseConfig field's value.
func (*RemoteAuthRuleActionForDescribeCdnConfigOutput) SetQueryStringRules ¶
func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetQueryStringRules(v *QueryStringRulesForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
SetQueryStringRules sets the QueryStringRules field's value.
func (*RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestBodyRules ¶
func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForDescribeCdnConfigOutput
SetRequestBodyRules sets the RequestBodyRules field's value.
func (*RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestHeaderRules ¶
func (s *RemoteAuthRuleActionForDescribeCdnConfigOutput) SetRequestHeaderRules(v *RequestHeaderRulesForDescribeCdnConfigOutput) *RemoteAuthRuleActionForDescribeCdnConfigOutput
SetRequestHeaderRules sets the RequestHeaderRules field's value.
func (RemoteAuthRuleActionForDescribeCdnConfigOutput) String ¶
func (s RemoteAuthRuleActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type RemoteAuthRuleActionForUpdateCdnConfigInput ¶
type RemoteAuthRuleActionForUpdateCdnConfigInput struct { AuthModeConfig *AuthModeConfigForUpdateCdnConfigInput `type:"structure"` AuthResponseConfig *AuthResponseConfigForUpdateCdnConfigInput `type:"structure"` QueryStringRules *QueryStringRulesForUpdateCdnConfigInput `type:"structure"` RequestBodyRules *string `type:"string"` RequestHeaderRules *RequestHeaderRulesForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleActionForUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthRuleActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthModeConfig ¶
func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthModeConfig(v *AuthModeConfigForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
SetAuthModeConfig sets the AuthModeConfig field's value.
func (*RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthResponseConfig ¶
func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetAuthResponseConfig(v *AuthResponseConfigForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
SetAuthResponseConfig sets the AuthResponseConfig field's value.
func (*RemoteAuthRuleActionForUpdateCdnConfigInput) SetQueryStringRules ¶
func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetQueryStringRules(v *QueryStringRulesForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
SetQueryStringRules sets the QueryStringRules field's value.
func (*RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestBodyRules ¶
func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestBodyRules(v string) *RemoteAuthRuleActionForUpdateCdnConfigInput
SetRequestBodyRules sets the RequestBodyRules field's value.
func (*RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestHeaderRules ¶
func (s *RemoteAuthRuleActionForUpdateCdnConfigInput) SetRequestHeaderRules(v *RequestHeaderRulesForUpdateCdnConfigInput) *RemoteAuthRuleActionForUpdateCdnConfigInput
SetRequestHeaderRules sets the RequestHeaderRules field's value.
func (RemoteAuthRuleActionForUpdateCdnConfigInput) String ¶
func (s RemoteAuthRuleActionForUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthRuleForAddCdnDomainInput ¶
type RemoteAuthRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` RemoteAuthRuleAction *RemoteAuthRuleActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleForAddCdnDomainInput) GoString ¶
func (s RemoteAuthRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleForAddCdnDomainInput) SetCondition ¶
func (s *RemoteAuthRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *RemoteAuthRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*RemoteAuthRuleForAddCdnDomainInput) SetRemoteAuthRuleAction ¶
func (s *RemoteAuthRuleForAddCdnDomainInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForAddCdnDomainInput) *RemoteAuthRuleForAddCdnDomainInput
SetRemoteAuthRuleAction sets the RemoteAuthRuleAction field's value.
func (RemoteAuthRuleForAddCdnDomainInput) String ¶
func (s RemoteAuthRuleForAddCdnDomainInput) String() string
String returns the string representation
type RemoteAuthRuleForBatchUpdateCdnConfigInput ¶
type RemoteAuthRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` RemoteAuthRuleAction *RemoteAuthRuleActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *RemoteAuthRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *RemoteAuthRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*RemoteAuthRuleForBatchUpdateCdnConfigInput) SetRemoteAuthRuleAction ¶
func (s *RemoteAuthRuleForBatchUpdateCdnConfigInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForBatchUpdateCdnConfigInput) *RemoteAuthRuleForBatchUpdateCdnConfigInput
SetRemoteAuthRuleAction sets the RemoteAuthRuleAction field's value.
func (RemoteAuthRuleForBatchUpdateCdnConfigInput) String ¶
func (s RemoteAuthRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RemoteAuthRuleForDescribeCdnConfigOutput ¶
type RemoteAuthRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` RemoteAuthRuleAction *RemoteAuthRuleActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleForDescribeCdnConfigOutput) GoString ¶
func (s RemoteAuthRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *RemoteAuthRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *RemoteAuthRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*RemoteAuthRuleForDescribeCdnConfigOutput) SetRemoteAuthRuleAction ¶
func (s *RemoteAuthRuleForDescribeCdnConfigOutput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForDescribeCdnConfigOutput) *RemoteAuthRuleForDescribeCdnConfigOutput
SetRemoteAuthRuleAction sets the RemoteAuthRuleAction field's value.
func (RemoteAuthRuleForDescribeCdnConfigOutput) String ¶
func (s RemoteAuthRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type RemoteAuthRuleForUpdateCdnConfigInput ¶
type RemoteAuthRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` RemoteAuthRuleAction *RemoteAuthRuleActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RemoteAuthRuleForUpdateCdnConfigInput) GoString ¶
func (s RemoteAuthRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RemoteAuthRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *RemoteAuthRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *RemoteAuthRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*RemoteAuthRuleForUpdateCdnConfigInput) SetRemoteAuthRuleAction ¶
func (s *RemoteAuthRuleForUpdateCdnConfigInput) SetRemoteAuthRuleAction(v *RemoteAuthRuleActionForUpdateCdnConfigInput) *RemoteAuthRuleForUpdateCdnConfigInput
SetRemoteAuthRuleAction sets the RemoteAuthRuleAction field's value.
func (RemoteAuthRuleForUpdateCdnConfigInput) String ¶
func (s RemoteAuthRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestBlockRuleForAddCdnDomainInput ¶
type RequestBlockRuleForAddCdnDomainInput struct { BlockRule []*BlockRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RequestBlockRuleForAddCdnDomainInput) GoString ¶
func (s RequestBlockRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestBlockRuleForAddCdnDomainInput) SetBlockRule ¶
func (s *RequestBlockRuleForAddCdnDomainInput) SetBlockRule(v []*BlockRuleForAddCdnDomainInput) *RequestBlockRuleForAddCdnDomainInput
SetBlockRule sets the BlockRule field's value.
func (*RequestBlockRuleForAddCdnDomainInput) SetSwitch ¶
func (s *RequestBlockRuleForAddCdnDomainInput) SetSwitch(v bool) *RequestBlockRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (RequestBlockRuleForAddCdnDomainInput) String ¶
func (s RequestBlockRuleForAddCdnDomainInput) String() string
String returns the string representation
type RequestBlockRuleForBatchUpdateCdnConfigInput ¶
type RequestBlockRuleForBatchUpdateCdnConfigInput struct { BlockRule []*BlockRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RequestBlockRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestBlockRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestBlockRuleForBatchUpdateCdnConfigInput) SetBlockRule ¶
func (s *RequestBlockRuleForBatchUpdateCdnConfigInput) SetBlockRule(v []*BlockRuleForBatchUpdateCdnConfigInput) *RequestBlockRuleForBatchUpdateCdnConfigInput
SetBlockRule sets the BlockRule field's value.
func (*RequestBlockRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *RequestBlockRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *RequestBlockRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RequestBlockRuleForBatchUpdateCdnConfigInput) String ¶
func (s RequestBlockRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestBlockRuleForDescribeCdnConfigOutput ¶
type RequestBlockRuleForDescribeCdnConfigOutput struct { BlockRule []*BlockRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RequestBlockRuleForDescribeCdnConfigOutput) GoString ¶
func (s RequestBlockRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestBlockRuleForDescribeCdnConfigOutput) SetBlockRule ¶
func (s *RequestBlockRuleForDescribeCdnConfigOutput) SetBlockRule(v []*BlockRuleForDescribeCdnConfigOutput) *RequestBlockRuleForDescribeCdnConfigOutput
SetBlockRule sets the BlockRule field's value.
func (*RequestBlockRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *RequestBlockRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *RequestBlockRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (RequestBlockRuleForDescribeCdnConfigOutput) String ¶
func (s RequestBlockRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestBlockRuleForUpdateCdnConfigInput ¶
type RequestBlockRuleForUpdateCdnConfigInput struct { BlockRule []*BlockRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (RequestBlockRuleForUpdateCdnConfigInput) GoString ¶
func (s RequestBlockRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestBlockRuleForUpdateCdnConfigInput) SetBlockRule ¶
func (s *RequestBlockRuleForUpdateCdnConfigInput) SetBlockRule(v []*BlockRuleForUpdateCdnConfigInput) *RequestBlockRuleForUpdateCdnConfigInput
SetBlockRule sets the BlockRule field's value.
func (*RequestBlockRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *RequestBlockRuleForUpdateCdnConfigInput) SetSwitch(v bool) *RequestBlockRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (RequestBlockRuleForUpdateCdnConfigInput) String ¶
func (s RequestBlockRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderActionForAddCdnDomainInput ¶
type RequestHeaderActionForAddCdnDomainInput struct { RequestHeaderInstances []*RequestHeaderInstanceForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (RequestHeaderActionForAddCdnDomainInput) GoString ¶
func (s RequestHeaderActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestHeaderActionForAddCdnDomainInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderActionForAddCdnDomainInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForAddCdnDomainInput) *RequestHeaderActionForAddCdnDomainInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (RequestHeaderActionForAddCdnDomainInput) String ¶
func (s RequestHeaderActionForAddCdnDomainInput) String() string
String returns the string representation
type RequestHeaderActionForBatchUpdateCdnConfigInput ¶
type RequestHeaderActionForBatchUpdateCdnConfigInput struct { RequestHeaderInstances []*RequestHeaderInstanceForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (RequestHeaderActionForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderActionForBatchUpdateCdnConfigInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderActionForBatchUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForBatchUpdateCdnConfigInput) *RequestHeaderActionForBatchUpdateCdnConfigInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (RequestHeaderActionForBatchUpdateCdnConfigInput) String ¶
func (s RequestHeaderActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderActionForDescribeCdnConfigOutput ¶
type RequestHeaderActionForDescribeCdnConfigOutput struct { RequestHeaderInstances []*RequestHeaderInstanceForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (RequestHeaderActionForDescribeCdnConfigOutput) GoString ¶
func (s RequestHeaderActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestHeaderActionForDescribeCdnConfigOutput) SetRequestHeaderInstances ¶
func (s *RequestHeaderActionForDescribeCdnConfigOutput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForDescribeCdnConfigOutput) *RequestHeaderActionForDescribeCdnConfigOutput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (RequestHeaderActionForDescribeCdnConfigOutput) String ¶
func (s RequestHeaderActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestHeaderActionForUpdateCdnConfigInput ¶
type RequestHeaderActionForUpdateCdnConfigInput struct { RequestHeaderInstances []*RequestHeaderInstanceForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (RequestHeaderActionForUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderActionForUpdateCdnConfigInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderActionForUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForUpdateCdnConfigInput) *RequestHeaderActionForUpdateCdnConfigInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (RequestHeaderActionForUpdateCdnConfigInput) String ¶
func (s RequestHeaderActionForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderComponentsForAddCdnDomainInput ¶
type RequestHeaderComponentsForAddCdnDomainInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderComponentsForAddCdnDomainInput) GoString ¶
func (s RequestHeaderComponentsForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestHeaderComponentsForAddCdnDomainInput) SetAction ¶
func (s *RequestHeaderComponentsForAddCdnDomainInput) SetAction(v string) *RequestHeaderComponentsForAddCdnDomainInput
SetAction sets the Action field's value.
func (*RequestHeaderComponentsForAddCdnDomainInput) SetValue ¶
func (s *RequestHeaderComponentsForAddCdnDomainInput) SetValue(v string) *RequestHeaderComponentsForAddCdnDomainInput
SetValue sets the Value field's value.
func (RequestHeaderComponentsForAddCdnDomainInput) String ¶
func (s RequestHeaderComponentsForAddCdnDomainInput) String() string
String returns the string representation
type RequestHeaderComponentsForBatchUpdateCdnConfigInput ¶
type RequestHeaderComponentsForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderComponentsForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderComponentsForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetAction ¶
func (s *RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *RequestHeaderComponentsForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetValue ¶
func (s *RequestHeaderComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *RequestHeaderComponentsForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (RequestHeaderComponentsForBatchUpdateCdnConfigInput) String ¶
func (s RequestHeaderComponentsForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderComponentsForDescribeCdnConfigOutput ¶
type RequestHeaderComponentsForDescribeCdnConfigOutput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderComponentsForDescribeCdnConfigOutput) GoString ¶
func (s RequestHeaderComponentsForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestHeaderComponentsForDescribeCdnConfigOutput) SetAction ¶
func (s *RequestHeaderComponentsForDescribeCdnConfigOutput) SetAction(v string) *RequestHeaderComponentsForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*RequestHeaderComponentsForDescribeCdnConfigOutput) SetValue ¶
func (s *RequestHeaderComponentsForDescribeCdnConfigOutput) SetValue(v string) *RequestHeaderComponentsForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (RequestHeaderComponentsForDescribeCdnConfigOutput) String ¶
func (s RequestHeaderComponentsForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestHeaderComponentsForUpdateCdnConfigInput ¶
type RequestHeaderComponentsForUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderComponentsForUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderComponentsForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderComponentsForUpdateCdnConfigInput) SetAction ¶
func (s *RequestHeaderComponentsForUpdateCdnConfigInput) SetAction(v string) *RequestHeaderComponentsForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*RequestHeaderComponentsForUpdateCdnConfigInput) SetValue ¶
func (s *RequestHeaderComponentsForUpdateCdnConfigInput) SetValue(v string) *RequestHeaderComponentsForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (RequestHeaderComponentsForUpdateCdnConfigInput) String ¶
func (s RequestHeaderComponentsForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderForAddCdnDomainInput ¶
type RequestHeaderForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` RequestHeaderAction *RequestHeaderActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (RequestHeaderForAddCdnDomainInput) GoString ¶
func (s RequestHeaderForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestHeaderForAddCdnDomainInput) SetCondition ¶
func (s *RequestHeaderForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *RequestHeaderForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*RequestHeaderForAddCdnDomainInput) SetRequestHeaderAction ¶
func (s *RequestHeaderForAddCdnDomainInput) SetRequestHeaderAction(v *RequestHeaderActionForAddCdnDomainInput) *RequestHeaderForAddCdnDomainInput
SetRequestHeaderAction sets the RequestHeaderAction field's value.
func (RequestHeaderForAddCdnDomainInput) String ¶
func (s RequestHeaderForAddCdnDomainInput) String() string
String returns the string representation
type RequestHeaderForBatchUpdateCdnConfigInput ¶
type RequestHeaderForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` RequestHeaderAction *RequestHeaderActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RequestHeaderForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *RequestHeaderForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *RequestHeaderForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*RequestHeaderForBatchUpdateCdnConfigInput) SetRequestHeaderAction ¶
func (s *RequestHeaderForBatchUpdateCdnConfigInput) SetRequestHeaderAction(v *RequestHeaderActionForBatchUpdateCdnConfigInput) *RequestHeaderForBatchUpdateCdnConfigInput
SetRequestHeaderAction sets the RequestHeaderAction field's value.
func (RequestHeaderForBatchUpdateCdnConfigInput) String ¶
func (s RequestHeaderForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderForDescribeCdnConfigOutput ¶
type RequestHeaderForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` RequestHeaderAction *RequestHeaderActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (RequestHeaderForDescribeCdnConfigOutput) GoString ¶
func (s RequestHeaderForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestHeaderForDescribeCdnConfigOutput) SetCondition ¶
func (s *RequestHeaderForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *RequestHeaderForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*RequestHeaderForDescribeCdnConfigOutput) SetRequestHeaderAction ¶
func (s *RequestHeaderForDescribeCdnConfigOutput) SetRequestHeaderAction(v *RequestHeaderActionForDescribeCdnConfigOutput) *RequestHeaderForDescribeCdnConfigOutput
SetRequestHeaderAction sets the RequestHeaderAction field's value.
func (RequestHeaderForDescribeCdnConfigOutput) String ¶
func (s RequestHeaderForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestHeaderForUpdateCdnConfigInput ¶
type RequestHeaderForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` RequestHeaderAction *RequestHeaderActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (RequestHeaderForUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderForUpdateCdnConfigInput) SetCondition ¶
func (s *RequestHeaderForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *RequestHeaderForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*RequestHeaderForUpdateCdnConfigInput) SetRequestHeaderAction ¶
func (s *RequestHeaderForUpdateCdnConfigInput) SetRequestHeaderAction(v *RequestHeaderActionForUpdateCdnConfigInput) *RequestHeaderForUpdateCdnConfigInput
SetRequestHeaderAction sets the RequestHeaderAction field's value.
func (RequestHeaderForUpdateCdnConfigInput) String ¶
func (s RequestHeaderForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderInstanceForAddCdnDomainInput ¶
type RequestHeaderInstanceForAddCdnDomainInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderInstanceForAddCdnDomainInput) GoString ¶
func (s RequestHeaderInstanceForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestHeaderInstanceForAddCdnDomainInput) SetAction ¶
func (s *RequestHeaderInstanceForAddCdnDomainInput) SetAction(v string) *RequestHeaderInstanceForAddCdnDomainInput
SetAction sets the Action field's value.
func (*RequestHeaderInstanceForAddCdnDomainInput) SetKey ¶
func (s *RequestHeaderInstanceForAddCdnDomainInput) SetKey(v string) *RequestHeaderInstanceForAddCdnDomainInput
SetKey sets the Key field's value.
func (*RequestHeaderInstanceForAddCdnDomainInput) SetValue ¶
func (s *RequestHeaderInstanceForAddCdnDomainInput) SetValue(v string) *RequestHeaderInstanceForAddCdnDomainInput
SetValue sets the Value field's value.
func (*RequestHeaderInstanceForAddCdnDomainInput) SetValueType ¶
func (s *RequestHeaderInstanceForAddCdnDomainInput) SetValueType(v string) *RequestHeaderInstanceForAddCdnDomainInput
SetValueType sets the ValueType field's value.
func (RequestHeaderInstanceForAddCdnDomainInput) String ¶
func (s RequestHeaderInstanceForAddCdnDomainInput) String() string
String returns the string representation
type RequestHeaderInstanceForBatchUpdateCdnConfigInput ¶
type RequestHeaderInstanceForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderInstanceForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderInstanceForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetAction ¶
func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetKey ¶
func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValue ¶
func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType ¶
func (s *RequestHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *RequestHeaderInstanceForBatchUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (RequestHeaderInstanceForBatchUpdateCdnConfigInput) String ¶
func (s RequestHeaderInstanceForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderInstanceForDescribeCdnConfigOutput ¶
type RequestHeaderInstanceForDescribeCdnConfigOutput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderInstanceForDescribeCdnConfigOutput) GoString ¶
func (s RequestHeaderInstanceForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestHeaderInstanceForDescribeCdnConfigOutput) SetAction ¶
func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetAction(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*RequestHeaderInstanceForDescribeCdnConfigOutput) SetKey ¶
func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetKey(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
SetKey sets the Key field's value.
func (*RequestHeaderInstanceForDescribeCdnConfigOutput) SetValue ¶
func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetValue(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (*RequestHeaderInstanceForDescribeCdnConfigOutput) SetValueType ¶
func (s *RequestHeaderInstanceForDescribeCdnConfigOutput) SetValueType(v string) *RequestHeaderInstanceForDescribeCdnConfigOutput
SetValueType sets the ValueType field's value.
func (RequestHeaderInstanceForDescribeCdnConfigOutput) String ¶
func (s RequestHeaderInstanceForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestHeaderInstanceForSubmitPreloadTaskInput ¶
type RequestHeaderInstanceForSubmitPreloadTaskInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderInstanceForSubmitPreloadTaskInput) GoString ¶
func (s RequestHeaderInstanceForSubmitPreloadTaskInput) GoString() string
GoString returns the string representation
func (*RequestHeaderInstanceForSubmitPreloadTaskInput) SetKey ¶
func (s *RequestHeaderInstanceForSubmitPreloadTaskInput) SetKey(v string) *RequestHeaderInstanceForSubmitPreloadTaskInput
SetKey sets the Key field's value.
func (*RequestHeaderInstanceForSubmitPreloadTaskInput) SetValue ¶
func (s *RequestHeaderInstanceForSubmitPreloadTaskInput) SetValue(v string) *RequestHeaderInstanceForSubmitPreloadTaskInput
SetValue sets the Value field's value.
func (RequestHeaderInstanceForSubmitPreloadTaskInput) String ¶
func (s RequestHeaderInstanceForSubmitPreloadTaskInput) String() string
String returns the string representation
type RequestHeaderInstanceForUpdateCdnConfigInput ¶
type RequestHeaderInstanceForUpdateCdnConfigInput struct { Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderInstanceForUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderInstanceForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderInstanceForUpdateCdnConfigInput) SetAction ¶
func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetAction(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*RequestHeaderInstanceForUpdateCdnConfigInput) SetKey ¶
func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetKey(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*RequestHeaderInstanceForUpdateCdnConfigInput) SetValue ¶
func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetValue(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*RequestHeaderInstanceForUpdateCdnConfigInput) SetValueType ¶
func (s *RequestHeaderInstanceForUpdateCdnConfigInput) SetValueType(v string) *RequestHeaderInstanceForUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (RequestHeaderInstanceForUpdateCdnConfigInput) String ¶
func (s RequestHeaderInstanceForUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderRulesForAddCdnDomainInput ¶
type RequestHeaderRulesForAddCdnDomainInput struct { RequestHeaderComponents *RequestHeaderComponentsForAddCdnDomainInput `type:"structure"` RequestHeaderInstances []*RequestHeaderInstanceForAddCdnDomainInput `type:"list"` RequestHost *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderRulesForAddCdnDomainInput) GoString ¶
func (s RequestHeaderRulesForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderComponents ¶
func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForAddCdnDomainInput) *RequestHeaderRulesForAddCdnDomainInput
SetRequestHeaderComponents sets the RequestHeaderComponents field's value.
func (*RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForAddCdnDomainInput) *RequestHeaderRulesForAddCdnDomainInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (*RequestHeaderRulesForAddCdnDomainInput) SetRequestHost ¶
func (s *RequestHeaderRulesForAddCdnDomainInput) SetRequestHost(v string) *RequestHeaderRulesForAddCdnDomainInput
SetRequestHost sets the RequestHost field's value.
func (RequestHeaderRulesForAddCdnDomainInput) String ¶
func (s RequestHeaderRulesForAddCdnDomainInput) String() string
String returns the string representation
type RequestHeaderRulesForBatchUpdateCdnConfigInput ¶
type RequestHeaderRulesForBatchUpdateCdnConfigInput struct { RequestHeaderComponents *RequestHeaderComponentsForBatchUpdateCdnConfigInput `type:"structure"` RequestHeaderInstances []*RequestHeaderInstanceForBatchUpdateCdnConfigInput `type:"list"` RequestHost *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderRulesForBatchUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderRulesForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderComponents ¶
func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForBatchUpdateCdnConfigInput) *RequestHeaderRulesForBatchUpdateCdnConfigInput
SetRequestHeaderComponents sets the RequestHeaderComponents field's value.
func (*RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForBatchUpdateCdnConfigInput) *RequestHeaderRulesForBatchUpdateCdnConfigInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (*RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHost ¶
func (s *RequestHeaderRulesForBatchUpdateCdnConfigInput) SetRequestHost(v string) *RequestHeaderRulesForBatchUpdateCdnConfigInput
SetRequestHost sets the RequestHost field's value.
func (RequestHeaderRulesForBatchUpdateCdnConfigInput) String ¶
func (s RequestHeaderRulesForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RequestHeaderRulesForDescribeCdnConfigOutput ¶
type RequestHeaderRulesForDescribeCdnConfigOutput struct { RequestHeaderComponents *RequestHeaderComponentsForDescribeCdnConfigOutput `type:"structure"` RequestHeaderInstances []*RequestHeaderInstanceForDescribeCdnConfigOutput `type:"list"` RequestHost *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderRulesForDescribeCdnConfigOutput) GoString ¶
func (s RequestHeaderRulesForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderComponents ¶
func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderComponents(v *RequestHeaderComponentsForDescribeCdnConfigOutput) *RequestHeaderRulesForDescribeCdnConfigOutput
SetRequestHeaderComponents sets the RequestHeaderComponents field's value.
func (*RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderInstances ¶
func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForDescribeCdnConfigOutput) *RequestHeaderRulesForDescribeCdnConfigOutput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (*RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHost ¶
func (s *RequestHeaderRulesForDescribeCdnConfigOutput) SetRequestHost(v string) *RequestHeaderRulesForDescribeCdnConfigOutput
SetRequestHost sets the RequestHost field's value.
func (RequestHeaderRulesForDescribeCdnConfigOutput) String ¶
func (s RequestHeaderRulesForDescribeCdnConfigOutput) String() string
String returns the string representation
type RequestHeaderRulesForUpdateCdnConfigInput ¶
type RequestHeaderRulesForUpdateCdnConfigInput struct { RequestHeaderComponents *RequestHeaderComponentsForUpdateCdnConfigInput `type:"structure"` RequestHeaderInstances []*RequestHeaderInstanceForUpdateCdnConfigInput `type:"list"` RequestHost *string `type:"string"` // contains filtered or unexported fields }
func (RequestHeaderRulesForUpdateCdnConfigInput) GoString ¶
func (s RequestHeaderRulesForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderComponents ¶
func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderComponents(v *RequestHeaderComponentsForUpdateCdnConfigInput) *RequestHeaderRulesForUpdateCdnConfigInput
SetRequestHeaderComponents sets the RequestHeaderComponents field's value.
func (*RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderInstances ¶
func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForUpdateCdnConfigInput) *RequestHeaderRulesForUpdateCdnConfigInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (*RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHost ¶
func (s *RequestHeaderRulesForUpdateCdnConfigInput) SetRequestHost(v string) *RequestHeaderRulesForUpdateCdnConfigInput
SetRequestHost sets the RequestHost field's value.
func (RequestHeaderRulesForUpdateCdnConfigInput) String ¶
func (s RequestHeaderRulesForUpdateCdnConfigInput) String() string
String returns the string representation
type ResourceTagForAddCdnDomainInput ¶
type ResourceTagForAddCdnDomainInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForAddCdnDomainInput) GoString ¶
func (s ResourceTagForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ResourceTagForAddCdnDomainInput) SetKey ¶
func (s *ResourceTagForAddCdnDomainInput) SetKey(v string) *ResourceTagForAddCdnDomainInput
SetKey sets the Key field's value.
func (*ResourceTagForAddCdnDomainInput) SetValue ¶
func (s *ResourceTagForAddCdnDomainInput) SetValue(v string) *ResourceTagForAddCdnDomainInput
SetValue sets the Value field's value.
func (ResourceTagForAddCdnDomainInput) String ¶
func (s ResourceTagForAddCdnDomainInput) String() string
String returns the string representation
type ResourceTagForAddResourceTagsInput ¶
type ResourceTagForAddResourceTagsInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForAddResourceTagsInput) GoString ¶
func (s ResourceTagForAddResourceTagsInput) GoString() string
GoString returns the string representation
func (*ResourceTagForAddResourceTagsInput) SetKey ¶
func (s *ResourceTagForAddResourceTagsInput) SetKey(v string) *ResourceTagForAddResourceTagsInput
SetKey sets the Key field's value.
func (*ResourceTagForAddResourceTagsInput) SetValue ¶
func (s *ResourceTagForAddResourceTagsInput) SetValue(v string) *ResourceTagForAddResourceTagsInput
SetValue sets the Value field's value.
func (ResourceTagForAddResourceTagsInput) String ¶
func (s ResourceTagForAddResourceTagsInput) String() string
String returns the string representation
type ResourceTagForDeleteResourceTagsInput ¶
type ResourceTagForDeleteResourceTagsInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForDeleteResourceTagsInput) GoString ¶
func (s ResourceTagForDeleteResourceTagsInput) GoString() string
GoString returns the string representation
func (*ResourceTagForDeleteResourceTagsInput) SetKey ¶
func (s *ResourceTagForDeleteResourceTagsInput) SetKey(v string) *ResourceTagForDeleteResourceTagsInput
SetKey sets the Key field's value.
func (*ResourceTagForDeleteResourceTagsInput) SetValue ¶
func (s *ResourceTagForDeleteResourceTagsInput) SetValue(v string) *ResourceTagForDeleteResourceTagsInput
SetValue sets the Value field's value.
func (ResourceTagForDeleteResourceTagsInput) String ¶
func (s ResourceTagForDeleteResourceTagsInput) String() string
String returns the string representation
type ResourceTagForListCdnDomainsOutput ¶
type ResourceTagForListCdnDomainsOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForListCdnDomainsOutput) GoString ¶
func (s ResourceTagForListCdnDomainsOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListCdnDomainsOutput) SetKey ¶
func (s *ResourceTagForListCdnDomainsOutput) SetKey(v string) *ResourceTagForListCdnDomainsOutput
SetKey sets the Key field's value.
func (*ResourceTagForListCdnDomainsOutput) SetValue ¶
func (s *ResourceTagForListCdnDomainsOutput) SetValue(v string) *ResourceTagForListCdnDomainsOutput
SetValue sets the Value field's value.
func (ResourceTagForListCdnDomainsOutput) String ¶
func (s ResourceTagForListCdnDomainsOutput) String() string
String returns the string representation
type ResourceTagForListResourceTagsOutput ¶
type ResourceTagForListResourceTagsOutput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForListResourceTagsOutput) GoString ¶
func (s ResourceTagForListResourceTagsOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListResourceTagsOutput) SetKey ¶
func (s *ResourceTagForListResourceTagsOutput) SetKey(v string) *ResourceTagForListResourceTagsOutput
SetKey sets the Key field's value.
func (*ResourceTagForListResourceTagsOutput) SetValue ¶
func (s *ResourceTagForListResourceTagsOutput) SetValue(v string) *ResourceTagForListResourceTagsOutput
SetValue sets the Value field's value.
func (ResourceTagForListResourceTagsOutput) String ¶
func (s ResourceTagForListResourceTagsOutput) String() string
String returns the string representation
type ResourceTagForUpdateResourceTagsInput ¶
type ResourceTagForUpdateResourceTagsInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (ResourceTagForUpdateResourceTagsInput) GoString ¶
func (s ResourceTagForUpdateResourceTagsInput) GoString() string
GoString returns the string representation
func (*ResourceTagForUpdateResourceTagsInput) SetKey ¶
func (s *ResourceTagForUpdateResourceTagsInput) SetKey(v string) *ResourceTagForUpdateResourceTagsInput
SetKey sets the Key field's value.
func (*ResourceTagForUpdateResourceTagsInput) SetValue ¶
func (s *ResourceTagForUpdateResourceTagsInput) SetValue(v string) *ResourceTagForUpdateResourceTagsInput
SetValue sets the Value field's value.
func (ResourceTagForUpdateResourceTagsInput) String ¶
func (s ResourceTagForUpdateResourceTagsInput) String() string
String returns the string representation
type ResponseActionForAddCdnDomainInput ¶
type ResponseActionForAddCdnDomainInput struct { StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ResponseActionForAddCdnDomainInput) GoString ¶
func (s ResponseActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ResponseActionForAddCdnDomainInput) SetStatusCode ¶
func (s *ResponseActionForAddCdnDomainInput) SetStatusCode(v string) *ResponseActionForAddCdnDomainInput
SetStatusCode sets the StatusCode field's value.
func (ResponseActionForAddCdnDomainInput) String ¶
func (s ResponseActionForAddCdnDomainInput) String() string
String returns the string representation
type ResponseActionForBatchUpdateCdnConfigInput ¶
type ResponseActionForBatchUpdateCdnConfigInput struct { StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ResponseActionForBatchUpdateCdnConfigInput) GoString ¶
func (s ResponseActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseActionForBatchUpdateCdnConfigInput) SetStatusCode ¶
func (s *ResponseActionForBatchUpdateCdnConfigInput) SetStatusCode(v string) *ResponseActionForBatchUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ResponseActionForBatchUpdateCdnConfigInput) String ¶
func (s ResponseActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseActionForDescribeCdnConfigOutput ¶
type ResponseActionForDescribeCdnConfigOutput struct { StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ResponseActionForDescribeCdnConfigOutput) GoString ¶
func (s ResponseActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ResponseActionForDescribeCdnConfigOutput) SetStatusCode ¶
func (s *ResponseActionForDescribeCdnConfigOutput) SetStatusCode(v string) *ResponseActionForDescribeCdnConfigOutput
SetStatusCode sets the StatusCode field's value.
func (ResponseActionForDescribeCdnConfigOutput) String ¶
func (s ResponseActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ResponseActionForUpdateCdnConfigInput ¶
type ResponseActionForUpdateCdnConfigInput struct { StatusCode *string `type:"string"` // contains filtered or unexported fields }
func (ResponseActionForUpdateCdnConfigInput) GoString ¶
func (s ResponseActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseActionForUpdateCdnConfigInput) SetStatusCode ¶
func (s *ResponseActionForUpdateCdnConfigInput) SetStatusCode(v string) *ResponseActionForUpdateCdnConfigInput
SetStatusCode sets the StatusCode field's value.
func (ResponseActionForUpdateCdnConfigInput) String ¶
func (s ResponseActionForUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderActionForAddCdnDomainInput ¶
type ResponseHeaderActionForAddCdnDomainInput struct { ResponseHeaderInstances []*ResponseHeaderInstanceForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (ResponseHeaderActionForAddCdnDomainInput) GoString ¶
func (s ResponseHeaderActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderActionForAddCdnDomainInput) SetResponseHeaderInstances ¶
func (s *ResponseHeaderActionForAddCdnDomainInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForAddCdnDomainInput) *ResponseHeaderActionForAddCdnDomainInput
SetResponseHeaderInstances sets the ResponseHeaderInstances field's value.
func (ResponseHeaderActionForAddCdnDomainInput) String ¶
func (s ResponseHeaderActionForAddCdnDomainInput) String() string
String returns the string representation
type ResponseHeaderActionForBatchUpdateCdnConfigInput ¶
type ResponseHeaderActionForBatchUpdateCdnConfigInput struct { ResponseHeaderInstances []*ResponseHeaderInstanceForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (ResponseHeaderActionForBatchUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderActionForBatchUpdateCdnConfigInput) SetResponseHeaderInstances ¶
func (s *ResponseHeaderActionForBatchUpdateCdnConfigInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) *ResponseHeaderActionForBatchUpdateCdnConfigInput
SetResponseHeaderInstances sets the ResponseHeaderInstances field's value.
func (ResponseHeaderActionForBatchUpdateCdnConfigInput) String ¶
func (s ResponseHeaderActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderActionForDescribeCdnConfigOutput ¶
type ResponseHeaderActionForDescribeCdnConfigOutput struct { ResponseHeaderInstances []*ResponseHeaderInstanceForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (ResponseHeaderActionForDescribeCdnConfigOutput) GoString ¶
func (s ResponseHeaderActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ResponseHeaderActionForDescribeCdnConfigOutput) SetResponseHeaderInstances ¶
func (s *ResponseHeaderActionForDescribeCdnConfigOutput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForDescribeCdnConfigOutput) *ResponseHeaderActionForDescribeCdnConfigOutput
SetResponseHeaderInstances sets the ResponseHeaderInstances field's value.
func (ResponseHeaderActionForDescribeCdnConfigOutput) String ¶
func (s ResponseHeaderActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type ResponseHeaderActionForUpdateCdnConfigInput ¶
type ResponseHeaderActionForUpdateCdnConfigInput struct { ResponseHeaderInstances []*ResponseHeaderInstanceForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (ResponseHeaderActionForUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderActionForUpdateCdnConfigInput) SetResponseHeaderInstances ¶
func (s *ResponseHeaderActionForUpdateCdnConfigInput) SetResponseHeaderInstances(v []*ResponseHeaderInstanceForUpdateCdnConfigInput) *ResponseHeaderActionForUpdateCdnConfigInput
SetResponseHeaderInstances sets the ResponseHeaderInstances field's value.
func (ResponseHeaderActionForUpdateCdnConfigInput) String ¶
func (s ResponseHeaderActionForUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderForAddCdnDomainInput ¶
type ResponseHeaderForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` ResponseHeaderAction *ResponseHeaderActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (ResponseHeaderForAddCdnDomainInput) GoString ¶
func (s ResponseHeaderForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderForAddCdnDomainInput) SetCondition ¶
func (s *ResponseHeaderForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *ResponseHeaderForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*ResponseHeaderForAddCdnDomainInput) SetResponseHeaderAction ¶
func (s *ResponseHeaderForAddCdnDomainInput) SetResponseHeaderAction(v *ResponseHeaderActionForAddCdnDomainInput) *ResponseHeaderForAddCdnDomainInput
SetResponseHeaderAction sets the ResponseHeaderAction field's value.
func (ResponseHeaderForAddCdnDomainInput) String ¶
func (s ResponseHeaderForAddCdnDomainInput) String() string
String returns the string representation
type ResponseHeaderForBatchUpdateCdnConfigInput ¶
type ResponseHeaderForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` ResponseHeaderAction *ResponseHeaderActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ResponseHeaderForBatchUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *ResponseHeaderForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *ResponseHeaderForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*ResponseHeaderForBatchUpdateCdnConfigInput) SetResponseHeaderAction ¶
func (s *ResponseHeaderForBatchUpdateCdnConfigInput) SetResponseHeaderAction(v *ResponseHeaderActionForBatchUpdateCdnConfigInput) *ResponseHeaderForBatchUpdateCdnConfigInput
SetResponseHeaderAction sets the ResponseHeaderAction field's value.
func (ResponseHeaderForBatchUpdateCdnConfigInput) String ¶
func (s ResponseHeaderForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderForDescribeCdnConfigOutput ¶
type ResponseHeaderForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` ResponseHeaderAction *ResponseHeaderActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (ResponseHeaderForDescribeCdnConfigOutput) GoString ¶
func (s ResponseHeaderForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ResponseHeaderForDescribeCdnConfigOutput) SetCondition ¶
func (s *ResponseHeaderForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *ResponseHeaderForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*ResponseHeaderForDescribeCdnConfigOutput) SetResponseHeaderAction ¶
func (s *ResponseHeaderForDescribeCdnConfigOutput) SetResponseHeaderAction(v *ResponseHeaderActionForDescribeCdnConfigOutput) *ResponseHeaderForDescribeCdnConfigOutput
SetResponseHeaderAction sets the ResponseHeaderAction field's value.
func (ResponseHeaderForDescribeCdnConfigOutput) String ¶
func (s ResponseHeaderForDescribeCdnConfigOutput) String() string
String returns the string representation
type ResponseHeaderForUpdateCdnConfigInput ¶
type ResponseHeaderForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` ResponseHeaderAction *ResponseHeaderActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (ResponseHeaderForUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderForUpdateCdnConfigInput) SetCondition ¶
func (s *ResponseHeaderForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *ResponseHeaderForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*ResponseHeaderForUpdateCdnConfigInput) SetResponseHeaderAction ¶
func (s *ResponseHeaderForUpdateCdnConfigInput) SetResponseHeaderAction(v *ResponseHeaderActionForUpdateCdnConfigInput) *ResponseHeaderForUpdateCdnConfigInput
SetResponseHeaderAction sets the ResponseHeaderAction field's value.
func (ResponseHeaderForUpdateCdnConfigInput) String ¶
func (s ResponseHeaderForUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderInstanceForAddCdnDomainInput ¶
type ResponseHeaderInstanceForAddCdnDomainInput struct { AccessOriginControl *bool `type:"boolean"` Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (ResponseHeaderInstanceForAddCdnDomainInput) GoString ¶
func (s ResponseHeaderInstanceForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderInstanceForAddCdnDomainInput) SetAccessOriginControl ¶
func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForAddCdnDomainInput
SetAccessOriginControl sets the AccessOriginControl field's value.
func (*ResponseHeaderInstanceForAddCdnDomainInput) SetAction ¶
func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetAction(v string) *ResponseHeaderInstanceForAddCdnDomainInput
SetAction sets the Action field's value.
func (*ResponseHeaderInstanceForAddCdnDomainInput) SetKey ¶
func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetKey(v string) *ResponseHeaderInstanceForAddCdnDomainInput
SetKey sets the Key field's value.
func (*ResponseHeaderInstanceForAddCdnDomainInput) SetValue ¶
func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetValue(v string) *ResponseHeaderInstanceForAddCdnDomainInput
SetValue sets the Value field's value.
func (*ResponseHeaderInstanceForAddCdnDomainInput) SetValueType ¶
func (s *ResponseHeaderInstanceForAddCdnDomainInput) SetValueType(v string) *ResponseHeaderInstanceForAddCdnDomainInput
SetValueType sets the ValueType field's value.
func (ResponseHeaderInstanceForAddCdnDomainInput) String ¶
func (s ResponseHeaderInstanceForAddCdnDomainInput) String() string
String returns the string representation
type ResponseHeaderInstanceForBatchUpdateCdnConfigInput ¶
type ResponseHeaderInstanceForBatchUpdateCdnConfigInput struct { AccessOriginControl *bool `type:"boolean"` Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (ResponseHeaderInstanceForBatchUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderInstanceForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAccessOriginControl ¶
func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
SetAccessOriginControl sets the AccessOriginControl field's value.
func (*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAction ¶
func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetAction(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetKey ¶
func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetKey(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValue ¶
func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValue(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType ¶
func (s *ResponseHeaderInstanceForBatchUpdateCdnConfigInput) SetValueType(v string) *ResponseHeaderInstanceForBatchUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (ResponseHeaderInstanceForBatchUpdateCdnConfigInput) String ¶
func (s ResponseHeaderInstanceForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type ResponseHeaderInstanceForDescribeCdnConfigOutput ¶
type ResponseHeaderInstanceForDescribeCdnConfigOutput struct { AccessOriginControl *bool `type:"boolean"` Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (ResponseHeaderInstanceForDescribeCdnConfigOutput) GoString ¶
func (s ResponseHeaderInstanceForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAccessOriginControl ¶
func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForDescribeCdnConfigOutput
SetAccessOriginControl sets the AccessOriginControl field's value.
func (*ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAction ¶
func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetAction(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*ResponseHeaderInstanceForDescribeCdnConfigOutput) SetKey ¶
func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetKey(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
SetKey sets the Key field's value.
func (*ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValue ¶
func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValue(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (*ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValueType ¶
func (s *ResponseHeaderInstanceForDescribeCdnConfigOutput) SetValueType(v string) *ResponseHeaderInstanceForDescribeCdnConfigOutput
SetValueType sets the ValueType field's value.
func (ResponseHeaderInstanceForDescribeCdnConfigOutput) String ¶
func (s ResponseHeaderInstanceForDescribeCdnConfigOutput) String() string
String returns the string representation
type ResponseHeaderInstanceForUpdateCdnConfigInput ¶
type ResponseHeaderInstanceForUpdateCdnConfigInput struct { AccessOriginControl *bool `type:"boolean"` Action *string `type:"string"` Key *string `type:"string"` Value *string `type:"string"` ValueType *string `type:"string"` // contains filtered or unexported fields }
func (ResponseHeaderInstanceForUpdateCdnConfigInput) GoString ¶
func (s ResponseHeaderInstanceForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*ResponseHeaderInstanceForUpdateCdnConfigInput) SetAccessOriginControl ¶
func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetAccessOriginControl(v bool) *ResponseHeaderInstanceForUpdateCdnConfigInput
SetAccessOriginControl sets the AccessOriginControl field's value.
func (*ResponseHeaderInstanceForUpdateCdnConfigInput) SetAction ¶
func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetAction(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*ResponseHeaderInstanceForUpdateCdnConfigInput) SetKey ¶
func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetKey(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
SetKey sets the Key field's value.
func (*ResponseHeaderInstanceForUpdateCdnConfigInput) SetValue ¶
func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetValue(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (*ResponseHeaderInstanceForUpdateCdnConfigInput) SetValueType ¶
func (s *ResponseHeaderInstanceForUpdateCdnConfigInput) SetValueType(v string) *ResponseHeaderInstanceForUpdateCdnConfigInput
SetValueType sets the ValueType field's value.
func (ResponseHeaderInstanceForUpdateCdnConfigInput) String ¶
func (s ResponseHeaderInstanceForUpdateCdnConfigInput) String() string
String returns the string representation
type RewriteM3u8RuleForAddCdnDomainInput ¶
type RewriteM3u8RuleForAddCdnDomainInput struct { DeleteParam *bool `type:"boolean"` KeepM3u8Param *bool `type:"boolean"` TransferEncoding *bool `type:"boolean"` // contains filtered or unexported fields }
func (RewriteM3u8RuleForAddCdnDomainInput) GoString ¶
func (s RewriteM3u8RuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*RewriteM3u8RuleForAddCdnDomainInput) SetDeleteParam ¶
func (s *RewriteM3u8RuleForAddCdnDomainInput) SetDeleteParam(v bool) *RewriteM3u8RuleForAddCdnDomainInput
SetDeleteParam sets the DeleteParam field's value.
func (*RewriteM3u8RuleForAddCdnDomainInput) SetKeepM3u8Param ¶
func (s *RewriteM3u8RuleForAddCdnDomainInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForAddCdnDomainInput
SetKeepM3u8Param sets the KeepM3u8Param field's value.
func (*RewriteM3u8RuleForAddCdnDomainInput) SetTransferEncoding ¶
func (s *RewriteM3u8RuleForAddCdnDomainInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForAddCdnDomainInput
SetTransferEncoding sets the TransferEncoding field's value.
func (RewriteM3u8RuleForAddCdnDomainInput) String ¶
func (s RewriteM3u8RuleForAddCdnDomainInput) String() string
String returns the string representation
type RewriteM3u8RuleForBatchUpdateCdnConfigInput ¶
type RewriteM3u8RuleForBatchUpdateCdnConfigInput struct { DeleteParam *bool `type:"boolean"` KeepM3u8Param *bool `type:"boolean"` TransferEncoding *bool `type:"boolean"` // contains filtered or unexported fields }
func (RewriteM3u8RuleForBatchUpdateCdnConfigInput) GoString ¶
func (s RewriteM3u8RuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetDeleteParam ¶
func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetDeleteParam(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
SetDeleteParam sets the DeleteParam field's value.
func (*RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetKeepM3u8Param ¶
func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
SetKeepM3u8Param sets the KeepM3u8Param field's value.
func (*RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetTransferEncoding ¶
func (s *RewriteM3u8RuleForBatchUpdateCdnConfigInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForBatchUpdateCdnConfigInput
SetTransferEncoding sets the TransferEncoding field's value.
func (RewriteM3u8RuleForBatchUpdateCdnConfigInput) String ¶
func (s RewriteM3u8RuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type RewriteM3u8RuleForDescribeCdnConfigOutput ¶
type RewriteM3u8RuleForDescribeCdnConfigOutput struct { DeleteParam *bool `type:"boolean"` KeepM3u8Param *bool `type:"boolean"` TransferEncoding *bool `type:"boolean"` // contains filtered or unexported fields }
func (RewriteM3u8RuleForDescribeCdnConfigOutput) GoString ¶
func (s RewriteM3u8RuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*RewriteM3u8RuleForDescribeCdnConfigOutput) SetDeleteParam ¶
func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetDeleteParam(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
SetDeleteParam sets the DeleteParam field's value.
func (*RewriteM3u8RuleForDescribeCdnConfigOutput) SetKeepM3u8Param ¶
func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
SetKeepM3u8Param sets the KeepM3u8Param field's value.
func (*RewriteM3u8RuleForDescribeCdnConfigOutput) SetTransferEncoding ¶
func (s *RewriteM3u8RuleForDescribeCdnConfigOutput) SetTransferEncoding(v bool) *RewriteM3u8RuleForDescribeCdnConfigOutput
SetTransferEncoding sets the TransferEncoding field's value.
func (RewriteM3u8RuleForDescribeCdnConfigOutput) String ¶
func (s RewriteM3u8RuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type RewriteM3u8RuleForUpdateCdnConfigInput ¶
type RewriteM3u8RuleForUpdateCdnConfigInput struct { DeleteParam *bool `type:"boolean"` KeepM3u8Param *bool `type:"boolean"` TransferEncoding *bool `type:"boolean"` // contains filtered or unexported fields }
func (RewriteM3u8RuleForUpdateCdnConfigInput) GoString ¶
func (s RewriteM3u8RuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*RewriteM3u8RuleForUpdateCdnConfigInput) SetDeleteParam ¶
func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetDeleteParam(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
SetDeleteParam sets the DeleteParam field's value.
func (*RewriteM3u8RuleForUpdateCdnConfigInput) SetKeepM3u8Param ¶
func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetKeepM3u8Param(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
SetKeepM3u8Param sets the KeepM3u8Param field's value.
func (*RewriteM3u8RuleForUpdateCdnConfigInput) SetTransferEncoding ¶
func (s *RewriteM3u8RuleForUpdateCdnConfigInput) SetTransferEncoding(v bool) *RewriteM3u8RuleForUpdateCdnConfigInput
SetTransferEncoding sets the TransferEncoding field's value.
func (RewriteM3u8RuleForUpdateCdnConfigInput) String ¶
func (s RewriteM3u8RuleForUpdateCdnConfigInput) String() string
String returns the string representation
type ServiceInfoForDescribeCdnServiceOutput ¶ added in v1.0.147
type ServiceInfoForDescribeCdnServiceOutput struct { BeginTime *string `type:"string"` BillingCode *string `type:"string"` BillingCycle *string `type:"string"` BillingData *string `type:"string"` BillingDesc *string `type:"string"` CreateTime *string `type:"string"` InstanceCategory *string `type:"string"` InstanceType *string `type:"string"` MetricType *string `type:"string"` ServiceRegion *string `type:"string"` StartTime *string `type:"string"` Status *string `type:"string"` // contains filtered or unexported fields }
func (ServiceInfoForDescribeCdnServiceOutput) GoString ¶ added in v1.0.147
func (s ServiceInfoForDescribeCdnServiceOutput) GoString() string
GoString returns the string representation
func (*ServiceInfoForDescribeCdnServiceOutput) SetBeginTime ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetBeginTime(v string) *ServiceInfoForDescribeCdnServiceOutput
SetBeginTime sets the BeginTime field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetBillingCode ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingCode(v string) *ServiceInfoForDescribeCdnServiceOutput
SetBillingCode sets the BillingCode field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetBillingCycle ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingCycle(v string) *ServiceInfoForDescribeCdnServiceOutput
SetBillingCycle sets the BillingCycle field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetBillingData ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingData(v string) *ServiceInfoForDescribeCdnServiceOutput
SetBillingData sets the BillingData field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetBillingDesc ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetBillingDesc(v string) *ServiceInfoForDescribeCdnServiceOutput
SetBillingDesc sets the BillingDesc field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetCreateTime ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetCreateTime(v string) *ServiceInfoForDescribeCdnServiceOutput
SetCreateTime sets the CreateTime field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetInstanceCategory ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetInstanceCategory(v string) *ServiceInfoForDescribeCdnServiceOutput
SetInstanceCategory sets the InstanceCategory field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetInstanceType ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetInstanceType(v string) *ServiceInfoForDescribeCdnServiceOutput
SetInstanceType sets the InstanceType field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetMetricType ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetMetricType(v string) *ServiceInfoForDescribeCdnServiceOutput
SetMetricType sets the MetricType field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetServiceRegion ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetServiceRegion(v string) *ServiceInfoForDescribeCdnServiceOutput
SetServiceRegion sets the ServiceRegion field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetStartTime ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetStartTime(v string) *ServiceInfoForDescribeCdnServiceOutput
SetStartTime sets the StartTime field's value.
func (*ServiceInfoForDescribeCdnServiceOutput) SetStatus ¶ added in v1.0.147
func (s *ServiceInfoForDescribeCdnServiceOutput) SetStatus(v string) *ServiceInfoForDescribeCdnServiceOutput
SetStatus sets the Status field's value.
func (ServiceInfoForDescribeCdnServiceOutput) String ¶ added in v1.0.147
func (s ServiceInfoForDescribeCdnServiceOutput) String() string
String returns the string representation
type SharedConfigForAddCdnDomainInput ¶
type SharedConfigForAddCdnDomainInput struct { // contains filtered or unexported fields }
func (SharedConfigForAddCdnDomainInput) GoString ¶
func (s SharedConfigForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SharedConfigForAddCdnDomainInput) SetConfigName ¶
func (s *SharedConfigForAddCdnDomainInput) SetConfigName(v string) *SharedConfigForAddCdnDomainInput
SetConfigName sets the ConfigName field's value.
func (SharedConfigForAddCdnDomainInput) String ¶
func (s SharedConfigForAddCdnDomainInput) String() string
String returns the string representation
type SharedConfigForBatchUpdateCdnConfigInput ¶
type SharedConfigForBatchUpdateCdnConfigInput struct { // contains filtered or unexported fields }
func (SharedConfigForBatchUpdateCdnConfigInput) GoString ¶
func (s SharedConfigForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SharedConfigForBatchUpdateCdnConfigInput) SetConfigName ¶
func (s *SharedConfigForBatchUpdateCdnConfigInput) SetConfigName(v string) *SharedConfigForBatchUpdateCdnConfigInput
SetConfigName sets the ConfigName field's value.
func (SharedConfigForBatchUpdateCdnConfigInput) String ¶
func (s SharedConfigForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SharedConfigForDescribeCdnConfigOutput ¶
type SharedConfigForDescribeCdnConfigOutput struct { // contains filtered or unexported fields }
func (SharedConfigForDescribeCdnConfigOutput) GoString ¶
func (s SharedConfigForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SharedConfigForDescribeCdnConfigOutput) SetConfigName ¶
func (s *SharedConfigForDescribeCdnConfigOutput) SetConfigName(v string) *SharedConfigForDescribeCdnConfigOutput
SetConfigName sets the ConfigName field's value.
func (SharedConfigForDescribeCdnConfigOutput) String ¶
func (s SharedConfigForDescribeCdnConfigOutput) String() string
String returns the string representation
type SharedConfigForUpdateCdnConfigInput ¶
type SharedConfigForUpdateCdnConfigInput struct { // contains filtered or unexported fields }
func (SharedConfigForUpdateCdnConfigInput) GoString ¶
func (s SharedConfigForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SharedConfigForUpdateCdnConfigInput) SetConfigName ¶
func (s *SharedConfigForUpdateCdnConfigInput) SetConfigName(v string) *SharedConfigForUpdateCdnConfigInput
SetConfigName sets the ConfigName field's value.
func (SharedConfigForUpdateCdnConfigInput) String ¶
func (s SharedConfigForUpdateCdnConfigInput) String() string
String returns the string representation
type SignCapRuleForAddCdnDomainInput ¶
type SignCapRuleForAddCdnDomainInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (SignCapRuleForAddCdnDomainInput) GoString ¶
func (s SignCapRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SignCapRuleForAddCdnDomainInput) SetCapMode ¶
func (s *SignCapRuleForAddCdnDomainInput) SetCapMode(v string) *SignCapRuleForAddCdnDomainInput
SetCapMode sets the CapMode field's value.
func (*SignCapRuleForAddCdnDomainInput) SetParamName ¶
func (s *SignCapRuleForAddCdnDomainInput) SetParamName(v string) *SignCapRuleForAddCdnDomainInput
SetParamName sets the ParamName field's value.
func (*SignCapRuleForAddCdnDomainInput) SetUriLevel ¶
func (s *SignCapRuleForAddCdnDomainInput) SetUriLevel(v int64) *SignCapRuleForAddCdnDomainInput
SetUriLevel sets the UriLevel field's value.
func (SignCapRuleForAddCdnDomainInput) String ¶
func (s SignCapRuleForAddCdnDomainInput) String() string
String returns the string representation
type SignCapRuleForBatchUpdateCdnConfigInput ¶
type SignCapRuleForBatchUpdateCdnConfigInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (SignCapRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s SignCapRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignCapRuleForBatchUpdateCdnConfigInput) SetCapMode ¶
func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetCapMode(v string) *SignCapRuleForBatchUpdateCdnConfigInput
SetCapMode sets the CapMode field's value.
func (*SignCapRuleForBatchUpdateCdnConfigInput) SetParamName ¶
func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetParamName(v string) *SignCapRuleForBatchUpdateCdnConfigInput
SetParamName sets the ParamName field's value.
func (*SignCapRuleForBatchUpdateCdnConfigInput) SetUriLevel ¶
func (s *SignCapRuleForBatchUpdateCdnConfigInput) SetUriLevel(v int64) *SignCapRuleForBatchUpdateCdnConfigInput
SetUriLevel sets the UriLevel field's value.
func (SignCapRuleForBatchUpdateCdnConfigInput) String ¶
func (s SignCapRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SignCapRuleForDescribeCdnConfigOutput ¶
type SignCapRuleForDescribeCdnConfigOutput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (SignCapRuleForDescribeCdnConfigOutput) GoString ¶
func (s SignCapRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SignCapRuleForDescribeCdnConfigOutput) SetCapMode ¶
func (s *SignCapRuleForDescribeCdnConfigOutput) SetCapMode(v string) *SignCapRuleForDescribeCdnConfigOutput
SetCapMode sets the CapMode field's value.
func (*SignCapRuleForDescribeCdnConfigOutput) SetParamName ¶
func (s *SignCapRuleForDescribeCdnConfigOutput) SetParamName(v string) *SignCapRuleForDescribeCdnConfigOutput
SetParamName sets the ParamName field's value.
func (*SignCapRuleForDescribeCdnConfigOutput) SetUriLevel ¶
func (s *SignCapRuleForDescribeCdnConfigOutput) SetUriLevel(v int64) *SignCapRuleForDescribeCdnConfigOutput
SetUriLevel sets the UriLevel field's value.
func (SignCapRuleForDescribeCdnConfigOutput) String ¶
func (s SignCapRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type SignCapRuleForUpdateCdnConfigInput ¶
type SignCapRuleForUpdateCdnConfigInput struct { CapMode *string `type:"string"` ParamName *string `type:"string"` UriLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (SignCapRuleForUpdateCdnConfigInput) GoString ¶
func (s SignCapRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignCapRuleForUpdateCdnConfigInput) SetCapMode ¶
func (s *SignCapRuleForUpdateCdnConfigInput) SetCapMode(v string) *SignCapRuleForUpdateCdnConfigInput
SetCapMode sets the CapMode field's value.
func (*SignCapRuleForUpdateCdnConfigInput) SetParamName ¶
func (s *SignCapRuleForUpdateCdnConfigInput) SetParamName(v string) *SignCapRuleForUpdateCdnConfigInput
SetParamName sets the ParamName field's value.
func (*SignCapRuleForUpdateCdnConfigInput) SetUriLevel ¶
func (s *SignCapRuleForUpdateCdnConfigInput) SetUriLevel(v int64) *SignCapRuleForUpdateCdnConfigInput
SetUriLevel sets the UriLevel field's value.
func (SignCapRuleForUpdateCdnConfigInput) String ¶
func (s SignCapRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type SignParamForAddCdnDomainInput ¶
type SignParamForAddCdnDomainInput struct { ParamType *string `type:"string"` RequestHeader *string `type:"string"` SupContent *string `type:"string"` UriParamSup *UriParamSupForAddCdnDomainInput `type:"structure"` UrlParam *SignCapRuleForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (SignParamForAddCdnDomainInput) GoString ¶
func (s SignParamForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SignParamForAddCdnDomainInput) SetParamType ¶
func (s *SignParamForAddCdnDomainInput) SetParamType(v string) *SignParamForAddCdnDomainInput
SetParamType sets the ParamType field's value.
func (*SignParamForAddCdnDomainInput) SetRequestHeader ¶
func (s *SignParamForAddCdnDomainInput) SetRequestHeader(v string) *SignParamForAddCdnDomainInput
SetRequestHeader sets the RequestHeader field's value.
func (*SignParamForAddCdnDomainInput) SetSupContent ¶
func (s *SignParamForAddCdnDomainInput) SetSupContent(v string) *SignParamForAddCdnDomainInput
SetSupContent sets the SupContent field's value.
func (*SignParamForAddCdnDomainInput) SetUriParamSup ¶
func (s *SignParamForAddCdnDomainInput) SetUriParamSup(v *UriParamSupForAddCdnDomainInput) *SignParamForAddCdnDomainInput
SetUriParamSup sets the UriParamSup field's value.
func (*SignParamForAddCdnDomainInput) SetUrlParam ¶
func (s *SignParamForAddCdnDomainInput) SetUrlParam(v *SignCapRuleForAddCdnDomainInput) *SignParamForAddCdnDomainInput
SetUrlParam sets the UrlParam field's value.
func (SignParamForAddCdnDomainInput) String ¶
func (s SignParamForAddCdnDomainInput) String() string
String returns the string representation
type SignParamForBatchUpdateCdnConfigInput ¶
type SignParamForBatchUpdateCdnConfigInput struct { ParamType *string `type:"string"` RequestHeader *string `type:"string"` SupContent *string `type:"string"` UriParamSup *UriParamSupForBatchUpdateCdnConfigInput `type:"structure"` UrlParam *SignCapRuleForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignParamForBatchUpdateCdnConfigInput) GoString ¶
func (s SignParamForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignParamForBatchUpdateCdnConfigInput) SetParamType ¶
func (s *SignParamForBatchUpdateCdnConfigInput) SetParamType(v string) *SignParamForBatchUpdateCdnConfigInput
SetParamType sets the ParamType field's value.
func (*SignParamForBatchUpdateCdnConfigInput) SetRequestHeader ¶
func (s *SignParamForBatchUpdateCdnConfigInput) SetRequestHeader(v string) *SignParamForBatchUpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*SignParamForBatchUpdateCdnConfigInput) SetSupContent ¶
func (s *SignParamForBatchUpdateCdnConfigInput) SetSupContent(v string) *SignParamForBatchUpdateCdnConfigInput
SetSupContent sets the SupContent field's value.
func (*SignParamForBatchUpdateCdnConfigInput) SetUriParamSup ¶
func (s *SignParamForBatchUpdateCdnConfigInput) SetUriParamSup(v *UriParamSupForBatchUpdateCdnConfigInput) *SignParamForBatchUpdateCdnConfigInput
SetUriParamSup sets the UriParamSup field's value.
func (*SignParamForBatchUpdateCdnConfigInput) SetUrlParam ¶
func (s *SignParamForBatchUpdateCdnConfigInput) SetUrlParam(v *SignCapRuleForBatchUpdateCdnConfigInput) *SignParamForBatchUpdateCdnConfigInput
SetUrlParam sets the UrlParam field's value.
func (SignParamForBatchUpdateCdnConfigInput) String ¶
func (s SignParamForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SignParamForDescribeCdnConfigOutput ¶
type SignParamForDescribeCdnConfigOutput struct { ParamType *string `type:"string"` RequestHeader *string `type:"string"` SupContent *string `type:"string"` UriParamSup *UriParamSupForDescribeCdnConfigOutput `type:"structure"` UrlParam *SignCapRuleForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (SignParamForDescribeCdnConfigOutput) GoString ¶
func (s SignParamForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SignParamForDescribeCdnConfigOutput) SetParamType ¶
func (s *SignParamForDescribeCdnConfigOutput) SetParamType(v string) *SignParamForDescribeCdnConfigOutput
SetParamType sets the ParamType field's value.
func (*SignParamForDescribeCdnConfigOutput) SetRequestHeader ¶
func (s *SignParamForDescribeCdnConfigOutput) SetRequestHeader(v string) *SignParamForDescribeCdnConfigOutput
SetRequestHeader sets the RequestHeader field's value.
func (*SignParamForDescribeCdnConfigOutput) SetSupContent ¶
func (s *SignParamForDescribeCdnConfigOutput) SetSupContent(v string) *SignParamForDescribeCdnConfigOutput
SetSupContent sets the SupContent field's value.
func (*SignParamForDescribeCdnConfigOutput) SetUriParamSup ¶
func (s *SignParamForDescribeCdnConfigOutput) SetUriParamSup(v *UriParamSupForDescribeCdnConfigOutput) *SignParamForDescribeCdnConfigOutput
SetUriParamSup sets the UriParamSup field's value.
func (*SignParamForDescribeCdnConfigOutput) SetUrlParam ¶
func (s *SignParamForDescribeCdnConfigOutput) SetUrlParam(v *SignCapRuleForDescribeCdnConfigOutput) *SignParamForDescribeCdnConfigOutput
SetUrlParam sets the UrlParam field's value.
func (SignParamForDescribeCdnConfigOutput) String ¶
func (s SignParamForDescribeCdnConfigOutput) String() string
String returns the string representation
type SignParamForUpdateCdnConfigInput ¶
type SignParamForUpdateCdnConfigInput struct { ParamType *string `type:"string"` RequestHeader *string `type:"string"` SupContent *string `type:"string"` UriParamSup *UriParamSupForUpdateCdnConfigInput `type:"structure"` UrlParam *SignCapRuleForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignParamForUpdateCdnConfigInput) GoString ¶
func (s SignParamForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignParamForUpdateCdnConfigInput) SetParamType ¶
func (s *SignParamForUpdateCdnConfigInput) SetParamType(v string) *SignParamForUpdateCdnConfigInput
SetParamType sets the ParamType field's value.
func (*SignParamForUpdateCdnConfigInput) SetRequestHeader ¶
func (s *SignParamForUpdateCdnConfigInput) SetRequestHeader(v string) *SignParamForUpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*SignParamForUpdateCdnConfigInput) SetSupContent ¶
func (s *SignParamForUpdateCdnConfigInput) SetSupContent(v string) *SignParamForUpdateCdnConfigInput
SetSupContent sets the SupContent field's value.
func (*SignParamForUpdateCdnConfigInput) SetUriParamSup ¶
func (s *SignParamForUpdateCdnConfigInput) SetUriParamSup(v *UriParamSupForUpdateCdnConfigInput) *SignParamForUpdateCdnConfigInput
SetUriParamSup sets the UriParamSup field's value.
func (*SignParamForUpdateCdnConfigInput) SetUrlParam ¶
func (s *SignParamForUpdateCdnConfigInput) SetUrlParam(v *SignCapRuleForUpdateCdnConfigInput) *SignParamForUpdateCdnConfigInput
SetUrlParam sets the UrlParam field's value.
func (SignParamForUpdateCdnConfigInput) String ¶
func (s SignParamForUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthActionForAddCdnDomainInput ¶
type SignedUrlAuthActionForAddCdnDomainInput struct { AuthAlgorithm *string `type:"string"` BackupSecretKey *string `type:"string"` CustomVariableRules *CustomVariableRulesForAddCdnDomainInput `type:"structure"` Duration *int64 `type:"int64"` KeepOriginArg *bool `type:"boolean"` MasterSecretKey *string `type:"string"` MpdVarExpand *bool `type:"boolean"` RewriteM3u8 *bool `type:"boolean"` RewriteM3u8Rule *RewriteM3u8RuleForAddCdnDomainInput `type:"structure"` RewriteMpd *bool `type:"boolean"` SignName *string `type:"string"` SignatureRule []*string `type:"list"` TimeFormat *string `type:"string"` TimeName *string `type:"string"` URLAuthType *string `type:"string"` UrlAuthCustomAction *UrlAuthCustomActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthActionForAddCdnDomainInput) GoString ¶
func (s SignedUrlAuthActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthActionForAddCdnDomainInput) SetAuthAlgorithm ¶ added in v1.0.147
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetAuthAlgorithm sets the AuthAlgorithm field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetBackupSecretKey ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetBackupSecretKey sets the BackupSecretKey field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetCustomVariableRules ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetCustomVariableRules(v *CustomVariableRulesForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
SetCustomVariableRules sets the CustomVariableRules field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetDuration ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetDuration(v int64) *SignedUrlAuthActionForAddCdnDomainInput
SetDuration sets the Duration field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetKeepOriginArg ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForAddCdnDomainInput
SetKeepOriginArg sets the KeepOriginArg field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetMasterSecretKey ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetMasterSecretKey sets the MasterSecretKey field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetMpdVarExpand ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForAddCdnDomainInput
SetMpdVarExpand sets the MpdVarExpand field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8 ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForAddCdnDomainInput
SetRewriteM3u8 sets the RewriteM3u8 field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8Rule ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
SetRewriteM3u8Rule sets the RewriteM3u8Rule field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetRewriteMpd ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForAddCdnDomainInput
SetRewriteMpd sets the RewriteMpd field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetSignName ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetSignName(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetSignName sets the SignName field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetSignatureRule ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForAddCdnDomainInput
SetSignatureRule sets the SignatureRule field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetTimeFormat ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetTimeFormat(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetTimeFormat sets the TimeFormat field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetTimeName ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetTimeName(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetTimeName sets the TimeName field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetURLAuthType ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetURLAuthType(v string) *SignedUrlAuthActionForAddCdnDomainInput
SetURLAuthType sets the URLAuthType field's value.
func (*SignedUrlAuthActionForAddCdnDomainInput) SetUrlAuthCustomAction ¶
func (s *SignedUrlAuthActionForAddCdnDomainInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForAddCdnDomainInput) *SignedUrlAuthActionForAddCdnDomainInput
SetUrlAuthCustomAction sets the UrlAuthCustomAction field's value.
func (SignedUrlAuthActionForAddCdnDomainInput) String ¶
func (s SignedUrlAuthActionForAddCdnDomainInput) String() string
String returns the string representation
type SignedUrlAuthActionForBatchUpdateCdnConfigInput ¶
type SignedUrlAuthActionForBatchUpdateCdnConfigInput struct { AuthAlgorithm *string `type:"string"` BackupSecretKey *string `type:"string"` CustomVariableRules *CustomVariableRulesForBatchUpdateCdnConfigInput `type:"structure"` Duration *int64 `type:"int64"` KeepOriginArg *bool `type:"boolean"` MasterSecretKey *string `type:"string"` MpdVarExpand *bool `type:"boolean"` RewriteM3u8 *bool `type:"boolean"` RewriteM3u8Rule *RewriteM3u8RuleForBatchUpdateCdnConfigInput `type:"structure"` RewriteMpd *bool `type:"boolean"` SignName *string `type:"string"` SignatureRule []*string `type:"list"` TimeFormat *string `type:"string"` TimeName *string `type:"string"` URLAuthType *string `type:"string"` UrlAuthCustomAction *UrlAuthCustomActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthActionForBatchUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetAuthAlgorithm ¶ added in v1.0.147
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetAuthAlgorithm sets the AuthAlgorithm field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetBackupSecretKey ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetBackupSecretKey sets the BackupSecretKey field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetCustomVariableRules ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetCustomVariableRules(v *CustomVariableRulesForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetCustomVariableRules sets the CustomVariableRules field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetDuration ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetDuration(v int64) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetDuration sets the Duration field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetKeepOriginArg ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetKeepOriginArg sets the KeepOriginArg field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMasterSecretKey ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetMasterSecretKey sets the MasterSecretKey field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMpdVarExpand ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetMpdVarExpand sets the MpdVarExpand field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8 ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetRewriteM3u8 sets the RewriteM3u8 field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8Rule ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetRewriteM3u8Rule sets the RewriteM3u8Rule field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteMpd ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetRewriteMpd sets the RewriteMpd field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignName ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignName(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetSignName sets the SignName field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignatureRule ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetSignatureRule sets the SignatureRule field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeFormat ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeFormat(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetTimeFormat sets the TimeFormat field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeName ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetTimeName(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetTimeName sets the TimeName field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetURLAuthType ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetURLAuthType(v string) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetURLAuthType sets the URLAuthType field's value.
func (*SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetUrlAuthCustomAction ¶
func (s *SignedUrlAuthActionForBatchUpdateCdnConfigInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForBatchUpdateCdnConfigInput) *SignedUrlAuthActionForBatchUpdateCdnConfigInput
SetUrlAuthCustomAction sets the UrlAuthCustomAction field's value.
func (SignedUrlAuthActionForBatchUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthActionForDescribeCdnConfigOutput ¶
type SignedUrlAuthActionForDescribeCdnConfigOutput struct { AuthAlgorithm *string `type:"string"` BackupSecretKey *string `type:"string"` CustomVariableRules *CustomVariableRulesForDescribeCdnConfigOutput `type:"structure"` Duration *int64 `type:"int64"` KeepOriginArg *bool `type:"boolean"` MasterSecretKey *string `type:"string"` MpdVarExpand *bool `type:"boolean"` RewriteM3u8 *bool `type:"boolean"` RewriteM3u8Rule *RewriteM3u8RuleForDescribeCdnConfigOutput `type:"structure"` RewriteMpd *bool `type:"boolean"` SignName *string `type:"string"` SignatureRule []*string `type:"list"` TimeFormat *string `type:"string"` TimeName *string `type:"string"` URLAuthType *string `type:"string"` UrlAuthCustomAction *UrlAuthCustomActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthActionForDescribeCdnConfigOutput) GoString ¶
func (s SignedUrlAuthActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetAuthAlgorithm ¶ added in v1.0.147
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetAuthAlgorithm sets the AuthAlgorithm field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetBackupSecretKey ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetBackupSecretKey(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetBackupSecretKey sets the BackupSecretKey field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetCustomVariableRules ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetCustomVariableRules(v *CustomVariableRulesForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetCustomVariableRules sets the CustomVariableRules field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetDuration ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetDuration(v int64) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetDuration sets the Duration field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetKeepOriginArg ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetKeepOriginArg sets the KeepOriginArg field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetMasterSecretKey ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetMasterSecretKey(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetMasterSecretKey sets the MasterSecretKey field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetMpdVarExpand ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetMpdVarExpand sets the MpdVarExpand field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8 ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetRewriteM3u8 sets the RewriteM3u8 field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8Rule ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetRewriteM3u8Rule sets the RewriteM3u8Rule field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteMpd ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetRewriteMpd(v bool) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetRewriteMpd sets the RewriteMpd field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignName ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignName(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetSignName sets the SignName field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignatureRule ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetSignatureRule(v []*string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetSignatureRule sets the SignatureRule field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeFormat ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeFormat(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetTimeFormat sets the TimeFormat field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeName ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetTimeName(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetTimeName sets the TimeName field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetURLAuthType ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetURLAuthType(v string) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetURLAuthType sets the URLAuthType field's value.
func (*SignedUrlAuthActionForDescribeCdnConfigOutput) SetUrlAuthCustomAction ¶
func (s *SignedUrlAuthActionForDescribeCdnConfigOutput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForDescribeCdnConfigOutput) *SignedUrlAuthActionForDescribeCdnConfigOutput
SetUrlAuthCustomAction sets the UrlAuthCustomAction field's value.
func (SignedUrlAuthActionForDescribeCdnConfigOutput) String ¶
func (s SignedUrlAuthActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type SignedUrlAuthActionForUpdateCdnConfigInput ¶
type SignedUrlAuthActionForUpdateCdnConfigInput struct { AuthAlgorithm *string `type:"string"` BackupSecretKey *string `type:"string"` CustomVariableRules *CustomVariableRulesForUpdateCdnConfigInput `type:"structure"` Duration *int64 `type:"int64"` KeepOriginArg *bool `type:"boolean"` MasterSecretKey *string `type:"string"` MpdVarExpand *bool `type:"boolean"` RewriteM3u8 *bool `type:"boolean"` RewriteM3u8Rule *RewriteM3u8RuleForUpdateCdnConfigInput `type:"structure"` RewriteMpd *bool `type:"boolean"` SignName *string `type:"string"` SignatureRule []*string `type:"list"` TimeFormat *string `type:"string"` TimeName *string `type:"string"` URLAuthType *string `type:"string"` UrlAuthCustomAction *UrlAuthCustomActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthActionForUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetAuthAlgorithm ¶ added in v1.0.147
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetAuthAlgorithm(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetAuthAlgorithm sets the AuthAlgorithm field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetBackupSecretKey ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetBackupSecretKey(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetBackupSecretKey sets the BackupSecretKey field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetCustomVariableRules ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetCustomVariableRules(v *CustomVariableRulesForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
SetCustomVariableRules sets the CustomVariableRules field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetDuration ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetDuration(v int64) *SignedUrlAuthActionForUpdateCdnConfigInput
SetDuration sets the Duration field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetKeepOriginArg ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetKeepOriginArg(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
SetKeepOriginArg sets the KeepOriginArg field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetMasterSecretKey ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetMasterSecretKey(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetMasterSecretKey sets the MasterSecretKey field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetMpdVarExpand ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetMpdVarExpand(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
SetMpdVarExpand sets the MpdVarExpand field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8 ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
SetRewriteM3u8 sets the RewriteM3u8 field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8Rule ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteM3u8Rule(v *RewriteM3u8RuleForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
SetRewriteM3u8Rule sets the RewriteM3u8Rule field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteMpd ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetRewriteMpd(v bool) *SignedUrlAuthActionForUpdateCdnConfigInput
SetRewriteMpd sets the RewriteMpd field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetSignName ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetSignName(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetSignName sets the SignName field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetSignatureRule ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetSignatureRule(v []*string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetSignatureRule sets the SignatureRule field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeFormat ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeFormat(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetTimeFormat sets the TimeFormat field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeName ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetTimeName(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetTimeName sets the TimeName field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetURLAuthType ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetURLAuthType(v string) *SignedUrlAuthActionForUpdateCdnConfigInput
SetURLAuthType sets the URLAuthType field's value.
func (*SignedUrlAuthActionForUpdateCdnConfigInput) SetUrlAuthCustomAction ¶
func (s *SignedUrlAuthActionForUpdateCdnConfigInput) SetUrlAuthCustomAction(v *UrlAuthCustomActionForUpdateCdnConfigInput) *SignedUrlAuthActionForUpdateCdnConfigInput
SetUrlAuthCustomAction sets the UrlAuthCustomAction field's value.
func (SignedUrlAuthActionForUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthActionForUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthForAddCdnDomainInput ¶
type SignedUrlAuthForAddCdnDomainInput struct { SignedUrlAuthRules []*SignedUrlAuthRuleForAddCdnDomainInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (SignedUrlAuthForAddCdnDomainInput) GoString ¶
func (s SignedUrlAuthForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthForAddCdnDomainInput) SetSignedUrlAuthRules ¶
func (s *SignedUrlAuthForAddCdnDomainInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForAddCdnDomainInput) *SignedUrlAuthForAddCdnDomainInput
SetSignedUrlAuthRules sets the SignedUrlAuthRules field's value.
func (*SignedUrlAuthForAddCdnDomainInput) SetSwitch ¶
func (s *SignedUrlAuthForAddCdnDomainInput) SetSwitch(v bool) *SignedUrlAuthForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (SignedUrlAuthForAddCdnDomainInput) String ¶
func (s SignedUrlAuthForAddCdnDomainInput) String() string
String returns the string representation
type SignedUrlAuthForBatchUpdateCdnConfigInput ¶
type SignedUrlAuthForBatchUpdateCdnConfigInput struct { SignedUrlAuthRules []*SignedUrlAuthRuleForBatchUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (SignedUrlAuthForBatchUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthForBatchUpdateCdnConfigInput) SetSignedUrlAuthRules ¶
func (s *SignedUrlAuthForBatchUpdateCdnConfigInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForBatchUpdateCdnConfigInput) *SignedUrlAuthForBatchUpdateCdnConfigInput
SetSignedUrlAuthRules sets the SignedUrlAuthRules field's value.
func (*SignedUrlAuthForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *SignedUrlAuthForBatchUpdateCdnConfigInput) SetSwitch(v bool) *SignedUrlAuthForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (SignedUrlAuthForBatchUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthForDescribeCdnConfigOutput ¶
type SignedUrlAuthForDescribeCdnConfigOutput struct { SignedUrlAuthRules []*SignedUrlAuthRuleForDescribeCdnConfigOutput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (SignedUrlAuthForDescribeCdnConfigOutput) GoString ¶
func (s SignedUrlAuthForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthForDescribeCdnConfigOutput) SetSignedUrlAuthRules ¶
func (s *SignedUrlAuthForDescribeCdnConfigOutput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForDescribeCdnConfigOutput) *SignedUrlAuthForDescribeCdnConfigOutput
SetSignedUrlAuthRules sets the SignedUrlAuthRules field's value.
func (*SignedUrlAuthForDescribeCdnConfigOutput) SetSwitch ¶
func (s *SignedUrlAuthForDescribeCdnConfigOutput) SetSwitch(v bool) *SignedUrlAuthForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (SignedUrlAuthForDescribeCdnConfigOutput) String ¶
func (s SignedUrlAuthForDescribeCdnConfigOutput) String() string
String returns the string representation
type SignedUrlAuthForUpdateCdnConfigInput ¶
type SignedUrlAuthForUpdateCdnConfigInput struct { SignedUrlAuthRules []*SignedUrlAuthRuleForUpdateCdnConfigInput `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (SignedUrlAuthForUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthForUpdateCdnConfigInput) SetSignedUrlAuthRules ¶
func (s *SignedUrlAuthForUpdateCdnConfigInput) SetSignedUrlAuthRules(v []*SignedUrlAuthRuleForUpdateCdnConfigInput) *SignedUrlAuthForUpdateCdnConfigInput
SetSignedUrlAuthRules sets the SignedUrlAuthRules field's value.
func (*SignedUrlAuthForUpdateCdnConfigInput) SetSwitch ¶
func (s *SignedUrlAuthForUpdateCdnConfigInput) SetSwitch(v bool) *SignedUrlAuthForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (SignedUrlAuthForUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthForUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthRuleForAddCdnDomainInput ¶
type SignedUrlAuthRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` SignedUrlAuthAction *SignedUrlAuthActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthRuleForAddCdnDomainInput) GoString ¶
func (s SignedUrlAuthRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthRuleForAddCdnDomainInput) SetCondition ¶
func (s *SignedUrlAuthRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *SignedUrlAuthRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*SignedUrlAuthRuleForAddCdnDomainInput) SetSignedUrlAuthAction ¶
func (s *SignedUrlAuthRuleForAddCdnDomainInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForAddCdnDomainInput) *SignedUrlAuthRuleForAddCdnDomainInput
SetSignedUrlAuthAction sets the SignedUrlAuthAction field's value.
func (SignedUrlAuthRuleForAddCdnDomainInput) String ¶
func (s SignedUrlAuthRuleForAddCdnDomainInput) String() string
String returns the string representation
type SignedUrlAuthRuleForBatchUpdateCdnConfigInput ¶
type SignedUrlAuthRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` SignedUrlAuthAction *SignedUrlAuthActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *SignedUrlAuthRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetSignedUrlAuthAction ¶
func (s *SignedUrlAuthRuleForBatchUpdateCdnConfigInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForBatchUpdateCdnConfigInput) *SignedUrlAuthRuleForBatchUpdateCdnConfigInput
SetSignedUrlAuthAction sets the SignedUrlAuthAction field's value.
func (SignedUrlAuthRuleForBatchUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SignedUrlAuthRuleForDescribeCdnConfigOutput ¶
type SignedUrlAuthRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` SignedUrlAuthAction *SignedUrlAuthActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthRuleForDescribeCdnConfigOutput) GoString ¶
func (s SignedUrlAuthRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *SignedUrlAuthRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *SignedUrlAuthRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*SignedUrlAuthRuleForDescribeCdnConfigOutput) SetSignedUrlAuthAction ¶
func (s *SignedUrlAuthRuleForDescribeCdnConfigOutput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForDescribeCdnConfigOutput) *SignedUrlAuthRuleForDescribeCdnConfigOutput
SetSignedUrlAuthAction sets the SignedUrlAuthAction field's value.
func (SignedUrlAuthRuleForDescribeCdnConfigOutput) String ¶
func (s SignedUrlAuthRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type SignedUrlAuthRuleForUpdateCdnConfigInput ¶
type SignedUrlAuthRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` SignedUrlAuthAction *SignedUrlAuthActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (SignedUrlAuthRuleForUpdateCdnConfigInput) GoString ¶
func (s SignedUrlAuthRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SignedUrlAuthRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *SignedUrlAuthRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *SignedUrlAuthRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*SignedUrlAuthRuleForUpdateCdnConfigInput) SetSignedUrlAuthAction ¶
func (s *SignedUrlAuthRuleForUpdateCdnConfigInput) SetSignedUrlAuthAction(v *SignedUrlAuthActionForUpdateCdnConfigInput) *SignedUrlAuthRuleForUpdateCdnConfigInput
SetSignedUrlAuthAction sets the SignedUrlAuthAction field's value.
func (SignedUrlAuthRuleForUpdateCdnConfigInput) String ¶
func (s SignedUrlAuthRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type SortRuleForListCertInfoInput ¶
type SortRuleForListCertInfoInput struct { Asc *bool `type:"boolean"` OrderBy *string `type:"string"` // contains filtered or unexported fields }
func (SortRuleForListCertInfoInput) GoString ¶
func (s SortRuleForListCertInfoInput) GoString() string
GoString returns the string representation
func (*SortRuleForListCertInfoInput) SetAsc ¶
func (s *SortRuleForListCertInfoInput) SetAsc(v bool) *SortRuleForListCertInfoInput
SetAsc sets the Asc field's value.
func (*SortRuleForListCertInfoInput) SetOrderBy ¶
func (s *SortRuleForListCertInfoInput) SetOrderBy(v string) *SortRuleForListCertInfoInput
SetOrderBy sets the OrderBy field's value.
func (SortRuleForListCertInfoInput) String ¶
func (s SortRuleForListCertInfoInput) String() string
String returns the string representation
type SpecifiedCertConfigForDescribeCertConfigOutput ¶
type SpecifiedCertConfigForDescribeCertConfigOutput struct { CerStatus *string `type:"string"` Domain *string `type:"string"` DomainLock *DomainLockForDescribeCertConfigOutput `type:"structure"` Status *string `type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
func (SpecifiedCertConfigForDescribeCertConfigOutput) GoString ¶
func (s SpecifiedCertConfigForDescribeCertConfigOutput) GoString() string
GoString returns the string representation
func (*SpecifiedCertConfigForDescribeCertConfigOutput) SetCerStatus ¶
func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetCerStatus(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
SetCerStatus sets the CerStatus field's value.
func (*SpecifiedCertConfigForDescribeCertConfigOutput) SetDomain ¶
func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetDomain(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
SetDomain sets the Domain field's value.
func (*SpecifiedCertConfigForDescribeCertConfigOutput) SetDomainLock ¶
func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetDomainLock(v *DomainLockForDescribeCertConfigOutput) *SpecifiedCertConfigForDescribeCertConfigOutput
SetDomainLock sets the DomainLock field's value.
func (*SpecifiedCertConfigForDescribeCertConfigOutput) SetStatus ¶
func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetStatus(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
SetStatus sets the Status field's value.
func (*SpecifiedCertConfigForDescribeCertConfigOutput) SetType ¶
func (s *SpecifiedCertConfigForDescribeCertConfigOutput) SetType(v string) *SpecifiedCertConfigForDescribeCertConfigOutput
SetType sets the Type field's value.
func (SpecifiedCertConfigForDescribeCertConfigOutput) String ¶
func (s SpecifiedCertConfigForDescribeCertConfigOutput) String() string
String returns the string representation
type SpeedLimitTimeForAddCdnDomainInput ¶
type SpeedLimitTimeForAddCdnDomainInput struct { BeginTime *string `type:"string"` DayWeek *string `type:"string"` EndTime *string `type:"string"` // contains filtered or unexported fields }
func (SpeedLimitTimeForAddCdnDomainInput) GoString ¶
func (s SpeedLimitTimeForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*SpeedLimitTimeForAddCdnDomainInput) SetBeginTime ¶
func (s *SpeedLimitTimeForAddCdnDomainInput) SetBeginTime(v string) *SpeedLimitTimeForAddCdnDomainInput
SetBeginTime sets the BeginTime field's value.
func (*SpeedLimitTimeForAddCdnDomainInput) SetDayWeek ¶
func (s *SpeedLimitTimeForAddCdnDomainInput) SetDayWeek(v string) *SpeedLimitTimeForAddCdnDomainInput
SetDayWeek sets the DayWeek field's value.
func (*SpeedLimitTimeForAddCdnDomainInput) SetEndTime ¶
func (s *SpeedLimitTimeForAddCdnDomainInput) SetEndTime(v string) *SpeedLimitTimeForAddCdnDomainInput
SetEndTime sets the EndTime field's value.
func (SpeedLimitTimeForAddCdnDomainInput) String ¶
func (s SpeedLimitTimeForAddCdnDomainInput) String() string
String returns the string representation
type SpeedLimitTimeForBatchUpdateCdnConfigInput ¶
type SpeedLimitTimeForBatchUpdateCdnConfigInput struct { BeginTime *string `type:"string"` DayWeek *string `type:"string"` EndTime *string `type:"string"` // contains filtered or unexported fields }
func (SpeedLimitTimeForBatchUpdateCdnConfigInput) GoString ¶
func (s SpeedLimitTimeForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SpeedLimitTimeForBatchUpdateCdnConfigInput) SetBeginTime ¶
func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetBeginTime(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
SetBeginTime sets the BeginTime field's value.
func (*SpeedLimitTimeForBatchUpdateCdnConfigInput) SetDayWeek ¶
func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetDayWeek(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
SetDayWeek sets the DayWeek field's value.
func (*SpeedLimitTimeForBatchUpdateCdnConfigInput) SetEndTime ¶
func (s *SpeedLimitTimeForBatchUpdateCdnConfigInput) SetEndTime(v string) *SpeedLimitTimeForBatchUpdateCdnConfigInput
SetEndTime sets the EndTime field's value.
func (SpeedLimitTimeForBatchUpdateCdnConfigInput) String ¶
func (s SpeedLimitTimeForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type SpeedLimitTimeForDescribeCdnConfigOutput ¶
type SpeedLimitTimeForDescribeCdnConfigOutput struct { BeginTime *string `type:"string"` DayWeek *string `type:"string"` EndTime *string `type:"string"` // contains filtered or unexported fields }
func (SpeedLimitTimeForDescribeCdnConfigOutput) GoString ¶
func (s SpeedLimitTimeForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*SpeedLimitTimeForDescribeCdnConfigOutput) SetBeginTime ¶
func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetBeginTime(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
SetBeginTime sets the BeginTime field's value.
func (*SpeedLimitTimeForDescribeCdnConfigOutput) SetDayWeek ¶
func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetDayWeek(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
SetDayWeek sets the DayWeek field's value.
func (*SpeedLimitTimeForDescribeCdnConfigOutput) SetEndTime ¶
func (s *SpeedLimitTimeForDescribeCdnConfigOutput) SetEndTime(v string) *SpeedLimitTimeForDescribeCdnConfigOutput
SetEndTime sets the EndTime field's value.
func (SpeedLimitTimeForDescribeCdnConfigOutput) String ¶
func (s SpeedLimitTimeForDescribeCdnConfigOutput) String() string
String returns the string representation
type SpeedLimitTimeForUpdateCdnConfigInput ¶
type SpeedLimitTimeForUpdateCdnConfigInput struct { BeginTime *string `type:"string"` DayWeek *string `type:"string"` EndTime *string `type:"string"` // contains filtered or unexported fields }
func (SpeedLimitTimeForUpdateCdnConfigInput) GoString ¶
func (s SpeedLimitTimeForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*SpeedLimitTimeForUpdateCdnConfigInput) SetBeginTime ¶
func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetBeginTime(v string) *SpeedLimitTimeForUpdateCdnConfigInput
SetBeginTime sets the BeginTime field's value.
func (*SpeedLimitTimeForUpdateCdnConfigInput) SetDayWeek ¶
func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetDayWeek(v string) *SpeedLimitTimeForUpdateCdnConfigInput
SetDayWeek sets the DayWeek field's value.
func (*SpeedLimitTimeForUpdateCdnConfigInput) SetEndTime ¶
func (s *SpeedLimitTimeForUpdateCdnConfigInput) SetEndTime(v string) *SpeedLimitTimeForUpdateCdnConfigInput
SetEndTime sets the EndTime field's value.
func (SpeedLimitTimeForUpdateCdnConfigInput) String ¶
func (s SpeedLimitTimeForUpdateCdnConfigInput) String() string
String returns the string representation
type StartCdnDomainInput ¶
type StartCdnDomainInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StartCdnDomainInput) GoString ¶
func (s StartCdnDomainInput) GoString() string
GoString returns the string representation
func (*StartCdnDomainInput) SetDomain ¶
func (s *StartCdnDomainInput) SetDomain(v string) *StartCdnDomainInput
SetDomain sets the Domain field's value.
func (StartCdnDomainInput) String ¶
func (s StartCdnDomainInput) String() string
String returns the string representation
func (*StartCdnDomainInput) Validate ¶
func (s *StartCdnDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartCdnDomainOutput ¶
type StartCdnDomainOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (StartCdnDomainOutput) GoString ¶
func (s StartCdnDomainOutput) GoString() string
GoString returns the string representation
func (StartCdnDomainOutput) String ¶
func (s StartCdnDomainOutput) String() string
String returns the string representation
type StatusCodeActionForAddCdnDomainInput ¶
type StatusCodeActionForAddCdnDomainInput struct { DefaultAction *string `type:"string"` FailCode *string `type:"string"` SuccessCode *string `type:"string"` // contains filtered or unexported fields }
func (StatusCodeActionForAddCdnDomainInput) GoString ¶
func (s StatusCodeActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*StatusCodeActionForAddCdnDomainInput) SetDefaultAction ¶
func (s *StatusCodeActionForAddCdnDomainInput) SetDefaultAction(v string) *StatusCodeActionForAddCdnDomainInput
SetDefaultAction sets the DefaultAction field's value.
func (*StatusCodeActionForAddCdnDomainInput) SetFailCode ¶
func (s *StatusCodeActionForAddCdnDomainInput) SetFailCode(v string) *StatusCodeActionForAddCdnDomainInput
SetFailCode sets the FailCode field's value.
func (*StatusCodeActionForAddCdnDomainInput) SetSuccessCode ¶
func (s *StatusCodeActionForAddCdnDomainInput) SetSuccessCode(v string) *StatusCodeActionForAddCdnDomainInput
SetSuccessCode sets the SuccessCode field's value.
func (StatusCodeActionForAddCdnDomainInput) String ¶
func (s StatusCodeActionForAddCdnDomainInput) String() string
String returns the string representation
type StatusCodeActionForBatchUpdateCdnConfigInput ¶
type StatusCodeActionForBatchUpdateCdnConfigInput struct { DefaultAction *string `type:"string"` FailCode *string `type:"string"` SuccessCode *string `type:"string"` // contains filtered or unexported fields }
func (StatusCodeActionForBatchUpdateCdnConfigInput) GoString ¶
func (s StatusCodeActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*StatusCodeActionForBatchUpdateCdnConfigInput) SetDefaultAction ¶
func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetDefaultAction(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
SetDefaultAction sets the DefaultAction field's value.
func (*StatusCodeActionForBatchUpdateCdnConfigInput) SetFailCode ¶
func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetFailCode(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
SetFailCode sets the FailCode field's value.
func (*StatusCodeActionForBatchUpdateCdnConfigInput) SetSuccessCode ¶
func (s *StatusCodeActionForBatchUpdateCdnConfigInput) SetSuccessCode(v string) *StatusCodeActionForBatchUpdateCdnConfigInput
SetSuccessCode sets the SuccessCode field's value.
func (StatusCodeActionForBatchUpdateCdnConfigInput) String ¶
func (s StatusCodeActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type StatusCodeActionForDescribeCdnConfigOutput ¶
type StatusCodeActionForDescribeCdnConfigOutput struct { DefaultAction *string `type:"string"` FailCode *string `type:"string"` SuccessCode *string `type:"string"` // contains filtered or unexported fields }
func (StatusCodeActionForDescribeCdnConfigOutput) GoString ¶
func (s StatusCodeActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*StatusCodeActionForDescribeCdnConfigOutput) SetDefaultAction ¶
func (s *StatusCodeActionForDescribeCdnConfigOutput) SetDefaultAction(v string) *StatusCodeActionForDescribeCdnConfigOutput
SetDefaultAction sets the DefaultAction field's value.
func (*StatusCodeActionForDescribeCdnConfigOutput) SetFailCode ¶
func (s *StatusCodeActionForDescribeCdnConfigOutput) SetFailCode(v string) *StatusCodeActionForDescribeCdnConfigOutput
SetFailCode sets the FailCode field's value.
func (*StatusCodeActionForDescribeCdnConfigOutput) SetSuccessCode ¶
func (s *StatusCodeActionForDescribeCdnConfigOutput) SetSuccessCode(v string) *StatusCodeActionForDescribeCdnConfigOutput
SetSuccessCode sets the SuccessCode field's value.
func (StatusCodeActionForDescribeCdnConfigOutput) String ¶
func (s StatusCodeActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type StatusCodeActionForUpdateCdnConfigInput ¶
type StatusCodeActionForUpdateCdnConfigInput struct { DefaultAction *string `type:"string"` FailCode *string `type:"string"` SuccessCode *string `type:"string"` // contains filtered or unexported fields }
func (StatusCodeActionForUpdateCdnConfigInput) GoString ¶
func (s StatusCodeActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*StatusCodeActionForUpdateCdnConfigInput) SetDefaultAction ¶
func (s *StatusCodeActionForUpdateCdnConfigInput) SetDefaultAction(v string) *StatusCodeActionForUpdateCdnConfigInput
SetDefaultAction sets the DefaultAction field's value.
func (*StatusCodeActionForUpdateCdnConfigInput) SetFailCode ¶
func (s *StatusCodeActionForUpdateCdnConfigInput) SetFailCode(v string) *StatusCodeActionForUpdateCdnConfigInput
SetFailCode sets the FailCode field's value.
func (*StatusCodeActionForUpdateCdnConfigInput) SetSuccessCode ¶
func (s *StatusCodeActionForUpdateCdnConfigInput) SetSuccessCode(v string) *StatusCodeActionForUpdateCdnConfigInput
SetSuccessCode sets the SuccessCode field's value.
func (StatusCodeActionForUpdateCdnConfigInput) String ¶
func (s StatusCodeActionForUpdateCdnConfigInput) String() string
String returns the string representation
type StopCdnDomainInput ¶
type StopCdnDomainInput struct { // Domain is a required field Domain *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StopCdnDomainInput) GoString ¶
func (s StopCdnDomainInput) GoString() string
GoString returns the string representation
func (*StopCdnDomainInput) SetDomain ¶
func (s *StopCdnDomainInput) SetDomain(v string) *StopCdnDomainInput
SetDomain sets the Domain field's value.
func (StopCdnDomainInput) String ¶
func (s StopCdnDomainInput) String() string
String returns the string representation
func (*StopCdnDomainInput) Validate ¶
func (s *StopCdnDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopCdnDomainOutput ¶
type StopCdnDomainOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (StopCdnDomainOutput) GoString ¶
func (s StopCdnDomainOutput) GoString() string
GoString returns the string representation
func (StopCdnDomainOutput) String ¶
func (s StopCdnDomainOutput) String() string
String returns the string representation
type SubmitBlockTaskInput ¶
type SubmitBlockTaskInput struct { Type *string `type:"string"` // Urls is a required field Urls *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SubmitBlockTaskInput) GoString ¶
func (s SubmitBlockTaskInput) GoString() string
GoString returns the string representation
func (*SubmitBlockTaskInput) SetType ¶
func (s *SubmitBlockTaskInput) SetType(v string) *SubmitBlockTaskInput
SetType sets the Type field's value.
func (*SubmitBlockTaskInput) SetUrls ¶
func (s *SubmitBlockTaskInput) SetUrls(v string) *SubmitBlockTaskInput
SetUrls sets the Urls field's value.
func (SubmitBlockTaskInput) String ¶
func (s SubmitBlockTaskInput) String() string
String returns the string representation
func (*SubmitBlockTaskInput) Validate ¶
func (s *SubmitBlockTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SubmitBlockTaskOutput ¶
type SubmitBlockTaskOutput struct { Metadata *response.ResponseMetadata TaskID *string `type:"string"` // contains filtered or unexported fields }
func (SubmitBlockTaskOutput) GoString ¶
func (s SubmitBlockTaskOutput) GoString() string
GoString returns the string representation
func (*SubmitBlockTaskOutput) SetTaskID ¶
func (s *SubmitBlockTaskOutput) SetTaskID(v string) *SubmitBlockTaskOutput
SetTaskID sets the TaskID field's value.
func (SubmitBlockTaskOutput) String ¶
func (s SubmitBlockTaskOutput) String() string
String returns the string representation
type SubmitPreloadTaskInput ¶
type SubmitPreloadTaskInput struct { Area *string `type:"string"` ConcurrentLimit *int64 `type:"int64"` Layer *string `type:"string"` RequestHeaderInstances []*RequestHeaderInstanceForSubmitPreloadTaskInput `type:"list"` // Urls is a required field Urls *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SubmitPreloadTaskInput) GoString ¶
func (s SubmitPreloadTaskInput) GoString() string
GoString returns the string representation
func (*SubmitPreloadTaskInput) SetArea ¶
func (s *SubmitPreloadTaskInput) SetArea(v string) *SubmitPreloadTaskInput
SetArea sets the Area field's value.
func (*SubmitPreloadTaskInput) SetConcurrentLimit ¶
func (s *SubmitPreloadTaskInput) SetConcurrentLimit(v int64) *SubmitPreloadTaskInput
SetConcurrentLimit sets the ConcurrentLimit field's value.
func (*SubmitPreloadTaskInput) SetLayer ¶
func (s *SubmitPreloadTaskInput) SetLayer(v string) *SubmitPreloadTaskInput
SetLayer sets the Layer field's value.
func (*SubmitPreloadTaskInput) SetRequestHeaderInstances ¶
func (s *SubmitPreloadTaskInput) SetRequestHeaderInstances(v []*RequestHeaderInstanceForSubmitPreloadTaskInput) *SubmitPreloadTaskInput
SetRequestHeaderInstances sets the RequestHeaderInstances field's value.
func (*SubmitPreloadTaskInput) SetUrls ¶
func (s *SubmitPreloadTaskInput) SetUrls(v string) *SubmitPreloadTaskInput
SetUrls sets the Urls field's value.
func (SubmitPreloadTaskInput) String ¶
func (s SubmitPreloadTaskInput) String() string
String returns the string representation
func (*SubmitPreloadTaskInput) Validate ¶
func (s *SubmitPreloadTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SubmitPreloadTaskOutput ¶
type SubmitPreloadTaskOutput struct { Metadata *response.ResponseMetadata CommitNum *int64 `type:"int64"` TaskID *string `type:"string"` // contains filtered or unexported fields }
func (SubmitPreloadTaskOutput) GoString ¶
func (s SubmitPreloadTaskOutput) GoString() string
GoString returns the string representation
func (*SubmitPreloadTaskOutput) SetCommitNum ¶
func (s *SubmitPreloadTaskOutput) SetCommitNum(v int64) *SubmitPreloadTaskOutput
SetCommitNum sets the CommitNum field's value.
func (*SubmitPreloadTaskOutput) SetTaskID ¶
func (s *SubmitPreloadTaskOutput) SetTaskID(v string) *SubmitPreloadTaskOutput
SetTaskID sets the TaskID field's value.
func (SubmitPreloadTaskOutput) String ¶
func (s SubmitPreloadTaskOutput) String() string
String returns the string representation
type SubmitRefreshTaskInput ¶
type SubmitRefreshTaskInput struct { Delete *bool `type:"boolean"` Prefix *bool `type:"boolean"` Type *string `type:"string"` // Urls is a required field Urls *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SubmitRefreshTaskInput) GoString ¶
func (s SubmitRefreshTaskInput) GoString() string
GoString returns the string representation
func (*SubmitRefreshTaskInput) SetDelete ¶
func (s *SubmitRefreshTaskInput) SetDelete(v bool) *SubmitRefreshTaskInput
SetDelete sets the Delete field's value.
func (*SubmitRefreshTaskInput) SetPrefix ¶
func (s *SubmitRefreshTaskInput) SetPrefix(v bool) *SubmitRefreshTaskInput
SetPrefix sets the Prefix field's value.
func (*SubmitRefreshTaskInput) SetType ¶
func (s *SubmitRefreshTaskInput) SetType(v string) *SubmitRefreshTaskInput
SetType sets the Type field's value.
func (*SubmitRefreshTaskInput) SetUrls ¶
func (s *SubmitRefreshTaskInput) SetUrls(v string) *SubmitRefreshTaskInput
SetUrls sets the Urls field's value.
func (SubmitRefreshTaskInput) String ¶
func (s SubmitRefreshTaskInput) String() string
String returns the string representation
func (*SubmitRefreshTaskInput) Validate ¶
func (s *SubmitRefreshTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SubmitRefreshTaskOutput ¶
type SubmitRefreshTaskOutput struct { Metadata *response.ResponseMetadata TaskID *string `type:"string"` // contains filtered or unexported fields }
func (SubmitRefreshTaskOutput) GoString ¶
func (s SubmitRefreshTaskOutput) GoString() string
GoString returns the string representation
func (*SubmitRefreshTaskOutput) SetTaskID ¶
func (s *SubmitRefreshTaskOutput) SetTaskID(v string) *SubmitRefreshTaskOutput
SetTaskID sets the TaskID field's value.
func (SubmitRefreshTaskOutput) String ¶
func (s SubmitRefreshTaskOutput) String() string
String returns the string representation
type SubmitUnblockTaskInput ¶
type SubmitUnblockTaskInput struct { Type *string `type:"string"` // Urls is a required field Urls *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SubmitUnblockTaskInput) GoString ¶
func (s SubmitUnblockTaskInput) GoString() string
GoString returns the string representation
func (*SubmitUnblockTaskInput) SetType ¶
func (s *SubmitUnblockTaskInput) SetType(v string) *SubmitUnblockTaskInput
SetType sets the Type field's value.
func (*SubmitUnblockTaskInput) SetUrls ¶
func (s *SubmitUnblockTaskInput) SetUrls(v string) *SubmitUnblockTaskInput
SetUrls sets the Urls field's value.
func (SubmitUnblockTaskInput) String ¶
func (s SubmitUnblockTaskInput) String() string
String returns the string representation
func (*SubmitUnblockTaskInput) Validate ¶
func (s *SubmitUnblockTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SubmitUnblockTaskOutput ¶
type SubmitUnblockTaskOutput struct { Metadata *response.ResponseMetadata TaskID *string `type:"string"` // contains filtered or unexported fields }
func (SubmitUnblockTaskOutput) GoString ¶
func (s SubmitUnblockTaskOutput) GoString() string
GoString returns the string representation
func (*SubmitUnblockTaskOutput) SetTaskID ¶
func (s *SubmitUnblockTaskOutput) SetTaskID(v string) *SubmitUnblockTaskOutput
SetTaskID sets the TaskID field's value.
func (SubmitUnblockTaskOutput) String ¶
func (s SubmitUnblockTaskOutput) String() string
String returns the string representation
type TargetQueryComponentsForAddCdnDomainInput ¶
type TargetQueryComponentsForAddCdnDomainInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TargetQueryComponentsForAddCdnDomainInput) GoString ¶
func (s TargetQueryComponentsForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*TargetQueryComponentsForAddCdnDomainInput) SetAction ¶
func (s *TargetQueryComponentsForAddCdnDomainInput) SetAction(v string) *TargetQueryComponentsForAddCdnDomainInput
SetAction sets the Action field's value.
func (*TargetQueryComponentsForAddCdnDomainInput) SetValue ¶
func (s *TargetQueryComponentsForAddCdnDomainInput) SetValue(v string) *TargetQueryComponentsForAddCdnDomainInput
SetValue sets the Value field's value.
func (TargetQueryComponentsForAddCdnDomainInput) String ¶
func (s TargetQueryComponentsForAddCdnDomainInput) String() string
String returns the string representation
type TargetQueryComponentsForBatchUpdateCdnConfigInput ¶
type TargetQueryComponentsForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TargetQueryComponentsForBatchUpdateCdnConfigInput) GoString ¶
func (s TargetQueryComponentsForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TargetQueryComponentsForBatchUpdateCdnConfigInput) SetAction ¶
func (s *TargetQueryComponentsForBatchUpdateCdnConfigInput) SetAction(v string) *TargetQueryComponentsForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*TargetQueryComponentsForBatchUpdateCdnConfigInput) SetValue ¶
func (s *TargetQueryComponentsForBatchUpdateCdnConfigInput) SetValue(v string) *TargetQueryComponentsForBatchUpdateCdnConfigInput
SetValue sets the Value field's value.
func (TargetQueryComponentsForBatchUpdateCdnConfigInput) String ¶
func (s TargetQueryComponentsForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type TargetQueryComponentsForDescribeCdnConfigOutput ¶
type TargetQueryComponentsForDescribeCdnConfigOutput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TargetQueryComponentsForDescribeCdnConfigOutput) GoString ¶
func (s TargetQueryComponentsForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*TargetQueryComponentsForDescribeCdnConfigOutput) SetAction ¶
func (s *TargetQueryComponentsForDescribeCdnConfigOutput) SetAction(v string) *TargetQueryComponentsForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*TargetQueryComponentsForDescribeCdnConfigOutput) SetValue ¶
func (s *TargetQueryComponentsForDescribeCdnConfigOutput) SetValue(v string) *TargetQueryComponentsForDescribeCdnConfigOutput
SetValue sets the Value field's value.
func (TargetQueryComponentsForDescribeCdnConfigOutput) String ¶
func (s TargetQueryComponentsForDescribeCdnConfigOutput) String() string
String returns the string representation
type TargetQueryComponentsForUpdateCdnConfigInput ¶
type TargetQueryComponentsForUpdateCdnConfigInput struct { Action *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TargetQueryComponentsForUpdateCdnConfigInput) GoString ¶
func (s TargetQueryComponentsForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TargetQueryComponentsForUpdateCdnConfigInput) SetAction ¶
func (s *TargetQueryComponentsForUpdateCdnConfigInput) SetAction(v string) *TargetQueryComponentsForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*TargetQueryComponentsForUpdateCdnConfigInput) SetValue ¶
func (s *TargetQueryComponentsForUpdateCdnConfigInput) SetValue(v string) *TargetQueryComponentsForUpdateCdnConfigInput
SetValue sets the Value field's value.
func (TargetQueryComponentsForUpdateCdnConfigInput) String ¶
func (s TargetQueryComponentsForUpdateCdnConfigInput) String() string
String returns the string representation
type TimeOutActionForAddCdnDomainInput ¶
type TimeOutActionForAddCdnDomainInput struct { Action *string `type:"string"` Time *int64 `type:"int64"` // contains filtered or unexported fields }
func (TimeOutActionForAddCdnDomainInput) GoString ¶
func (s TimeOutActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*TimeOutActionForAddCdnDomainInput) SetAction ¶
func (s *TimeOutActionForAddCdnDomainInput) SetAction(v string) *TimeOutActionForAddCdnDomainInput
SetAction sets the Action field's value.
func (*TimeOutActionForAddCdnDomainInput) SetTime ¶
func (s *TimeOutActionForAddCdnDomainInput) SetTime(v int64) *TimeOutActionForAddCdnDomainInput
SetTime sets the Time field's value.
func (TimeOutActionForAddCdnDomainInput) String ¶
func (s TimeOutActionForAddCdnDomainInput) String() string
String returns the string representation
type TimeOutActionForBatchUpdateCdnConfigInput ¶
type TimeOutActionForBatchUpdateCdnConfigInput struct { Action *string `type:"string"` Time *int64 `type:"int64"` // contains filtered or unexported fields }
func (TimeOutActionForBatchUpdateCdnConfigInput) GoString ¶
func (s TimeOutActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeOutActionForBatchUpdateCdnConfigInput) SetAction ¶
func (s *TimeOutActionForBatchUpdateCdnConfigInput) SetAction(v string) *TimeOutActionForBatchUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*TimeOutActionForBatchUpdateCdnConfigInput) SetTime ¶
func (s *TimeOutActionForBatchUpdateCdnConfigInput) SetTime(v int64) *TimeOutActionForBatchUpdateCdnConfigInput
SetTime sets the Time field's value.
func (TimeOutActionForBatchUpdateCdnConfigInput) String ¶
func (s TimeOutActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type TimeOutActionForDescribeCdnConfigOutput ¶
type TimeOutActionForDescribeCdnConfigOutput struct { Action *string `type:"string"` Time *int64 `type:"int64"` // contains filtered or unexported fields }
func (TimeOutActionForDescribeCdnConfigOutput) GoString ¶
func (s TimeOutActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*TimeOutActionForDescribeCdnConfigOutput) SetAction ¶
func (s *TimeOutActionForDescribeCdnConfigOutput) SetAction(v string) *TimeOutActionForDescribeCdnConfigOutput
SetAction sets the Action field's value.
func (*TimeOutActionForDescribeCdnConfigOutput) SetTime ¶
func (s *TimeOutActionForDescribeCdnConfigOutput) SetTime(v int64) *TimeOutActionForDescribeCdnConfigOutput
SetTime sets the Time field's value.
func (TimeOutActionForDescribeCdnConfigOutput) String ¶
func (s TimeOutActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type TimeOutActionForUpdateCdnConfigInput ¶
type TimeOutActionForUpdateCdnConfigInput struct { Action *string `type:"string"` Time *int64 `type:"int64"` // contains filtered or unexported fields }
func (TimeOutActionForUpdateCdnConfigInput) GoString ¶
func (s TimeOutActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeOutActionForUpdateCdnConfigInput) SetAction ¶
func (s *TimeOutActionForUpdateCdnConfigInput) SetAction(v string) *TimeOutActionForUpdateCdnConfigInput
SetAction sets the Action field's value.
func (*TimeOutActionForUpdateCdnConfigInput) SetTime ¶
func (s *TimeOutActionForUpdateCdnConfigInput) SetTime(v int64) *TimeOutActionForUpdateCdnConfigInput
SetTime sets the Time field's value.
func (TimeOutActionForUpdateCdnConfigInput) String ¶
func (s TimeOutActionForUpdateCdnConfigInput) String() string
String returns the string representation
type TimeoutForAddCdnDomainInput ¶
type TimeoutForAddCdnDomainInput struct { Switch *bool `type:"boolean"` TimeoutRules []*TimeoutRuleForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (TimeoutForAddCdnDomainInput) GoString ¶
func (s TimeoutForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*TimeoutForAddCdnDomainInput) SetSwitch ¶
func (s *TimeoutForAddCdnDomainInput) SetSwitch(v bool) *TimeoutForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (*TimeoutForAddCdnDomainInput) SetTimeoutRules ¶
func (s *TimeoutForAddCdnDomainInput) SetTimeoutRules(v []*TimeoutRuleForAddCdnDomainInput) *TimeoutForAddCdnDomainInput
SetTimeoutRules sets the TimeoutRules field's value.
func (TimeoutForAddCdnDomainInput) String ¶
func (s TimeoutForAddCdnDomainInput) String() string
String returns the string representation
type TimeoutForBatchUpdateCdnConfigInput ¶
type TimeoutForBatchUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` TimeoutRules []*TimeoutRuleForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (TimeoutForBatchUpdateCdnConfigInput) GoString ¶
func (s TimeoutForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeoutForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *TimeoutForBatchUpdateCdnConfigInput) SetSwitch(v bool) *TimeoutForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*TimeoutForBatchUpdateCdnConfigInput) SetTimeoutRules ¶
func (s *TimeoutForBatchUpdateCdnConfigInput) SetTimeoutRules(v []*TimeoutRuleForBatchUpdateCdnConfigInput) *TimeoutForBatchUpdateCdnConfigInput
SetTimeoutRules sets the TimeoutRules field's value.
func (TimeoutForBatchUpdateCdnConfigInput) String ¶
func (s TimeoutForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type TimeoutForDescribeCdnConfigOutput ¶
type TimeoutForDescribeCdnConfigOutput struct { Switch *bool `type:"boolean"` TimeoutRules []*TimeoutRuleForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (TimeoutForDescribeCdnConfigOutput) GoString ¶
func (s TimeoutForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*TimeoutForDescribeCdnConfigOutput) SetSwitch ¶
func (s *TimeoutForDescribeCdnConfigOutput) SetSwitch(v bool) *TimeoutForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (*TimeoutForDescribeCdnConfigOutput) SetTimeoutRules ¶
func (s *TimeoutForDescribeCdnConfigOutput) SetTimeoutRules(v []*TimeoutRuleForDescribeCdnConfigOutput) *TimeoutForDescribeCdnConfigOutput
SetTimeoutRules sets the TimeoutRules field's value.
func (TimeoutForDescribeCdnConfigOutput) String ¶
func (s TimeoutForDescribeCdnConfigOutput) String() string
String returns the string representation
type TimeoutForUpdateCdnConfigInput ¶
type TimeoutForUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` TimeoutRules []*TimeoutRuleForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (TimeoutForUpdateCdnConfigInput) GoString ¶
func (s TimeoutForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeoutForUpdateCdnConfigInput) SetSwitch ¶
func (s *TimeoutForUpdateCdnConfigInput) SetSwitch(v bool) *TimeoutForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*TimeoutForUpdateCdnConfigInput) SetTimeoutRules ¶
func (s *TimeoutForUpdateCdnConfigInput) SetTimeoutRules(v []*TimeoutRuleForUpdateCdnConfigInput) *TimeoutForUpdateCdnConfigInput
SetTimeoutRules sets the TimeoutRules field's value.
func (TimeoutForUpdateCdnConfigInput) String ¶
func (s TimeoutForUpdateCdnConfigInput) String() string
String returns the string representation
type TimeoutRuleForAddCdnDomainInput ¶
type TimeoutRuleForAddCdnDomainInput struct { Condition *ConditionForAddCdnDomainInput `type:"structure"` TimeoutAction *ConvertTimeoutActionForAddCdnDomainInput `type:"structure"` // contains filtered or unexported fields }
func (TimeoutRuleForAddCdnDomainInput) GoString ¶
func (s TimeoutRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*TimeoutRuleForAddCdnDomainInput) SetCondition ¶
func (s *TimeoutRuleForAddCdnDomainInput) SetCondition(v *ConditionForAddCdnDomainInput) *TimeoutRuleForAddCdnDomainInput
SetCondition sets the Condition field's value.
func (*TimeoutRuleForAddCdnDomainInput) SetTimeoutAction ¶
func (s *TimeoutRuleForAddCdnDomainInput) SetTimeoutAction(v *ConvertTimeoutActionForAddCdnDomainInput) *TimeoutRuleForAddCdnDomainInput
SetTimeoutAction sets the TimeoutAction field's value.
func (TimeoutRuleForAddCdnDomainInput) String ¶
func (s TimeoutRuleForAddCdnDomainInput) String() string
String returns the string representation
type TimeoutRuleForBatchUpdateCdnConfigInput ¶
type TimeoutRuleForBatchUpdateCdnConfigInput struct { Condition *ConditionForBatchUpdateCdnConfigInput `type:"structure"` TimeoutAction *ConvertTimeoutActionForBatchUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (TimeoutRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s TimeoutRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeoutRuleForBatchUpdateCdnConfigInput) SetCondition ¶
func (s *TimeoutRuleForBatchUpdateCdnConfigInput) SetCondition(v *ConditionForBatchUpdateCdnConfigInput) *TimeoutRuleForBatchUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*TimeoutRuleForBatchUpdateCdnConfigInput) SetTimeoutAction ¶
func (s *TimeoutRuleForBatchUpdateCdnConfigInput) SetTimeoutAction(v *ConvertTimeoutActionForBatchUpdateCdnConfigInput) *TimeoutRuleForBatchUpdateCdnConfigInput
SetTimeoutAction sets the TimeoutAction field's value.
func (TimeoutRuleForBatchUpdateCdnConfigInput) String ¶
func (s TimeoutRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type TimeoutRuleForDescribeCdnConfigOutput ¶
type TimeoutRuleForDescribeCdnConfigOutput struct { Condition *ConditionForDescribeCdnConfigOutput `type:"structure"` TimeoutAction *ConvertTimeoutActionForDescribeCdnConfigOutput `type:"structure"` // contains filtered or unexported fields }
func (TimeoutRuleForDescribeCdnConfigOutput) GoString ¶
func (s TimeoutRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*TimeoutRuleForDescribeCdnConfigOutput) SetCondition ¶
func (s *TimeoutRuleForDescribeCdnConfigOutput) SetCondition(v *ConditionForDescribeCdnConfigOutput) *TimeoutRuleForDescribeCdnConfigOutput
SetCondition sets the Condition field's value.
func (*TimeoutRuleForDescribeCdnConfigOutput) SetTimeoutAction ¶
func (s *TimeoutRuleForDescribeCdnConfigOutput) SetTimeoutAction(v *ConvertTimeoutActionForDescribeCdnConfigOutput) *TimeoutRuleForDescribeCdnConfigOutput
SetTimeoutAction sets the TimeoutAction field's value.
func (TimeoutRuleForDescribeCdnConfigOutput) String ¶
func (s TimeoutRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type TimeoutRuleForUpdateCdnConfigInput ¶
type TimeoutRuleForUpdateCdnConfigInput struct { Condition *ConditionForUpdateCdnConfigInput `type:"structure"` TimeoutAction *ConvertTimeoutActionForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (TimeoutRuleForUpdateCdnConfigInput) GoString ¶
func (s TimeoutRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TimeoutRuleForUpdateCdnConfigInput) SetCondition ¶
func (s *TimeoutRuleForUpdateCdnConfigInput) SetCondition(v *ConditionForUpdateCdnConfigInput) *TimeoutRuleForUpdateCdnConfigInput
SetCondition sets the Condition field's value.
func (*TimeoutRuleForUpdateCdnConfigInput) SetTimeoutAction ¶
func (s *TimeoutRuleForUpdateCdnConfigInput) SetTimeoutAction(v *ConvertTimeoutActionForUpdateCdnConfigInput) *TimeoutRuleForUpdateCdnConfigInput
SetTimeoutAction sets the TimeoutAction field's value.
func (TimeoutRuleForUpdateCdnConfigInput) String ¶
func (s TimeoutRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type TopDataDetailForDescribeDistrictRankingOutput ¶ added in v1.0.147
type TopDataDetailForDescribeDistrictRankingOutput struct { Metric *string `type:"string"` ValueDetails []*ValueDetailForDescribeDistrictRankingOutput `type:"list"` // contains filtered or unexported fields }
func (TopDataDetailForDescribeDistrictRankingOutput) GoString ¶ added in v1.0.147
func (s TopDataDetailForDescribeDistrictRankingOutput) GoString() string
GoString returns the string representation
func (*TopDataDetailForDescribeDistrictRankingOutput) SetMetric ¶ added in v1.0.147
func (s *TopDataDetailForDescribeDistrictRankingOutput) SetMetric(v string) *TopDataDetailForDescribeDistrictRankingOutput
SetMetric sets the Metric field's value.
func (*TopDataDetailForDescribeDistrictRankingOutput) SetValueDetails ¶ added in v1.0.147
func (s *TopDataDetailForDescribeDistrictRankingOutput) SetValueDetails(v []*ValueDetailForDescribeDistrictRankingOutput) *TopDataDetailForDescribeDistrictRankingOutput
SetValueDetails sets the ValueDetails field's value.
func (TopDataDetailForDescribeDistrictRankingOutput) String ¶ added in v1.0.147
func (s TopDataDetailForDescribeDistrictRankingOutput) String() string
String returns the string representation
type TopDataDetailForDescribeEdgeRankingOutput ¶ added in v1.0.147
type TopDataDetailForDescribeEdgeRankingOutput struct { Metric *string `type:"string"` ValueDetails []*ValueDetailForDescribeEdgeRankingOutput `type:"list"` // contains filtered or unexported fields }
func (TopDataDetailForDescribeEdgeRankingOutput) GoString ¶ added in v1.0.147
func (s TopDataDetailForDescribeEdgeRankingOutput) GoString() string
GoString returns the string representation
func (*TopDataDetailForDescribeEdgeRankingOutput) SetMetric ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeRankingOutput) SetMetric(v string) *TopDataDetailForDescribeEdgeRankingOutput
SetMetric sets the Metric field's value.
func (*TopDataDetailForDescribeEdgeRankingOutput) SetValueDetails ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeRankingOutput) SetValueDetails(v []*ValueDetailForDescribeEdgeRankingOutput) *TopDataDetailForDescribeEdgeRankingOutput
SetValueDetails sets the ValueDetails field's value.
func (TopDataDetailForDescribeEdgeRankingOutput) String ¶ added in v1.0.147
func (s TopDataDetailForDescribeEdgeRankingOutput) String() string
String returns the string representation
type TopDataDetailForDescribeEdgeStatusCodeRankingOutput ¶ added in v1.0.147
type TopDataDetailForDescribeEdgeStatusCodeRankingOutput struct { ItemKey *string `type:"string"` Status2xx *float64 `type:"double"` Status2xxRatio *float64 `type:"double"` Status3xx *float64 `type:"double"` Status3xxRatio *float64 `type:"double"` Status4xx *float64 `type:"double"` Status4xxRatio *float64 `type:"double"` Status5xx *float64 `type:"double"` Status5xxRatio *float64 `type:"double"` // contains filtered or unexported fields }
func (TopDataDetailForDescribeEdgeStatusCodeRankingOutput) GoString ¶ added in v1.0.147
func (s TopDataDetailForDescribeEdgeStatusCodeRankingOutput) GoString() string
GoString returns the string representation
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetItemKey(v string) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetItemKey sets the ItemKey field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus2xx sets the Status2xx field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus2xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus2xxRatio sets the Status2xxRatio field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus3xx sets the Status3xx field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus3xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus3xxRatio sets the Status3xxRatio field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus4xx sets the Status4xx field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus4xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus4xxRatio sets the Status4xxRatio field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xx(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus5xx sets the Status5xx field's value.
func (*TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeEdgeStatusCodeRankingOutput) SetStatus5xxRatio(v float64) *TopDataDetailForDescribeEdgeStatusCodeRankingOutput
SetStatus5xxRatio sets the Status5xxRatio field's value.
func (TopDataDetailForDescribeEdgeStatusCodeRankingOutput) String ¶ added in v1.0.147
func (s TopDataDetailForDescribeEdgeStatusCodeRankingOutput) String() string
String returns the string representation
type TopDataDetailForDescribeOriginRankingOutput ¶ added in v1.0.147
type TopDataDetailForDescribeOriginRankingOutput struct { Metric *string `type:"string"` ValueDetails []*ValueDetailForDescribeOriginRankingOutput `type:"list"` // contains filtered or unexported fields }
func (TopDataDetailForDescribeOriginRankingOutput) GoString ¶ added in v1.0.147
func (s TopDataDetailForDescribeOriginRankingOutput) GoString() string
GoString returns the string representation
func (*TopDataDetailForDescribeOriginRankingOutput) SetMetric ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginRankingOutput) SetMetric(v string) *TopDataDetailForDescribeOriginRankingOutput
SetMetric sets the Metric field's value.
func (*TopDataDetailForDescribeOriginRankingOutput) SetValueDetails ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginRankingOutput) SetValueDetails(v []*ValueDetailForDescribeOriginRankingOutput) *TopDataDetailForDescribeOriginRankingOutput
SetValueDetails sets the ValueDetails field's value.
func (TopDataDetailForDescribeOriginRankingOutput) String ¶ added in v1.0.147
func (s TopDataDetailForDescribeOriginRankingOutput) String() string
String returns the string representation
type TopDataDetailForDescribeOriginStatusCodeRankingOutput ¶ added in v1.0.147
type TopDataDetailForDescribeOriginStatusCodeRankingOutput struct { ItemKey *string `type:"string"` Status2xx *float64 `type:"double"` Status2xxRatio *float64 `type:"double"` Status3xx *float64 `type:"double"` Status3xxRatio *float64 `type:"double"` Status4xx *float64 `type:"double"` Status4xxRatio *float64 `type:"double"` Status5xx *float64 `type:"double"` Status5xxRatio *float64 `type:"double"` // contains filtered or unexported fields }
func (TopDataDetailForDescribeOriginStatusCodeRankingOutput) GoString ¶ added in v1.0.147
func (s TopDataDetailForDescribeOriginStatusCodeRankingOutput) GoString() string
GoString returns the string representation
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetItemKey(v string) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetItemKey sets the ItemKey field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus2xx sets the Status2xx field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus2xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus2xxRatio sets the Status2xxRatio field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus3xx sets the Status3xx field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus3xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus3xxRatio sets the Status3xxRatio field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus4xx sets the Status4xx field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus4xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus4xxRatio sets the Status4xxRatio field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xx ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xx(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus5xx sets the Status5xx field's value.
func (*TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xxRatio ¶ added in v1.0.147
func (s *TopDataDetailForDescribeOriginStatusCodeRankingOutput) SetStatus5xxRatio(v float64) *TopDataDetailForDescribeOriginStatusCodeRankingOutput
SetStatus5xxRatio sets the Status5xxRatio field's value.
func (TopDataDetailForDescribeOriginStatusCodeRankingOutput) String ¶ added in v1.0.147
func (s TopDataDetailForDescribeOriginStatusCodeRankingOutput) String() string
String returns the string representation
type TosAuthInformationForAddCdnDomainInput ¶
type TosAuthInformationForAddCdnDomainInput struct { AccessKeyId *string `type:"string"` AccessKeySecret *string `type:"string"` AccountKey *string `type:"string"` // contains filtered or unexported fields }
func (TosAuthInformationForAddCdnDomainInput) GoString ¶
func (s TosAuthInformationForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*TosAuthInformationForAddCdnDomainInput) SetAccessKeyId ¶
func (s *TosAuthInformationForAddCdnDomainInput) SetAccessKeyId(v string) *TosAuthInformationForAddCdnDomainInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*TosAuthInformationForAddCdnDomainInput) SetAccessKeySecret ¶
func (s *TosAuthInformationForAddCdnDomainInput) SetAccessKeySecret(v string) *TosAuthInformationForAddCdnDomainInput
SetAccessKeySecret sets the AccessKeySecret field's value.
func (*TosAuthInformationForAddCdnDomainInput) SetAccountKey ¶ added in v1.0.147
func (s *TosAuthInformationForAddCdnDomainInput) SetAccountKey(v string) *TosAuthInformationForAddCdnDomainInput
SetAccountKey sets the AccountKey field's value.
func (TosAuthInformationForAddCdnDomainInput) String ¶
func (s TosAuthInformationForAddCdnDomainInput) String() string
String returns the string representation
type TosAuthInformationForBatchUpdateCdnConfigInput ¶
type TosAuthInformationForBatchUpdateCdnConfigInput struct { AccessKeyId *string `type:"string"` AccessKeySecret *string `type:"string"` AccountKey *string `type:"string"` // contains filtered or unexported fields }
func (TosAuthInformationForBatchUpdateCdnConfigInput) GoString ¶
func (s TosAuthInformationForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeyId ¶
func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeyId(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeySecret ¶
func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccessKeySecret(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
SetAccessKeySecret sets the AccessKeySecret field's value.
func (*TosAuthInformationForBatchUpdateCdnConfigInput) SetAccountKey ¶ added in v1.0.147
func (s *TosAuthInformationForBatchUpdateCdnConfigInput) SetAccountKey(v string) *TosAuthInformationForBatchUpdateCdnConfigInput
SetAccountKey sets the AccountKey field's value.
func (TosAuthInformationForBatchUpdateCdnConfigInput) String ¶
func (s TosAuthInformationForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type TosAuthInformationForDescribeCdnConfigOutput ¶
type TosAuthInformationForDescribeCdnConfigOutput struct { AccessKeyId *string `type:"string"` AccessKeySecret *string `type:"string"` AccountKey *string `type:"string"` // contains filtered or unexported fields }
func (TosAuthInformationForDescribeCdnConfigOutput) GoString ¶
func (s TosAuthInformationForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeyId ¶
func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeyId(v string) *TosAuthInformationForDescribeCdnConfigOutput
SetAccessKeyId sets the AccessKeyId field's value.
func (*TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeySecret ¶
func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccessKeySecret(v string) *TosAuthInformationForDescribeCdnConfigOutput
SetAccessKeySecret sets the AccessKeySecret field's value.
func (*TosAuthInformationForDescribeCdnConfigOutput) SetAccountKey ¶ added in v1.0.147
func (s *TosAuthInformationForDescribeCdnConfigOutput) SetAccountKey(v string) *TosAuthInformationForDescribeCdnConfigOutput
SetAccountKey sets the AccountKey field's value.
func (TosAuthInformationForDescribeCdnConfigOutput) String ¶
func (s TosAuthInformationForDescribeCdnConfigOutput) String() string
String returns the string representation
type TosAuthInformationForUpdateCdnConfigInput ¶
type TosAuthInformationForUpdateCdnConfigInput struct { AccessKeyId *string `type:"string"` AccessKeySecret *string `type:"string"` AccountKey *string `type:"string"` // contains filtered or unexported fields }
func (TosAuthInformationForUpdateCdnConfigInput) GoString ¶
func (s TosAuthInformationForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*TosAuthInformationForUpdateCdnConfigInput) SetAccessKeyId ¶
func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccessKeyId(v string) *TosAuthInformationForUpdateCdnConfigInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*TosAuthInformationForUpdateCdnConfigInput) SetAccessKeySecret ¶
func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccessKeySecret(v string) *TosAuthInformationForUpdateCdnConfigInput
SetAccessKeySecret sets the AccessKeySecret field's value.
func (*TosAuthInformationForUpdateCdnConfigInput) SetAccountKey ¶ added in v1.0.147
func (s *TosAuthInformationForUpdateCdnConfigInput) SetAccountKey(v string) *TosAuthInformationForUpdateCdnConfigInput
SetAccountKey sets the AccountKey field's value.
func (TosAuthInformationForUpdateCdnConfigInput) String ¶
func (s TosAuthInformationForUpdateCdnConfigInput) String() string
String returns the string representation
type UaAccessRuleForAddCdnDomainInput ¶
type UaAccessRuleForAddCdnDomainInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` UserAgent []*string `type:"list"` // contains filtered or unexported fields }
func (UaAccessRuleForAddCdnDomainInput) GoString ¶
func (s UaAccessRuleForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*UaAccessRuleForAddCdnDomainInput) SetAllowEmpty ¶
func (s *UaAccessRuleForAddCdnDomainInput) SetAllowEmpty(v bool) *UaAccessRuleForAddCdnDomainInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*UaAccessRuleForAddCdnDomainInput) SetIgnoreCase ¶
func (s *UaAccessRuleForAddCdnDomainInput) SetIgnoreCase(v bool) *UaAccessRuleForAddCdnDomainInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*UaAccessRuleForAddCdnDomainInput) SetRuleType ¶
func (s *UaAccessRuleForAddCdnDomainInput) SetRuleType(v string) *UaAccessRuleForAddCdnDomainInput
SetRuleType sets the RuleType field's value.
func (*UaAccessRuleForAddCdnDomainInput) SetSwitch ¶
func (s *UaAccessRuleForAddCdnDomainInput) SetSwitch(v bool) *UaAccessRuleForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (*UaAccessRuleForAddCdnDomainInput) SetUserAgent ¶
func (s *UaAccessRuleForAddCdnDomainInput) SetUserAgent(v []*string) *UaAccessRuleForAddCdnDomainInput
SetUserAgent sets the UserAgent field's value.
func (UaAccessRuleForAddCdnDomainInput) String ¶
func (s UaAccessRuleForAddCdnDomainInput) String() string
String returns the string representation
type UaAccessRuleForBatchUpdateCdnConfigInput ¶
type UaAccessRuleForBatchUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` UserAgent []*string `type:"list"` // contains filtered or unexported fields }
func (UaAccessRuleForBatchUpdateCdnConfigInput) GoString ¶
func (s UaAccessRuleForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UaAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetAllowEmpty(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*UaAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetIgnoreCase(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*UaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType ¶
func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetRuleType(v string) *UaAccessRuleForBatchUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*UaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetSwitch(v bool) *UaAccessRuleForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*UaAccessRuleForBatchUpdateCdnConfigInput) SetUserAgent ¶
func (s *UaAccessRuleForBatchUpdateCdnConfigInput) SetUserAgent(v []*string) *UaAccessRuleForBatchUpdateCdnConfigInput
SetUserAgent sets the UserAgent field's value.
func (UaAccessRuleForBatchUpdateCdnConfigInput) String ¶
func (s UaAccessRuleForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type UaAccessRuleForDescribeCdnConfigOutput ¶
type UaAccessRuleForDescribeCdnConfigOutput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` UserAgent []*string `type:"list"` // contains filtered or unexported fields }
func (UaAccessRuleForDescribeCdnConfigOutput) GoString ¶
func (s UaAccessRuleForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*UaAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty ¶
func (s *UaAccessRuleForDescribeCdnConfigOutput) SetAllowEmpty(v bool) *UaAccessRuleForDescribeCdnConfigOutput
SetAllowEmpty sets the AllowEmpty field's value.
func (*UaAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase ¶
func (s *UaAccessRuleForDescribeCdnConfigOutput) SetIgnoreCase(v bool) *UaAccessRuleForDescribeCdnConfigOutput
SetIgnoreCase sets the IgnoreCase field's value.
func (*UaAccessRuleForDescribeCdnConfigOutput) SetRuleType ¶
func (s *UaAccessRuleForDescribeCdnConfigOutput) SetRuleType(v string) *UaAccessRuleForDescribeCdnConfigOutput
SetRuleType sets the RuleType field's value.
func (*UaAccessRuleForDescribeCdnConfigOutput) SetSwitch ¶
func (s *UaAccessRuleForDescribeCdnConfigOutput) SetSwitch(v bool) *UaAccessRuleForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (*UaAccessRuleForDescribeCdnConfigOutput) SetUserAgent ¶
func (s *UaAccessRuleForDescribeCdnConfigOutput) SetUserAgent(v []*string) *UaAccessRuleForDescribeCdnConfigOutput
SetUserAgent sets the UserAgent field's value.
func (UaAccessRuleForDescribeCdnConfigOutput) String ¶
func (s UaAccessRuleForDescribeCdnConfigOutput) String() string
String returns the string representation
type UaAccessRuleForUpdateCdnConfigInput ¶
type UaAccessRuleForUpdateCdnConfigInput struct { AllowEmpty *bool `type:"boolean"` IgnoreCase *bool `type:"boolean"` RuleType *string `type:"string"` Switch *bool `type:"boolean"` UserAgent []*string `type:"list"` // contains filtered or unexported fields }
func (UaAccessRuleForUpdateCdnConfigInput) GoString ¶
func (s UaAccessRuleForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UaAccessRuleForUpdateCdnConfigInput) SetAllowEmpty ¶
func (s *UaAccessRuleForUpdateCdnConfigInput) SetAllowEmpty(v bool) *UaAccessRuleForUpdateCdnConfigInput
SetAllowEmpty sets the AllowEmpty field's value.
func (*UaAccessRuleForUpdateCdnConfigInput) SetIgnoreCase ¶
func (s *UaAccessRuleForUpdateCdnConfigInput) SetIgnoreCase(v bool) *UaAccessRuleForUpdateCdnConfigInput
SetIgnoreCase sets the IgnoreCase field's value.
func (*UaAccessRuleForUpdateCdnConfigInput) SetRuleType ¶
func (s *UaAccessRuleForUpdateCdnConfigInput) SetRuleType(v string) *UaAccessRuleForUpdateCdnConfigInput
SetRuleType sets the RuleType field's value.
func (*UaAccessRuleForUpdateCdnConfigInput) SetSwitch ¶
func (s *UaAccessRuleForUpdateCdnConfigInput) SetSwitch(v bool) *UaAccessRuleForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (*UaAccessRuleForUpdateCdnConfigInput) SetUserAgent ¶
func (s *UaAccessRuleForUpdateCdnConfigInput) SetUserAgent(v []*string) *UaAccessRuleForUpdateCdnConfigInput
SetUserAgent sets the UserAgent field's value.
func (UaAccessRuleForUpdateCdnConfigInput) String ¶
func (s UaAccessRuleForUpdateCdnConfigInput) String() string
String returns the string representation
type UpdateCdnConfigInput ¶
type UpdateCdnConfigInput struct { AreaAccessRule *AreaAccessRuleForUpdateCdnConfigInput `type:"structure"` BandwidthLimit *BandwidthLimitForUpdateCdnConfigInput `type:"structure"` BrowserCache []*BrowserCacheForUpdateCdnConfigInput `type:"list"` Cache []*CacheForUpdateCdnConfigInput `type:"list"` CacheHost *CacheHostForUpdateCdnConfigInput `type:"structure"` CacheKey []*CacheKeyForUpdateCdnConfigInput `type:"list"` Compression *CompressionForUpdateCdnConfigInput `type:"structure"` ConditionalOrigin *ConditionalOriginForUpdateCdnConfigInput `type:"structure"` CustomErrorPage *CustomErrorPageForUpdateCdnConfigInput `type:"structure"` CustomizeAccessRule *CustomizeAccessRuleForUpdateCdnConfigInput `type:"structure"` // Domain is a required field Domain *string `type:"string" required:"true"` DownloadSpeedLimit *DownloadSpeedLimitForUpdateCdnConfigInput `type:"structure"` FollowRedirect *bool `type:"boolean"` HTTPS *HTTPSForUpdateCdnConfigInput `type:"structure"` HttpForcedRedirect *HttpForcedRedirectForUpdateCdnConfigInput `type:"structure"` IPv6 *IPv6ForUpdateCdnConfigInput `type:"structure"` IpAccessRule *IpAccessRuleForUpdateCdnConfigInput `type:"structure"` IpFreqLimit *IpFreqLimitForUpdateCdnConfigInput `type:"structure"` MethodDeniedRule *MethodDeniedRuleForUpdateCdnConfigInput `type:"structure"` NegativeCache []*NegativeCacheForUpdateCdnConfigInput `type:"list"` Origin []*OriginForUpdateCdnConfigInput `type:"list"` OriginAccessRule *OriginAccessRuleForUpdateCdnConfigInput `type:"structure"` OriginArg []*OriginArgForUpdateCdnConfigInput `type:"list"` OriginCertCheck *OriginCertCheckForUpdateCdnConfigInput `type:"structure"` OriginHost *string `type:"string"` OriginIPv6 *string `type:"string"` OriginProtocol *string `type:"string"` OriginRange *bool `type:"boolean"` OriginRetry *OriginRetryForUpdateCdnConfigInput `type:"structure"` OriginRewrite *OriginRewriteForUpdateCdnConfigInput `type:"structure"` OriginSni *OriginSniForUpdateCdnConfigInput `type:"structure"` PageOptimization *PageOptimizationForUpdateCdnConfigInput `type:"structure"` Quic *QuicForUpdateCdnConfigInput `type:"structure"` RedirectionRewrite *RedirectionRewriteForUpdateCdnConfigInput `type:"structure"` RefererAccessRule *RefererAccessRuleForUpdateCdnConfigInput `type:"structure"` RemoteAuth *RemoteAuthForUpdateCdnConfigInput `type:"structure"` RequestBlockRule *RequestBlockRuleForUpdateCdnConfigInput `type:"structure"` RequestHeader []*RequestHeaderForUpdateCdnConfigInput `type:"list"` ResponseHeader []*ResponseHeaderForUpdateCdnConfigInput `type:"list"` ServiceRegion *string `type:"string"` SignedUrlAuth *SignedUrlAuthForUpdateCdnConfigInput `type:"structure"` Timeout *TimeoutForUpdateCdnConfigInput `type:"structure"` UaAccessRule *UaAccessRuleForUpdateCdnConfigInput `type:"structure"` UrlNormalize *UrlNormalizeForUpdateCdnConfigInput `type:"structure"` VideoDrag *VideoDragForUpdateCdnConfigInput `type:"structure"` // contains filtered or unexported fields }
func (UpdateCdnConfigInput) GoString ¶
func (s UpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UpdateCdnConfigInput) SetAreaAccessRule ¶
func (s *UpdateCdnConfigInput) SetAreaAccessRule(v *AreaAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetAreaAccessRule sets the AreaAccessRule field's value.
func (*UpdateCdnConfigInput) SetBandwidthLimit ¶
func (s *UpdateCdnConfigInput) SetBandwidthLimit(v *BandwidthLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetBandwidthLimit sets the BandwidthLimit field's value.
func (*UpdateCdnConfigInput) SetBrowserCache ¶
func (s *UpdateCdnConfigInput) SetBrowserCache(v []*BrowserCacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetBrowserCache sets the BrowserCache field's value.
func (*UpdateCdnConfigInput) SetCache ¶
func (s *UpdateCdnConfigInput) SetCache(v []*CacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCache sets the Cache field's value.
func (*UpdateCdnConfigInput) SetCacheHost ¶
func (s *UpdateCdnConfigInput) SetCacheHost(v *CacheHostForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCacheHost sets the CacheHost field's value.
func (*UpdateCdnConfigInput) SetCacheKey ¶
func (s *UpdateCdnConfigInput) SetCacheKey(v []*CacheKeyForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCacheKey sets the CacheKey field's value.
func (*UpdateCdnConfigInput) SetCompression ¶
func (s *UpdateCdnConfigInput) SetCompression(v *CompressionForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCompression sets the Compression field's value.
func (*UpdateCdnConfigInput) SetConditionalOrigin ¶ added in v1.0.147
func (s *UpdateCdnConfigInput) SetConditionalOrigin(v *ConditionalOriginForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetConditionalOrigin sets the ConditionalOrigin field's value.
func (*UpdateCdnConfigInput) SetCustomErrorPage ¶
func (s *UpdateCdnConfigInput) SetCustomErrorPage(v *CustomErrorPageForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCustomErrorPage sets the CustomErrorPage field's value.
func (*UpdateCdnConfigInput) SetCustomizeAccessRule ¶
func (s *UpdateCdnConfigInput) SetCustomizeAccessRule(v *CustomizeAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetCustomizeAccessRule sets the CustomizeAccessRule field's value.
func (*UpdateCdnConfigInput) SetDomain ¶
func (s *UpdateCdnConfigInput) SetDomain(v string) *UpdateCdnConfigInput
SetDomain sets the Domain field's value.
func (*UpdateCdnConfigInput) SetDownloadSpeedLimit ¶
func (s *UpdateCdnConfigInput) SetDownloadSpeedLimit(v *DownloadSpeedLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetDownloadSpeedLimit sets the DownloadSpeedLimit field's value.
func (*UpdateCdnConfigInput) SetFollowRedirect ¶
func (s *UpdateCdnConfigInput) SetFollowRedirect(v bool) *UpdateCdnConfigInput
SetFollowRedirect sets the FollowRedirect field's value.
func (*UpdateCdnConfigInput) SetHTTPS ¶
func (s *UpdateCdnConfigInput) SetHTTPS(v *HTTPSForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetHTTPS sets the HTTPS field's value.
func (*UpdateCdnConfigInput) SetHttpForcedRedirect ¶
func (s *UpdateCdnConfigInput) SetHttpForcedRedirect(v *HttpForcedRedirectForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetHttpForcedRedirect sets the HttpForcedRedirect field's value.
func (*UpdateCdnConfigInput) SetIPv6 ¶
func (s *UpdateCdnConfigInput) SetIPv6(v *IPv6ForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetIPv6 sets the IPv6 field's value.
func (*UpdateCdnConfigInput) SetIpAccessRule ¶
func (s *UpdateCdnConfigInput) SetIpAccessRule(v *IpAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetIpAccessRule sets the IpAccessRule field's value.
func (*UpdateCdnConfigInput) SetIpFreqLimit ¶
func (s *UpdateCdnConfigInput) SetIpFreqLimit(v *IpFreqLimitForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetIpFreqLimit sets the IpFreqLimit field's value.
func (*UpdateCdnConfigInput) SetMethodDeniedRule ¶
func (s *UpdateCdnConfigInput) SetMethodDeniedRule(v *MethodDeniedRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetMethodDeniedRule sets the MethodDeniedRule field's value.
func (*UpdateCdnConfigInput) SetNegativeCache ¶
func (s *UpdateCdnConfigInput) SetNegativeCache(v []*NegativeCacheForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetNegativeCache sets the NegativeCache field's value.
func (*UpdateCdnConfigInput) SetOrigin ¶
func (s *UpdateCdnConfigInput) SetOrigin(v []*OriginForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOrigin sets the Origin field's value.
func (*UpdateCdnConfigInput) SetOriginAccessRule ¶
func (s *UpdateCdnConfigInput) SetOriginAccessRule(v *OriginAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginAccessRule sets the OriginAccessRule field's value.
func (*UpdateCdnConfigInput) SetOriginArg ¶
func (s *UpdateCdnConfigInput) SetOriginArg(v []*OriginArgForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginArg sets the OriginArg field's value.
func (*UpdateCdnConfigInput) SetOriginCertCheck ¶ added in v1.0.147
func (s *UpdateCdnConfigInput) SetOriginCertCheck(v *OriginCertCheckForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginCertCheck sets the OriginCertCheck field's value.
func (*UpdateCdnConfigInput) SetOriginHost ¶
func (s *UpdateCdnConfigInput) SetOriginHost(v string) *UpdateCdnConfigInput
SetOriginHost sets the OriginHost field's value.
func (*UpdateCdnConfigInput) SetOriginIPv6 ¶
func (s *UpdateCdnConfigInput) SetOriginIPv6(v string) *UpdateCdnConfigInput
SetOriginIPv6 sets the OriginIPv6 field's value.
func (*UpdateCdnConfigInput) SetOriginProtocol ¶
func (s *UpdateCdnConfigInput) SetOriginProtocol(v string) *UpdateCdnConfigInput
SetOriginProtocol sets the OriginProtocol field's value.
func (*UpdateCdnConfigInput) SetOriginRange ¶
func (s *UpdateCdnConfigInput) SetOriginRange(v bool) *UpdateCdnConfigInput
SetOriginRange sets the OriginRange field's value.
func (*UpdateCdnConfigInput) SetOriginRetry ¶ added in v1.0.147
func (s *UpdateCdnConfigInput) SetOriginRetry(v *OriginRetryForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginRetry sets the OriginRetry field's value.
func (*UpdateCdnConfigInput) SetOriginRewrite ¶
func (s *UpdateCdnConfigInput) SetOriginRewrite(v *OriginRewriteForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginRewrite sets the OriginRewrite field's value.
func (*UpdateCdnConfigInput) SetOriginSni ¶
func (s *UpdateCdnConfigInput) SetOriginSni(v *OriginSniForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetOriginSni sets the OriginSni field's value.
func (*UpdateCdnConfigInput) SetPageOptimization ¶
func (s *UpdateCdnConfigInput) SetPageOptimization(v *PageOptimizationForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetPageOptimization sets the PageOptimization field's value.
func (*UpdateCdnConfigInput) SetQuic ¶
func (s *UpdateCdnConfigInput) SetQuic(v *QuicForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetQuic sets the Quic field's value.
func (*UpdateCdnConfigInput) SetRedirectionRewrite ¶
func (s *UpdateCdnConfigInput) SetRedirectionRewrite(v *RedirectionRewriteForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetRedirectionRewrite sets the RedirectionRewrite field's value.
func (*UpdateCdnConfigInput) SetRefererAccessRule ¶
func (s *UpdateCdnConfigInput) SetRefererAccessRule(v *RefererAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetRefererAccessRule sets the RefererAccessRule field's value.
func (*UpdateCdnConfigInput) SetRemoteAuth ¶
func (s *UpdateCdnConfigInput) SetRemoteAuth(v *RemoteAuthForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetRemoteAuth sets the RemoteAuth field's value.
func (*UpdateCdnConfigInput) SetRequestBlockRule ¶
func (s *UpdateCdnConfigInput) SetRequestBlockRule(v *RequestBlockRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetRequestBlockRule sets the RequestBlockRule field's value.
func (*UpdateCdnConfigInput) SetRequestHeader ¶
func (s *UpdateCdnConfigInput) SetRequestHeader(v []*RequestHeaderForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetRequestHeader sets the RequestHeader field's value.
func (*UpdateCdnConfigInput) SetResponseHeader ¶
func (s *UpdateCdnConfigInput) SetResponseHeader(v []*ResponseHeaderForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetResponseHeader sets the ResponseHeader field's value.
func (*UpdateCdnConfigInput) SetServiceRegion ¶
func (s *UpdateCdnConfigInput) SetServiceRegion(v string) *UpdateCdnConfigInput
SetServiceRegion sets the ServiceRegion field's value.
func (*UpdateCdnConfigInput) SetSignedUrlAuth ¶
func (s *UpdateCdnConfigInput) SetSignedUrlAuth(v *SignedUrlAuthForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetSignedUrlAuth sets the SignedUrlAuth field's value.
func (*UpdateCdnConfigInput) SetTimeout ¶
func (s *UpdateCdnConfigInput) SetTimeout(v *TimeoutForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetTimeout sets the Timeout field's value.
func (*UpdateCdnConfigInput) SetUaAccessRule ¶
func (s *UpdateCdnConfigInput) SetUaAccessRule(v *UaAccessRuleForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetUaAccessRule sets the UaAccessRule field's value.
func (*UpdateCdnConfigInput) SetUrlNormalize ¶
func (s *UpdateCdnConfigInput) SetUrlNormalize(v *UrlNormalizeForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetUrlNormalize sets the UrlNormalize field's value.
func (*UpdateCdnConfigInput) SetVideoDrag ¶
func (s *UpdateCdnConfigInput) SetVideoDrag(v *VideoDragForUpdateCdnConfigInput) *UpdateCdnConfigInput
SetVideoDrag sets the VideoDrag field's value.
func (UpdateCdnConfigInput) String ¶
func (s UpdateCdnConfigInput) String() string
String returns the string representation
func (*UpdateCdnConfigInput) Validate ¶
func (s *UpdateCdnConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCdnConfigOutput ¶
type UpdateCdnConfigOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateCdnConfigOutput) GoString ¶
func (s UpdateCdnConfigOutput) GoString() string
GoString returns the string representation
func (UpdateCdnConfigOutput) String ¶
func (s UpdateCdnConfigOutput) String() string
String returns the string representation
type UpdateResourceTagsInput ¶
type UpdateResourceTagsInput struct { ResourceTags []*ResourceTagForUpdateResourceTagsInput `type:"list"` Resources []*string `type:"list"` // contains filtered or unexported fields }
func (UpdateResourceTagsInput) GoString ¶
func (s UpdateResourceTagsInput) GoString() string
GoString returns the string representation
func (*UpdateResourceTagsInput) SetResourceTags ¶
func (s *UpdateResourceTagsInput) SetResourceTags(v []*ResourceTagForUpdateResourceTagsInput) *UpdateResourceTagsInput
SetResourceTags sets the ResourceTags field's value.
func (*UpdateResourceTagsInput) SetResources ¶
func (s *UpdateResourceTagsInput) SetResources(v []*string) *UpdateResourceTagsInput
SetResources sets the Resources field's value.
func (UpdateResourceTagsInput) String ¶
func (s UpdateResourceTagsInput) String() string
String returns the string representation
type UpdateResourceTagsOutput ¶
type UpdateResourceTagsOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateResourceTagsOutput) GoString ¶
func (s UpdateResourceTagsOutput) GoString() string
GoString returns the string representation
func (UpdateResourceTagsOutput) String ¶
func (s UpdateResourceTagsOutput) String() string
String returns the string representation
type UriParamSupForAddCdnDomainInput ¶
type UriParamSupForAddCdnDomainInput struct { JoinSymbol *string `type:"string"` SplitSymbol *string `type:"string"` StartLevel *int64 `type:"int64"` TermLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (UriParamSupForAddCdnDomainInput) GoString ¶
func (s UriParamSupForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*UriParamSupForAddCdnDomainInput) SetJoinSymbol ¶
func (s *UriParamSupForAddCdnDomainInput) SetJoinSymbol(v string) *UriParamSupForAddCdnDomainInput
SetJoinSymbol sets the JoinSymbol field's value.
func (*UriParamSupForAddCdnDomainInput) SetSplitSymbol ¶
func (s *UriParamSupForAddCdnDomainInput) SetSplitSymbol(v string) *UriParamSupForAddCdnDomainInput
SetSplitSymbol sets the SplitSymbol field's value.
func (*UriParamSupForAddCdnDomainInput) SetStartLevel ¶
func (s *UriParamSupForAddCdnDomainInput) SetStartLevel(v int64) *UriParamSupForAddCdnDomainInput
SetStartLevel sets the StartLevel field's value.
func (*UriParamSupForAddCdnDomainInput) SetTermLevel ¶
func (s *UriParamSupForAddCdnDomainInput) SetTermLevel(v int64) *UriParamSupForAddCdnDomainInput
SetTermLevel sets the TermLevel field's value.
func (UriParamSupForAddCdnDomainInput) String ¶
func (s UriParamSupForAddCdnDomainInput) String() string
String returns the string representation
type UriParamSupForBatchUpdateCdnConfigInput ¶
type UriParamSupForBatchUpdateCdnConfigInput struct { JoinSymbol *string `type:"string"` SplitSymbol *string `type:"string"` StartLevel *int64 `type:"int64"` TermLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (UriParamSupForBatchUpdateCdnConfigInput) GoString ¶
func (s UriParamSupForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UriParamSupForBatchUpdateCdnConfigInput) SetJoinSymbol ¶
func (s *UriParamSupForBatchUpdateCdnConfigInput) SetJoinSymbol(v string) *UriParamSupForBatchUpdateCdnConfigInput
SetJoinSymbol sets the JoinSymbol field's value.
func (*UriParamSupForBatchUpdateCdnConfigInput) SetSplitSymbol ¶
func (s *UriParamSupForBatchUpdateCdnConfigInput) SetSplitSymbol(v string) *UriParamSupForBatchUpdateCdnConfigInput
SetSplitSymbol sets the SplitSymbol field's value.
func (*UriParamSupForBatchUpdateCdnConfigInput) SetStartLevel ¶
func (s *UriParamSupForBatchUpdateCdnConfigInput) SetStartLevel(v int64) *UriParamSupForBatchUpdateCdnConfigInput
SetStartLevel sets the StartLevel field's value.
func (*UriParamSupForBatchUpdateCdnConfigInput) SetTermLevel ¶
func (s *UriParamSupForBatchUpdateCdnConfigInput) SetTermLevel(v int64) *UriParamSupForBatchUpdateCdnConfigInput
SetTermLevel sets the TermLevel field's value.
func (UriParamSupForBatchUpdateCdnConfigInput) String ¶
func (s UriParamSupForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type UriParamSupForDescribeCdnConfigOutput ¶
type UriParamSupForDescribeCdnConfigOutput struct { JoinSymbol *string `type:"string"` SplitSymbol *string `type:"string"` StartLevel *int64 `type:"int64"` TermLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (UriParamSupForDescribeCdnConfigOutput) GoString ¶
func (s UriParamSupForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*UriParamSupForDescribeCdnConfigOutput) SetJoinSymbol ¶
func (s *UriParamSupForDescribeCdnConfigOutput) SetJoinSymbol(v string) *UriParamSupForDescribeCdnConfigOutput
SetJoinSymbol sets the JoinSymbol field's value.
func (*UriParamSupForDescribeCdnConfigOutput) SetSplitSymbol ¶
func (s *UriParamSupForDescribeCdnConfigOutput) SetSplitSymbol(v string) *UriParamSupForDescribeCdnConfigOutput
SetSplitSymbol sets the SplitSymbol field's value.
func (*UriParamSupForDescribeCdnConfigOutput) SetStartLevel ¶
func (s *UriParamSupForDescribeCdnConfigOutput) SetStartLevel(v int64) *UriParamSupForDescribeCdnConfigOutput
SetStartLevel sets the StartLevel field's value.
func (*UriParamSupForDescribeCdnConfigOutput) SetTermLevel ¶
func (s *UriParamSupForDescribeCdnConfigOutput) SetTermLevel(v int64) *UriParamSupForDescribeCdnConfigOutput
SetTermLevel sets the TermLevel field's value.
func (UriParamSupForDescribeCdnConfigOutput) String ¶
func (s UriParamSupForDescribeCdnConfigOutput) String() string
String returns the string representation
type UriParamSupForUpdateCdnConfigInput ¶
type UriParamSupForUpdateCdnConfigInput struct { JoinSymbol *string `type:"string"` SplitSymbol *string `type:"string"` StartLevel *int64 `type:"int64"` TermLevel *int64 `type:"int64"` // contains filtered or unexported fields }
func (UriParamSupForUpdateCdnConfigInput) GoString ¶
func (s UriParamSupForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UriParamSupForUpdateCdnConfigInput) SetJoinSymbol ¶
func (s *UriParamSupForUpdateCdnConfigInput) SetJoinSymbol(v string) *UriParamSupForUpdateCdnConfigInput
SetJoinSymbol sets the JoinSymbol field's value.
func (*UriParamSupForUpdateCdnConfigInput) SetSplitSymbol ¶
func (s *UriParamSupForUpdateCdnConfigInput) SetSplitSymbol(v string) *UriParamSupForUpdateCdnConfigInput
SetSplitSymbol sets the SplitSymbol field's value.
func (*UriParamSupForUpdateCdnConfigInput) SetStartLevel ¶
func (s *UriParamSupForUpdateCdnConfigInput) SetStartLevel(v int64) *UriParamSupForUpdateCdnConfigInput
SetStartLevel sets the StartLevel field's value.
func (*UriParamSupForUpdateCdnConfigInput) SetTermLevel ¶
func (s *UriParamSupForUpdateCdnConfigInput) SetTermLevel(v int64) *UriParamSupForUpdateCdnConfigInput
SetTermLevel sets the TermLevel field's value.
func (UriParamSupForUpdateCdnConfigInput) String ¶
func (s UriParamSupForUpdateCdnConfigInput) String() string
String returns the string representation
type UrlAuthCustomActionForAddCdnDomainInput ¶
type UrlAuthCustomActionForAddCdnDomainInput struct { ExpTimeCapRule *ExpTimeCapRuleForAddCdnDomainInput `type:"structure"` ParamCalRules []*string `type:"list"` SignCapRule *SignCapRuleForAddCdnDomainInput `type:"structure"` SignJoinSymbol *string `type:"string"` SignParam []*SignParamForAddCdnDomainInput `type:"list"` // contains filtered or unexported fields }
func (UrlAuthCustomActionForAddCdnDomainInput) GoString ¶
func (s UrlAuthCustomActionForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*UrlAuthCustomActionForAddCdnDomainInput) SetExpTimeCapRule ¶
func (s *UrlAuthCustomActionForAddCdnDomainInput) SetExpTimeCapRule(v *ExpTimeCapRuleForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
SetExpTimeCapRule sets the ExpTimeCapRule field's value.
func (*UrlAuthCustomActionForAddCdnDomainInput) SetParamCalRules ¶
func (s *UrlAuthCustomActionForAddCdnDomainInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForAddCdnDomainInput
SetParamCalRules sets the ParamCalRules field's value.
func (*UrlAuthCustomActionForAddCdnDomainInput) SetSignCapRule ¶
func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignCapRule(v *SignCapRuleForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
SetSignCapRule sets the SignCapRule field's value.
func (*UrlAuthCustomActionForAddCdnDomainInput) SetSignJoinSymbol ¶
func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForAddCdnDomainInput
SetSignJoinSymbol sets the SignJoinSymbol field's value.
func (*UrlAuthCustomActionForAddCdnDomainInput) SetSignParam ¶
func (s *UrlAuthCustomActionForAddCdnDomainInput) SetSignParam(v []*SignParamForAddCdnDomainInput) *UrlAuthCustomActionForAddCdnDomainInput
SetSignParam sets the SignParam field's value.
func (UrlAuthCustomActionForAddCdnDomainInput) String ¶
func (s UrlAuthCustomActionForAddCdnDomainInput) String() string
String returns the string representation
type UrlAuthCustomActionForBatchUpdateCdnConfigInput ¶
type UrlAuthCustomActionForBatchUpdateCdnConfigInput struct { ExpTimeCapRule *ExpTimeCapRuleForBatchUpdateCdnConfigInput `type:"structure"` ParamCalRules []*string `type:"list"` SignCapRule *SignCapRuleForBatchUpdateCdnConfigInput `type:"structure"` SignJoinSymbol *string `type:"string"` SignParam []*SignParamForBatchUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (UrlAuthCustomActionForBatchUpdateCdnConfigInput) GoString ¶
func (s UrlAuthCustomActionForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetExpTimeCapRule ¶
func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetExpTimeCapRule(v *ExpTimeCapRuleForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
SetExpTimeCapRule sets the ExpTimeCapRule field's value.
func (*UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetParamCalRules ¶
func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
SetParamCalRules sets the ParamCalRules field's value.
func (*UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignCapRule ¶
func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignCapRule(v *SignCapRuleForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
SetSignCapRule sets the SignCapRule field's value.
func (*UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignJoinSymbol ¶
func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
SetSignJoinSymbol sets the SignJoinSymbol field's value.
func (*UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignParam ¶
func (s *UrlAuthCustomActionForBatchUpdateCdnConfigInput) SetSignParam(v []*SignParamForBatchUpdateCdnConfigInput) *UrlAuthCustomActionForBatchUpdateCdnConfigInput
SetSignParam sets the SignParam field's value.
func (UrlAuthCustomActionForBatchUpdateCdnConfigInput) String ¶
func (s UrlAuthCustomActionForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type UrlAuthCustomActionForDescribeCdnConfigOutput ¶
type UrlAuthCustomActionForDescribeCdnConfigOutput struct { ExpTimeCapRule *ExpTimeCapRuleForDescribeCdnConfigOutput `type:"structure"` ParamCalRules []*string `type:"list"` SignCapRule *SignCapRuleForDescribeCdnConfigOutput `type:"structure"` SignJoinSymbol *string `type:"string"` SignParam []*SignParamForDescribeCdnConfigOutput `type:"list"` // contains filtered or unexported fields }
func (UrlAuthCustomActionForDescribeCdnConfigOutput) GoString ¶
func (s UrlAuthCustomActionForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*UrlAuthCustomActionForDescribeCdnConfigOutput) SetExpTimeCapRule ¶
func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetExpTimeCapRule(v *ExpTimeCapRuleForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
SetExpTimeCapRule sets the ExpTimeCapRule field's value.
func (*UrlAuthCustomActionForDescribeCdnConfigOutput) SetParamCalRules ¶
func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetParamCalRules(v []*string) *UrlAuthCustomActionForDescribeCdnConfigOutput
SetParamCalRules sets the ParamCalRules field's value.
func (*UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignCapRule ¶
func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignCapRule(v *SignCapRuleForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
SetSignCapRule sets the SignCapRule field's value.
func (*UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignJoinSymbol ¶
func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForDescribeCdnConfigOutput
SetSignJoinSymbol sets the SignJoinSymbol field's value.
func (*UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignParam ¶
func (s *UrlAuthCustomActionForDescribeCdnConfigOutput) SetSignParam(v []*SignParamForDescribeCdnConfigOutput) *UrlAuthCustomActionForDescribeCdnConfigOutput
SetSignParam sets the SignParam field's value.
func (UrlAuthCustomActionForDescribeCdnConfigOutput) String ¶
func (s UrlAuthCustomActionForDescribeCdnConfigOutput) String() string
String returns the string representation
type UrlAuthCustomActionForUpdateCdnConfigInput ¶
type UrlAuthCustomActionForUpdateCdnConfigInput struct { ExpTimeCapRule *ExpTimeCapRuleForUpdateCdnConfigInput `type:"structure"` ParamCalRules []*string `type:"list"` SignCapRule *SignCapRuleForUpdateCdnConfigInput `type:"structure"` SignJoinSymbol *string `type:"string"` SignParam []*SignParamForUpdateCdnConfigInput `type:"list"` // contains filtered or unexported fields }
func (UrlAuthCustomActionForUpdateCdnConfigInput) GoString ¶
func (s UrlAuthCustomActionForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UrlAuthCustomActionForUpdateCdnConfigInput) SetExpTimeCapRule ¶
func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetExpTimeCapRule(v *ExpTimeCapRuleForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
SetExpTimeCapRule sets the ExpTimeCapRule field's value.
func (*UrlAuthCustomActionForUpdateCdnConfigInput) SetParamCalRules ¶
func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetParamCalRules(v []*string) *UrlAuthCustomActionForUpdateCdnConfigInput
SetParamCalRules sets the ParamCalRules field's value.
func (*UrlAuthCustomActionForUpdateCdnConfigInput) SetSignCapRule ¶
func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignCapRule(v *SignCapRuleForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
SetSignCapRule sets the SignCapRule field's value.
func (*UrlAuthCustomActionForUpdateCdnConfigInput) SetSignJoinSymbol ¶
func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignJoinSymbol(v string) *UrlAuthCustomActionForUpdateCdnConfigInput
SetSignJoinSymbol sets the SignJoinSymbol field's value.
func (*UrlAuthCustomActionForUpdateCdnConfigInput) SetSignParam ¶
func (s *UrlAuthCustomActionForUpdateCdnConfigInput) SetSignParam(v []*SignParamForUpdateCdnConfigInput) *UrlAuthCustomActionForUpdateCdnConfigInput
SetSignParam sets the SignParam field's value.
func (UrlAuthCustomActionForUpdateCdnConfigInput) String ¶
func (s UrlAuthCustomActionForUpdateCdnConfigInput) String() string
String returns the string representation
type UrlNormalizeForAddCdnDomainInput ¶
type UrlNormalizeForAddCdnDomainInput struct { NormalizeObject []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (UrlNormalizeForAddCdnDomainInput) GoString ¶
func (s UrlNormalizeForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*UrlNormalizeForAddCdnDomainInput) SetNormalizeObject ¶
func (s *UrlNormalizeForAddCdnDomainInput) SetNormalizeObject(v []*string) *UrlNormalizeForAddCdnDomainInput
SetNormalizeObject sets the NormalizeObject field's value.
func (*UrlNormalizeForAddCdnDomainInput) SetSwitch ¶
func (s *UrlNormalizeForAddCdnDomainInput) SetSwitch(v bool) *UrlNormalizeForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (UrlNormalizeForAddCdnDomainInput) String ¶
func (s UrlNormalizeForAddCdnDomainInput) String() string
String returns the string representation
type UrlNormalizeForBatchUpdateCdnConfigInput ¶
type UrlNormalizeForBatchUpdateCdnConfigInput struct { NormalizeObject []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (UrlNormalizeForBatchUpdateCdnConfigInput) GoString ¶
func (s UrlNormalizeForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UrlNormalizeForBatchUpdateCdnConfigInput) SetNormalizeObject ¶
func (s *UrlNormalizeForBatchUpdateCdnConfigInput) SetNormalizeObject(v []*string) *UrlNormalizeForBatchUpdateCdnConfigInput
SetNormalizeObject sets the NormalizeObject field's value.
func (*UrlNormalizeForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *UrlNormalizeForBatchUpdateCdnConfigInput) SetSwitch(v bool) *UrlNormalizeForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (UrlNormalizeForBatchUpdateCdnConfigInput) String ¶
func (s UrlNormalizeForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type UrlNormalizeForDescribeCdnConfigOutput ¶
type UrlNormalizeForDescribeCdnConfigOutput struct { NormalizeObject []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (UrlNormalizeForDescribeCdnConfigOutput) GoString ¶
func (s UrlNormalizeForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*UrlNormalizeForDescribeCdnConfigOutput) SetNormalizeObject ¶
func (s *UrlNormalizeForDescribeCdnConfigOutput) SetNormalizeObject(v []*string) *UrlNormalizeForDescribeCdnConfigOutput
SetNormalizeObject sets the NormalizeObject field's value.
func (*UrlNormalizeForDescribeCdnConfigOutput) SetSwitch ¶
func (s *UrlNormalizeForDescribeCdnConfigOutput) SetSwitch(v bool) *UrlNormalizeForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (UrlNormalizeForDescribeCdnConfigOutput) String ¶
func (s UrlNormalizeForDescribeCdnConfigOutput) String() string
String returns the string representation
type UrlNormalizeForUpdateCdnConfigInput ¶
type UrlNormalizeForUpdateCdnConfigInput struct { NormalizeObject []*string `type:"list"` Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (UrlNormalizeForUpdateCdnConfigInput) GoString ¶
func (s UrlNormalizeForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*UrlNormalizeForUpdateCdnConfigInput) SetNormalizeObject ¶
func (s *UrlNormalizeForUpdateCdnConfigInput) SetNormalizeObject(v []*string) *UrlNormalizeForUpdateCdnConfigInput
SetNormalizeObject sets the NormalizeObject field's value.
func (*UrlNormalizeForUpdateCdnConfigInput) SetSwitch ¶
func (s *UrlNormalizeForUpdateCdnConfigInput) SetSwitch(v bool) *UrlNormalizeForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (UrlNormalizeForUpdateCdnConfigInput) String ¶
func (s UrlNormalizeForUpdateCdnConfigInput) String() string
String returns the string representation
type UsageReportsDetailForListUsageReportsOutput ¶
type UsageReportsDetailForListUsageReportsOutput struct { AccountId *string `type:"string"` BillingCode *string `type:"string"` BillingRegion *string `type:"string"` CalculationMethod *string `type:"string"` CreateTime *int64 `type:"int64"` DownLoadUrl *string `type:"string"` EndTime *int64 `type:"int64"` ExportType *string `type:"string"` Metric *string `type:"string"` StartTime *int64 `type:"int64"` Status *int64 `type:"int64"` TaskId *string `type:"string"` TaskName *string `type:"string"` TimeZone *string `type:"string"` // contains filtered or unexported fields }
func (UsageReportsDetailForListUsageReportsOutput) GoString ¶
func (s UsageReportsDetailForListUsageReportsOutput) GoString() string
GoString returns the string representation
func (*UsageReportsDetailForListUsageReportsOutput) SetAccountId ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetAccountId(v string) *UsageReportsDetailForListUsageReportsOutput
SetAccountId sets the AccountId field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetBillingCode ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetBillingCode(v string) *UsageReportsDetailForListUsageReportsOutput
SetBillingCode sets the BillingCode field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetBillingRegion ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetBillingRegion(v string) *UsageReportsDetailForListUsageReportsOutput
SetBillingRegion sets the BillingRegion field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetCalculationMethod ¶ added in v1.0.147
func (s *UsageReportsDetailForListUsageReportsOutput) SetCalculationMethod(v string) *UsageReportsDetailForListUsageReportsOutput
SetCalculationMethod sets the CalculationMethod field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetCreateTime ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetCreateTime(v int64) *UsageReportsDetailForListUsageReportsOutput
SetCreateTime sets the CreateTime field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetDownLoadUrl ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetDownLoadUrl(v string) *UsageReportsDetailForListUsageReportsOutput
SetDownLoadUrl sets the DownLoadUrl field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetEndTime ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetEndTime(v int64) *UsageReportsDetailForListUsageReportsOutput
SetEndTime sets the EndTime field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetExportType ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetExportType(v string) *UsageReportsDetailForListUsageReportsOutput
SetExportType sets the ExportType field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetMetric ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetMetric(v string) *UsageReportsDetailForListUsageReportsOutput
SetMetric sets the Metric field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetStartTime ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetStartTime(v int64) *UsageReportsDetailForListUsageReportsOutput
SetStartTime sets the StartTime field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetStatus ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetStatus(v int64) *UsageReportsDetailForListUsageReportsOutput
SetStatus sets the Status field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetTaskId ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetTaskId(v string) *UsageReportsDetailForListUsageReportsOutput
SetTaskId sets the TaskId field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetTaskName ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetTaskName(v string) *UsageReportsDetailForListUsageReportsOutput
SetTaskName sets the TaskName field's value.
func (*UsageReportsDetailForListUsageReportsOutput) SetTimeZone ¶
func (s *UsageReportsDetailForListUsageReportsOutput) SetTimeZone(v string) *UsageReportsDetailForListUsageReportsOutput
SetTimeZone sets the TimeZone field's value.
func (UsageReportsDetailForListUsageReportsOutput) String ¶
func (s UsageReportsDetailForListUsageReportsOutput) String() string
String returns the string representation
type ValueDetailForDescribeDistrictRankingOutput ¶ added in v1.0.147
type ValueDetailForDescribeDistrictRankingOutput struct { ItemKey *string `type:"string"` Ratio *float64 `type:"double"` Timestamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueDetailForDescribeDistrictRankingOutput) GoString ¶ added in v1.0.147
func (s ValueDetailForDescribeDistrictRankingOutput) GoString() string
GoString returns the string representation
func (*ValueDetailForDescribeDistrictRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *ValueDetailForDescribeDistrictRankingOutput) SetItemKey(v string) *ValueDetailForDescribeDistrictRankingOutput
SetItemKey sets the ItemKey field's value.
func (*ValueDetailForDescribeDistrictRankingOutput) SetRatio ¶ added in v1.0.147
func (s *ValueDetailForDescribeDistrictRankingOutput) SetRatio(v float64) *ValueDetailForDescribeDistrictRankingOutput
SetRatio sets the Ratio field's value.
func (*ValueDetailForDescribeDistrictRankingOutput) SetTimestamp ¶ added in v1.0.147
func (s *ValueDetailForDescribeDistrictRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeDistrictRankingOutput
SetTimestamp sets the Timestamp field's value.
func (*ValueDetailForDescribeDistrictRankingOutput) SetValue ¶ added in v1.0.147
func (s *ValueDetailForDescribeDistrictRankingOutput) SetValue(v float64) *ValueDetailForDescribeDistrictRankingOutput
SetValue sets the Value field's value.
func (ValueDetailForDescribeDistrictRankingOutput) String ¶ added in v1.0.147
func (s ValueDetailForDescribeDistrictRankingOutput) String() string
String returns the string representation
type ValueDetailForDescribeEdgeRankingOutput ¶ added in v1.0.147
type ValueDetailForDescribeEdgeRankingOutput struct { ItemKey *string `type:"string"` Ratio *float64 `type:"double"` Timestamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueDetailForDescribeEdgeRankingOutput) GoString ¶ added in v1.0.147
func (s ValueDetailForDescribeEdgeRankingOutput) GoString() string
GoString returns the string representation
func (*ValueDetailForDescribeEdgeRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *ValueDetailForDescribeEdgeRankingOutput) SetItemKey(v string) *ValueDetailForDescribeEdgeRankingOutput
SetItemKey sets the ItemKey field's value.
func (*ValueDetailForDescribeEdgeRankingOutput) SetRatio ¶ added in v1.0.147
func (s *ValueDetailForDescribeEdgeRankingOutput) SetRatio(v float64) *ValueDetailForDescribeEdgeRankingOutput
SetRatio sets the Ratio field's value.
func (*ValueDetailForDescribeEdgeRankingOutput) SetTimestamp ¶ added in v1.0.147
func (s *ValueDetailForDescribeEdgeRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeEdgeRankingOutput
SetTimestamp sets the Timestamp field's value.
func (*ValueDetailForDescribeEdgeRankingOutput) SetValue ¶ added in v1.0.147
func (s *ValueDetailForDescribeEdgeRankingOutput) SetValue(v float64) *ValueDetailForDescribeEdgeRankingOutput
SetValue sets the Value field's value.
func (ValueDetailForDescribeEdgeRankingOutput) String ¶ added in v1.0.147
func (s ValueDetailForDescribeEdgeRankingOutput) String() string
String returns the string representation
type ValueDetailForDescribeOriginRankingOutput ¶ added in v1.0.147
type ValueDetailForDescribeOriginRankingOutput struct { ItemKey *string `type:"string"` Ratio *float64 `type:"double"` Timestamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueDetailForDescribeOriginRankingOutput) GoString ¶ added in v1.0.147
func (s ValueDetailForDescribeOriginRankingOutput) GoString() string
GoString returns the string representation
func (*ValueDetailForDescribeOriginRankingOutput) SetItemKey ¶ added in v1.0.147
func (s *ValueDetailForDescribeOriginRankingOutput) SetItemKey(v string) *ValueDetailForDescribeOriginRankingOutput
SetItemKey sets the ItemKey field's value.
func (*ValueDetailForDescribeOriginRankingOutput) SetRatio ¶ added in v1.0.147
func (s *ValueDetailForDescribeOriginRankingOutput) SetRatio(v float64) *ValueDetailForDescribeOriginRankingOutput
SetRatio sets the Ratio field's value.
func (*ValueDetailForDescribeOriginRankingOutput) SetTimestamp ¶ added in v1.0.147
func (s *ValueDetailForDescribeOriginRankingOutput) SetTimestamp(v int64) *ValueDetailForDescribeOriginRankingOutput
SetTimestamp sets the Timestamp field's value.
func (*ValueDetailForDescribeOriginRankingOutput) SetValue ¶ added in v1.0.147
func (s *ValueDetailForDescribeOriginRankingOutput) SetValue(v float64) *ValueDetailForDescribeOriginRankingOutput
SetValue sets the Value field's value.
func (ValueDetailForDescribeOriginRankingOutput) String ¶ added in v1.0.147
func (s ValueDetailForDescribeOriginRankingOutput) String() string
String returns the string representation
type ValueForDescribeDistrictDataOutput ¶ added in v1.0.147
type ValueForDescribeDistrictDataOutput struct { TimeStamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueForDescribeDistrictDataOutput) GoString ¶ added in v1.0.147
func (s ValueForDescribeDistrictDataOutput) GoString() string
GoString returns the string representation
func (*ValueForDescribeDistrictDataOutput) SetTimeStamp ¶ added in v1.0.147
func (s *ValueForDescribeDistrictDataOutput) SetTimeStamp(v int64) *ValueForDescribeDistrictDataOutput
SetTimeStamp sets the TimeStamp field's value.
func (*ValueForDescribeDistrictDataOutput) SetValue ¶ added in v1.0.147
func (s *ValueForDescribeDistrictDataOutput) SetValue(v float64) *ValueForDescribeDistrictDataOutput
SetValue sets the Value field's value.
func (ValueForDescribeDistrictDataOutput) String ¶ added in v1.0.147
func (s ValueForDescribeDistrictDataOutput) String() string
String returns the string representation
type ValueForDescribeEdgeDataOutput ¶ added in v1.0.147
type ValueForDescribeEdgeDataOutput struct { TimeStamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueForDescribeEdgeDataOutput) GoString ¶ added in v1.0.147
func (s ValueForDescribeEdgeDataOutput) GoString() string
GoString returns the string representation
func (*ValueForDescribeEdgeDataOutput) SetTimeStamp ¶ added in v1.0.147
func (s *ValueForDescribeEdgeDataOutput) SetTimeStamp(v int64) *ValueForDescribeEdgeDataOutput
SetTimeStamp sets the TimeStamp field's value.
func (*ValueForDescribeEdgeDataOutput) SetValue ¶ added in v1.0.147
func (s *ValueForDescribeEdgeDataOutput) SetValue(v float64) *ValueForDescribeEdgeDataOutput
SetValue sets the Value field's value.
func (ValueForDescribeEdgeDataOutput) String ¶ added in v1.0.147
func (s ValueForDescribeEdgeDataOutput) String() string
String returns the string representation
type ValueForDescribeOriginDataOutput ¶ added in v1.0.147
type ValueForDescribeOriginDataOutput struct { TimeStamp *int64 `type:"int64"` Value *float64 `type:"double"` // contains filtered or unexported fields }
func (ValueForDescribeOriginDataOutput) GoString ¶ added in v1.0.147
func (s ValueForDescribeOriginDataOutput) GoString() string
GoString returns the string representation
func (*ValueForDescribeOriginDataOutput) SetTimeStamp ¶ added in v1.0.147
func (s *ValueForDescribeOriginDataOutput) SetTimeStamp(v int64) *ValueForDescribeOriginDataOutput
SetTimeStamp sets the TimeStamp field's value.
func (*ValueForDescribeOriginDataOutput) SetValue ¶ added in v1.0.147
func (s *ValueForDescribeOriginDataOutput) SetValue(v float64) *ValueForDescribeOriginDataOutput
SetValue sets the Value field's value.
func (ValueForDescribeOriginDataOutput) String ¶ added in v1.0.147
func (s ValueForDescribeOriginDataOutput) String() string
String returns the string representation
type VideoDragForAddCdnDomainInput ¶
type VideoDragForAddCdnDomainInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (VideoDragForAddCdnDomainInput) GoString ¶
func (s VideoDragForAddCdnDomainInput) GoString() string
GoString returns the string representation
func (*VideoDragForAddCdnDomainInput) SetSwitch ¶
func (s *VideoDragForAddCdnDomainInput) SetSwitch(v bool) *VideoDragForAddCdnDomainInput
SetSwitch sets the Switch field's value.
func (VideoDragForAddCdnDomainInput) String ¶
func (s VideoDragForAddCdnDomainInput) String() string
String returns the string representation
type VideoDragForBatchUpdateCdnConfigInput ¶
type VideoDragForBatchUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (VideoDragForBatchUpdateCdnConfigInput) GoString ¶
func (s VideoDragForBatchUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*VideoDragForBatchUpdateCdnConfigInput) SetSwitch ¶
func (s *VideoDragForBatchUpdateCdnConfigInput) SetSwitch(v bool) *VideoDragForBatchUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (VideoDragForBatchUpdateCdnConfigInput) String ¶
func (s VideoDragForBatchUpdateCdnConfigInput) String() string
String returns the string representation
type VideoDragForDescribeCdnConfigOutput ¶
type VideoDragForDescribeCdnConfigOutput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (VideoDragForDescribeCdnConfigOutput) GoString ¶
func (s VideoDragForDescribeCdnConfigOutput) GoString() string
GoString returns the string representation
func (*VideoDragForDescribeCdnConfigOutput) SetSwitch ¶
func (s *VideoDragForDescribeCdnConfigOutput) SetSwitch(v bool) *VideoDragForDescribeCdnConfigOutput
SetSwitch sets the Switch field's value.
func (VideoDragForDescribeCdnConfigOutput) String ¶
func (s VideoDragForDescribeCdnConfigOutput) String() string
String returns the string representation
type VideoDragForUpdateCdnConfigInput ¶
type VideoDragForUpdateCdnConfigInput struct { Switch *bool `type:"boolean"` // contains filtered or unexported fields }
func (VideoDragForUpdateCdnConfigInput) GoString ¶
func (s VideoDragForUpdateCdnConfigInput) GoString() string
GoString returns the string representation
func (*VideoDragForUpdateCdnConfigInput) SetSwitch ¶
func (s *VideoDragForUpdateCdnConfigInput) SetSwitch(v bool) *VideoDragForUpdateCdnConfigInput
SetSwitch sets the Switch field's value.
func (VideoDragForUpdateCdnConfigInput) String ¶
func (s VideoDragForUpdateCdnConfigInput) String() string
String returns the string representation
Source Files ¶
- api_add_cdn_domain.go
- api_add_certificate.go
- api_add_resource_tags.go
- api_batch_deploy_cert.go
- api_batch_update_cdn_config.go
- api_create_usage_report.go
- api_delete_cdn_certificate.go
- api_delete_cdn_domain.go
- api_delete_resource_tags.go
- api_delete_usage_report.go
- api_describe_cdn_access_log.go
- api_describe_cdn_config.go
- api_describe_cdn_edge_ip.go
- api_describe_cdn_i_p.go
- api_describe_cdn_region_and_isp.go
- api_describe_cdn_service.go
- api_describe_cdn_upper_ip.go
- api_describe_cert_config.go
- api_describe_content_block_tasks.go
- api_describe_content_quota.go
- api_describe_content_tasks.go
- api_describe_district_data.go
- api_describe_district_ranking.go
- api_describe_district_summary.go
- api_describe_edge_data.go
- api_describe_edge_ranking.go
- api_describe_edge_status_code_ranking.go
- api_describe_edge_summary.go
- api_describe_origin_data.go
- api_describe_origin_ranking.go
- api_describe_origin_status_code_ranking.go
- api_describe_origin_summary.go
- api_describe_statistical_ranking.go
- api_describe_user_data.go
- api_list_cdn_cert_info.go
- api_list_cdn_domains.go
- api_list_cert_info.go
- api_list_resource_tags.go
- api_list_usage_reports.go
- api_start_cdn_domain.go
- api_stop_cdn_domain.go
- api_submit_block_task.go
- api_submit_preload_task.go
- api_submit_refresh_task.go
- api_submit_unblock_task.go
- api_update_cdn_config.go
- api_update_resource_tags.go
- interface_cdn.go
- service_cdn.go