Click or drag to resize

SolidFireElementCreateScheduleAsync Method (CreateScheduleRequest, CancellationToken)

CreateSchedule enables you to schedule an automatic snapshot of a volume at a defined interval. You can use the created snapshot later as a backup or rollback to ensure the data on a volume or group of volumes is consistent for the point in time in which the snapshot was created. If you schedule a snapshot to run at a time period that is not divisible by 5 minutes, the snapshot runs at the next time period that is divisible by 5 minutes. For example, if you schedule a snapshot to run at 12:42:00 UTC, it runs at 12:45:00 UTC. Note: You can create snapshots if cluster fullness is at stage 1, 2 or 3. You cannot create snapshots after cluster fullness reaches stage 4 or 5.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateScheduleResult> CreateScheduleAsync(
	CreateScheduleRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiCreateScheduleRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskCreateScheduleResult

Implements

ISolidFireElementCreateScheduleAsync(CreateScheduleRequest, CancellationToken)
See Also