Node Class
Represents a single node in a Data box Edge/Gateway device Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1 node Multi-node Edge devices will have more than 1 nodes.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Node(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The path ID that uniquely identifies the object. |
|
name
|
The object name. |
|
type
|
The hierarchical type of the object. |
|
node_status
|
str or
NodeStatus
The current status of the individual node. Known values are: "Unknown", "Up", "Down", "Rebooting", and "ShuttingDown". |
|
node_chassis_serial_number
|
Serial number of the Chassis. |
|
node_serial_number
|
Serial number of the individual node. |
|
node_display_name
|
Display Name of the individual node. |
|
node_friendly_software_version
|
Friendly software version name that is currently installed on the node. |
|
node_hcs_version
|
HCS version that is currently installed on the node. |
|
node_instance_id
|
Guid instance id of the node. |