Class WeeklyMaintenanceWindow (1.9.2)

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

Time window specified for weekly operations.

Attributes

NameDescription
day google.type.dayofweek_pb2.DayOfWeek
Required. Allows to define schedule that runs specified day of the week.
start_time google.type.timeofday_pb2.TimeOfDay
Required. Start time of the window in UTC.
duration google.protobuf.duration_pb2.Duration
Required. Duration of the time window.