Click or drag to resize

SolidFireElementUpdateSnapMirrorRelationship Method (Int64, SnapMirrorVolumeInfo, NullableInt64)

The SolidFire Element OS web UI uses the UpdateSnapMirrorRelationship method to make the destination volume in a SnapMirror relationship an up-to-date mirror of the source volume.

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

Parameters

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

Return Value

Type: UpdateSnapMirrorRelationshipResult

Implements

ISolidFireElementUpdateSnapMirrorRelationship(Int64, SnapMirrorVolumeInfo, NullableInt64)
See Also