Click or drag to resize

SolidFireElementSetClusterConfigAsync Method (SetClusterConfigRequest, CancellationToken)

The SetClusterConfig API method enables you to set the configuration this node uses to communicate with the cluster it is associated with. To see the states in which these objects can be modified, see Cluster Object Attributes. To display the current cluster interface settings for a node, run the GetClusterConfig API method. Note: This method is available only through the per-node API endpoint 5.0 or later.

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

Parameters

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

Return Value

Type: TaskSetClusterConfigResult

Implements

ISolidFireElementSetClusterConfigAsync(SetClusterConfigRequest, CancellationToken)
See Also