Class HourlySchedule (0.1.0)

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

Make a snapshot every hour e.g. at 04:00, 05:00, 06:00.

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

Attributes

NameDescription
snapshots_to_keep float
The maximum number of Snapshots to keep for the hourly schedule This field is a member of oneof_ _snapshots_to_keep.
minute float
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0). This field is a member of oneof_ _minute.