The openstack_dashboard.dashboards.router.nexus1000v.views ModuleΒΆ
- class openstack_dashboard.dashboards.router.nexus1000v.views.CreateNetworkProfileView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
- form_class
alias of CreateNetworkProfile
- success_url = <django.utils.functional.__proxy__ object at 0xfffca6c>
- 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]
- table_classes = (<class 'openstack_dashboard.dashboards.router.nexus1000v.tables.NetworkProfile'>, <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]
- 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]
- table_class
alias of PolicyProfile
- template_name = 'router/nexus1000v/policy_profile/index.html'
- class openstack_dashboard.dashboards.router.nexus1000v.views.UpdateNetworkProfileView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
- context_object_name = 'network_profile'
- form_class
alias of UpdateNetworkProfile
- get_context_data(**kwargs)[source]
- get_initial()[source]
- success_url = <django.utils.functional.__proxy__ object at 0x101f452c>
- template_name = 'router/nexus1000v/update_network_profile.html'