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 0x9d438d0>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x9d43c90>, 'description': <django.forms.fields.CharField object at 0x9d435d0>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x9d43190>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x9d43fd0>, 'ike_version': <django.forms.fields.ChoiceField object at 0x9d43550>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x9d43490>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x9d43850>, 'pfs': <django.forms.fields.ChoiceField object at 0xa3e8950>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xa3e8bd0>}
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 0xa3e8850>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0xa3e8410>, 'description': <django.forms.fields.CharField object at 0xa3e8a50>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa3e8c90>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0xa3e89d0>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xa3e8d50>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xa3e8750>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xa3e8890>, 'pfs': <django.forms.fields.ChoiceField object at 0x699b7d0>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x9f957d0>}
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 0x9f955d0>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x844d410>, 'description': <django.forms.fields.CharField object at 0x70c54d0>, 'peer_address': <horizon.utils.fields.IPField object at 0x70c5410>, 'peer_id': <horizon.utils.fields.IPField object at 0xa276d10>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0xa276210>, 'psk': <django.forms.fields.CharField object at 0xa276790>, 'mtu': <django.forms.fields.IntegerField object at 0xa276c50>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xa276090>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xc12ed10>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0x9772f50>, 'initiator': <django.forms.fields.ChoiceField object at 0xa29dd90>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xa29d4d0>}
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 0x98ebbd0>, 'vpnservice_id': <django.forms.fields.CharField object at 0x9d43a50>, 'description': <django.forms.fields.CharField object at 0x9d43b90>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x9d43990>}
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