Class ResourcePolicyWeeklyCycleDayOfWeek (1.0.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.