Module: Google::Cloud::OsConfig::V1::RecurringSchedule::Frequency
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
 
Overview
Specifies the frequency of the recurring patch deployments.
Constant Summary collapse
- FREQUENCY_UNSPECIFIED =
          
Invalid. A frequency must be specified.
 0- WEEKLY =
          
Indicates that the frequency of recurrence should be expressed in terms of weeks.
 1- MONTHLY =
          
Indicates that the frequency of recurrence should be expressed in terms of months.
 2- DAILY =
          
Indicates that the frequency of recurrence should be expressed in terms of days.
 3