package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create will create a new Backup based on the values in CreateOpts.
CreateBackupRestore will create a new Restore based on the values in BackupRestoreOpts.
Delete will permanently delete a particular backup based on its unique ID.
ExtractBackups accepts a Page struct, specifically a BackupPage struct, and extracts the elements into a slice of Backups struct.
No description provided by the author
Get retrieves a particular backup based on its unique ID.
No description provided by the author
List returns collection of Backup.
No description provided by the author
# Structs
No description provided by the author
BackupPage is the page returned by a pager when traversing over a collection of Backups.
No description provided by the author
BackupRestoreOpts contains all the values needed to create a new backup.
CreateOpts contains all the values needed to create a new backup.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
No description provided by the author
No description provided by the author
No description provided by the author
ListOpts allows the filtering and sorting of paginated collections through the API.
No description provided by the author
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
RestoreOptsBuilder allows extensions to add additional parameters to the Create request.