The openstack_dashboard.dashboards.admin.floating_ips.views ModuleΒΆ

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

Bases: horizon.forms.views.ModalFormView

cancel_url = <django.utils.functional.__proxy__ object at 0x7f42457c5b10>
form_class

alias of AdminFloatingIpAllocate

form_id = 'allocate_floating_ip_form'
get_initial(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f42457c5050>
page_title = <django.utils.functional.__proxy__ object at 0x7f42457c5550>
submit_label = <django.utils.functional.__proxy__ object at 0x7f42457c5610>
submit_url = <django.utils.functional.__proxy__ object at 0x7f42457c50d0>
success_url = <django.utils.functional.__proxy__ object at 0x7f42457c5210>
template_name = 'admin/floating_ips/allocate.html'
class openstack_dashboard.dashboards.admin.floating_ips.views.DetailView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

get_context_data(**kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f42457c5290>
template_name = 'admin/floating_ips/detail.html'
class openstack_dashboard.dashboards.admin.floating_ips.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data(*args, **kwargs)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f42457c5750>
table_class

alias of FloatingIPsTable

template_name = 'admin/floating_ips/index.html'
openstack_dashboard.dashboards.admin.floating_ips.views.get_floatingip_pools(request)[source]
openstack_dashboard.dashboards.admin.floating_ips.views.get_tenant_list(request)[source]

Previous topic

The openstack_dashboard.dashboards.admin.floating_ips Module

Next topic

The openstack_dashboard.dashboards.admin.floating_ips.tables Module

Project Source

This Page