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

class openstack_dashboard.dashboards.router.nexus1000v.views.IndexTabGroup(request, **kwargs)[source]

Bases: horizon.tabs.base.TabGroup

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]
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

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

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

Bases: horizon.forms.views.ModalFormView

UpdateNetworkProfileView.form_class

alias of UpdateNetworkProfile

UpdateNetworkProfileView.get_context_data(**kwargs)[source]
UpdateNetworkProfileView.get_initial()[source]

Previous topic

The openstack_dashboard.dashboards.router Module

Next topic

The openstack_dashboard.dashboards.router.nexus1000v.tabs Module

This Page