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 0x2b77fd2f2a10>
page_title = <django.utils.functional.__proxy__ object at 0x2b77fa12a350>
submit_label = <django.utils.functional.__proxy__ object at 0x2b77fd2f2fd0>
submit_url = <django.utils.functional.__proxy__ object at 0x2b77fd2f2990>
success_url = <django.utils.functional.__proxy__ object at 0x2b77fa12aed0>
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 0x2b77fd2f2d90>
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 0x2b77fd2f2bd0>
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 0x2b77fd2f2ad0>
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 0x2b77fa12a0d0>
page_title = <django.utils.functional.__proxy__ object at 0x2b77fa12aad0>
submit_label = <django.utils.functional.__proxy__ object at 0x2b77fa12ac10>
submit_url = 'horizon:router:nexus1000v:update_network_profile'
success_url = <django.utils.functional.__proxy__ object at 0x2b77fa12a990>
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