Click or drag to resize

SolidFireElementCheckProposedCluster Method (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 CheckProposedResult CheckProposedCluster(
	string[] Nodes
)

Parameters

Nodes
Type: SystemString

Return Value

Type: CheckProposedResult

Implements

ISolidFireElementCheckProposedCluster(String)
See Also