cinder.api.v3.resource_common_manage
Module¶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
= {'desc', 'asc'}¶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.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.