Class ScheduledSnapshotsConfig (1.12.0)

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

The configuration for scheduled snapshot creation mechanism.

Attributes

NameDescription
enabled bool
Optional. Whether scheduled snapshots creation is enabled.
snapshot_location str
Optional. The Cloud Storage location for storing automatically created snapshots.
snapshot_creation_schedule str
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
time_zone str
Optional. Time zone that sets the context to interpret snapshot_creation_schedule.