Click or drag to resize

ISolidFireElement.EnableClusterSshAsync 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#
Task<EnableClusterSshResult> EnableClusterSshAsync(
	EnableClusterSshRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.Api.EnableClusterSshRequest
cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<EnableClusterSshResult>
See Also