Click or drag to resize

SolidFireElementClearClusterFaults Method (String)

You can use the ClearClusterFaults method to clear information about both current and previously detected faults. Both resolved and unresolved faults can be cleared.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ClearClusterFaultsResult ClearClusterFaults(
	string FaultTypes = null
)

Parameters

FaultTypes (Optional)
Type: SystemString

Return Value

Type: ClearClusterFaultsResult

Implements

ISolidFireElementClearClusterFaults(String)
See Also