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

class openstack_dashboard.dashboards.router.nexus1000v.views.CreateNetworkProfileView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

CreateNetworkProfileView.form_class

alias of CreateNetworkProfile

CreateNetworkProfileView.success_url = <django.utils.functional.__proxy__ object at 0x85713d0>
CreateNetworkProfileView.template_name = 'router/nexus1000v/create_network_profile.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.IndexTabGroup(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

IndexTabGroup.slug = 'group'
IndexTabGroup.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

IndexView.get_network_profile_data()[source]
IndexView.get_policy_profile_data()[source]
IndexView.table_classes = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tables.NetworkProfile'>, <class 'openstack_dashboard.dashboards.router.nexus1000v.tables.PolicyProfile'>)
IndexView.template_name = 'router/nexus1000v/index.html'
class openstack_dashboard.dashboards.router.nexus1000v.views.NetworkProfileIndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

NetworkProfileIndexView.get_data()[source]
NetworkProfileIndexView.table_class

alias of NetworkProfile

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

Bases: horizon.tables.views.DataTableView

PolicyProfileIndexView.get_data()[source]
PolicyProfileIndexView.table_class

alias of PolicyProfile

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

Bases: horizon.forms.views.ModalFormView

UpdateNetworkProfileView.context_object_name = 'network_profile'
UpdateNetworkProfileView.form_class

alias of UpdateNetworkProfile

UpdateNetworkProfileView.get_context_data(**kwargs)[source]
UpdateNetworkProfileView.get_initial()[source]
UpdateNetworkProfileView.success_url = <django.utils.functional.__proxy__ object at 0x85717d0>
UpdateNetworkProfileView.template_name = 'router/nexus1000v/update_network_profile.html'

Previous topic

The openstack_dashboard.dashboards.router.nexus1000v.forms Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v Module

This Page