schedule property

String? schedule
getter/setter pair

The start timestamps of time intervals when this scaling schedule is to provide a scaling signal.

This field uses the extended cron format (with an optional year field). The expression can describe a single timestamp if the optional year is set, in which case the scaling schedule runs once. The schedule is interpreted with respect to time_zone. This field is required. Note: These timestamps only describe when autoscaler starts providing the scaling signal. The VMs need additional time to become serving.

Implementation

core.String? schedule;