Cloud OS Config V1 API - Module Google::Cloud::OsConfig::V1::RecurringSchedule::Frequency (v1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.