Click or drag to resize

ISolidFireElementRollbackToSnapshot Method (RollbackToSnapshotRequest)

RollbackToSnapshot enables you to make an existing snapshot of the "active" volume image. This method creates a new snapshot from an existing snapshot. The new snapshot becomes "active" and the existing snapshot is preserved until you delete it. The previously "active" snapshot is deleted unless you set the parameter saveCurrentState to true. Note: Creating a snapshot is 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#
RollbackToSnapshotResult RollbackToSnapshot(
	RollbackToSnapshotRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiRollbackToSnapshotRequest

Return Value

Type: RollbackToSnapshotResult
See Also