Click or drag to resize

ISolidFireElementSetConfigAsync Method (CancellationToken, ConfigParams)

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#
Task<SetConfigResult> SetConfigAsync(
	CancellationToken cancellationToken,
	ConfigParams Config
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Config
Type: SolidFire.Element.ApiConfigParams

Return Value

Type: TaskSetConfigResult
See Also