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
      1421 1422 1423  | 
    
      # File 'generated/google/apis/container_v1beta1/classes.rb', line 1421 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
      1419 1420 1421  | 
    
      # File 'generated/google/apis/container_v1beta1/classes.rb', line 1419 def daily_maintenance_window @daily_maintenance_window end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1426 1427 1428  | 
    
      # File 'generated/google/apis/container_v1beta1/classes.rb', line 1426 def update!(**args) @daily_maintenance_window = args[:daily_maintenance_window] if args.key?(:daily_maintenance_window) end  |