Class MaintenanceWindow (2.41.0)

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

MaintenanceWindow defines the maintenance window to be used for the cluster.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
daily_maintenance_window google.cloud.container_v1.types.DailyMaintenanceWindow
DailyMaintenanceWindow specifies a daily maintenance operation window. This field is a member of oneof_ policy.
recurring_window google.cloud.container_v1.types.RecurringTimeWindow
RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time. This field is a member of oneof_ policy.
maintenance_exclusions MutableMapping[str, google.cloud.container_v1.types.TimeWindow]
Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.

Classes

MaintenanceExclusionsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.