The openstack_dashboard.dashboards.project.firewalls.views ModuleΒΆ

class openstack_dashboard.dashboards.project.firewalls.views.AddFirewallView[source]

Bases: horizon.workflows.views.WorkflowView

get_workflow()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3cd0>
template_name = 'project/firewalls/addfirewall.html'
workflow_class

alias of AddFirewall

class openstack_dashboard.dashboards.project.firewalls.views.AddPolicyView[source]

Bases: horizon.workflows.views.WorkflowView

page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3c50>
template_name = 'project/firewalls/addpolicy.html'
workflow_class

alias of AddPolicy

class openstack_dashboard.dashboards.project.firewalls.views.AddRouterToFirewallView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.firewalls.views.RouterCommonView

form_class

alias of AddRouterToFirewall

modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cba50>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cbb10>
submit_url = 'horizon:project:firewalls:addrouter'
template_name = 'project/firewalls/add_router_to_firewall.html'
class openstack_dashboard.dashboards.project.firewalls.views.AddRuleView[source]

Bases: horizon.workflows.views.WorkflowView

page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3bd0>
template_name = 'project/firewalls/addrule.html'
workflow_class

alias of AddRule

class openstack_dashboard.dashboards.project.firewalls.views.FirewallDetailsView[source]

Bases: horizon.tabs.views.TabView

failure_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3e50>
get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_routers_data(*args, **kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ firewall.name|default:firewall.id }}'
tab_group_class

alias of FirewallDetailsTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.firewalls.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3b50>
tab_group_class

alias of FirewallTabs

template_name = 'project/firewalls/details_tabs.html'
class openstack_dashboard.dashboards.project.firewalls.views.InsertRuleToPolicyView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'policy'
form_class

alias of InsertRuleToPolicy

form_id = 'update_policy_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb410>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb610>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb550>
submit_url = 'horizon:project:firewalls:insertrule'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb5d0>
template_name = 'project/firewalls/insert_rule_to_policy.html'
class openstack_dashboard.dashboards.project.firewalls.views.PolicyDetailsView[source]

Bases: horizon.tabs.views.TabView

failure_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3d90>
get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ policy.name|default:policy.id }}'
tab_group_class

alias of PolicyDetailsTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.firewalls.views.RemoveRouterFromFirewallView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.firewalls.views.RouterCommonView

form_class

alias of RemoveRouterFromFirewall

modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cbbd0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cbc50>
submit_url = 'horizon:project:firewalls:removerouter'
template_name = 'project/firewalls/remove_router_from_firewall.html'
class openstack_dashboard.dashboards.project.firewalls.views.RemoveRuleFromPolicyView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'policy'
form_class

alias of RemoveRuleFromPolicy

form_id = 'update_policy_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb690>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb850>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb790>
submit_url = 'horizon:project:firewalls:removerule'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb810>
template_name = 'project/firewalls/remove_rule_from_policy.html'
class openstack_dashboard.dashboards.project.firewalls.views.RouterCommonView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'firewall'
form_id = 'update_firewall_form'
get_context_data(**kwargs)[source]
get_initial()[source]
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb8d0>
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb9d0>
class openstack_dashboard.dashboards.project.firewalls.views.RuleDetailsView[source]

Bases: horizon.tabs.views.TabView

failure_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3d50>
get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ rule.name|default:rule.id }}'
tab_group_class

alias of RuleDetailsTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.project.firewalls.views.UpdateFirewallView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'firewall'
form_class

alias of UpdateFirewall

form_id = 'update_firewall_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb250>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb3d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c644890>
submit_url = 'horizon:project:firewalls:updatefirewall'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb350>
template_name = 'project/firewalls/updatefirewall.html'
class openstack_dashboard.dashboards.project.firewalls.views.UpdatePolicyView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'policy'
form_class

alias of UpdatePolicy

form_id = 'update_policy_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb0d0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb1d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb150>
submit_url = 'horizon:project:firewalls:updatepolicy'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb190>
template_name = 'project/firewalls/updatepolicy.html'
class openstack_dashboard.dashboards.project.firewalls.views.UpdateRuleView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'rule'
form_class

alias of UpdateRule

form_id = 'update_rule_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3f10>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3c5cb090>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3f90>
submit_url = 'horizon:project:firewalls:updaterule'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3c5c3fd0>
template_name = 'project/firewalls/updaterule.html'

Previous topic

The openstack_dashboard.dashboards.project.volumes.backups.urls Module

Next topic

The openstack_dashboard.dashboards.project.firewalls Module

Project Source

This Page