Class WeeklyMaintenanceWindow (2.9.2)

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

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

Attributes

NameDescription
day google.type.dayofweek_pb2.DayOfWeek
Required. The day of week that maintenance updates occur.
start_time google.type.timeofday_pb2.TimeOfDay
Required. Start time of the window in UTC time.
duration google.protobuf.duration_pb2.Duration
Output only. Duration of the maintenance window. The current window is fixed at 1 hour.

Inheritance

builtins.object > proto.message.Message > WeeklyMaintenanceWindow