package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/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.
Deprecated: Use GetByName instead.
No description provided by the author
No description provided by the author
Modifying Information About the Origin Server.
No description provided by the author

# Structs

CdnDomain represents a CDN domain.
CdnDomainDetail represents a CDN domain by domain name.
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.
No description provided by the author
EnableResult is the result of a Enable request.
No description provided by the author
ExtensionOpts allows extensions to add parameters to some requests the possible requests include get,delete,enable or disable.
No description provided by the author
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
No description provided by the author
No description provided by the author
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.
No description provided by the author