Class: Google::Cloud::OsConfig::V1::MonthlySchedule
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::OsConfig::V1::MonthlySchedule
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
 
Overview
Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".
Instance Attribute Summary collapse
- 
  
    
      #month_day  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #week_day_of_month  ⇒ ::Google::Cloud::OsConfig::V1::WeekDayOfMonth 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#month_day ⇒ ::Integer
Returns Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
      176 177 178 179  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 176 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#week_day_of_month ⇒ ::Google::Cloud::OsConfig::V1::WeekDayOfMonth
Returns Required. Week day in a month.
      176 177 178 179  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 176 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |