This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.backup_schedules Module

class nova.api.openstack.backup_schedules.Controller

Bases: object

The backup schedule API controller for the Openstack API

create(req, server_id, **kwargs)

No actual update method required, since the existing API allows both create and update through a POST

delete(req, server_id, id, **kwargs)

Deletes an existing backup schedule

index(req, server_id, **kwargs)

Returns the list of backup schedules for a given instance

show(req, server_id, id, **kwargs)

Returns a single backup schedule for a given instance

nova.api.openstack.backup_schedules.create_resource()