The cinder.api.v3.resource_common_manage Module

class ManageResource

Bases: object

Mixin class for v3 of ManageVolume and ManageSnapshot.

It requires that any class inheriting from this one has volume_api and _list_manageable_view attributes.

VALID_SORT_DIRS = set(['asc', 'desc'])
VALID_SORT_KEYS = set(['reference', 'size'])
detail(req)

Returns a detailed list of volumes available to manage.

index(req)

Returns a summary list of volumes available to manage.