# Packages

No description provided by the author

# Functions

Create will create a new Backup based on the values in CreateOpts.
Delete will delete the existing Backup with the provided ID.
Export will export a Backup information.
ExtractBackups extracts and returns Backups.
No description provided by the author
Get retrieves the Backup with the provided ID.
Import will import a Backup data to a backup based on the values in ImportOpts.
List returns Backups optionally limited by the conditions provided in ListOpts.
ListDetail returns more detailed information about Backups optionally limited by the conditions provided in ListDetailOpts.
RestoreFromBackup will restore a Backup to a volume based on the values in RestoreOpts.
Update will update the Backup with provided information.

# Structs

Backup contains all the information associated with a Cinder Backup.
BackupPage is a pagination.Pager that is returned from a call to the List function.
BackupRecord contains an information about a backup backend storage.
CreateOpts contains options for creating a Backup.
CreateResult contains the response body and error from a Create request.
DeleteResult contains the response body and error from a Delete request.
ExportResult contains the response body and error from an export request.
GetResult contains the response body and error from a Get request.
ImportBackup contains all the information to import a Cinder Backup.
ImportResponse struct contains the response of the Backup Import action.
ImportResult contains the response body and error from an import request.
No description provided by the author
No description provided by the author
Restore contains all the information associated with a Cinder Backup restore response.
RestoreOpts contains options for restoring a Backup.
RestoreResult contains the response body and error from a restore request.
UpdateOpts contain options for updating an existing Backup.
UpdateResult contains the response body and error from an Update request.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListDetailOptsBuilder allows extensions to add additional parameters to the ListDetail request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

ImportOpts contains options for importing a Backup.