Class Schedule (1.0.1)

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

A snapshot schedule.

Attributes

NameDescription
crontab_spec str
A crontab-like specification that the schedule uses to take snapshots.
retention_count int
The maximum number of snapshots to retain in this schedule.
prefix str
A list of snapshot names created in this schedule.

Inheritance

builtins.object > proto.message.Message > Schedule