# Functions
Enable is a function that enables/disables a CDN container.
ExtractNames interprets a page of List results when just the container names are requested.
Get is a function that retrieves the metadata of a container.
List is a function that retrieves containers associated with the account as well as account metadata.
Update is a function that creates, updates, or deletes a container's metadata.
# Structs
EnableOpts is a structure that holds options for enabling a CDN container.
EnableResult represents the result of a get operation.
ListOpts are options for listing Rackspace CDN containers.
UpdateOpts is a structure that holds parameters for updating, creating, or deleting a container's metadata.
# Interfaces
EnableOptsBuilder allows extensions to add additional parameters to the Enable request.