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

table_class

alias of InstancesTable

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

Bases: django.views.generic.base.View

add_resource_url(view, resources)[source]
get(request, *args, **kwargs)[source]
is_router_enabled[source]
trans = <openstack_dashboard.dashboards.project.network_topology.views.TranslationHelper object at 0x7faf82f74290>
class openstack_dashboard.dashboards.project.network_topology.views.NTAddInterfaceView(*args, **kwargs)[source]

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

failure_url = 'horizon:project:network_topology:index'
get_context_data(**kwargs)[source]
get_success_url()[source]
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

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

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

workflow_class

alias of NTCreateNetwork

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

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

page_title = <django.utils.functional.__proxy__ object at 0x7faf85c04f90>
success_url = <django.utils.functional.__proxy__ object at 0x7faf83320ad0>
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

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

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

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

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

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

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

Bases: horizon.views.HorizonTemplateView

get_context_data(**kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7faf85c04d50>
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

table_class

alias of NetworksTable

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

get_interfaces_data()[source]
table_classes = (<class 'openstack_dashboard.dashboards.project.network_topology.ports.tables.PortsTable'>,)
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

table_class

alias of RoutersTable

template_name = 'project/network_topology/iframe.html'
class openstack_dashboard.dashboards.project.network_topology.views.TranslationHelper[source]

Bases: object

Helper class to provide the translations of instances, networks, routers and ports from other parts of the code to the network topology

Previous topic

The openstack_dashboard.dashboards.project.network_topology.urls Module

Next topic

The openstack_dashboard.dashboards.project.network_topology Module

Project Source

This Page