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



1126
1127
1128
# File 'generated/google/apis/container_v1/classes.rb', line 1126

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



1124
1125
1126
# File 'generated/google/apis/container_v1/classes.rb', line 1124

def daily_maintenance_window
  @daily_maintenance_window
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1131
1132
1133
# File 'generated/google/apis/container_v1/classes.rb', line 1131

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