ISolidFireElementCheckProposedNodeAdditionsAsync Method (CancellationToken, String) |
CheckProposedNodeAdditions validates that adding a node (or nodes) to an existing cluster is likely to succeed. Any problems with the proposed new 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 Task<CheckProposedResult> CheckProposedNodeAdditionsAsync(
CancellationToken cancellationToken,
string[] Nodes
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Nodes
- Type: SystemString
Return Value
Type:
TaskCheckProposedResultSee Also