The openstack_dashboard.dashboards.project.loadbalancers.tables ModuleΒΆ

class openstack_dashboard.dashboards.project.loadbalancers.tables.AddMemberLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddMemberLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'create_member'),), 'get_link_url': <function get_link_url at 0x5477ed8>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'plus', 'name': 'addmember', 'url': 'horizon:project:loadbalancers:addmember', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77ef390>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
AddMemberLink.classes = ('ajax-modal',)
AddMemberLink.icon = 'plus'
AddMemberLink.name = 'addmember'
AddMemberLink.policy_rules = (('network', 'create_member'),)
AddMemberLink.url = 'horizon:project:loadbalancers:addmember'
AddMemberLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77ef390>
class openstack_dashboard.dashboards.project.loadbalancers.tables.AddMonitorLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddMonitorLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'create_health_monitor'),), 'get_link_url': <function get_link_url at 0x5477ed8>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'plus', 'name': 'addmonitor', 'url': 'horizon:project:loadbalancers:addmonitor', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77ef450>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
AddMonitorLink.classes = ('ajax-modal',)
AddMonitorLink.icon = 'plus'
AddMonitorLink.name = 'addmonitor'
AddMonitorLink.policy_rules = (('network', 'create_health_monitor'),)
AddMonitorLink.url = 'horizon:project:loadbalancers:addmonitor'
AddMonitorLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77ef450>
class openstack_dashboard.dashboards.project.loadbalancers.tables.AddPMAssociationLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

