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 0x770ad50>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x770af10>, 'description': <django.forms.fields.CharField object at 0x770afd0>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x7716210>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x7716450>, 'ike_version': <django.forms.fields.ChoiceField object at 0x7716690>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x7716890>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x7716990>, 'pfs': <django.forms.fields.ChoiceField object at 0x7716c10>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0x7716e10>}
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 0x7716e90>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0x77170d0>, 'description': <django.forms.fields.CharField object at 0x7717190>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0x7717350>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0x77174d0>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0x77177d0>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0x7717a10>, 'lifetime_value': <django.forms.fields.IntegerField object at 0x7717b10>, 'pfs': <django.forms.fields.ChoiceField object at 0x7717d90>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x7718050>}
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 0x7718210>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0x77183d0>, 'description': <django.forms.fields.CharField object at 0x7718490>, 'peer_address': <horizon.forms.fields.IPField object at 0x7718610>, 'peer_id': <horizon.forms.fields.IPField object at 0x7718790>, 'peer_cidrs': <horizon.forms.fields.MultiIPField object at 0x7718910>, 'psk': <django.forms.fields.CharField object at 0x7718a50>, 'mtu': <django.forms.fields.IntegerField object at 0x7718bd0>, 'dpd_action': <django.forms.fields.ChoiceField object at 0x7718f50>, 'dpd_interval': <django.forms.fields.IntegerField object at 0x7723190>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0x7723310>, 'initiator': <django.forms.fields.ChoiceField object at 0x7723510>, 'admin_state_up': <django.forms.fields.ChoiceField object at 0x77236d0>}
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 0x770a750>, 'vpnservice_id': <django.forms.fields.CharField object at 0x770aa10>, 'description': <django.forms.fields.CharField object at 0x770aad0>, 'admin_state_up': <django.forms.fields.ChoiceField object at 0x770ac10>}
UpdateVPNService.failure_url = 'horizon:project:vpn:index'
UpdateVPNService.handle(request, context)[source]
UpdateVPNService.media

Previous topic

The openstack_dashboard.dashboards.project.vpn.tabs Module

Next topic

The openstack_dashboard.dashboards.project.vpn.tables Module

This Page