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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class ResourcePolicyWeeklyCycleDayOfWeek (0.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.5 (latest)](/python/docs/reference/google-cloud-compute-v1beta/latest/google.cloud.compute_v1beta.types.ResourcePolicyWeeklyCycleDayOfWeek)\n- [0.1.4](/python/docs/reference/google-cloud-compute-v1beta/0.1.4/google.cloud.compute_v1beta.types.ResourcePolicyWeeklyCycleDayOfWeek) \n\n ResourcePolicyWeeklyCycleDayOfWeek(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### Day\n\n Day(value)\n\nDefines a schedule that runs on specific days of the week.\nSpecify one or more days. The following options are available:\nMONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."]]