AddPMAssociationLink.allowed(request, datum=None)[source]
AddPMAssociationLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'create_pool_health_monitor'),), 'get_link_url': <function get_link_url at 0x5477ed8>, 'ajax': False, 'allowed': <function allowed at 0x77ed1b8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'plus', 'name': 'addassociation', 'url': 'horizon:project:loadbalancers:addassociation', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77eff90>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
AddPMAssociationLink.classes = ('ajax-modal',)
AddPMAssociationLink.icon = 'plus'
AddPMAssociationLink.name = 'addassociation'
AddPMAssociationLink.policy_rules = (('network', 'create_pool_health_monitor'),)
AddPMAssociationLink.url = 'horizon:project:loadbalancers:addassociation'
AddPMAssociationLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77eff90>
class openstack_dashboard.dashboards.project.loadbalancers.tables.AddPoolLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddPoolLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'create_pool'),), 'get_link_url': <function get_link_url at 0x5477ed8>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'plus', 'name': 'addpool', 'url': 'horizon:project:loadbalancers:addpool', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77ef210>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
AddPoolLink.classes = ('ajax-modal',)
AddPoolLink.icon = 'plus'
AddPoolLink.name = 'addpool'
AddPoolLink.policy_rules = (('network', 'create_pool'),)
AddPoolLink.url = 'horizon:project:loadbalancers:addpool'
AddPoolLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77ef210>
class openstack_dashboard.dashboards.project.loadbalancers.tables.AddVipLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddVipLink.allowed(request, datum=None)[source]
AddVipLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'create_vip'),), 'get_link_url': <function get_link_url at 0x796eb18>, 'ajax': False, 'allowed': <function allowed at 0x796eb90>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'plus', 'name': 'addvip', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77ef290>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
AddVipLink.classes = ('ajax-modal',)
AddVipLink.get_link_url(pool)[source]
AddVipLink.icon = 'plus'
AddVipLink.name = 'addvip'
AddVipLink.policy_rules = (('network', 'create_vip'),)
AddVipLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77ef290>
class openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMemberLink(**kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.DeleteAction

DeleteMemberLink.action_past = <django.utils.functional.__proxy__ object at 0x77efc10>
DeleteMemberLink.action_present = <django.utils.functional.__proxy__ object at 0x77efb50>
DeleteMemberLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x57d5758>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x77efc90>, 'update': <function update at 0x57d5668>, 'policy_rules': (('network', 'delete_member'),), 'get_success_url': <function get_success_url at 0x57d56e0>, 'get_param_name': <function get_param_name at 0x5477c80>, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, '__init__': <function __init__ at 0x57d57d0>, 'name': 'deletemember', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x77efd10>, 'action_present': <django.utils.functional.__proxy__ object at 0x77efb50>, 'action_past': <django.utils.functional.__proxy__ object at 0x77efc10>, 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x57d5938>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x57d5500>, '_get_action_name': <function _get_action_name at 0x57d5578>, '__repr__': <function __repr__ at 0x5477b90>, 'action': <function action at 0x57d5848>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__doc__': 'A table action used to perform delete operations on table data.\n\n .. attribute:: name\n\n A short name or "slug" representing this action.\n Defaults to \'delete\'\n\n .. method:: action_present\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_present (PendingDeprecation)\n\n A string containing the transitive verb describing the delete action.\n Defaults to \'Delete\'\n\n NOTE: action_present attribute is bad for translations and should be\n avoided. Please use the action_present method instead.\n This form is kept for legacy.\n\n .. method:: action_past\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_past (PendingDeprecation)\n\n A string set to the past tense of action_present.\n Defaults to \'Deleted\'\n\n NOTE: action_past attribute is bad for translations and should be\n avoided. Please use the action_past method instead.\n This form is kept for legacy.\n\n .. attribute:: data_type_singular (PendingDeprecation)\n\n A string used to name the data to be deleted.\n\n .. attribute:: data_type_plural (PendingDeprecation)\n\n Optional. Plural of ``data_type_singular``.\n Defaults to ``data_type_singular`` appended with an \'s\'. Relying on\n the default is bad for translations and should not be done, so it\'s\n absence will raise a DeprecationWarning. It is currently kept as\n optional for legacy code.\n\n NOTE: data_type_singular and data_type_plural attributes are bad for\n translations and should be avoided. Please use the action_present and\n action_past methods. This form is kept for legacy.\n ', 'delete': <function delete at 0x57d58c0>}
DeleteMemberLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x77efd10>
DeleteMemberLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x77efc90>
DeleteMemberLink.name = 'deletemember'
DeleteMemberLink.policy_rules = (('network', 'delete_member'),)
class openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMonitorLink(**kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.DeleteAction

DeleteMonitorLink.action_past = <django.utils.functional.__proxy__ object at 0x77efa10>
DeleteMonitorLink.action_present = <django.utils.functional.__proxy__ object at 0x77ef950>
DeleteMonitorLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x57d5758>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x77efa90>, 'update': <function update at 0x57d5668>, 'policy_rules': (('network', 'delete_health_monitor'),), 'get_success_url': <function get_success_url at 0x57d56e0>, 'get_param_name': <function get_param_name at 0x5477c80>, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, '__init__': <function __init__ at 0x57d57d0>, 'name': 'deletemonitor', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x77efb10>, 'action_present': <django.utils.functional.__proxy__ object at 0x77ef950>, 'action_past': <django.utils.functional.__proxy__ object at 0x77efa10>, 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x57d5938>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x57d5500>, '_get_action_name': <function _get_action_name at 0x57d5578>, '__repr__': <function __repr__ at 0x5477b90>, 'action': <function action at 0x57d5848>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__doc__': 'A table action used to perform delete operations on table data.\n\n .. attribute:: name\n\n A short name or "slug" representing this action.\n Defaults to \'delete\'\n\n .. method:: action_present\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_present (PendingDeprecation)\n\n A string containing the transitive verb describing the delete action.\n Defaults to \'Delete\'\n\n NOTE: action_present attribute is bad for translations and should be\n avoided. Please use the action_present method instead.\n This form is kept for legacy.\n\n .. method:: action_past\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_past (PendingDeprecation)\n\n A string set to the past tense of action_present.\n Defaults to \'Deleted\'\n\n NOTE: action_past attribute is bad for translations and should be\n avoided. Please use the action_past method instead.\n This form is kept for legacy.\n\n .. attribute:: data_type_singular (PendingDeprecation)\n\n A string used to name the data to be deleted.\n\n .. attribute:: data_type_plural (PendingDeprecation)\n\n Optional. Plural of ``data_type_singular``.\n Defaults to ``data_type_singular`` appended with an \'s\'. Relying on\n the default is bad for translations and should not be done, so it\'s\n absence will raise a DeprecationWarning. It is currently kept as\n optional for legacy code.\n\n NOTE: data_type_singular and data_type_plural attributes are bad for\n translations and should be avoided. Please use the action_present and\n action_past methods. This form is kept for legacy.\n ', 'delete': <function delete at 0x57d58c0>}
DeleteMonitorLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x77efb10>
DeleteMonitorLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x77efa90>
DeleteMonitorLink.name = 'deletemonitor'
DeleteMonitorLink.policy_rules = (('network', 'delete_health_monitor'),)
class openstack_dashboard.dashboards.project.loadbalancers.tables.DeletePMAssociationLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

