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).
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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. This field is a member of oneof _ _start_time .
|