Click or drag to resize

SolidFireElementRollbackToGroupSnapshot Method (Int64, Boolean, String, Hashtable)

RollbackToGroupSnapshot enables you to roll back all individual volumes in a snapshot group to each volume's individual snapshot. Note: Rolling back to a group snapshot creates a temporary snapshot of each volume within the group snapshot. Snapshots are allowed if cluster fullness is at stage 2 or 3. Snapshots are not created when cluster fullness is at stage 4 or 5.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public RollbackToGroupSnapshotResult RollbackToGroupSnapshot(
	long GroupSnapshotID,
	bool SaveCurrentState,
	string Name = null,
	Hashtable Attributes = null
)

Parameters

GroupSnapshotID
Type: SystemInt64
SaveCurrentState
Type: SystemBoolean
Name (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: RollbackToGroupSnapshotResult

Implements

ISolidFireElementRollbackToGroupSnapshot(Int64, Boolean, String, Hashtable)
See Also