Class MaintenanceSettings (0.4.0)

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

Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.

Attribute

Name Description
pinned_until_time google.protobuf.timestamp_pb2.Timestamp
Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.