Click or drag to resize

SolidFireElementEnableClusterSshAsync Method (CancellationToken, String)

Enables SSH on all nodes in the cluster. Overwrites previous duration.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<EnableClusterSshResult> EnableClusterSshAsync(
	CancellationToken cancellationToken,
	string Duration
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Duration
Type: SystemString

Return Value

Type: TaskEnableClusterSshResult

Implements

ISolidFireElementEnableClusterSshAsync(CancellationToken, String)
See Also