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 0x7faf83bf5750>
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 0x7faf83bf5690>
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 0x7faf85a4c650>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85a4cdd0>
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 0x7faf83bf5850>
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 0x7faf83bf5bd0>
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 0x7faf83bf5710>
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 0x7faf85150ad0>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85150590>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85150b50>
submit_url = 'horizon:project:firewalls:insertrule'
success_url = <django.utils.functional.__proxy__ object at 0x7faf85150c50>
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 0x7faf83bf5950>
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 0x7faf85a4c510>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85a4c350>
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 0x7faf85150550>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85a4c290>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85150c10>
submit_url = 'horizon:project:firewalls:removerule'
success_url = <django.utils.functional.__proxy__ object at 0x7faf85150cd0>
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 0x7faf85a4cc10>
success_url = <django.utils.functional.__proxy__ object at 0x7faf85a4ce90>
class openstack_dashboard.dashboards.project.firewalls.views.RuleDetailsView[source]

Bases: horizon.tabs.views.TabView

failure_url = <django.utils.functional.__proxy__ object at 0x7faf83bf5790>
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 0x7faf851504d0>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85150e10>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85150290>
submit_url = 'horizon:project:firewalls:updatefirewall'
success_url = <django.utils.functional.__proxy__ object at 0x7faf851506d0>
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 0x7faf851508d0>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85150f10>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85150450>
submit_url = 'horizon:project:firewalls:updatepolicy'
success_url = <django.utils.functional.__proxy__ object at 0x7faf85150f90>
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 0x7faf85150310>
page_title = <django.utils.functional.__proxy__ object at 0x7faf85150e90>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf85150710>
submit_url = 'horizon:project:firewalls:updaterule'
success_url = <django.utils.functional.__proxy__ object at 0x7faf85150750>
template_name = 'project/firewalls/updaterule.html'

Previous topic

The openstack_dashboard.dashboards.project.firewalls.tables Module

Next topic

The openstack_dashboard.dashboards.project.firewalls Module

Project Source

This Page