Click or drag to resize

SolidFireElementModifySnapMirrorRelationship Method (SnapMirrorVolumeInfo, Int64, NullableInt64, String, String)

You can use ModifySnapMirrorRelationship to change the intervals at which a scheduled snapshot occurs. You can also delete or pause a schedule by using this method.

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

Parameters

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

Return Value

Type: ModifySnapMirrorRelationshipResult

Implements

ISolidFireElementModifySnapMirrorRelationship(SnapMirrorVolumeInfo, Int64, NullableInt64, String, String)
See Also