Class ResourcePolicyWeeklyCycleDayOfWeek

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``.

Inheritance

builtins.object > proto.message.Message > ResourcePolicyWeeklyCycleDayOfWeek

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.