Class Schedule (1.2.0)

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

Scan schedule configuration. .. attribute:: schedule_time

A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
interval_duration_days int
Required. The duration of time between executions in days.