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

class openstack_dashboard.dashboards.project.vpn.forms.UpdateIKEPolicy(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

UpdateIKEPolicy.base_fields = {'name': <django.forms.fields.CharField object at 0xc0e21d0>, 'ikepolicy_id': <django.forms.fields.CharField object at 0xc0e22d0>, 'description': <django.forms.fields.CharField object at 0xc0e2150>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x82b5fd0>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xcaefb90>, 'ike_version': <django.forms.fields.ChoiceField object at 0xcaefd50>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xcaefd90>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xcaef6d0>, 'pfs': <django.forms.fields.ChoiceField object at 0xcaef5d0>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xcaefed0>}
UpdateIKEPolicy.failure_url = 'horizon:project:vpn:index'
UpdateIKEPolicy.handle(request, context)[source]
UpdateIKEPolicy.media
class openstack_dashboard.dashboards.project.vpn.forms.UpdateIPSecPolicy(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

UpdateIPSecPolicy.base_fields = {'name': <django.forms.fields.CharField object at 0xcaeff10>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0xcaefb50>, 'description': <django.forms.fields.CharField object at 0xcaef390>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xcaefe10>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0xaab7890>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xaab7490>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xaab77d0>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xaab7090>, 'pfs': <django.forms.fields.ChoiceField object at 0xaab7bd0>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0xaf33c50>}
UpdateIPSecPolicy.failure_url = 'horizon:project:vpn:index'
UpdateIPSecPolicy.handle(request, context)[source]
UpdateIPSecPolicy.media
class openstack_dashboard.dashboards.project.vpn.forms.UpdateIPSecSiteConnection(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

UpdateIPSecSiteConnection.base_fields = {'name': <django.forms.fields.CharField object at 0xaf33350>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0xaf33690>, 'description': <django.forms.fields.CharField object at 0xaf335d0>, 'peer_address': <horizon.utils.fields.IPField object at 0xaf33610>, 'peer_id': <horizon.utils.fields.IPField object at 0xaf33990>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0xaf33290>, 'psk': <django.forms.fields.CharField object at 0xaf33cd0>, 'mtu': <django.forms.fields.IntegerField object at 0xaf33190>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xcaa2f10>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xcaa2e10>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0xcaa21d0>, 'initiator': <django.forms.fields.ChoiceField object at 0xcaa2f50>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xcaa2290>}
UpdateIPSecSiteConnection.failure_url = 'horizon:project:vpn:index'
UpdateIPSecSiteConnection.handle(request, context)[source]
UpdateIPSecSiteConnection.media
class openstack_dashboard.dashboards.project.vpn.forms.UpdateVPNService(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

UpdateVPNService.base_fields = {'name': <django.forms.fields.CharField object at 0x8964910>, 'vpnservice_id': <django.forms.fields.CharField object at 0xa758ed0>, 'description': <django.forms.fields.CharField object at 0xc0e2b50>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xc0e2a90>}
UpdateVPNService.failure_url = 'horizon:project:vpn:index'
UpdateVPNService.handle(request, context)[source]
UpdateVPNService.media

Previous topic

The openstack_dashboard.dashboards.project.network_topology.instances.tables Module

Next topic

The openstack_dashboard.dashboards.project.vpn.views Module

This Page