Stephen Finucane 5dd7d64769 volume: Add Limit to volume v2 API
Another case of adding a resource from v3 to the legacy v2 API. We
tackled Extension in change I1e4528f5a5d8e2caaaf204792ddcee7267e4c2e9
and Capability in change I98252ddd0dadba2bfa1aaf97b59932a19c396cd4. Now
it's time for Limit.

Note that the API is unchanged between v2 and v3 so this can be a
straightforward copy-paste job. This was determined by inspecting the
cinder code before the v2 API was removed (e.g. commit 'e05b261af~',
file 'cinder/api/views/limits.py').

Change-Id: I5a375d8dee7e68368f2e454851812a3638acf9ee
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-10-31 16:51:12 +00:00

891 B

openstack.block_storage.v2.limits

openstack.block_storage.v2.limits

The AbsoluteLimit Class

The AbsoluteLimit class inherits from ~openstack.resource.Resource.

openstack.block_storage.v2.limits.AbsoluteLimit

The Limit Class

The Limit class inherits from ~openstack.resource.Resource.

openstack.block_storage.v2.limits.Limit

The RateLimit Class

The RateLimit class inherits from ~openstack.resource.Resource.

openstack.block_storage.v2.limits.RateLimit

The RateLimits Class

The RateLimits class inherits from ~openstack.resource.Resource.

openstack.block_storage.v2.limits.RateLimits