Click or drag to resize

SolidFireElementSetConfigAsync Method (SetConfigRequest, CancellationToken)

The SetConfig API method enables you to set all the configuration information for the node. This includes the same information available via calls to SetClusterConfig and SetNetworkConfig in one API method. Note: This method is available only through the per-node API endpoint 5.0 or later. Caution: Changing the "bond-mode" on a node can cause a temporary loss of network connectivity. Exercise caution when using this method.

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

Parameters

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

Return Value

Type: TaskSetConfigResult

Implements

ISolidFireElementSetConfigAsync(SetConfigRequest, CancellationToken)
See Also