Click or drag to resize

SolidFireElementGetClusterMasterNodeIDAsync Method

GetClusterMasterNodeID enables you to retrieve the ID of the node that can perform cluster-wide administration tasks and holds the storage virtual IP address (SVIP) and management virtual IP address (MVIP).

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetClusterMasterNodeIDResult

Implements

ISolidFireElementGetClusterMasterNodeIDAsync(CancellationToken)
See Also