The horizon.dashboards.nova.access_and_security.floating_ips.tables ModuleΒΆ

class horizon.dashboards.nova.access_and_security.floating_ips.tables.AllocateIP(verbose_name=None, url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

AllocateIP.classes = ('ajax-modal', 'btn-allocate')
AllocateIP.name = 'allocate'
AllocateIP.single(data_table, request, *args)[source]
AllocateIP.url = 'horizon:nova:access_and_security:floating_ips:allocate'
AllocateIP.verbose_name = <django.utils.functional.__proxy__ object at 0xae9f26c>
class horizon.dashboards.nova.access_and_security.floating_ips.tables.AssociateIP(verbose_name=None, url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

AssociateIP.allowed(request, fip)[source]
AssociateIP.classes = ('ajax-modal', 'btn-associate')
AssociateIP.name = 'associate'
AssociateIP.url = 'horizon:nova:access_and_security:floating_ips:associate'
AssociateIP.verbose_name = <django.utils.functional.__proxy__ object at 0xae9feec>
class horizon.dashboards.nova.access_and_security.floating_ips.tables.DisassociateIP(verbose_name=None, verbose_name_plural=None, single_func=None, multiple_func=None, handle_func=None, handles_multiple=False, attrs=None, requires_input=True, datum=None)[source]

Bases: horizon.tables.actions.Action

DisassociateIP.allowed(request, fip)[source]
DisassociateIP.classes = ('btn-disassociate', 'btn-danger')
DisassociateIP.name = 'disassociate'
DisassociateIP.single(table, request, obj_id)[source]
DisassociateIP.verbose_name = <django.utils.functional.__proxy__ object at 0xae9fb0c>
horizon.dashboards.nova.access_and_security.floating_ips.tables.FloatingIPsTable[source]

alias of pool

class horizon.dashboards.nova.access_and_security.floating_ips.tables.ReleaseIPs[source]

Bases: horizon.tables.actions.BatchAction

ReleaseIPs.action(request, obj_id)[source]
ReleaseIPs.action_past = <django.utils.functional.__proxy__ object at 0xae9f98c>
ReleaseIPs.action_present = <django.utils.functional.__proxy__ object at 0xae9fb2c>
ReleaseIPs.classes = ('btn-danger', 'btn-release')
ReleaseIPs.data_type_plural = <django.utils.functional.__proxy__ object at 0xae9f20c>
ReleaseIPs.data_type_singular = <django.utils.functional.__proxy__ object at 0xae9fc8c>
ReleaseIPs.name = 'release'
horizon.dashboards.nova.access_and_security.floating_ips.tables.get_instance_link(datum)[source]

Previous topic

The horizon.dashboards.nova.access_and_security.floating_ips.forms Module

Next topic

The horizon.dashboards.nova.access_and_security.floating_ips.views Module

This Page