ISolidFireElementBreakSnapMirrorRelationshipAsync Method (CancellationToken, 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 Task<BreakSnapMirrorRelationshipResult> BreakSnapMirrorRelationshipAsync(
CancellationToken cancellationToken,
long SnapMirrorEndpointID,
SnapMirrorVolumeInfo DestinationVolume
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnapMirrorEndpointID
- Type: SystemInt64
- DestinationVolume
- Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
Return Value
Type:
TaskBreakSnapMirrorRelationshipResultSee Also