Class: Google::Apis::ContainerV1::MaintenanceWindow
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContainerV1::MaintenanceWindow
 
 
- Defined in:
 - generated/google/apis/container_v1/classes.rb,
generated/google/apis/container_v1/representations.rb,
generated/google/apis/container_v1/representations.rb 
Overview
MaintenanceWindow defines the maintenance window to be used for the cluster.
Instance Attribute Summary collapse
- 
  
    
      #daily_maintenance_window  ⇒ Google::Apis::ContainerV1::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
      1139 1140 1141  | 
    
      # File 'generated/google/apis/container_v1/classes.rb', line 1139 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#daily_maintenance_window ⇒ Google::Apis::ContainerV1::DailyMaintenanceWindow
Time window specified for daily maintenance operations.
Corresponds to the JSON property dailyMaintenanceWindow
      1137 1138 1139  | 
    
      # File 'generated/google/apis/container_v1/classes.rb', line 1137 def daily_maintenance_window @daily_maintenance_window end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1144 1145 1146  | 
    
      # File 'generated/google/apis/container_v1/classes.rb', line 1144 def update!(**args) @daily_maintenance_window = args[:daily_maintenance_window] if args.key?(:daily_maintenance_window) end  |