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 0x974d610>, 'ikepolicy_id': <django.forms.fields.CharField object at 0x974ddd0>, 'description': <django.forms.fields.CharField object at 0x974d710>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xc413a10>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xc413c10>, 'ike_version': <django.forms.fields.ChoiceField object at 0xc413950>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xc4133d0>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xc413dd0>, 'pfs': <django.forms.fields.ChoiceField object at 0xc413e50>, 'phase1_negotiation_mode': <django.forms.fields.ChoiceField object at 0xc413450>}
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 0xc413210>, 'ipsecpolicy_id': <django.forms.fields.CharField object at 0xa818750>, 'description': <django.forms.fields.CharField object at 0xa818510>, 'auth_algorithm': <django.forms.fields.ChoiceField object at 0xa8187d0>, 'encapsulation_mode': <django.forms.fields.ChoiceField object at 0xa8188d0>, 'encryption_algorithm': <django.forms.fields.ChoiceField object at 0xa8181d0>, 'lifetime_units': <django.forms.fields.ChoiceField object at 0xa818910>, 'lifetime_value': <django.forms.fields.IntegerField object at 0xa818950>, 'pfs': <django.forms.fields.ChoiceField object at 0x6d3b290>, 'transform_protocol': <django.forms.fields.ChoiceField object at 0x6d3b8d0>}
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 0xad216d0>, 'ipsecsiteconnection_id': <django.forms.fields.CharField object at 0xad21510>, 'description': <django.forms.fields.CharField object at 0xad21b90>, 'peer_address': <horizon.utils.fields.IPField object at 0xad21bd0>, 'peer_id': <horizon.utils.fields.IPField object at 0xad21e50>, 'peer_cidrs': <horizon.utils.fields.MultiIPField object at 0xad21f50>, 'psk': <django.forms.fields.CharField object at 0xad21890>, 'mtu': <django.forms.fields.IntegerField object at 0xad214d0>, 'dpd_action': <django.forms.fields.ChoiceField object at 0xadedd50>, 'dpd_interval': <django.forms.fields.IntegerField object at 0xaded450>, 'dpd_timeout': <django.forms.fields.IntegerField object at 0xaded890>, 'initiator': <django.forms.fields.ChoiceField object at 0xadedd10>, 'admin_state_up': <django.forms.fields.BooleanField object at 0xaded590>}
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 0xb04f750>, 'vpnservice_id': <django.forms.fields.CharField object at 0x974df90>, 'description': <django.forms.fields.CharField object at 0x974da50>, 'admin_state_up': <django.forms.fields.BooleanField object at 0x974db90>}
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