Method: Google::Apis::AlloydbV1beta::AutomatedBackupPolicy#weekly_schedule
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb
#weekly_schedule ⇒ Google::Apis::AlloydbV1beta::WeeklySchedule
A weekly schedule starts a backup at prescribed start times within a day, for
the specified days of the week. The weekly schedule message is flexible and
can be used to create many types of schedules. For example, to have a daily
backup that starts at 22:00, configure the start_times
field to have one
element "22:00" and the days_of_week
field to have all seven days of the
week.
Corresponds to the JSON property weeklySchedule
102 103 104 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 102 def weekly_schedule @weekly_schedule end |