Class OpportunisticMaintenanceStrategy (2.45.0)

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

Strategy that will trigger maintenance on behalf of the customer.

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

Attributes

NameDescription
node_idle_time_window google.protobuf.duration_pb2.Duration
The amount of time that a node can remain idle (no customer owned workloads running), before triggering maintenance. This field is a member of oneof_ _node_idle_time_window.
maintenance_availability_window google.protobuf.duration_pb2.Duration
The window of time that opportunistic maintenance can run. Example: A setting of 14 days implies that opportunistic maintenance can only be ran in the 2 weeks leading up to the scheduled maintenance date. Setting 28 days allows opportunistic maintenance to run at any time in the scheduled maintenance window (all PERIODIC maintenance is set 28 days in advance). This field is a member of oneof_ _maintenance_availability_window.
min_nodes_per_pool int
The minimum nodes required to be available in a pool. Blocks maintenance if it would cause the number of running nodes to dip below this value. This field is a member of oneof_ _min_nodes_per_pool.