
This primarily cleans up doc files and mentions for modules which no longer exist. There's one cleanup to a docstring in the Compute proxy about a long class being split on two lines without a continuation backslash. Change-Id: I9f40d17789d7587e6964c3b655f4dae226dfc6a8
29 lines
667 B
ReStructuredText
29 lines
667 B
ReStructuredText
openstack.compute.v2.limits
|
|
===========================
|
|
|
|
.. automodule:: openstack.compute.v2.limits
|
|
|
|
The Limits Class
|
|
----------------
|
|
|
|
The ``Limits`` class inherits from :class:`~openstack.resource.Resource`.
|
|
|
|
.. autoclass:: openstack.compute.v2.limits.Limits
|
|
:members:
|
|
|
|
The AbsoluteLimits Class
|
|
------------------------
|
|
|
|
The ``AbsoluteLimits`` class inherits from :class:`~openstack.resource.Resource`.
|
|
|
|
.. autoclass:: openstack.compute.v2.limits.AbsoluteLimits
|
|
:members:
|
|
|
|
The RateLimit Class
|
|
-------------------
|
|
|
|
The ``RateLimit`` class inherits from :class:`~openstack.resource.Resource`.
|
|
|
|
.. autoclass:: openstack.compute.v2.limits.RateLimit
|
|
:members:
|