Class: Google::Apis::ContainerV1::MaintenanceWindow

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MaintenanceWindow

Returns a new instance of MaintenanceWindow



1291
1292
1293
# File 'generated/google/apis/container_v1/classes.rb', line 1291

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#daily_maintenance_windowGoogle::Apis::ContainerV1::DailyMaintenanceWindow

Time window specified for daily maintenance operations. Corresponds to the JSON property dailyMaintenanceWindow



1289
1290
1291
# File 'generated/google/apis/container_v1/classes.rb', line 1289

def daily_maintenance_window
  @daily_maintenance_window
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1296
1297
1298
# File 'generated/google/apis/container_v1/classes.rb', line 1296

def update!(**args)
  @daily_maintenance_window = args[:daily_maintenance_window] if args.key?(:daily_maintenance_window)
end