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
1702 1703 1704 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1702 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
1700 1701 1702 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1700 def daily_maintenance_window @daily_maintenance_window end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1707 1708 1709 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 1707 def update!(**args) @daily_maintenance_window = args[:daily_maintenance_window] if args.key?(:daily_maintenance_window) end |