DeletePMAssociationLink.allowed(request, datum=None)[source]
DeletePMAssociationLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'delete_pool_health_monitor'),), 'get_link_url': <function get_link_url at 0x5477ed8>, 'ajax': False, 'allowed': <function allowed at 0x77ed230>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'icon': 'remove', 'name': 'deleteassociation', 'url': 'horizon:project:loadbalancers:deleteassociation', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal', 'btn-danger'), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77ee090>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
DeletePMAssociationLink.classes = ('ajax-modal', 'btn-danger')
DeletePMAssociationLink.icon = 'remove'
DeletePMAssociationLink.name = 'deleteassociation'
DeletePMAssociationLink.policy_rules = (('network', 'delete_pool_health_monitor'),)
DeletePMAssociationLink.url = 'horizon:project:loadbalancers:deleteassociation'
DeletePMAssociationLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77ee090>
class openstack_dashboard.dashboards.project.loadbalancers.tables.DeletePoolLink(**kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.DeleteAction

DeletePoolLink.action_past = <django.utils.functional.__proxy__ object at 0x77ef7d0>
DeletePoolLink.action_present = <django.utils.functional.__proxy__ object at 0x77ef710>
DeletePoolLink.allowed(request, datum=None)[source]
DeletePoolLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x57d5758>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x77ef850>, 'update': <function update at 0x57d5668>, 'policy_rules': (('network', 'delete_pool'),), 'get_success_url': <function get_success_url at 0x57d56e0>, 'get_param_name': <function get_param_name at 0x5477c80>, 'allowed': <function allowed at 0x796ec80>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, '__init__': <function __init__ at 0x57d57d0>, 'name': 'deletepool', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x77ef8d0>, 'action_present': <django.utils.functional.__proxy__ object at 0x77ef710>, 'action_past': <django.utils.functional.__proxy__ object at 0x77ef7d0>, 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x57d5938>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x57d5500>, '_get_action_name': <function _get_action_name at 0x57d5578>, '__repr__': <function __repr__ at 0x5477b90>, 'action': <function action at 0x57d5848>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__doc__': 'A table action used to perform delete operations on table data.\n\n .. attribute:: name\n\n A short name or "slug" representing this action.\n Defaults to \'delete\'\n\n .. method:: action_present\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_present (PendingDeprecation)\n\n A string containing the transitive verb describing the delete action.\n Defaults to \'Delete\'\n\n NOTE: action_present attribute is bad for translations and should be\n avoided. Please use the action_present method instead.\n This form is kept for legacy.\n\n .. method:: action_past\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_past (PendingDeprecation)\n\n A string set to the past tense of action_present.\n Defaults to \'Deleted\'\n\n NOTE: action_past attribute is bad for translations and should be\n avoided. Please use the action_past method instead.\n This form is kept for legacy.\n\n .. attribute:: data_type_singular (PendingDeprecation)\n\n A string used to name the data to be deleted.\n\n .. attribute:: data_type_plural (PendingDeprecation)\n\n Optional. Plural of ``data_type_singular``.\n Defaults to ``data_type_singular`` appended with an \'s\'. Relying on\n the default is bad for translations and should not be done, so it\'s\n absence will raise a DeprecationWarning. It is currently kept as\n optional for legacy code.\n\n NOTE: data_type_singular and data_type_plural attributes are bad for\n translations and should be avoided. Please use the action_present and\n action_past methods. This form is kept for legacy.\n ', 'delete': <function delete at 0x57d58c0>}
DeletePoolLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x77ef8d0>
DeletePoolLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x77ef850>
DeletePoolLink.name = 'deletepool'
DeletePoolLink.policy_rules = (('network', 'delete_pool'),)
class openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteVipLink(**kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.DeleteAction

DeleteVipLink.action_past = <django.utils.functional.__proxy__ object at 0x77ef590>
DeleteVipLink.action_present = <django.utils.functional.__proxy__ object at 0x77ef510>
DeleteVipLink.allowed(request, datum=None)[source]
DeleteVipLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x57d5758>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x77ef610>, 'update': <function update at 0x57d5668>, 'policy_rules': (('network', 'delete_vip'),), 'get_success_url': <function get_success_url at 0x57d56e0>, 'get_param_name': <function get_param_name at 0x5477c80>, 'allowed': <function allowed at 0x796ec08>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, '__init__': <function __init__ at 0x57d57d0>, 'name': 'deletevip', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x77ef690>, 'action_present': <django.utils.functional.__proxy__ object at 0x77ef510>, 'action_past': <django.utils.functional.__proxy__ object at 0x77ef590>, 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x57d5938>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x57d5500>, '_get_action_name': <function _get_action_name at 0x57d5578>, '__repr__': <function __repr__ at 0x5477b90>, 'action': <function action at 0x57d5848>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__doc__': 'A table action used to perform delete operations on table data.\n\n .. attribute:: name\n\n A short name or "slug" representing this action.\n Defaults to \'delete\'\n\n .. method:: action_present\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_present (PendingDeprecation)\n\n A string containing the transitive verb describing the delete action.\n Defaults to \'Delete\'\n\n NOTE: action_present attribute is bad for translations and should be\n avoided. Please use the action_present method instead.\n This form is kept for legacy.\n\n .. method:: action_past\n\n Method accepting an integer/long parameter and returning the display\n forms of the name properly pluralised (depending on the integer) and\n translated in a string or tuple/list.\n\n .. attribute:: action_past (PendingDeprecation)\n\n A string set to the past tense of action_present.\n Defaults to \'Deleted\'\n\n NOTE: action_past attribute is bad for translations and should be\n avoided. Please use the action_past method instead.\n This form is kept for legacy.\n\n .. attribute:: data_type_singular (PendingDeprecation)\n\n A string used to name the data to be deleted.\n\n .. attribute:: data_type_plural (PendingDeprecation)\n\n Optional. Plural of ``data_type_singular``.\n Defaults to ``data_type_singular`` appended with an \'s\'. Relying on\n the default is bad for translations and should not be done, so it\'s\n absence will raise a DeprecationWarning. It is currently kept as\n optional for legacy code.\n\n NOTE: data_type_singular and data_type_plural attributes are bad for\n translations and should be avoided. Please use the action_present and\n action_past methods. This form is kept for legacy.\n ', 'delete': <function delete at 0x57d58c0>}
DeleteVipLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x77ef690>
DeleteVipLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x77ef610>
DeleteVipLink.name = 'deletevip'
DeleteVipLink.policy_rules = (('network', 'delete_vip'),)
class openstack_dashboard.dashboards.project.loadbalancers.tables.MembersTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class MembersTable.Meta[source]
MembersTable.Meta.name = 'memberstable'
MembersTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateMemberLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMemberLink'>)
MembersTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.AddMemberLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMemberLink'>)
MembersTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x77f6090>
MembersTable.base_actions = {'addmember': <AddMemberLink: addmember>, 'deletemember': <DeleteMemberLink: deletemember>, 'updatemember': <UpdateMemberLink: updatemember>}
MembersTable.base_columns = {'address': <Column: address>, 'protocol_port': <Column: protocol_port>, 'weight': <Column: weight>, 'pool_name': <Column: pool_name>, 'status': <Column: status>}
class openstack_dashboard.dashboards.project.loadbalancers.tables.MonitorsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class MonitorsTable.Meta[source]
MonitorsTable.Meta.name = 'monitorstable'
MonitorsTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateMonitorLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMonitorLink'>)
MonitorsTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.AddMonitorLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteMonitorLink'>)
MonitorsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x77f67d0>
MonitorsTable.base_actions = {'addmonitor': <AddMonitorLink: addmonitor>, 'deletemonitor': <DeleteMonitorLink: deletemonitor>, 'updatemonitor': <UpdateMonitorLink: updatemonitor>}
MonitorsTable.base_columns = {'monitor_type': <Column: monitor_type>, 'delay': <Column: delay>, 'timeout': <Column: timeout>, 'max_retries': <Column: max_retries>, 'details': <Column: details>}
class openstack_dashboard.dashboards.project.loadbalancers.tables.PoolsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class PoolsTable.Meta[source]
PoolsTable.Meta.name = 'poolstable'
PoolsTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.UpdatePoolLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.AddVipLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateVipLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeleteVipLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.AddPMAssociationLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeletePMAssociationLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeletePoolLink'>)
PoolsTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.loadbalancers.tables.AddPoolLink'>, <class 'openstack_dashboard.dashboards.project.loadbalancers.tables.DeletePoolLink'>)
PoolsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x77ee790>
PoolsTable.base_actions = {'addassociation': <AddPMAssociationLink: addassociation>, 'addpool': <AddPoolLink: addpool>, 'addvip': <AddVipLink: addvip>, 'deleteassociation': <DeletePMAssociationLink: deleteassociation>, 'deletepool': <DeletePoolLink: deletepool>, 'deletevip': <DeleteVipLink: deletevip>, 'updatepool': <UpdatePoolLink: updatepool>, 'updatevip': <UpdateVipLink: updatevip>}
PoolsTable.base_columns = {'name': <Column: name>, 'description': <Column: description>, 'provider': <Column: provider>, 'subnet_name': <Column: subnet_name>, 'protocol': <Column: protocol>, 'status': <Column: status>, 'vip_name': <Column: vip_name>}
class openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateMemberLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

UpdateMemberLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'update_member'),), 'get_link_url': <function get_link_url at 0x77ed050>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'name': 'updatemember', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77efe90>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
UpdateMemberLink.classes = ('ajax-modal', 'btn-update')
UpdateMemberLink.get_link_url(member)[source]
UpdateMemberLink.name = 'updatemember'
UpdateMemberLink.policy_rules = (('network', 'update_member'),)
UpdateMemberLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77efe90>
class openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateMonitorLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

UpdateMonitorLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'update_health_monitor'),), 'get_link_url': <function get_link_url at 0x77ed0c8>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'name': 'updatemonitor', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77eff10>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
UpdateMonitorLink.classes = ('ajax-modal', 'btn-update')
UpdateMonitorLink.get_link_url(monitor)[source]
UpdateMonitorLink.name = 'updatemonitor'
UpdateMonitorLink.policy_rules = (('network', 'update_health_monitor'),)
UpdateMonitorLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77eff10>
class openstack_dashboard.dashboards.project.loadbalancers.tables.UpdatePoolLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

UpdatePoolLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'update_pool'),), 'get_link_url': <function get_link_url at 0x796ee60>, 'ajax': False, 'allowed': <function allowed at 0x544acf8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'name': 'updatepool', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77efd50>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
UpdatePoolLink.classes = ('ajax-modal', 'btn-update')
UpdatePoolLink.get_link_url(pool)[source]
UpdatePoolLink.name = 'updatepool'
UpdatePoolLink.policy_rules = (('network', 'update_pool'),)
UpdatePoolLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77efd50>
class openstack_dashboard.dashboards.project.loadbalancers.tables.UpdateVipLink(attrs=None, **kwargs)[source]

