MonthlySchedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 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 .
|
days_of_month |
str
Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'. This field is a member of oneof _ _days_of_month .
|