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

class openstack_dashboard.dashboards.admin.volumes.volume_types.qos_specs.views.CreateKeyValuePairView[source]

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

CreateKeyValuePairView.form_class

alias of CreateKeyValuePair

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

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

EditKeyValuePairView.form_class

alias of EditKeyValuePair

EditKeyValuePairView.form_id = 'qos_spec_edit_form'
EditKeyValuePairView.get_context_data(**kwargs)[source]
EditKeyValuePairView.get_initial()[source]
EditKeyValuePairView.get_success_url()[source]
EditKeyValuePairView.modal_header = <django.utils.functional.__proxy__ object at 0xb22edd0>
EditKeyValuePairView.modal_id = 'qos_spec_edit_modal'
EditKeyValuePairView.page_title = <django.utils.functional.__proxy__ object at 0xb22ead0>
EditKeyValuePairView.submit_label = <django.utils.functional.__proxy__ object at 0xb22e210>
EditKeyValuePairView.submit_url = 'horizon:admin:volumes:volume_types:qos_specs:edit'
EditKeyValuePairView.template_name = 'admin/volumes/volume_types/qos_specs/edit.html'
EditKeyValuePairView.url = 'horizon:admin:volumes:volume_types:qos_specs:index'
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

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

alias of SpecsTable

IndexView.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

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

Previous topic

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

Next topic

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

This Page