Click or drag to resize

ISolidFireElementGetClusterHardwareInfo Method (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#
GetClusterHardwareInfoResult GetClusterHardwareInfo(
	string Type = null
)

Parameters

Type (Optional)
Type: SystemString

Return Value

Type: GetClusterHardwareInfoResult
See Also