Class RecurrenceType (0.1.4)

RecurrenceType(value)

RecurrenceTypes enumerates the applicable periodicity for the schedule.

Enums

Name Description
RECURRENCE_TYPE_UNSPECIFIED recurrence type not set
HOURLY The `BackupRule` is to be applied hourly.
DAILY The `BackupRule` is to be applied daily.
WEEKLY The `BackupRule` is to be applied weekly.
MONTHLY The `BackupRule` is to be applied monthly.
YEARLY The `BackupRule` is to be applied yearly.