The openstack_dashboard.dashboards.project.data_processing.clusters.views ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.clusters.views.ClusterDetailsView[source]

Bases: horizon.tabs.views.TabView

ClusterDetailsView.get_context_data(**kwargs)[source]
ClusterDetailsView.tab_group_class

alias of ClusterDetailsTabs

ClusterDetailsView.template_name = 'project/data_processing.clusters/details.html'
class openstack_dashboard.dashboards.project.data_processing.clusters.views.ClustersView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

ClustersView.get_data()[source]
ClustersView.table_class

alias of ClustersTable

ClustersView.template_name = 'project/data_processing.clusters/clusters.html'
class openstack_dashboard.dashboards.project.data_processing.clusters.views.ConfigureClusterView[source]

Bases: horizon.workflows.views.WorkflowView

ConfigureClusterView.success_url = 'horizon:project:data_processing.clusters'
ConfigureClusterView.template_name = 'project/data_processing.clusters/configure.html'
ConfigureClusterView.workflow_class

alias of ConfigureCluster

class openstack_dashboard.dashboards.project.data_processing.clusters.views.CreateClusterView[source]

Bases: horizon.workflows.views.WorkflowView

CreateClusterView.classes = 'ajax-modal'
CreateClusterView.success_url = 'horizon:project:data_processing.clusters:create-cluster'
CreateClusterView.template_name = 'project/data_processing.clusters/create.html'
CreateClusterView.workflow_class

alias of CreateCluster

class openstack_dashboard.dashboards.project.data_processing.clusters.views.ScaleClusterView[source]

Bases: horizon.workflows.views.WorkflowView

ScaleClusterView.classes = 'ajax-modal'
ScaleClusterView.get_context_data(**kwargs)[source]
ScaleClusterView.get_initial()[source]
ScaleClusterView.get_object(*args, **kwargs)[source]
ScaleClusterView.success_url = 'horizon:project:data_processing.clusters'
ScaleClusterView.template_name = 'project/data_processing.clusters/scale.html'
ScaleClusterView.workflow_class

alias of ScaleCluster

Previous topic

The openstack_dashboard.dashboards.project.data_processing.clusters Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.clusters.tabs Module

This Page