Click or drag to resize

SolidFireElementModifyVolumePair Method (Int64, NullableBoolean, String, NullableInt64)

ModifyVolumePair enables you to pause or restart replication between a pair of volumes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ModifyVolumePairResult ModifyVolumePair(
	long VolumeID,
	Nullable<bool> PausedManual = null,
	string Mode = null,
	Nullable<long> PauseLimit = null
)

Parameters

VolumeID
Type: SystemInt64
PausedManual (Optional)
Type: SystemNullableBoolean
Mode (Optional)
Type: SystemString
PauseLimit (Optional)
Type: SystemNullableInt64

Return Value

Type: ModifyVolumePairResult

Implements

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