Click or drag to resize

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

Parameters

Nodes
Type: SystemString

Return Value

Type: CheckProposedResult
See Also