Click or drag to resize

SolidFireElementCheckProposedClusterAsync Method (CheckProposedClusterRequest, CancellationToken)

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(
	CheckProposedClusterRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskCheckProposedResult

Implements

ISolidFireElementCheckProposedClusterAsync(CheckProposedClusterRequest, CancellationToken)
See Also