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 0xa51fb90>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x96d9c90>, 'description': <django.forms.fields.CharField object at 0x96d9cd0>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa4c2990>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xa4c2fd0>, 'ike_version': <django.forms.fields.ChoiceField object at 0xa4c2b10>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xa4c2a10>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xa4c2dd0>, 'pfs': <django.forms.fields.ChoiceField object at 0x6978dd0>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0x520a250>}
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 0x520a550>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0x520ad10>, 'description': <django.forms.fields.CharField object at 0x520a190>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x836fc10>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x836f3d0>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x836fb90>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x836f950>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x836f750>, 'pfs': <django.forms.fields.ChoiceField object at 0x836fd10>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x9004f10>}
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 0x9004350>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x9004c10>, 'description': <django.forms.fields.CharField object at 0x9004310>, 'peer_address': <horizon.utils.fields.IPField object at 0x9004d50>, 'peer_id': <horizon.utils.fields.IPField object at 0x9004850>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0x9004b50>, 'psk': <django.forms.fields.CharField object at 0x9004810>, 'mtu': <django.forms.fields.IntegerField object at 0x90043d0>, 'dpd_action': <django.forms.fields.ChoiceField object at 0x8392250>, 'dpd_interval': <django.forms.fields.IntegerField object at 0x83928d0>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0x5f2df50>, 'initiator': <django.forms.fields.ChoiceField object at 0x5f2d550>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x5f2dc50>}
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 0x6af2390>, 'vpnservice_id': <django.forms.fields.CharField object at 0x5a666d0>, 'description': <django.forms.fields.CharField object at 0x96d9310>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x96d9090>}
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