WeeklySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Make a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday 23:50
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
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 .
|
day |
str
Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'. This field is a member of oneof _ _day .
|