Click or drag to resize

SolidFireElementEnableClusterSshAsync Method (EnableClusterSshRequest, CancellationToken)

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(
	EnableClusterSshRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskEnableClusterSshResult

Implements

ISolidFireElementEnableClusterSshAsync(EnableClusterSshRequest, CancellationToken)
See Also