NodeGroupMaintenanceWindow(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
maintenance_duration |
google.cloud.compute_v1.types.Duration
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario. This field is a member of oneof _ _maintenance_duration .
|
start_time |
str
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid. This field is a member of oneof _ _start_time .
|