Class DailyMaintenanceWindow (2.7.1)

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

Time window specified for daily maintenance operations. .. attribute:: start_time

Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 <https://www.ietf.org/rfc/rfc3339.txt>__ format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.

:type: str

Attribute

NameDescription
duration str
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 __ format "PTnHnMnS".