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

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

Bases: horizon.tables.actions.LinkAction

AddIKEPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'addikepolicy', '_allowed': <function _allowed at 0x4d9ac80>, 'url': 'horizon:project:vpn:addikepolicy', 'verbose_name': <django.utils.functional.__proxy__ object at 0xaaf4110>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0x4d9ac08>, 'classes': ('ajax-modal', 'btn-addikepolicy'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
AddIKEPolicyLink.classes = ('ajax-modal', 'btn-addikepolicy')
AddIKEPolicyLink.name = 'addikepolicy'
AddIKEPolicyLink.url = 'horizon:project:vpn:addikepolicy'
AddIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xaaf4110>
class openstack_dashboard.dashboards.project.vpn.tables.AddIPSecPolicyLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddIPSecPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'addipsecpolicy', '_allowed': <function _allowed at 0x4d9ac80>, 'url': 'horizon:project:vpn:addipsecpolicy', 'verbose_name': <django.utils.functional.__proxy__ object at 0xbb64fd0>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0x4d9ac08>, 'classes': ('ajax-modal', 'btn-addipsecpolicy'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
AddIPSecPolicyLink.classes = ('ajax-modal', 'btn-addipsecpolicy')
AddIPSecPolicyLink.name = 'addipsecpolicy'
AddIPSecPolicyLink.url = 'horizon:project:vpn:addipsecpolicy'
AddIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xbb64fd0>
class openstack_dashboard.dashboards.project.vpn.tables.AddIPSecSiteConnectionLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddIPSecSiteConnectionLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'addipsecsiteconnection', '_allowed': <function _allowed at 0x4d9ac80>, 'url': 'horizon:project:vpn:addipsecsiteconnection', 'verbose_name': <django.utils.functional.__proxy__ object at 0x6b4e990>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0x4d9ac08>, 'classes': ('ajax-modal', 'btn-addipsecsiteconnection'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
AddIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-addipsecsiteconnection')
AddIPSecSiteConnectionLink.name = 'addipsecsiteconnection'
AddIPSecSiteConnectionLink.url = 'horizon:project:vpn:addipsecsiteconnection'
AddIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0x6b4e990>
class openstack_dashboard.dashboards.project.vpn.tables.AddVPNServiceLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

AddVPNServiceLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'addvpnservice', '_allowed': <function _allowed at 0x4d9ac80>, 'url': 'horizon:project:vpn:addvpnservice', 'verbose_name': <django.utils.functional.__proxy__ object at 0x9e8f310>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0x4d9ac08>, 'classes': ('ajax-modal', 'btn-addvpnservice'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
AddVPNServiceLink.classes = ('ajax-modal', 'btn-addvpnservice')
AddVPNServiceLink.name = 'addvpnservice'
AddVPNServiceLink.url = 'horizon:project:vpn:addvpnservice'
AddVPNServiceLink.verbose_name = <django.utils.functional.__proxy__ object at 0x9e8f310>
class openstack_dashboard.dashboards.project.vpn.tables.DeleteIKEPolicyLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteIKEPolicyLink.action_past = <django.utils.functional.__proxy__ object at 0x7189250>
DeleteIKEPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0x71895d0>
DeleteIKEPolicyLink.allowed(request, datum=None)[source]
DeleteIKEPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x71893d0>, 'update': <function update at 0x4d90578>, 'get_success_url': <function get_success_url at 0x4d90a28>, 'get_param_name': <function get_param_name at 0x4d9aaa0>, 'allowed': <function allowed at 0xcba4b90>, 'handle': <function handle at 0x4d90b90>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__init__': <function __init__ at 0x4d90b18>, 'name': 'deleteikepolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x7189a10>, 'action_present': <django.utils.functional.__proxy__ object at 0x71895d0>, 'action_past': <django.utils.functional.__proxy__ object at 0x7189250>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d909b0>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d90e60>, '_get_action_name': <function _get_action_name at 0x4d90d70>, '__repr__': <function __repr__ at 0x4d9ab90>, 'action': <function action at 0x4d90938>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4d900c8>}
DeleteIKEPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x7189a10>
DeleteIKEPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x71893d0>
DeleteIKEPolicyLink.name = 'deleteikepolicy'
class openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecPolicyLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteIPSecPolicyLink.action_past = <django.utils.functional.__proxy__ object at 0x7189950>
DeleteIPSecPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0x7189e50>
DeleteIPSecPolicyLink.allowed(request, datum=None)[source]
DeleteIPSecPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x7189dd0>, 'update': <function update at 0x4d90578>, 'get_success_url': <function get_success_url at 0x4d90a28>, 'get_param_name': <function get_param_name at 0x4d9aaa0>, 'allowed': <function allowed at 0xcba4a28>, 'handle': <function handle at 0x4d90b90>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__init__': <function __init__ at 0x4d90b18>, 'name': 'deleteipsecpolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xa302a50>, 'action_present': <django.utils.functional.__proxy__ object at 0x7189e50>, 'action_past': <django.utils.functional.__proxy__ object at 0x7189950>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d909b0>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d90e60>, '_get_action_name': <function _get_action_name at 0x4d90d70>, '__repr__': <function __repr__ at 0x4d9ab90>, 'action': <function action at 0x4d90938>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4d900c8>}
DeleteIPSecPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xa302a50>
DeleteIPSecPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x7189dd0>
DeleteIPSecPolicyLink.name = 'deleteipsecpolicy'
class openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecSiteConnectionLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteIPSecSiteConnectionLink.action_past = <django.utils.functional.__proxy__ object at 0xa302f50>
DeleteIPSecSiteConnectionLink.action_present = <django.utils.functional.__proxy__ object at 0xa302590>
DeleteIPSecSiteConnectionLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0xa302550>, 'update': <function update at 0x4d90578>, 'get_success_url': <function get_success_url at 0x4d90a28>, 'get_param_name': <function get_param_name at 0x4d9aaa0>, 'allowed': <function allowed at 0x4d9ade8>, 'handle': <function handle at 0x4d90b90>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__init__': <function __init__ at 0x4d90b18>, 'name': 'deleteipsecsiteconnection', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xa302190>, 'action_present': <django.utils.functional.__proxy__ object at 0xa302590>, 'action_past': <django.utils.functional.__proxy__ object at 0xa302f50>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d909b0>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d90e60>, '_get_action_name': <function _get_action_name at 0x4d90d70>, '__repr__': <function __repr__ at 0x4d9ab90>, 'action': <function action at 0x4d90938>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4d900c8>}
DeleteIPSecSiteConnectionLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xa302190>
DeleteIPSecSiteConnectionLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xa302550>
DeleteIPSecSiteConnectionLink.name = 'deleteipsecsiteconnection'
class openstack_dashboard.dashboards.project.vpn.tables.DeleteVPNServiceLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteVPNServiceLink.action_past = <django.utils.functional.__proxy__ object at 0x7189610>
DeleteVPNServiceLink.action_present = <django.utils.functional.__proxy__ object at 0x7189f10>
DeleteVPNServiceLink.allowed(request, datum=None)[source]
DeleteVPNServiceLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x7189790>, 'update': <function update at 0x4d90578>, 'get_success_url': <function get_success_url at 0x4d90a28>, 'get_param_name': <function get_param_name at 0x4d9aaa0>, 'allowed': <function allowed at 0xcba49b0>, 'handle': <function handle at 0x4d90b90>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__init__': <function __init__ at 0x4d90b18>, 'name': 'deletevpnservice', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x7189d90>, 'action_present': <django.utils.functional.__proxy__ object at 0x7189f10>, 'action_past': <django.utils.functional.__proxy__ object at 0x7189610>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d909b0>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d90e60>, '_get_action_name': <function _get_action_name at 0x4d90d70>, '__repr__': <function __repr__ at 0x4d9ab90>, 'action': <function action at 0x4d90938>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4d900c8>}
DeleteVPNServiceLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x7189d90>
DeleteVPNServiceLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x7189790>
DeleteVPNServiceLink.name = 'deletevpnservice'
class openstack_dashboard.dashboards.project.vpn.tables.IKEPoliciesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class IKEPoliciesTable.Meta[source]
IKEPoliciesTable.Meta.name = 'ikepoliciestable'
IKEPoliciesTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.UpdateIKEPolicyLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIKEPolicyLink'>)
IKEPoliciesTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.AddIKEPolicyLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIKEPolicyLink'>)
IKEPoliciesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xa6870d0>
IKEPoliciesTable.base_actions = {'addikepolicy': <AddIKEPolicyLink: addikepolicy>, 'deleteikepolicy': <DeleteIKEPolicyLink: deleteikepolicy>, 'updateikepolicy': <UpdateIKEPolicyLink: updateikepolicy>}
IKEPoliciesTable.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'auth_algorithm': <Column: auth_algorithm>, 'encryption_algorithm': <Column: encryption_algorithm>, 'pfs': <Column: pfs>}
class openstack_dashboard.dashboards.project.vpn.tables.IPSecPoliciesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class IPSecPoliciesTable.Meta[source]
IPSecPoliciesTable.Meta.name = 'ipsecpoliciestable'
IPSecPoliciesTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.UpdateIPSecPolicyLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecPolicyLink'>)
IPSecPoliciesTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.AddIPSecPolicyLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecPolicyLink'>)
IPSecPoliciesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x8b541d0>
IPSecPoliciesTable.base_actions = {'addipsecpolicy': <AddIPSecPolicyLink: addipsecpolicy>, 'deleteipsecpolicy': <DeleteIPSecPolicyLink: deleteipsecpolicy>, 'updateipsecpolicy': <UpdateIPSecPolicyLink: updateipsecpolicy>}
IPSecPoliciesTable.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'auth_algorithm': <Column: auth_algorithm>, 'encryption_algorithm': <Column: encryption_algorithm>, 'pfs': <Column: pfs>}
class openstack_dashboard.dashboards.project.vpn.tables.IPSecSiteConnectionsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class IPSecSiteConnectionsTable.Meta[source]
IPSecSiteConnectionsTable.Meta.name = 'ipsecsiteconnectionstable'
IPSecSiteConnectionsTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.UpdateIPSecSiteConnectionLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecSiteConnectionLink'>)
IPSecSiteConnectionsTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.AddIPSecSiteConnectionLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteIPSecSiteConnectionLink'>)
IPSecSiteConnectionsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xb54df10>
IPSecSiteConnectionsTable.STATUS_CHOICES = (('Active', True), ('Down', True), ('Error', False))
IPSecSiteConnectionsTable.base_actions = {'addipsecsiteconnection': <AddIPSecSiteConnectionLink: addipsecsiteconnection>, 'deleteipsecsiteconnection': <DeleteIPSecSiteConnectionLink: deleteipsecsiteconnection>, 'updateipsecsiteconnection': <UpdateIPSecSiteConnectionLink: updateipsecsiteconnection>}
IPSecSiteConnectionsTable.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'vpnservice_name': <Column: vpnservice_name>, 'ikepolicy_name': <Column: ikepolicy_name>, 'ipsecpolicy_name': <Column: ipsecpolicy_name>, 'status': <Column: status>}
class openstack_dashboard.dashboards.project.vpn.tables.UpdateIKEPolicyLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UpdateIKEPolicyLink.allowed(request, datum=None)[source]
UpdateIKEPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'updateikepolicy', '_allowed': <function _allowed at 0x4d9ac80>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xa302390>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0xcba4de8>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0xcba4c08>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
UpdateIKEPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIKEPolicyLink.get_link_url(ikepolicy)[source]
UpdateIKEPolicyLink.name = 'updateikepolicy'
UpdateIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xa302390>
class openstack_dashboard.dashboards.project.vpn.tables.UpdateIPSecPolicyLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UpdateIPSecPolicyLink.allowed(request, datum=None)[source]
UpdateIPSecPolicyLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'updateipsecpolicy', '_allowed': <function _allowed at 0x4d9ac80>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xa302510>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0xcba4ed8>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0xc690758>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
UpdateIPSecPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecPolicyLink.get_link_url(ipsecpolicy)[source]
UpdateIPSecPolicyLink.name = 'updateipsecpolicy'
UpdateIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xa302510>
class openstack_dashboard.dashboards.project.vpn.tables.UpdateIPSecSiteConnectionLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UpdateIPSecSiteConnectionLink.allowed(request, datum=None)[source]
UpdateIPSecSiteConnectionLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'updateipsecsiteconnection', '_allowed': <function _allowed at 0x4d9ac80>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xa3021d0>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0xc6907d0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0xc690668>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
UpdateIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecSiteConnectionLink.get_link_url(ipsecsiteconnection)[source]
UpdateIPSecSiteConnectionLink.name = 'updateipsecsiteconnection'
UpdateIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0xa3021d0>
class openstack_dashboard.dashboards.project.vpn.tables.UpdateVPNServiceLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UpdateVPNServiceLink.allowed(request, datum=None)[source]
UpdateVPNServiceLink.base_options = {'__module__': 'openstack_dashboard.dashboards.project.vpn.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'update_vpnservice', '_allowed': <function _allowed at 0x4d9ac80>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xa302090>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, 'get_link_url': <function get_link_url at 0xcba4c80>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0xcba4d70>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4d9af50>, 'get_default_classes': <function get_default_classes at 0x4d9a2a8>, 'update': <function update at 0x4d9acf8>, 'get_policy_target': <function get_policy_target at 0x4d9ae60>, '_allowed': <function _allowed at 0x4d9ac80>, '__repr__': <function __repr__ at 0x4d9ab90>, 'allowed': <function allowed at 0x4d9ade8>, 'get_default_attrs': <function get_default_attrs at 0x4d9a9b0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4d9aed8>}, '__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 ', '__init__': <function __init__ at 0x4d9aa28>}
UpdateVPNServiceLink.classes = ('ajax-modal', 'btn-update')
UpdateVPNServiceLink.get_link_url(vpnservice)[source]
UpdateVPNServiceLink.name = 'update_vpnservice'
UpdateVPNServiceLink.verbose_name = <django.utils.functional.__proxy__ object at 0xa302090>
class openstack_dashboard.dashboards.project.vpn.tables.VPNServicesTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class VPNServicesTable.Meta[source]
VPNServicesTable.Meta.name = 'vpnservicestable'
VPNServicesTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.UpdateVPNServiceLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteVPNServiceLink'>)
VPNServicesTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.project.vpn.tables.AddVPNServiceLink'>, <class 'openstack_dashboard.dashboards.project.vpn.tables.DeleteVPNServiceLink'>)
VPNServicesTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0xa687dd0>
VPNServicesTable.STATUS_CHOICES = (('Active', True), ('Down', True), ('Error', False))
VPNServicesTable.base_actions = {'addvpnservice': <AddVPNServiceLink: addvpnservice>, 'deletevpnservice': <DeleteVPNServiceLink: deletevpnservice>, 'update_vpnservice': <UpdateVPNServiceLink: update_vpnservice>}
VPNServicesTable.base_columns = {'id': <Column: id>, 'name': <Column: name>, 'description': <Column: description>, 'subnet_name': <Column: subnet_name>, 'router_name': <Column: router_name>, 'status': <Column: status>}

Previous topic

The openstack_dashboard.dashboards.project.database_backups.workflows Module

Next topic

The openstack_dashboard.dashboards.project.vpn.tests Module

This Page