Click or drag to resize

SolidFireElementSetClusterStructureAsync Method (SetClusterStructureRequest, CancellationToken)

You can use the SetClusterStructure method to restore the storage cluster configuration information from a backup. When you call the method, pass the json result returned from the GetClusterStructure API containing the configuration information you want to restore.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetClusterStructureResult> SetClusterStructureAsync(
	SetClusterStructureRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskSetClusterStructureResult

Implements

ISolidFireElementSetClusterStructureAsync(SetClusterStructureRequest, CancellationToken)
See Also