The cinder.api.v3.group_snapshots Module

The group_snapshots api.

class GroupSnapshotsController

Bases: cinder.api.openstack.wsgi.Controller

The group_snapshots API controller for the OpenStack API.

create(req, body)

Create a new group_snapshot.

delete(req, id)

Delete a group_snapshot.

detail(req)

Returns a detailed list of group_snapshots.

index(req)

Returns a summary list of group_snapshots.

show(req, id)

Return data about the given group_snapshot.

versioned_methods = {'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f6686f46ad0>], 'create': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f6686f46c50>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f6686f46a10>], 'detail': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f6686f46b90>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f6686f46990>]}
wsgi_actions = {}
wsgi_extensions = []
create_resource()

Previous topic

The cinder.api.v3.consistencygroups Module

Next topic

The cinder.api.v3.group_specs Module

Project Source

This Page