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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'create_member'),), 'get_link_url': <function get_link_url at 0x401bcf8>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'plus', 'name': 'addmember', 'url': 'horizon:project:loadbalancers:addmember', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7050>, '__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 0x66c7050>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'create_health_monitor'),), 'get_link_url': <function get_link_url at 0x401bcf8>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'plus', 'name': 'addmonitor', 'url': 'horizon:project:loadbalancers:addmonitor', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7110>, '__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 0x66c7110>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'create_pool_health_monitor'),), 'get_link_url': <function get_link_url at 0x401bcf8>, 'ajax': False, 'allowed': <function allowed at 0x66bf758>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'plus', 'name': 'addassociation', 'url': 'horizon:project:loadbalancers:addassociation', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7c50>, '__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 0x66c7c50>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'create_pool'),), 'get_link_url': <function get_link_url at 0x401bcf8>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'plus', 'name': 'addpool', 'url': 'horizon:project:loadbalancers:addpool', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66b8e90>, '__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 0x66b8e90>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'create_vip'),), 'get_link_url': <function get_link_url at 0x66bf140>, 'ajax': False, 'allowed': <function allowed at 0x66bf1b8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'plus', 'name': 'addvip', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal',), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66b8f10>, '__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 0x66b8f10>
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 0x66c78d0>
DeleteMemberLink.action_present = <django.utils.functional.__proxy__ object at 0x66c7810>
DeleteMemberLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x4373578>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x66c7950>, 'update': <function update at 0x4373488>, 'policy_rules': (('network', 'delete_member'),), 'get_success_url': <function get_success_url at 0x4373500>, 'get_param_name': <function get_param_name at 0x401baa0>, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, '__init__': <function __init__ at 0x43735f0>, 'name': 'deletemember', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x66c79d0>, 'action_present': <django.utils.functional.__proxy__ object at 0x66c7810>, 'action_past': <django.utils.functional.__proxy__ object at 0x66c78d0>, 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x4373758>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x4373320>, '_get_action_name': <function _get_action_name at 0x4373398>, '__repr__': <function __repr__ at 0x401b9b0>, 'action': <function action at 0x4373668>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__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 0x43736e0>}
DeleteMemberLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x66c79d0>
DeleteMemberLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x66c7950>
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 0x66c76d0>
DeleteMonitorLink.action_present = <django.utils.functional.__proxy__ object at 0x66c7610>
DeleteMonitorLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x4373578>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x66c7750>, 'update': <function update at 0x4373488>, 'policy_rules': (('network', 'delete_health_monitor'),), 'get_success_url': <function get_success_url at 0x4373500>, 'get_param_name': <function get_param_name at 0x401baa0>, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, '__init__': <function __init__ at 0x43735f0>, 'name': 'deletemonitor', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x66c77d0>, 'action_present': <django.utils.functional.__proxy__ object at 0x66c7610>, 'action_past': <django.utils.functional.__proxy__ object at 0x66c76d0>, 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x4373758>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x4373320>, '_get_action_name': <function _get_action_name at 0x4373398>, '__repr__': <function __repr__ at 0x401b9b0>, 'action': <function action at 0x4373668>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__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 0x43736e0>}
DeleteMonitorLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x66c77d0>
DeleteMonitorLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x66c7750>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'delete_pool_health_monitor'),), 'get_link_url': <function get_link_url at 0x401bcf8>, 'ajax': False, 'allowed': <function allowed at 0x66bf7d0>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'icon': 'remove', 'name': 'deleteassociation', 'url': 'horizon:project:loadbalancers:deleteassociation', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal', 'btn-danger'), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7d10>, '__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 0x66c7d10>
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 0x66c7490>
DeletePoolLink.action_present = <django.utils.functional.__proxy__ object at 0x66c73d0>
DeletePoolLink.allowed(request, datum=None)[source]
DeletePoolLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x4373578>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x66c7510>, 'update': <function update at 0x4373488>, 'policy_rules': (('network', 'delete_pool'),), 'get_success_url': <function get_success_url at 0x4373500>, 'get_param_name': <function get_param_name at 0x401baa0>, 'allowed': <function allowed at 0x66bf2a8>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, '__init__': <function __init__ at 0x43735f0>, 'name': 'deletepool', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x66c7590>, 'action_present': <django.utils.functional.__proxy__ object at 0x66c73d0>, 'action_past': <django.utils.functional.__proxy__ object at 0x66c7490>, 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x4373758>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x4373320>, '_get_action_name': <function _get_action_name at 0x4373398>, '__repr__': <function __repr__ at 0x401b9b0>, 'action': <function action at 0x4373668>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__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 0x43736e0>}
DeletePoolLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x66c7590>
DeletePoolLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x66c7510>
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 0x66c7250>
DeleteVipLink.action_present = <django.utils.functional.__proxy__ object at 0x66c71d0>
DeleteVipLink.allowed(request, datum=None)[source]
DeleteVipLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.loadbalancers.tables', 'handle': <function handle at 0x4373578>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x66c72d0>, 'update': <function update at 0x4373488>, 'policy_rules': (('network', 'delete_vip'),), 'get_success_url': <function get_success_url at 0x4373500>, 'get_param_name': <function get_param_name at 0x401baa0>, 'allowed': <function allowed at 0x66bf230>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, '__init__': <function __init__ at 0x43735f0>, 'name': 'deletevip', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x66c7350>, 'action_present': <django.utils.functional.__proxy__ object at 0x66c71d0>, 'action_past': <django.utils.functional.__proxy__ object at 0x66c7250>, 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x4373758>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x4373320>, '_get_action_name': <function _get_action_name at 0x4373398>, '__repr__': <function __repr__ at 0x401b9b0>, 'action': <function action at 0x4373668>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__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 0x43736e0>}
DeleteVipLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x66c7350>
DeleteVipLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x66c72d0>
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 0x66cbd10>
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 0x66c8490>
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 0x66cb450>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'update_member'),), 'get_link_url': <function get_link_url at 0x66bf5f0>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'name': 'updatemember', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7b50>, '__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 0x66c7b50>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'update_health_monitor'),), 'get_link_url': <function get_link_url at 0x66bf668>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'name': 'updatemonitor', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7bd0>, '__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 0x66c7bd0>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'update_pool'),), 'get_link_url': <function get_link_url at 0x66bf488>, 'ajax': False, 'allowed': <function allowed at 0x3febb18>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'name': 'updatepool', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7a10>, '__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 0x66c7a10>
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 0x401bc08>, 'update': <function update at 0x3feb9b0>, 'policy_rules': (('network', 'update_vip'),), 'get_link_url': <function get_link_url at 0x66bf500>, 'ajax': False, 'allowed': <function allowed at 0x66bf578>, 'base_options': {'__module__': 'horizon.tables.actions', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'update': <function update at 0x3feb9b0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401ba28>, '_allowed': <function _allowed at 0x3feba28>, '__repr__': <function __repr__ at 0x401b9b0>, 'allowed': <function allowed at 0x3febb18>, 'get_default_attrs': <function get_default_attrs at 0x401b938>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x3feb7d0>}, 'get_default_attrs': <function get_default_attrs at 0x401b938>, '__init__': <function __init__ at 0x401bb18>, 'name': 'updatevip', 'data_type_matched': <function data_type_matched at 0x3feb140>, 'get_default_classes': <function get_default_classes at 0x401b8c0>, 'get_policy_target': <function get_policy_target at 0x3feb758>, 'associate_with_table': <function associate_with_table at 0x401bc80>, '_allowed': <function _allowed at 0x3feba28>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x401b9b0>, 'get_ajax_update_url': <function get_ajax_update_url at 0x401bb90>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x66c7a90>, '__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 0x66c7a90>
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.containers Module

Next topic

The openstack_dashboard.dashboards.project.loadbalancers.tests Module

This Page