cinder.api.v3.group_snapshots module¶
The group_snapshots API.
- class GroupSnapshotsController¶
Bases:
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.
- reset_status(req, id, body)¶
- show(req, id)¶
Return data about the given group_snapshot.
- versioned_methods = {'create': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'detail': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'reset_status': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object>]}¶
- wsgi_actions = {'reset_status': 'reset_status'}¶
- wsgi_extensions = []¶
- create_resource()¶