Click or drag to resize

ISolidFireElement.SetConfigAsync 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#
Task<SetConfigResult> SetConfigAsync(
	SetConfigRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.Api.SetConfigRequest
cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<SetConfigResult>
See Also