Class FixedFrequencySchedule (0.2.0)

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

This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).

Attribute

Name Description
start_time google.type.timeofday_pb2.TimeOfDay
Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.