Click or drag to resize

SolidFireElementModifySnapshot Method (Int64, String, NullableBoolean, String)

ModifySnapshot enables you to change the attributes currently assigned to a snapshot. You can use this method to enable snapshots created on the Read/Write (source) volume to be remotely replicated to a target SolidFire storage system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ModifySnapshotResult ModifySnapshot(
	long SnapshotID,
	string ExpirationTime = null,
	Nullable<bool> EnableRemoteReplication = null,
	string SnapMirrorLabel = null
)

Parameters

SnapshotID
Type: SystemInt64
ExpirationTime (Optional)
Type: SystemString
EnableRemoteReplication (Optional)
Type: SystemNullableBoolean
SnapMirrorLabel (Optional)
Type: SystemString

Return Value

Type: ModifySnapshotResult

Implements

ISolidFireElementModifySnapshot(Int64, String, NullableBoolean, String)
See Also