The horizon.dashboards.nova.access_and_security.security_groups.forms ModuleΒΆ

class horizon.dashboards.nova.access_and_security.security_groups.forms.AddRule(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

AddRule.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'ip_protocol': <django.forms.fields.ChoiceField object at 0x4304fd0>, 'from_port': <django.forms.fields.IntegerField object at 0x4304990>, 'to_port': <django.forms.fields.IntegerField object at 0x4777c10>, 'source_group': <django.forms.fields.ChoiceField object at 0x47772d0>, 'cidr': <django.forms.fields.CharField object at 0x482b0d0>, 'security_group_id': <django.forms.fields.IntegerField object at 0x4a195d0>}
AddRule.clean()[source]
AddRule.handle(request, data)[source]
AddRule.media
class horizon.dashboards.nova.access_and_security.security_groups.forms.CreateGroup(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

CreateGroup.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'name': <django.forms.fields.CharField object at 0x4304ed0>, 'description': <django.forms.fields.CharField object at 0x4304910>}
CreateGroup.handle(request, data)[source]
CreateGroup.media

Previous topic

The horizon.dashboards.nova.access_and_security.security_groups.urls Module

Next topic

The horizon.dashboards.nova.access_and_security.keypairs Module

This Page