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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x5ac9938>, 'ajax': False, 'allowed': <function allowed at 0x3fa7758>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'addikepolicy', 'url': 'horizon:project:vpn:addikepolicy', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-addikepolicy'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xf141110>, '__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 '}
AddIKEPolicyLink.classes = ('ajax-modal', 'btn-addikepolicy')
AddIKEPolicyLink.name = 'addikepolicy'
AddIKEPolicyLink.url = 'horizon:project:vpn:addikepolicy'
AddIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xf141110>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x5ac9938>, 'ajax': False, 'allowed': <function allowed at 0x3fa7758>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'addipsecpolicy', 'url': 'horizon:project:vpn:addipsecpolicy', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-addipsecpolicy'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xf141f90>, '__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 '}
AddIPSecPolicyLink.classes = ('ajax-modal', 'btn-addipsecpolicy')
AddIPSecPolicyLink.name = 'addipsecpolicy'
AddIPSecPolicyLink.url = 'horizon:project:vpn:addipsecpolicy'
AddIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0xf141f90>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x5ac9938>, 'ajax': False, 'allowed': <function allowed at 0x3fa7758>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'addipsecsiteconnection', 'url': 'horizon:project:vpn:addipsecsiteconnection', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-addipsecsiteconnection'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xf141b10>, '__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 '}
AddIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-addipsecsiteconnection')
AddIPSecSiteConnectionLink.name = 'addipsecsiteconnection'
AddIPSecSiteConnectionLink.url = 'horizon:project:vpn:addipsecsiteconnection'
AddIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0xf141b10>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x5ac9938>, 'ajax': False, 'allowed': <function allowed at 0x3fa7758>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'addvpnservice', 'url': 'horizon:project:vpn:addvpnservice', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-addvpnservice'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0xf141350>, '__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 '}
AddVPNServiceLink.classes = ('ajax-modal', 'btn-addvpnservice')
AddVPNServiceLink.name = 'addvpnservice'
AddVPNServiceLink.url = 'horizon:project:vpn:addvpnservice'
AddVPNServiceLink.verbose_name = <django.utils.functional.__proxy__ object at 0xf141350>
class openstack_dashboard.dashboards.project.vpn.tables.DeleteIKEPolicyLink(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteIKEPolicyLink.action_past = <django.utils.functional.__proxy__ object at 0xf141d90>
DeleteIKEPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0xf141dd0>
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 0xf141c10>, 'update': <function update at 0x5abd2a8>, 'get_success_url': <function get_success_url at 0x5abdf50>, 'get_param_name': <function get_param_name at 0x30a5ed8>, 'allowed': <function allowed at 0x124cff50>, 'handle': <function handle at 0x5abd578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, '__init__': <function __init__ at 0x5abdc80>, 'name': 'deleteikepolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xf141690>, 'action_present': <django.utils.functional.__proxy__ object at 0xf141dd0>, 'action_past': <django.utils.functional.__proxy__ object at 0xf141d90>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x5abdd70>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x5abdb90>, '_get_action_name': <function _get_action_name at 0x5abd500>, '__repr__': <function __repr__ at 0x3e671b8>, 'action': <function action at 0x5abde60>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x5abd410>}
DeleteIKEPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xf141690>
DeleteIKEPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xf141c10>
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 0xf1416d0>
DeleteIPSecPolicyLink.action_present = <django.utils.functional.__proxy__ object at 0xf141d10>
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 0xf141ad0>, 'update': <function update at 0x5abd2a8>, 'get_success_url': <function get_success_url at 0x5abdf50>, 'get_param_name': <function get_param_name at 0x30a5ed8>, 'allowed': <function allowed at 0x12569050>, 'handle': <function handle at 0x5abd578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, '__init__': <function __init__ at 0x5abdc80>, 'name': 'deleteipsecpolicy', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xf141190>, 'action_present': <django.utils.functional.__proxy__ object at 0xf141d10>, 'action_past': <django.utils.functional.__proxy__ object at 0xf1416d0>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x5abdd70>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x5abdb90>, '_get_action_name': <function _get_action_name at 0x5abd500>, '__repr__': <function __repr__ at 0x3e671b8>, 'action': <function action at 0x5abde60>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x5abd410>}
DeleteIPSecPolicyLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xf141190>
DeleteIPSecPolicyLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xf141ad0>
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 0x112c5550>
DeleteIPSecSiteConnectionLink.action_present = <django.utils.functional.__proxy__ object at 0x112c5ed0>
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 0x112c5990>, 'update': <function update at 0x5abd2a8>, 'get_success_url': <function get_success_url at 0x5abdf50>, 'get_param_name': <function get_param_name at 0x30a5ed8>, 'allowed': <function allowed at 0x3fa7758>, 'handle': <function handle at 0x5abd578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, '__init__': <function __init__ at 0x5abdc80>, 'name': 'deleteipsecsiteconnection', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x112c5090>, 'action_present': <django.utils.functional.__proxy__ object at 0x112c5ed0>, 'action_past': <django.utils.functional.__proxy__ object at 0x112c5550>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x5abdd70>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x5abdb90>, '_get_action_name': <function _get_action_name at 0x5abd500>, '__repr__': <function __repr__ at 0x3e671b8>, 'action': <function action at 0x5abde60>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x5abd410>}
DeleteIPSecSiteConnectionLink.data_type_plural = <django.utils.functional.__proxy__ object at 0x112c5090>
DeleteIPSecSiteConnectionLink.data_type_singular = <django.utils.functional.__proxy__ object at 0x112c5990>
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 0xf141a90>
DeleteVPNServiceLink.action_present = <django.utils.functional.__proxy__ object at 0xf141310>
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 0xf141390>, 'update': <function update at 0x5abd2a8>, 'get_success_url': <function get_success_url at 0x5abdf50>, 'get_param_name': <function get_param_name at 0x30a5ed8>, 'allowed': <function allowed at 0x124cfed8>, 'handle': <function handle at 0x5abd578>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, '__init__': <function __init__ at 0x5abdc80>, 'name': 'deletevpnservice', 'data_type_plural': <django.utils.functional.__proxy__ object at 0xf141510>, 'action_present': <django.utils.functional.__proxy__ object at 0xf141310>, 'action_past': <django.utils.functional.__proxy__ object at 0xf141a90>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x5abdd70>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x5abdb90>, '_get_action_name': <function _get_action_name at 0x5abd500>, '__repr__': <function __repr__ at 0x3e671b8>, 'action': <function action at 0x5abde60>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x5abd410>}
DeleteVPNServiceLink.data_type_plural = <django.utils.functional.__proxy__ object at 0xf141510>
DeleteVPNServiceLink.data_type_singular = <django.utils.functional.__proxy__ object at 0xf141390>
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 0x1152b050>
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 0x8a53650>
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 0x112c5c90>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x125691b8>, 'ajax': False, 'allowed': <function allowed at 0x12569230>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'updateikepolicy', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x112c58d0>, '__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 '}
UpdateIKEPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIKEPolicyLink.get_link_url(ikepolicy)[source]
UpdateIKEPolicyLink.name = 'updateikepolicy'
UpdateIKEPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0x112c58d0>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x125692a8>, 'ajax': False, 'allowed': <function allowed at 0x12569320>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'updateipsecpolicy', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x112c5b90>, '__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 '}
UpdateIPSecPolicyLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecPolicyLink.get_link_url(ipsecpolicy)[source]
UpdateIPSecPolicyLink.name = 'updateipsecpolicy'
UpdateIPSecPolicyLink.verbose_name = <django.utils.functional.__proxy__ object at 0x112c5b90>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x12569398>, 'ajax': False, 'allowed': <function allowed at 0x12569410>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'updateipsecsiteconnection', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x112c5390>, '__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 '}
UpdateIPSecSiteConnectionLink.classes = ('ajax-modal', 'btn-update')
UpdateIPSecSiteConnectionLink.get_link_url(ipsecsiteconnection)[source]
UpdateIPSecSiteConnectionLink.name = 'updateipsecsiteconnection'
UpdateIPSecSiteConnectionLink.verbose_name = <django.utils.functional.__proxy__ object at 0x112c5390>
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'>, 'render': <function render at 0x5ac9aa0>, 'update': <function update at 0x3fa72a8>, 'get_link_url': <function get_link_url at 0x125690c8>, 'ajax': False, 'allowed': <function allowed at 0x12569140>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'update': <function update at 0x3fa72a8>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x3e67e60>, '_allowed': <function _allowed at 0x3fa75f0>, '__repr__': <function __repr__ at 0x3e671b8>, 'allowed': <function allowed at 0x3fa7758>, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4f6bb18>}, 'get_default_attrs': <function get_default_attrs at 0x3fa70c8>, '__init__': <function __init__ at 0x5ac9848>, 'name': 'update_vpnservice', 'data_type_matched': <function data_type_matched at 0x4f6b848>, 'get_default_classes': <function get_default_classes at 0x3fa7578>, 'get_policy_target': <function get_policy_target at 0x4f6bb90>, 'associate_with_table': <function associate_with_table at 0x5ac9e60>, '_allowed': <function _allowed at 0x3fa75f0>, 'classes': ('ajax-modal', 'btn-update'), '__repr__': <function __repr__ at 0x3e671b8>, 'get_ajax_update_url': <function get_ajax_update_url at 0x5ac98c0>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x112c50d0>, '__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 '}
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 0x112c50d0>
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 0x1152bc10>
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.vpn.panel Module

Next topic

The openstack_dashboard.dashboards.project.vpn.tests Module

This Page