Backup and DR Service v1 API - Enum StandardSchedule.Types.RecurrenceType (2.0.0)

public enum StandardSchedule.Types.RecurrenceType

Reference documentation and code samples for the Backup and DR Service v1 API enum StandardSchedule.Types.RecurrenceType.

RecurrenceTypes enumerates the applicable periodicity for the schedule.

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Fields

Name Description
Daily

The BackupRule is to be applied daily.

Hourly

The BackupRule is to be applied hourly.

Monthly

The BackupRule is to be applied monthly.

Unspecified

recurrence type not set

Weekly

The BackupRule is to be applied weekly.

Yearly

The BackupRule is to be applied yearly.