Click or drag to resize

SolidFireElementListDriveHardwareAsync Method (CancellationToken, Boolean)

ListDriveHardware returns all the drives connected to a node. Use this method on individual nodes to return drive hardware information or use this method on the cluster master node MVIP to see information for all the drives on all nodes. Note: The "securitySupported": true line of the method response does not imply that the drives are capable of encryption; only that the security status can be queried. If you have a node type with a model number ending in "-NE", commands to enable security features on these drives will fail. See the EnableEncryptionAtRest method for more information.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListDriveHardwareResult> ListDriveHardwareAsync(
	CancellationToken cancellationToken,
	bool Force
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Force
Type: SystemBoolean

Return Value

Type: TaskListDriveHardwareResult

Implements

ISolidFireElementListDriveHardwareAsync(CancellationToken, Boolean)
See Also