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 0x2b70e80f7190>
page_title = <django.utils.functional.__proxy__ object at 0x2b70e869b410>
submit_label = <django.utils.functional.__proxy__ object at 0x2b70e869b6d0>
submit_url = <django.utils.functional.__proxy__ object at 0x2b70e869be50>
success_url = <django.utils.functional.__proxy__ object at 0x2b70e869b750>
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 0x2b70e80f7090>
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 0x2b70e80f7050>
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 0x2b70e80f7ad0>
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 0x2b70e869bdd0>
page_title = <django.utils.functional.__proxy__ object at 0x2b70e869b1d0>
submit_label = <django.utils.functional.__proxy__ object at 0x2b70e869b0d0>
submit_url = 'horizon:router:nexus1000v:update_network_profile'
success_url = <django.utils.functional.__proxy__ object at 0x2b70e869b810>
template_name = 'router/nexus1000v/update_network_profile.html'

Previous topic

The openstack_dashboard.dashboards.router.models Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v Module

This Page