The openstack_dashboard.dashboards.project.access_and_security.security_groups.tables ModuleΒΆ

class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.CreateGroup(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.CreateRule(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

CreateRule.get_link_url()[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.DeleteGroup[source]

Bases: horizon.tables.actions.DeleteAction

DeleteGroup.allowed(request, security_group=None)[source]
DeleteGroup.delete(request, obj_id)[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.DeleteRule[source]

Bases: horizon.tables.actions.DeleteAction

DeleteRule.delete(request, obj_id)[source]
DeleteRule.get_success_url(request)[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.EditRules(verbose_name=None, allowed_data_types=[], url=None, attrs=None)[source]

Bases: horizon.tables.actions.LinkAction

class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.RulesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class RulesTable.Meta[source]
RulesTable.get_object_display(rule)[source]
RulesTable.sanitize_id(obj_id)[source]
class openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.SecurityGroupsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class SecurityGroupsTable.Meta[source]
SecurityGroupsTable.sanitize_id(obj_id)[source]
openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.filter_protocol(protocol)[source]
openstack_dashboard.dashboards.project.access_and_security.security_groups.tables.get_source(rule)[source]

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.urls Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.views Module

This Page