The freezerclient.v1.backups Module

The freezerclient.v1.backups Module

class freezerclient.v1.backups.BackupDelete(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Delete a backup from the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.backups.BackupList(app, app_args, cmd_name=None)[source]

Bases: cliff.lister.Lister

List all backups for your user

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.backups.BackupShow(app, app_args, cmd_name=None)[source]

Bases: cliff.show.ShowOne

Show the metadata of a single backup

get_parser(prog_name)[source]
take_action(parsed_args)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.