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 0xa1a7eac>, 'tenant_name': <django.forms.fields.CharField object at 0xad4006c>, 'pool': <django.forms.fields.ChoiceField object at 0xb1fe06c>}
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 0xa1a7eac>, 'floating_ip_id': <django.forms.fields.CharField object at 0xb1fe3cc>, 'floating_ip': <django.forms.fields.CharField object at 0xb1fe76c>, 'instance_id': <django.forms.fields.ChoiceField object at 0xb1fe2ac>}
FloatingIpAssociate.handle(request, data)[source]
FloatingIpAssociate.media

Previous topic

The horizon.dashboards.nova.access_and_security.floating_ips Module

Next topic

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

This Page