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

class openstack_dashboard.dashboards.project.network_topology.views.InstanceView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.instances.views.IndexView

InstanceView.table_class

alias of InstancesTable

InstanceView.template_name = 'project/network_topology/iframe.html'
class openstack_dashboard.dashboards.project.network_topology.views.JSONView(**kwargs)[source]

Bases: django.views.generic.base.View

JSONView.add_resource_url(view, resources)[source]
JSONView.get(request, *args, **kwargs)[source]
JSONView.is_router_enabled[source]
class openstack_dashboard.dashboards.project.network_topology.views.NTAddInterfaceView[source]

Bases: openstack_dashboard.dashboards.project.routers.ports.views.AddInterfaceView

NTAddInterfaceView.failure_url = 'horizon:project:network_topology:index'
NTAddInterfaceView.get_context_data(**kwargs)[source]
NTAddInterfaceView.get_success_url()[source]
NTAddInterfaceView.success_url = 'horizon:project:network_topology:index'
class openstack_dashboard.dashboards.project.network_topology.views.NTCreateNetwork(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateNetwork

NTCreateNetwork.get_failure_url()[source]
NTCreateNetwork.get_success_url()[source]
class openstack_dashboard.dashboards.project.network_topology.views.NTCreateNetworkView[source]

Bases: openstack_dashboard.dashboards.project.networks.views.CreateView

NTCreateNetworkView.workflow_class

alias of NTCreateNetwork

class openstack_dashboard.dashboards.project.network_topology.views.NTCreateRouterView[source]

Bases: openstack_dashboard.dashboards.project.routers.views.CreateView

NTCreateRouterView.page_title = <django.utils.functional.__proxy__ object at 0x104711d0>
NTCreateRouterView.success_url = <django.utils.functional.__proxy__ object at 0x10ebc790>
NTCreateRouterView.template_name = 'project/network_topology/create_router.html'
class openstack_dashboard.dashboards.project.network_topology.views.NTCreateSubnet(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnet

NTCreateSubnet.get_failure_url()[source]
NTCreateSubnet.get_success_url()[source]
class openstack_dashboard.dashboards.project.network_topology.views.NTCreateSubnetView[source]

Bases: openstack_dashboard.dashboards.project.networks.subnets.views.CreateView

NTCreateSubnetView.workflow_class

alias of NTCreateSubnet

class openstack_dashboard.dashboards.project.network_topology.views.NTLaunchInstance(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.instances.workflows.create_instance.LaunchInstance

NTLaunchInstance.success_url = 'horizon:project:network_topology:index'
class openstack_dashboard.dashboards.project.network_topology.views.NTLaunchInstanceView[source]

Bases: openstack_dashboard.dashboards.project.instances.views.LaunchInstanceView

NTLaunchInstanceView.workflow_class

alias of NTLaunchInstance

class openstack_dashboard.dashboards.project.network_topology.views.NetworkDetailView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.views.DetailView

NetworkDetailView.table_classes = (<class 'openstack_dashboard.dashboards.project.network_topology.subnets.tables.SubnetsTable'>,)
NetworkDetailView.template_name = 'project/network_topology/iframe.html'
class openstack_dashboard.dashboards.project.network_topology.views.NetworkTopologyView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

NetworkTopologyView.get_context_data(**kwargs)[source]
NetworkTopologyView.page_title = <django.utils.functional.__proxy__ object at 0x104712d0>
NetworkTopologyView.template_name = 'project/network_topology/index.html'
class openstack_dashboard.dashboards.project.network_topology.views.NetworkView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.views.IndexView

NetworkView.table_class

alias of NetworksTable

NetworkView.template_name = 'project/network_topology/iframe.html'
class openstack_dashboard.dashboards.project.network_topology.views.RouterDetailView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.routers.views.DetailView

RouterDetailView.get_interfaces_data()[source]
RouterDetailView.table_classes = (<class 'openstack_dashboard.dashboards.project.network_topology.ports.tables.PortsTable'>,)
RouterDetailView.template_name = 'project/network_topology/iframe.html'
class openstack_dashboard.dashboards.project.network_topology.views.RouterView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.routers.views.IndexView

RouterView.table_class

alias of RoutersTable

RouterView.template_name = 'project/network_topology/iframe.html'

Previous topic

The openstack_dashboard.dashboards.project.network_topology Module

Next topic

The openstack_dashboard.dashboards.project.network_topology.urls Module

This Page