Interface protos.google.cloud.osconfig.v1beta.IRecurringSchedule (2.2.2)

Properties of a RecurringSchedule.

Package

@google-cloud/os-config

Properties

endTime

endTime?: (google.protobuf.ITimestamp|null);

RecurringSchedule endTime

frequency

frequency?: (google.cloud.osconfig.v1beta.RecurringSchedule.Frequency|keyof typeof google.cloud.osconfig.v1beta.RecurringSchedule.Frequency|null);

RecurringSchedule frequency

lastExecuteTime

lastExecuteTime?: (google.protobuf.ITimestamp|null);

RecurringSchedule lastExecuteTime

monthly

monthly?: (google.cloud.osconfig.v1beta.IMonthlySchedule|null);

RecurringSchedule monthly

nextExecuteTime

nextExecuteTime?: (google.protobuf.ITimestamp|null);

RecurringSchedule nextExecuteTime

startTime

startTime?: (google.protobuf.ITimestamp|null);

RecurringSchedule startTime

timeOfDay

timeOfDay?: (google.type.ITimeOfDay|null);

RecurringSchedule timeOfDay

timeZone

timeZone?: (google.type.ITimeZone|null);

RecurringSchedule timeZone

weekly

weekly?: (google.cloud.osconfig.v1beta.IWeeklySchedule|null);

RecurringSchedule weekly