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 0x4942de8>, 'url': 'horizon:project:vpn:addikepolicy', 'verbose_name': <django.utils.functional.__proxy__ object at 0xb256550>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0x4970cf8>, 'classes': ('ajax-modal', 'btn-addikepolicy'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
AddIKEPolicyLink.classes = ('ajax-modal', 'btn-addikepolicy')
AddIKEPolicyLink.name = 'addikepolicy'
AddIKEPolicyLink.url = 'horizon:project:vpn:addikepolicy'
AddIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xb256550>
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 0x4942de8>, 'url': 'horizon:project:vpn:addipsecpolicy', 'verbose_name': <django.utils.functional.__proxy__ object at 0xb87ab90>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0x4970cf8>, 'classes': ('ajax-modal', 'btn-addipsecpolicy'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
AddIPSecPolicyLink.classes = ('ajax-modal', 'btn-addipsecpolicy')
AddIPSecPolicyLink.name = 'addipsecpolicy'
AddIPSecPolicyLink.url = 'horizon:project:vpn:addipsecpolicy'
AddIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xb87ab90>
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 0x4942de8>, 'url': 'horizon:project:vpn:addipsecsiteconnection', 'verbose_name': <django.utils.functional.__proxy__ object at 0xbf5e7d0>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0x4970cf8>, 'classes': ('ajax-modal', 'btn-addipsecsiteconnection'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
AddIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-addipsecsiteconnection')
AddIPSecSiteConnectionLink.name = 'addipsecsiteconnection'
AddIPSecSiteConnectionLink.url = 'horizon:project:vpn:addipsecsiteconnection'
AddIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0xbf5e7d0>
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 0x4942de8>, 'url': 'horizon:project:vpn:addvpnservice', 'verbose_name': <django.utils.functional.__proxy__ object at 0xbf5e310>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0x4970cf8>, 'classes': ('ajax-modal', 'btn-addvpnservice'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
AddVPNServiceLink.classes = ('ajax-modal', 'btn-addvpnservice')
AddVPNServiceLink.name = 'addvpnservice'
AddVPNServiceLink.url = 'horizon:project:vpn:addvpnservice'
AddVPNServiceLink.verbose_name = <django.utils.functional.__proxy__ object at 0xbf5e310>
class openstack_dashboard.dashboards.project.vpn.tables.DeleteIKEPolicyLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteIKEPolicyLink.action_past = <django.utils.functional.__proxy__ object at 0xbf5e950>
DeleteIKEPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0xbf5ed90>
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 0xbf5e410>, 'update': <function update at 0x4ba5488>, 'get_success_url': <function get_success_url at 0x4ba5500>, 'get_param_name': <function get_param_name at 0x4970c08>, 'allowed': <function allowed at 0xc5087d0>, 'handle': <function handle at 0x4ba5578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__init__': <function __init__ at 0x4ba55f0>, 'name': 'deleteikepolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xbf5ec10>, 'action_present': <django.utils.functional.__proxy__ object at 0xbf5ed90>, 'action_past': <django.utils.functional.__proxy__ object at 0xbf5e950>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x4ba5758>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4ba5320>, '_get_action_name': <function _get_action_name at 0x4ba5398>, '__repr__': <function __repr__ at 0x4970b18>, 'action': <function action at 0x4ba5668>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4ba56e0>}
DeleteIKEPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xbf5ec10>
DeleteIKEPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xbf5e410>
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 0xbf5ec90>
DeleteIPSecPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0xbf5ea50>
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 0xbf5e8d0>, 'update': <function update at 0x4ba5488>, 'get_success_url': <function get_success_url at 0x4ba5500>, 'get_param_name': <function get_param_name at 0x4970c08>, 'allowed': <function allowed at 0xc508848>, 'handle': <function handle at 0x4ba5578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__init__': <function __init__ at 0x4ba55f0>, 'name': 'deleteipsecpolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xbf5e590>, 'action_present': <django.utils.functional.__proxy__ object at 0xbf5ea50>, 'action_past': <django.utils.functional.__proxy__ object at 0xbf5ec90>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x4ba5758>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4ba5320>, '_get_action_name': <function _get_action_name at 0x4ba5398>, '__repr__': <function __repr__ at 0x4970b18>, 'action': <function action at 0x4ba5668>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4ba56e0>}
DeleteIPSecPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xbf5e590>
DeleteIPSecPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xbf5e8d0>
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 0xbf5e790>
DeleteIPSecSiteConnectionLink.action_present = <django.utils.functional.__proxy__ object at 0xbf5e490>
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 0xbf5eb50>, 'update': <function update at 0x4ba5488>, 'get_success_url': <function get_success_url at 0x4ba5500>, 'get_param_name': <function get_param_name at 0x4970c08>, 'allowed': <function allowed at 0x4942cf8>, 'handle': <function handle at 0x4ba5578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__init__': <function __init__ at 0x4ba55f0>, 'name': 'deleteipsecsiteconnection', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xbf5e510>, 'action_present': <django.utils.functional.__proxy__ object at 0xbf5e490>, 'action_past': <django.utils.functional.__proxy__ object at 0xbf5e790>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x4ba5758>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4ba5320>, '_get_action_name': <function _get_action_name at 0x4ba5398>, '__repr__': <function __repr__ at 0x4970b18>, 'action': <function action at 0x4ba5668>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4ba56e0>}
DeleteIPSecSiteConnectionLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xbf5e510>
DeleteIPSecSiteConnectionLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xbf5eb50>
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 0xbf5ebd0>
DeleteVPNServiceLink.action_present = <django.utils.functional.__proxy__ object at 0xbf5e1d0>
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 0xbf5e890>, 'update': <function update at 0x4ba5488>, 'get_success_url': <function get_success_url at 0x4ba5500>, 'get_param_name': <function get_param_name at 0x4970c08>, 'allowed': <function allowed at 0xc508758>, 'handle': <function handle at 0x4ba5578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__init__': <function __init__ at 0x4ba55f0>, 'name': 'deletevpnservice', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xbf5ee10>, 'action_present': <django.utils.functional.__proxy__ object at 0xbf5e1d0>, 'action_past': <django.utils.functional.__proxy__ object at 0xbf5ebd0>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x4ba5758>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4ba5320>, '_get_action_name': <function _get_action_name at 0x4ba5398>, '__repr__': <function __repr__ at 0x4970b18>, 'action': <function action at 0x4ba5668>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x4ba56e0>}
DeleteVPNServiceLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xbf5ee10>
DeleteVPNServiceLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xbf5e890>
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 0x9e476d0>
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 0xb28bc90>
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 0x854af90>
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 0x4942de8>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x9e72d10>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0xc5089b0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0xc508a28>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
UpdateIKEPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIKEPolicyLink.get_link_url(ikepolicy)[source]
UpdateIKEPolicyLink.name = 'updateikepolicy'
UpdateIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0x9e72d10>
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 0x4942de8>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x9e724d0>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0xc508aa0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0xc508b18>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
UpdateIPSecPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecPolicyLink.get_link_url(ipsecpolicy)[source]
UpdateIPSecPolicyLink.name = 'updateipsecpolicy'
UpdateIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0x9e724d0>
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 0x4942de8>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x9e72650>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0xc508b90>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0xc508c08>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
UpdateIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecSiteConnectionLink.get_link_url(ipsecsiteconnection)[source]
UpdateIPSecSiteConnectionLink.name = 'updateipsecsiteconnection'
UpdateIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0x9e72650>
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 0x4942de8>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xbf5e3d0>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, 'get_link_url': <function get_link_url at 0xc5088c0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0xc508938>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4942ed8>, 'get_default_classes': <function get_default_classes at 0x44d89b0>, 'update': <function update at 0x4942d70>, 'get_policy_target': <function get_policy_target at 0x4942e60>, '_allowed': <function _allowed at 0x4942de8>, '__repr__': <function __repr__ at 0x4970b18>, 'allowed': <function allowed at 0x4942cf8>, 'get_default_attrs': <function get_default_attrs at 0x4970aa0>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4948320>}, '__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 0x4970c80>}
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 0xbf5e3d0>
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 0x9e47890>
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