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 0xa5db2d0>, 'ikepolicy_id': <django.forms.fields.CharField object at 0xa5db050>, 'description': <django.forms.fields.CharField object at 0xa5db210>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa5db790>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xa5db850>, 'ike_version': <django.forms.fields.ChoiceField object at 0xa5db1d0>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xa5dbf90>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xa5db090>, 'pfs': <django.forms.fields.ChoiceField object at 0xa5db410>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xa5db590>}
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 0x71ae310>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0x71ae450>, 'description': <django.forms.fields.CharField object at 0x6d88190>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x6d88650>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x6d88890>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x6d88f10>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x6d88850>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x6d88690>, 'pfs': <django.forms.fields.ChoiceField object at 0x6d88a10>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x7472b90>}
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 0x7472890>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x7472c90>, 'description': <django.forms.fields.CharField object at 0x7472d10>, 'peer_address': <horizon.utils.fields.IPField object at 0x74722d0>, 'peer_id': <horizon.utils.fields.IPField object at 0x7472a90>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0xb68fcd0>, 'psk': <django.forms.fields.CharField object at 0xb68f650>, 'mtu': <django.forms.fields.IntegerField object at 0xb68f050>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xb68fb50>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xb68fd50>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0xb68f910>, 'initiator': <django.forms.fields.ChoiceField object at 0xb68fb10>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xb68f690>}
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 0xb07cd50>, 'vpnservice_id': <django.forms.fields.CharField object at 0xb193310>, 'description': <django.forms.fields.CharField object at 0xb193150>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xb193d90>}
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