Class Schedule (0.4.4)

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

Schedule defines scheduling parameters for automatically creating Backups via this BackupPlan.

Attributes

NameDescription
cron_schedule str
A standard cron __ string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.
paused bool
This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False