package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create implements a CDN domain create request.
Delete requests a CDN domain to be deleted to the user in the current tenant.
Disable implements a CDN domain disable request.
Enable implements a CDN domain enable request.
Get retrieves a particular CDN domain based on its unique ID.
Modifying Information About the Origin Server.
# Structs
CdnDomain represents a CDN domain.
CreateOpts specifies the attributes used to create a CDN domain.
CreateResult is the result of a Create request.
DeleteResult is the result of a Delete request.
DisableResult is the result of a Disable request.
domain_origin_host.
sources.
EnableResult is the result of a Enable request.
ExtensionOpts allows extensions to add parameters to some requests the possible requests include get,delete,enable or disable.
GetResult is the response from a Get operation.
OriginOpts specifies the attributes used to modify the orogin server.
OriginResult is the result of a origin request.
No description provided by the author
SourcesOpts specifies the domain name or the IP address of the origin server.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
OriginOptsBuilder allows extensions to add additional parameters to the Origin request.