Click or drag to resize

SolidFireElementSetNetworkConfigAsync Method (SetNetworkConfigRequest, CancellationToken)

The SetNetworkConfig API method enables you to set the network configuration for a node. To display the current network settings for a node, run the GetNetworkConfig API method. Note: This method is available only through the per-node API endpoint 5.0 or later. 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<SetNetworkConfigResult> SetNetworkConfigAsync(
	SetNetworkConfigRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskSetNetworkConfigResult

Implements

ISolidFireElementSetNetworkConfigAsync(SetNetworkConfigRequest, CancellationToken)
See Also