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 = {'asc', 'desc'}¶
- VALID_SORT_KEYS = {'reference', 'size'}¶
- detail(req)¶
Returns a detailed list of volumes available to manage.
- index(req)¶
Returns a summary list of volumes available to manage.