Click or drag to resize

SolidFireElementBreakSnapMirrorRelationship Method (Int64, SnapMirrorVolumeInfo)

The SolidFire Element OS web UI uses the BreakSnapMirrorRelationship method to break a SnapMirror relationship. When a SnapMirror relationship is broken, the destination volume is made read-write and independent, and can then diverge from the source. You can reestablish the relationship with the ResyncSnapMirrorRelationship API method. This method requires the ONTAP cluster to be available.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public BreakSnapMirrorRelationshipResult BreakSnapMirrorRelationship(
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo

Return Value

Type: BreakSnapMirrorRelationshipResult

Implements

ISolidFireElementBreakSnapMirrorRelationship(Int64, SnapMirrorVolumeInfo)
See Also