Module: Google::Cloud::BackupDR::V1::WeekDayOfMonth::WeekOfMonth

Defined in:
proto_docs/google/cloud/backupdr/v1/backupplan.rb

Overview

WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month.

Constant Summary collapse

WEEK_OF_MONTH_UNSPECIFIED =

The zero value. Do not use.

0
FIRST =

The first week of the month.

1
SECOND =

The second week of the month.

2
THIRD =

The third week of the month.

3
FOURTH =

The fourth week of the month.

4
LAST =

The last week of the month.

5