Click or drag to resize

ISolidFireElementSetClusterStructure Method (SetClusterStructureRequest)

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#
SetClusterStructureResult SetClusterStructure(
	SetClusterStructureRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiSetClusterStructureRequest

Return Value

Type: SetClusterStructureResult
See Also