Click or drag to resize

ISolidFireElementGetClusterHardwareInfoAsync Method (GetClusterHardwareInfoRequest, CancellationToken)

You can use the GetClusterHardwareInfo method to retrieve the hardware status and information for all Fibre Channel nodes, iSCSI nodes and drives in the cluster. 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#
Task<GetClusterHardwareInfoResult> GetClusterHardwareInfoAsync(
	GetClusterHardwareInfoRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetClusterHardwareInfoResult
See Also