Class ResourcePolicyWeeklyCycleDayOfWeek (1.18.0)

ResourcePolicyWeeklyCycleDayOfWeek(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
day str
Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Check the Day enum for the list of possible values. This field is a member of oneof_ _day.
duration str
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. This field is a member of oneof_ _duration.
start_time str
Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT. This field is a member of oneof_ _start_time.

Classes

Day

Day(value)

Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Values: UNDEFINED_DAY (0): A value indicating that the enum field is not set. FRIDAY (471398751): No description available. INVALID (530283991): No description available. MONDAY (132310288): No description available. SATURDAY (279037881): No description available. SUNDAY (309626320): No description available. THURSDAY (207198682): No description available. TUESDAY (277509677): No description available. WEDNESDAY (422029110): No description available.