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

get_initial()[source]
workflow_class

alias of CreateNetwork

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

Bases: horizon.tables.views.MultiTableView

failure_url = <django.utils.functional.__proxy__ object at 0xb34e2230>
get_context_data(**kwargs)[source]
get_ports_data()[source]
get_subnets_data()[source]
table_classes = (<class 'openstack_dashboard.dashboards.project.networks.subnets.tables.SubnetsTable'>, <class 'openstack_dashboard.dashboards.project.networks.ports.tables.PortsTable'>)
template_name = 'project/networks/detail.html'
class openstack_dashboard.dashboards.project.networks.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
table_class

alias of NetworksTable

template_name = 'project/networks/index.html'
class openstack_dashboard.dashboards.project.networks.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'network'
form_class

alias of UpdateNetwork

get_context_data(**kwargs)[source]
get_initial()[source]
success_url = <django.utils.functional.__proxy__ object at 0xb34e21b0>
template_name = 'project/networks/update.html'

Previous topic

The openstack_dashboard.dashboards.project.networks.tables Module

Next topic

The openstack_dashboard.dashboards.project.networks.workflows Module

This Page