The openstack_dashboard.dashboards.router.nexus1000v.views ModuleΒΆ

class openstack_dashboard.dashboards.router.nexus1000v.views.CreateNetworkProfileView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateNetworkProfile

form_id = 'create_network_profile_form'
modal_header = <django.utils.functional.__proxy__ object at 0x2aba16d235d0>
page_title = <django.utils.functional.__proxy__ object at 0x2aba18969650>
submit_label = <django.utils.functional.__proxy__ object at 0x2aba14eb9ed0>
submit_url = <django.utils.functional.__proxy__ object at 0x2aba18969b50>
success_url = <django.utils.functional.__proxy__ object at 0x2aba18969c10>
template_name = 'router/nexus1000v/create_network_profile.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.IndexTabGroup(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

slug = 'group'
tabs = (<class 'openstack_dashboard.dashboards.router.nexus1000v.views.NetworkProfileIndexView'>, <class 'openstack_dashboard.dashboards.router.nexus1000v.views.PolicyProfileIndexView'>)
class openstack_dashboard.dashboards.router.nexus1000v.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

get_network_profile_data()[source]
get_policy_profile_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba16d23310>
table_classes = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tables.PolicyProfile'>,)
template_name = 'router/nexus1000v/index.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.NetworkProfileIndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba1681d650>
table_class

alias of NetworkProfile

template_name = 'router/nexus1000v/network_profile/index.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.PolicyProfileIndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x2aba16d37210>
table_class

alias of PolicyProfile

template_name = 'router/nexus1000v/policy_profile/index.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.UpdateNetworkProfileView[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'network_profile'
form_class

alias of UpdateNetworkProfile

form_id = 'update_network_profile_form'
get_context_data(**kwargs)[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x2aba18a85bd0>
page_title = <django.utils.functional.__proxy__ object at 0x2aba18a85990>
submit_label = <django.utils.functional.__proxy__ object at 0x2aba18a85410>
submit_url = 'horizon:router:nexus1000v:update_network_profile'
success_url = <django.utils.functional.__proxy__ object at 0x2aba18a85310>
template_name = 'router/nexus1000v/update_network_profile.html'

Previous topic

The openstack_dashboard.dashboards.router.nexus1000v.urls Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v.forms Module

This Page