The cinder.api.v3.views.clusters Module

class ViewBuilder

Bases: object

Map Cluster into dicts for API responses.

classmethod detail(cluster, flat=False)

Detailed view of a cluster.

classmethod list(clusters, detail=False)
static summary(cluster, flat=False)

Generic, non-detailed view of a cluster.

Previous topic

The cinder.api.v3.snapshots Module

Next topic

The cinder.api.v3.views.group_snapshots Module

Project Source

This Page