Click or drag to resize

SolidFireElementQuiesceSnapMirrorRelationship Method (Int64, SnapMirrorVolumeInfo)

The SolidFire Element OS web UI uses the QuiesceSnapMirrorRelationship method to disable future data transfers for a SnapMirror relationship. If a transfer is in progress, the relationship status becomes "quiescing" until the transfer is complete. If the current transfer is aborted, it will not restart. You can reenable data transfers for the relationship using the ResumeSnapMirrorRelationship API method.

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

Parameters

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

Return Value

Type: QuiesceSnapMirrorRelationshipResult

Implements

ISolidFireElementQuiesceSnapMirrorRelationship(Int64, SnapMirrorVolumeInfo)
See Also