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.failure_url = <django.utils.functional.__proxy__ object at 0x8e50310>
-
DetailView.get_context_data(**kwargs)[source]
-
DetailView.get_ports_data()[source]
-
DetailView.get_subnets_data()[source]
-
DetailView.table_classes = (<class 'openstack_dashboard.dashboards.project.networks.subnets.tables.SubnetsTable'>, <class 'openstack_dashboard.dashboards.project.networks.ports.tables.PortsTable'>)
-
DetailView.template_name = 'project/networks/detail.html'
-
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
-
IndexView.template_name = 'project/networks/index.html'
-
class openstack_dashboard.dashboards.project.networks.views.UpdateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
-
UpdateView.context_object_name = 'network'
-
UpdateView.form_class
alias of UpdateNetwork
-
UpdateView.get_context_data(**kwargs)[source]
-
UpdateView.get_initial()[source]
-
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0x8ef6090>
-
UpdateView.template_name = 'project/networks/update.html'