Bases: openstack_dashboard.policy.PolicyTargetMixin, horizon.tables.actions.LinkAction

UpdateVipLink.allowed(request, datum=None)[source]
UpdateVipLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'render': <function render at 0x5477de8>, 'update': <function update at 0x544ab90>, 'policy_rules': (('network', 'update_vip'),), 'get_link_url': <function get_link_url at 0x796eed8>, 'ajax': False, 'allowed': <function allowed at 0x796ef50>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'update': <function update at 0x544ab90>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477c08>, '_allowed': <function _allowed at 0x544ac08>, '__repr__': <function __repr__ at 0x5477b90>, 'allowed': <function allowed at 0x544acf8>, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x544a9b0>}, 'get_default_attrs': <function get_default_attrs at 0x5477b18>, '__init__': <function __init__ at 0x5477cf8>, 'name': 'updatevip', 'data_type_matched': <function data_type_matched at 0x544a320>, 'get_default_classes': <function get_default_classes at 0x5477aa0>, 'get_policy_target': <function get_policy_target at 0x544a938>, 'associate_with_table': <function associate_with_table at 0x5477e60>, '_allowed': <function _allowed at 0x544ac08>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x5477b90>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5477d70>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x77efdd0>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
UpdateVipLink.classes = ('ajax-modal', 'btn-update')
UpdateVipLink.get_link_url(pool)[source]
UpdateVipLink.name = 'updatevip'
UpdateVipLink.policy_rules = (('network', 'update_vip'),)
UpdateVipLink.verbose_name = <django.utils.functional.__proxy__ object at 0x77efdd0>
openstack_dashboard.dashboards.project.loadbalancers.tables.get_member_link(member)[source]
openstack_dashboard.dashboards.project.loadbalancers.tables.get_monitor_details(monitor)[source]
openstack_dashboard.dashboards.project.loadbalancers.tables.get_pool_link(member)[source]
openstack_dashboard.dashboards.project.loadbalancers.tables.get_vip_link(pool)[source]

Previous topic

The openstack_dashboard.dashboards.project.loadbalancers.forms Module

Next topic

The openstack_dashboard.dashboards.project.loadbalancers.tests Module

This Page