The cinder.api.v3.backups Module

The backups V3 api.

class BackupsController

Bases: cinder.api.contrib.backups.BackupsController

The backups API controller for the Openstack API V3.

update(req, id, body)

Update a backup.

versioned_methods = {'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f942adce610>]}
wsgi_actions = {}
wsgi_extensions = []
create_resource()

Previous topic

The cinder.api.v2.volumes Module

Next topic

The cinder.api.v3.clusters Module

Project Source

This Page