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 0x7a6f910>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x7a6fad0>, 'description': <django.forms.fields.CharField object at 0x7a6fb90>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x7a6fd90>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x7a6ffd0>, 'ike_version': <django.forms.fields.ChoiceField object at 0x7790250>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x7790450>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x7790550>, 'pfs': <django.forms.fields.ChoiceField object at 0x77907d0>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0x77909d0>}
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 0x7790a50>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0x7790c50>, 'description': <django.forms.fields.CharField object at 0x7790d10>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x7790ed0>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x7796090>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x7796390>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x77965d0>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x77966d0>, 'pfs': <django.forms.fields.ChoiceField object at 0x7796950>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x7796bd0>}
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 0x7796d90>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x7796f50>, 'description': <django.forms.fields.CharField object at 0x7793050>, 'peer_address': <horizon.forms.fields.IPField object at 0x77931d0>, 'peer_id': <horizon.forms.fields.IPField object at 0x7793350>, 'peer_cidrs': <horizon.forms.fields.MultiIPField object at 0x77934d0>, 'psk': <django.forms.fields.CharField object at 0x7793610>, 'mtu': <django.forms.fields.IntegerField object at 0x7793790>, 'dpd_action': <django.forms.fields.ChoiceField object at 0x7793b10>, 'dpd_interval': <django.forms.fields.IntegerField object at 0x7793d10>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0x7793e90>, 'initiator': <django.forms.fields.ChoiceField object at 0x77940d0>, 'admin_state_up': <django.forms.fields.ChoiceField object at 0x7794290>}
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 0x7a6f310>, 'vpnservice_id': <django.forms.fields.CharField object at 0x7a6f5d0>, 'description': <django.forms.fields.CharField object at 0x7a6f690>, 'admin_state_up': <django.forms.fields.ChoiceField object at 0x7a6f7d0>}
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