Click or drag to resize

SolidFireElementModifyClusterFullThresholdAsync Method (ModifyClusterFullThresholdRequest, CancellationToken)

You can use ModifyClusterFullThreshold to change the level at which the system generates an event when the storage cluster approaches a certain capacity utilization. You can use the threshold settings to indicate the acceptable amount of utilized block storage or metadata storage before the system generates a warning. For example, if you want to be alerted when the system reaches 3% below the "Error" level block storage utilization, enter a value of "3" for the stage3BlockThresholdPercent parameter. If this level is reached, the system sends an alert to the Event Log in the Cluster Management Console.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyClusterFullThresholdResult> ModifyClusterFullThresholdAsync(
	ModifyClusterFullThresholdRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskModifyClusterFullThresholdResult

Implements

ISolidFireElementModifyClusterFullThresholdAsync(ModifyClusterFullThresholdRequest, CancellationToken)
See Also