File: node.rst

package info (click to toggle)
python-openstacksdk 0.50.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,632 kB
  • sloc: python: 83,132; sh: 194; makefile: 21
file content (27 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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