Class DailySchedule (0.3.9)

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

Make a snapshot every day e.g. at 04:00, 05:20, 23:50

.. _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.
hour float
Set the hour to start the snapshot (0-23), defaults to midnight (0). This field is a member of oneof_ _hour.