Node interface
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
- Extends
Properties
| node |
Serial number of the Chassis |
| node |
Display Name of the individual node |
| node |
Friendly software version name that is currently installed on the node |
| node |
HCS version that is currently installed on the node |
| node |
Guid instance id of the node |
| node |
Serial number of the individual node |
| node |
The current status of the individual node |
Inherited Properties
| id | The path ID that uniquely identifies the object. |
| name | The object name. |
| type | The hierarchical type of the object. |
Property Details
nodeChassisSerialNumber
Serial number of the Chassis
nodeChassisSerialNumber?: string
Property Value
string
nodeDisplayName
Display Name of the individual node
nodeDisplayName?: string
Property Value
string
nodeFriendlySoftwareVersion
Friendly software version name that is currently installed on the node
nodeFriendlySoftwareVersion?: string
Property Value
string
nodeHcsVersion
HCS version that is currently installed on the node
nodeHcsVersion?: string
Property Value
string
nodeInstanceId
Guid instance id of the node
nodeInstanceId?: string
Property Value
string
nodeSerialNumber
Serial number of the individual node
nodeSerialNumber?: string
Property Value
string
nodeStatus
The current status of the individual node
nodeStatus?: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
type
The hierarchical type of the object.
type?: string
Property Value
string
Inherited From ARMBaseModel.type