The openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.CreateKeyValuePairView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.QosSpecMixin, horizon.forms.views.ModalFormView

form_class

alias of CreateKeyValuePair

form_id = 'extra_spec_create_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_success_url()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3eebd910>
modal_id = 'qos_spec_create_modal'
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3eebdd90>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f40da6110>
submit_url = 'horizon:admin:volumes:volume_types:qos_specs:create'
template_name = 'admin/volumes/volume_types/qos_specs/create.html'
url = 'horizon:admin:volumes:volume_types_tab'
class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.EditKeyValuePairView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.QosSpecMixin, horizon.forms.views.ModalFormView

form_class

alias of EditKeyValuePair

form_id = 'qos_spec_edit_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_success_url()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3eebd150>
modal_id = 'qos_spec_edit_modal'
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3eebd810>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3edfcb50>
submit_url = 'horizon:admin:volumes:volume_types:qos_specs:edit'
template_name = 'admin/volumes/volume_types/qos_specs/edit.html'
url = 'horizon:admin:volumes:volume_types_tab'
class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.IndexView(*args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.QosSpecMixin, horizon.forms.views.ModalFormMixin, horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3eebd210>
table_class

alias of SpecsTable

template_name = 'admin/volumes/volume_types/qos_specs/index.html'
class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.QosSpecMixin[source]

Bases: object

get_context_data(*args, **kwargs)[source]

Previous topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.urls Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs Module

Project Source

This Page