The openstack_dashboard.dashboards.project.routers.ports.views ModuleΒΆ

class openstack_dashboard.dashboards.project.routers.ports.views.AddInterfaceView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

failure_url = 'horizon:project:routers:detail'
form_class

alias of AddInterface

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
get_success_url()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf85c04750>
success_url = 'horizon:project:routers:detail'
template_name = 'project/routers/ports/create.html'
class openstack_dashboard.dashboards.project.routers.ports.views.DetailView[source]

Bases: horizon.tabs.views.TabView

tab_group_class

alias of PortDetailTabs

template_name = 'project/networks/ports/detail.html'
class openstack_dashboard.dashboards.project.routers.ports.views.SetGatewayView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

failure_url = 'horizon:project:routers:index'
form_class

alias of SetGatewayForm

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
get_success_url()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf85c04590>
success_url = 'horizon:project:routers:index'
template_name = 'project/routers/ports/setgateway.html'

Previous topic

The openstack_dashboard.dashboards.project.routers.ports.tables Module

Next topic

The openstack_dashboard.dashboards.project.routers.ports Module

Project Source

This Page