Click or drag to resize

SolidFireElementBreakSnapMirrorRelationshipAsync Method (BreakSnapMirrorRelationshipRequest, CancellationToken)

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 Task<BreakSnapMirrorRelationshipResult> BreakSnapMirrorRelationshipAsync(
	BreakSnapMirrorRelationshipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskBreakSnapMirrorRelationshipResult

Implements

ISolidFireElementBreakSnapMirrorRelationshipAsync(BreakSnapMirrorRelationshipRequest, CancellationToken)
See Also