Interface protos.google.cloud.backupdr.v1.IStandardSchedule (0.7.0)

Properties of a StandardSchedule.

Package

@google-cloud/backupdr

Properties

backupWindow

backupWindow?: (google.cloud.backupdr.v1.IBackupWindow|null);

StandardSchedule backupWindow

daysOfMonth

daysOfMonth?: (number[]|null);

StandardSchedule daysOfMonth

daysOfWeek

daysOfWeek?: (google.type.DayOfWeek[]|null);

StandardSchedule daysOfWeek

hourlyFrequency

hourlyFrequency?: (number|null);

StandardSchedule hourlyFrequency

months

months?: (google.type.Month[]|null);

StandardSchedule months

recurrenceType

recurrenceType?: (google.cloud.backupdr.v1.StandardSchedule.RecurrenceType|keyof typeof google.cloud.backupdr.v1.StandardSchedule.RecurrenceType|null);

StandardSchedule recurrenceType

timeZone

timeZone?: (string|null);

StandardSchedule timeZone

weekDayOfMonth

weekDayOfMonth?: (google.cloud.backupdr.v1.IWeekDayOfMonth|null);

StandardSchedule weekDayOfMonth