Bases: troveclient.base.Resource
Backup is a resource used to hold backup information.
Bases: troveclient.base.ManagerWithFind
Manage Backups information.
Create a new backup from the given instance.
Delete the specified backup.
Parameters: | backup_id – The backup id to delete |
---|
Get a specific backup.
Return type: | Backups |
---|
Get a list of all backups.
Return type: | list of Backups. |
---|
alias of Backup