Click or drag to resize

SolidFireElementGetNodeHardwareInfoAsync Method (GetNodeHardwareInfoRequest, CancellationToken)

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#
public Task<GetNodeHardwareInfoResult> GetNodeHardwareInfoAsync(
	GetNodeHardwareInfoRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiGetNodeHardwareInfoRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetNodeHardwareInfoResult

Implements

ISolidFireElementGetNodeHardwareInfoAsync(GetNodeHardwareInfoRequest, CancellationToken)
See Also