Click or drag to resize

SolidFireElementGetClusterHardwareInfoAsync Method (CancellationToken, String)

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#
public Task<GetClusterHardwareInfoResult> GetClusterHardwareInfoAsync(
	CancellationToken cancellationToken,
	string Type = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Type (Optional)
Type: SystemString

Return Value

Type: TaskGetClusterHardwareInfoResult

Implements

ISolidFireElementGetClusterHardwareInfoAsync(CancellationToken, String)
See Also