WeekDayOfMonth(mapping=None, *, ignore_unknown_fields=False, **kwargs)
WeekDayOfMonth
defines the week day of the month on which the
backups will run. The message combines a WeekOfMonth
and
DayOfWeek
to produce values like FIRST
/MONDAY
or
LAST
/FRIDAY
.
Attributes |
|
---|---|
Name | Description |
week_of_month |
google.cloud.backupdr_v1.types.WeekDayOfMonth.WeekOfMonth
Required. Specifies the week of the month. |
day_of_week |
google.type.dayofweek_pb2.DayOfWeek
Required. Specifies the day of the week. |
Classes
WeekOfMonth
WeekOfMonth(value)
WeekOfMonth
enumerates possible weeks in the month, e.g. the
first, third, or last week of the month.