The openstack_dashboard.dashboards.project.access_and_security.floating_ips.views ModuleΒΆ

Views for managing floating IPs.

class openstack_dashboard.dashboards.project.access_and_security.floating_ips.views.AllocateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of FloatingIpAllocate

form_id = 'associate_floating_ip_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object_display(obj)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7faf841082d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf841081d0>
submit_url = <django.utils.functional.__proxy__ object at 0x7faf84108090>
success_url = <django.utils.functional.__proxy__ object at 0x7faf84108b10>
template_name = 'project/access_and_security/floating_ips/allocate.html'
class openstack_dashboard.dashboards.project.access_and_security.floating_ips.views.AssociateView[source]

Bases: horizon.workflows.views.WorkflowView

workflow_class

alias of IPAssociationWorkflow

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.floating_ips.tables Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.floating_ips Module

Project Source

This Page