
This change adds a new `fail` flag to the call. If set to False, the call will return a namedtuple (success, failure, timeout) with lists of nodes. Timeout and failure exceptions will not be raised. Change-Id: Ie20193ce51fcd5ce3ffd479143225bd1a1e8c94a
28 lines
643 B
ReStructuredText
28 lines
643 B
ReStructuredText
openstack.baremetal.v1.Node
|
|
===========================
|
|
|
|
.. automodule:: openstack.baremetal.v1.node
|
|
|
|
The Node Class
|
|
--------------
|
|
|
|
The ``Node`` class inherits from :class:`~openstack.resource.Resource`.
|
|
|
|
.. autoclass:: openstack.baremetal.v1.node.Node
|
|
:members:
|
|
|
|
The ValidationResult Class
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
The ``ValidationResult`` class represents the result of a validation.
|
|
|
|
.. autoclass:: openstack.baremetal.v1.node.ValidationResult
|
|
:members:
|
|
|
|
The WaitResult Class
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
The ``WaitResult`` class represents the result of waiting for several nodes.
|
|
|
|
.. autoclass:: openstack.baremetal.v1.node.WaitResult
|