Class Schedule (0.2.1)

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
paused bool
This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False

Inheritance

builtins.object > proto.message.Message > Schedule