Click or drag to resize

SolidFireElementRemoveClusterPair Method (Int64)

You can use the RemoveClusterPair method to close the open connections between two paired clusters. Note: Before you remove a cluster pair, you must first remove all volume pairing to the clusters with the "RemoveVolumePair" API method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public RemoveClusterPairResult RemoveClusterPair(
	long ClusterPairID
)

Parameters

ClusterPairID
Type: SystemInt64

Return Value

Type: RemoveClusterPairResult

Implements

ISolidFireElementRemoveClusterPair(Int64)
See Also