Class ResourcePolicyWeeklyCycleDayOfWeek (0.2.1)

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

Attributes

NameDescription
day google.cloud.compute_v1.types.ResourcePolicyWeeklyCycleDayOfWeek.Day
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.
duration str
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
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.

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.