The cinder.api.v3.group_snapshots Module

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(*args, **kwargs)

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(*args, **kwargs)
show(req, id)

Return data about the given group_snapshot.

versioned_methods = {‘index’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa07a10>], ‘show’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa07d50>], ‘create’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa07090>], ‘detail’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa075d0>], ‘reset_status’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa07910>], ‘delete’: [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xaa078d0>]}
wsgi_actions = {‘reset_status’: ‘reset_status’}
wsgi_extensions = []
create_resource()
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.