Click or drag to resize

ISolidFireElementGetNodeHardwareInfo Method (Int64)

GetNodeHardwareInfo enables you to return all the hardware information and status for the node specified. This generally includes details about manufacturers, vendors, versions, and other associated hardware identification information.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
GetNodeHardwareInfoResult GetNodeHardwareInfo(
	long NodeID
)

Parameters

NodeID
Type: SystemInt64

Return Value

Type: GetNodeHardwareInfoResult
See Also