Click or drag to resize

SolidFireElementInitializeSnapMirrorRelationship Method (Int64, SnapMirrorVolumeInfo, NullableInt64)

The SolidFire Element OS web UI uses the InitializeSnapMirrorRelationship method to initialize the destination volume in a SnapMirror relationship by performing an initial baseline transfer between clusters.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public InitializeSnapMirrorRelationshipResult InitializeSnapMirrorRelationship(
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume,
	Nullable<long> MaxTransferRate = null
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
MaxTransferRate (Optional)
Type: SystemNullableInt64

Return Value

Type: InitializeSnapMirrorRelationshipResult

Implements

ISolidFireElementInitializeSnapMirrorRelationship(Int64, SnapMirrorVolumeInfo, NullableInt64)
See Also