hourlyFrequency property

int? hourlyFrequency
getter/setter pair

Specifies frequency for hourly backups.

A hourly frequency of 1 means jobs will run every 1 hour from start time till end time defined. This is required for recurrence_type, HOURLY and is not applicable otherwise. A validation error will occur if a value is supplied and recurrence_type is not HOURLY. The supported values for each resource type are as follows: * compute.googleapis.com/Instance: 1-23 * compute.googleapis.com/Disk: 1-23 * sqladmin.googleapis.com/Instance: 6-23 * alloydb.googleapis.com/Cluster: 1-23 * file.googleapis.com/Instance: 1-23 Refer to link https://cloud.google.com/backup-disaster-recovery/docs/concepts/cloud_best_practices for more details.

Optional.

Implementation

core.int? hourlyFrequency;