Class: Google::Apis::ContainerV1beta1::MaintenanceWindow
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ContainerV1beta1::MaintenanceWindow
 
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
 generated/google/apis/container_v1beta1/representations.rb,
 generated/google/apis/container_v1beta1/representations.rb
Overview
MaintenanceWindow defines the maintenance window to be used for the cluster.
Instance Attribute Summary collapse
- 
  
    
      #daily_maintenance_window  ⇒ Google::Apis::ContainerV1beta1::DailyMaintenanceWindow 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Time window specified for daily maintenance operations. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ MaintenanceWindow 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of MaintenanceWindow. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ MaintenanceWindow
Returns a new instance of MaintenanceWindow
| 1271 1272 1273 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 1271 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#daily_maintenance_window ⇒ Google::Apis::ContainerV1beta1::DailyMaintenanceWindow
Time window specified for daily maintenance operations.
Corresponds to the JSON property dailyMaintenanceWindow
| 1269 1270 1271 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 1269 def daily_maintenance_window @daily_maintenance_window end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1276 1277 1278 | # File 'generated/google/apis/container_v1beta1/classes.rb', line 1276 def update!(**args) @daily_maintenance_window = args[:daily_maintenance_window] if args.key?(:daily_maintenance_window) end |