The openstack_dashboard.dashboards.project.networks.views ModuleΒΆ

Views for managing Neutron Networks.

class openstack_dashboard.dashboards.project.networks.views.CreateView[source]

Bases: horizon.workflows.views.WorkflowView

CreateView.get_initial()[source]
CreateView.workflow_class

alias of CreateNetwork

class openstack_dashboard.dashboards.project.networks.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

DetailView.get_context_data(**kwargs)[source]
DetailView.get_ports_data()[source]
DetailView.get_subnets_data()[source]
class openstack_dashboard.dashboards.project.networks.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of NetworksTable

class openstack_dashboard.dashboards.project.networks.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.form_class

alias of UpdateNetwork

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

Previous topic

The openstack_dashboard.dashboards.project.networks Module

Next topic

The openstack_dashboard.dashboards.project.networks.panel Module

This Page