Click or drag to resize

SolidFireElementResyncSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, NullableInt64, SnapMirrorVolumeInfo)

The SolidFire Element OS web UI uses the ResyncSnapMirrorRelationship method to establish or reestablish a mirror relationship between a source and destination endpoint. When you resync a relationship, the system removes snapshots on the destination volume that are newer than the common snapshot copy, and then mounts the destination volume as a data protection volume with the common snapshot copy as the exported snapshot copy.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ResyncSnapMirrorRelationshipResult> ResyncSnapMirrorRelationshipAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume,
	Nullable<long> MaxTransferRate = null,
	SnapMirrorVolumeInfo SourceVolume = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
MaxTransferRate (Optional)
Type: SystemNullableInt64
SourceVolume (Optional)
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo

Return Value

Type: TaskResyncSnapMirrorRelationshipResult

Implements

ISolidFireElementResyncSnapMirrorRelationshipAsync(CancellationToken, Int64, SnapMirrorVolumeInfo, NullableInt64, SnapMirrorVolumeInfo)
See Also