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 0x8624750>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x8624250>, 'description': <django.forms.fields.CharField object at 0x86248d0>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x8624650>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xae41f50>, 'ike_version': <django.forms.fields.ChoiceField object at 0xae41e90>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xae41650>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xae412d0>, 'pfs': <django.forms.fields.ChoiceField object at 0xae416d0>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xae41e10>}
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 0xae41250>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0xae41ed0>, 'description': <django.forms.fields.CharField object at 0x9146e50>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x914a110>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x9b98c10>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x9b98d50>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x7691350>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x7703c50>, 'pfs': <django.forms.fields.ChoiceField object at 0x86630d0>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0xaff1e10>}
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 0xb3c1d50>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0xb3c1bd0>, 'description': <django.forms.fields.CharField object at 0xb3c1b50>, 'peer_address': <horizon.utils.fields.IPField object at 0xb3c1ed0>, 'peer_id': <horizon.utils.fields.IPField object at 0xb3c1490>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0xb3c1c10>, 'psk': <django.forms.fields.CharField object at 0xb3c14d0>, 'mtu': <django.forms.fields.IntegerField object at 0xb3c1cd0>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xa610d10>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xa610690>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0xa610090>, 'initiator': <django.forms.fields.ChoiceField object at 0xa610e90>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xa610890>}
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 0xb1fc910>, 'vpnservice_id': <django.forms.fields.CharField object at 0xb1bc410>, 'description': <django.forms.fields.CharField object at 0xb1bcd10>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x8624a90>}
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