Cloud OS Config V1 API - Module Google::Cloud::OsConfig::V1::RecurringSchedule::Frequency (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API module Google::Cloud::OsConfig::V1::RecurringSchedule::Frequency.

Specifies the frequency of the recurring patch deployments.

Constants

FREQUENCY_UNSPECIFIED

value: 0
Invalid. A frequency must be specified.

WEEKLY

value: 1
Indicates that the frequency of recurrence should be expressed in terms of weeks.

MONTHLY

value: 2
Indicates that the frequency of recurrence should be expressed in terms of months.

DAILY

value: 3
Indicates that the frequency of recurrence should be expressed in terms of days.