The openstack_dashboard.dashboards.project.network_topology.instances.tables ModuleΒΆ

class openstack_dashboard.dashboards.project.network_topology.instances.tables.InstancesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.instances.tables.InstancesTable

class InstancesTable.Meta[source]
InstancesTable.Meta.name = 'instances'
InstancesTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.instances.tables.TerminateInstance'>,)
InstancesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x7944e10>
InstancesTable.base_actions = {'terminate': <TerminateInstance: terminate>}
InstancesTable.base_columns = {'name': <Column: name>, 'image_name': <Column: image_name>, 'ip': <Column: ip>, 'size': <Column: size>, 'keypair': <Column: keypair>, 'status': <Column: status>, 'az': <Column: az>, 'task': <Column: task>, 'state': <Column: state>, 'created': <Column: created>}

Previous topic

The openstack_dashboard.dashboards.project.network_topology.routers Module

Next topic

The openstack_dashboard.dashboards.project.network_topology.instances Module

This Page