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



1146
1147
1148
# File 'generated/google/apis/container_v1/classes.rb', line 1146

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



1144
1145
1146
# File 'generated/google/apis/container_v1/classes.rb', line 1144

def daily_maintenance_window
  @daily_maintenance_window
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1151
1152
1153
# File 'generated/google/apis/container_v1/classes.rb', line 1151

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