ResourcePolicyWeeklyCycleDayOfWeek(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Attributes
Name | Description |
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. 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.