Documentation
¶
Index ¶
- Constants
- func CreateCDNCustomDomainWaitHandler(ctx context.Context, a cdn.DefaultAPI, ...) *wait.AsyncActionHandler[cdn.CustomDomain]
- func CreateDistributionPoolWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
- func DeleteCDNCustomDomainWaitHandler(ctx context.Context, a cdn.DefaultAPI, ...) *wait.AsyncActionHandler[cdn.CustomDomain]
- func DeleteDistributionWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
- func UpdateDistributionWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
Constants ¶
View Source
const ( DISTRIBUTIONSTATUS_CREATING = "CREATING" DISTRIBUTIONSTATUS_ACTIVE = "ACTIVE" DISTRIBUTIONSTATUS_UPDATING = "UPDATING" DISTRIBUTIONSTATUS_DELETING = "DELETING" DISTRIBUTIONSTATUS_ERROR = "ERROR" )
Variables ¶
This section is empty.
Functions ¶
func CreateCDNCustomDomainWaitHandler ¶
func CreateCDNCustomDomainWaitHandler(ctx context.Context, a cdn.DefaultAPI, projectId, distributionId, domain string) *wait.AsyncActionHandler[cdn.CustomDomain]
func CreateDistributionPoolWaitHandler ¶
func CreateDistributionPoolWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
func DeleteCDNCustomDomainWaitHandler ¶
func DeleteCDNCustomDomainWaitHandler(ctx context.Context, a cdn.DefaultAPI, projectId, distributionId, domain string) *wait.AsyncActionHandler[cdn.CustomDomain]
func DeleteDistributionWaitHandler ¶
func DeleteDistributionWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
func UpdateDistributionWaitHandler ¶
func UpdateDistributionWaitHandler(ctx context.Context, api cdn.DefaultAPI, projectId, distributionId string) *wait.AsyncActionHandler[cdn.GetDistributionResponse]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.