Click or drag to resize

SolidFireElementCheckProposedClusterAsync Method (CancellationToken, String)

CheckProposedCluster validates that creating a cluster from a given set of nodes is likely to succeed. Any problems with the proposed cluster are returned as errors with a human-readable description and unique error code.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CheckProposedResult> CheckProposedClusterAsync(
	CancellationToken cancellationToken,
	string[] Nodes
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Nodes
Type: SystemString

Return Value

Type: TaskCheckProposedResult

Implements

ISolidFireElementCheckProposedClusterAsync(CancellationToken, String)
See Also