openstacksdk/doc/source/user/proxies/baremetal_introspection.rst
Artem Goncharov f132edff2a Update docs to work with newer Sphinx
Change-Id: Ic15793329aa1f6027465eb362fcd0a0471d7b396
2020-04-21 17:06:12 +02:00

22 lines
730 B
ReStructuredText

Baremetal Introspection API
===========================
.. automodule:: openstack.baremetal_introspection.v1._proxy
The Baremetal Introspection Proxy
---------------------------------
The baremetal introspection high-level interface is available through
the ``baremetal_introspection`` member of a
:class:`~openstack.connection.Connection` object.
The ``baremetal_introspection`` member will only be added if the service is
detected.
Introspection Process Operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.baremetal_introspection.v1._proxy.Proxy
:noindex:
:members: introspections, get_introspection, get_introspection_data,
start_introspection, wait_for_introspection, abort_introspection