Backup and DR Service V1 API - Module Google::Cloud::BackupDR::V1::StandardSchedule::RecurrenceType (v0.3.0)

Reference documentation and code samples for the Backup and DR Service V1 API module Google::Cloud::BackupDR::V1::StandardSchedule::RecurrenceType.

RecurrenceTypes enumerates the applicable periodicity for the schedule.

Constants

RECURRENCE_TYPE_UNSPECIFIED

value: 0
recurrence type not set

HOURLY

value: 1
The BackupRule is to be applied hourly.

DAILY

value: 2
The BackupRule is to be applied daily.

WEEKLY

value: 3
The BackupRule is to be applied weekly.

MONTHLY

value: 4
The BackupRule is to be applied monthly.

YEARLY

value: 5
The BackupRule is to be applied yearly.