The openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup ModuleΒΆ

class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.BackupDetailsAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fdfb6882b90>), ('instance', <django.forms.fields.ChoiceField object at 0x7fdfb6882e90>), ('description', <django.forms.fields.CharField object at 0x7fdfb6882410>), ('parent', <django.forms.fields.ChoiceField object at 0x7fdfb6882710>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7fdfb6882b90>), ('instance', <django.forms.fields.ChoiceField object at 0x7fdfb6882e90>), ('description', <django.forms.fields.CharField object at 0x7fdfb6882410>), ('parent', <django.forms.fields.ChoiceField object at 0x7fdfb6882710>)])
help_text = ''
help_text_template = 'project/database_backups/_backup_details_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7fdfb6882fd0>
permissions = ()
populate_instance_choices(request, context)[source]
populate_parent_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7fdfb6882950>
slug = u'backupdetailsaction'
class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.CreateBackup(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = [<class 'openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.SetBackupDetails'>]
failure_message = <django.utils.functional.__proxy__ object at 0x7fdfb6882990>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7fdfb68829d0>
format_status_message(message)[source]
get_initial()[source]
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7fdfb6882d50>
slug = 'create_backup'
success_message = <django.utils.functional.__proxy__ object at 0x7fdfb6882510>
success_url = 'horizon:project:database_backups:index'
class openstack_dashboard.contrib.trove.content.database_backups.workflows.create_backup.SetBackupDetails(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of BackupDetailsAction

contributes = ['name', 'description', 'instance', 'parent']

Previous topic

The openstack_dashboard.contrib.trove.content.database_backups.workflows Module

Next topic

The openstack_dashboard.contrib.trove.api Module

Project Source

This Page