Click or drag to resize

SolidFireElementDisableClusterSshAsync Method

Disables SSH on all nodes in the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DisableClusterSshResult> DisableClusterSshAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDisableClusterSshResult

Implements

ISolidFireElementDisableClusterSshAsync(CancellationToken)
See Also