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

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

Bases: horizon.forms.base.SelfHandlingForm

FloatingIpAllocate.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'tenant_name': <django.forms.fields.CharField object at 0x4cc6e10>, 'pool': <django.forms.fields.ChoiceField object at 0x4cc6e90>}
FloatingIpAllocate.handle(request, data)[source]
FloatingIpAllocate.media
class horizon.dashboards.nova.access_and_security.floating_ips.forms.FloatingIpAssociate(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

FloatingIpAssociate.base_fields = {'method': <django.forms.fields.CharField object at 0x3033d90>, 'floating_ip_id': <django.forms.fields.CharField object at 0x4cc6c50>, 'floating_ip': <django.forms.fields.CharField object at 0x4cc6d10>, 'instance_id': <django.forms.fields.ChoiceField object at 0x4cc6d90>}
FloatingIpAssociate.handle(request, data)[source]
FloatingIpAssociate.media

Previous topic

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

Next topic

The horizon.dashboards.nova.images_and_snapshots Module

This Page