Click or drag to resize

SolidFireElementBreakSnapMirrorVolume Method (Int64, NullableInt64, NullableBoolean, String)

The SolidFire Element OS web UI uses the BreakSnapMirrorVolume method to break the SnapMirror relationship between an ONTAP source container and SolidFire target volume. Breaking a SolidFire SnapMirror volume is useful if an ONTAP system becomes unavailable while replicating data to a SolidFire volume. This feature enables a storage administrator to take control of a SolidFire SnapMirror volume, break its relationship with the remote ONTAP system, and revert the volume to a previous snapshot.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public BreakSnapMirrorVolumeResult BreakSnapMirrorVolume(
	long VolumeID,
	Nullable<long> SnapshotID = null,
	Nullable<bool> Preserve = null,
	string Access = null
)

Parameters

VolumeID
Type: SystemInt64
SnapshotID (Optional)
Type: SystemNullableInt64
Preserve (Optional)
Type: SystemNullableBoolean
Access (Optional)
Type: SystemString

Return Value

Type: BreakSnapMirrorVolumeResult

Implements

ISolidFireElementBreakSnapMirrorVolume(Int64, NullableInt64, NullableBoolean, String)
See Also