The Node class inherits from Resource.
The base resource
| Parameters: | _synchronized (bool) – This is not intended to be used directly. See new() and existing(). |
|---|
The UUID of the chassis associated wit this node. Can be empty or None.
The current clean step.
Timestamp at which the node was last updated.
The name of the driver.
All the metadata required by the driver to manage this node. List of fields varies between drivers, and can be retrieved from the openstack.bare_metal.v1.driver.Driver resource.
Internal metadata set and stored by node’s driver. This is read-only.
A set of one or more arbitrary metadata key and value pairs.
The UUID of the node resource.
Information used to customize the deployed image, e.g. size of root partition, config drive in the form of base64 encoded string and other metadata.
UUID of the nova instance associated with this node.
Whether console access is enabled on this node.
Whether node is currently in “maintenance mode”. Nodes put into maintenance mode are removed from the available resource pool.
Any error from the most recent transaction that started but failed to finish.
A list of relative links, including self and bookmark links.
user settable description of the reason why the node was placed into maintenance mode.
Human readable identifier for the node. May be undefined. Certain words are reserved. Added in API microversion 1.5
Network interface provider to use when plumbing the network connections for this node. Introduced in API microversion 1.20.
Links to the collection of ports on this node.
Links to the collection of portgroups on this node. Available since API microversion 1.24.
The current power state. Usually “power on” or “power off”, but may be “None” if service is unable to determine the power state.
Physical characteristics of the node. Content populated by the service during inspection.
The current provisioning state of the node.
The current RAID configuration of the node.
The name of an service conductor host which is holding a lock on this node, if a lock is held.
A string to be used by external schedulers to identify this node as a unit of a specific type of resource. Added in API microversion 1.21.
Links to the collection of states.
The requested state if a provisioning action has been requested. For example, AVAILABLE, DEPLOYING, DEPLOYWAIT, DEPLOYING, ACTIVE etc.
The requested state during a state transition.
The requested RAID configration of the node which will be applied when the node next transitions through the CLEANING state.
Timestamp at which the node was last updated.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.