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 0xaf3c990>, 'ikepolicy_id': <django.forms.fields.CharField object at 0xa33d8d0>, 'description': <django.forms.fields.CharField object at 0xa33dd10>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa33d890>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xa33d990>, 'ike_version': <django.forms.fields.ChoiceField object at 0xa33d510>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xa33ddd0>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xa33d850>, 'pfs': <django.forms.fields.ChoiceField object at 0xa33d690>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xa1ac390>}
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 0xa1ac290>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0xa1ac8d0>, 'description': <django.forms.fields.CharField object at 0xa1ac490>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa1ac410>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0xa1ace10>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x7675d90>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x76759d0>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x7675f50>, 'pfs': <django.forms.fields.ChoiceField object at 0x7294710>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x7294350>}
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 0x72948d0>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x61d5050>, 'description': <django.forms.fields.CharField object at 0x61d5f10>, 'peer_address': <horizon.utils.fields.IPField object at 0x7286890>, 'peer_id': <horizon.utils.fields.IPField object at 0x7286990>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0x7286bd0>, 'psk': <django.forms.fields.CharField object at 0x72865d0>, 'mtu': <django.forms.fields.IntegerField object at 0x7286450>, 'dpd_action': <django.forms.fields.ChoiceField object at 0x7286a90>, 'dpd_interval': <django.forms.fields.IntegerField object at 0x9b9d190>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0x9b9dad0>, 'initiator': <django.forms.fields.ChoiceField object at 0x9b9d750>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x9b9db90>}
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 0xd1ad350>, 'vpnservice_id': <django.forms.fields.CharField object at 0xaf3c7d0>, 'description': <django.forms.fields.CharField object at 0xaf3c950>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xaf3ce50>}
UpdateVPNService.failure_url = 'horizon:project:vpn:index'
UpdateVPNService.handle(request, context)[source]
UpdateVPNService.media

Previous topic

The openstack_dashboard.dashboards.project.vpn.views Module

Next topic

The openstack_dashboard.dashboards.project.vpn Module

This Page