The horizon.dashboards.nova.networks.ports.tables ModuleΒΆ

class horizon.dashboards.nova.networks.ports.tables.PortsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class PortsTable.Meta[source]
PortsTable.Meta.name = 'ports'
PortsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xb1fe1cc>
PortsTable.base_actions = {}
PortsTable.base_columns = {'name': <Column: name>, 'fixed_ips': <Column: fixed_ips>, 'attached': <Column: attached>, 'status': <Column: status>, 'admin_state': <Column: admin_state>}
PortsTable.get_object_display(port)[source]
horizon.dashboards.nova.networks.ports.tables.get_attached(port)[source]
horizon.dashboards.nova.networks.ports.tables.get_fixed_ips(port)[source]

Previous topic

The horizon.dashboards.nova.networks.ports Module

Next topic

The horizon.dashboards.nova.networks.ports.tabs Module

This Page