
It is apparently confusing that the `synchronized` parameter exists in the class signature of each resource subclass, but it's not documented anywhere. This change moves the parameter to _synchronized and pushes documentation of the parameter down to the new/existing methods, as it's not directly useful to end-users in the initializer, but is necessary in those classmethods. Change-Id: I42a01f24d44383889cccce2a2e89442eea1943d7 Closes-Bug: 1645007
27 lines
584 B
ReStructuredText
27 lines
584 B
ReStructuredText
**Note: This class is in the process of being applied as the new base class
|
|
for resources around the OpenStack SDK. Once that has been completed,
|
|
this module will be drop the 2 suffix and be the only resource module.**
|
|
|
|
Resource
|
|
========
|
|
.. automodule:: openstack.resource2
|
|
|
|
Components
|
|
----------
|
|
|
|
.. autoclass:: openstack.resource2.Body
|
|
:members:
|
|
|
|
.. autoclass:: openstack.resource2.Header
|
|
:members:
|
|
|
|
.. autoclass:: openstack.resource2.URI
|
|
:members:
|
|
|
|
The Resource class
|
|
------------------
|
|
|
|
.. autoclass:: openstack.resource2.Resource
|
|
:members:
|
|
:member-order: bysource
|