class Google::Apis::ManagedidentitiesV1::MaintenanceWindow
MaintenanceWindow
definition.
Attributes
daily_cycle[RW]
Time window specified for daily operations. Corresponds to the JSON property `dailyCycle` @return [Google::Apis::ManagedidentitiesV1::DailyCycle]
weekly_cycle[RW]
Time window specified for weekly operations. Corresponds to the JSON property `weeklyCycle` @return [Google::Apis::ManagedidentitiesV1::WeeklyCycle]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/managedidentities_v1/classes.rb, line 1368 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/managedidentities_v1/classes.rb, line 1373 def update!(**args) @daily_cycle = args[:daily_cycle] if args.key?(:daily_cycle) @weekly_cycle = args[:weekly_cycle] if args.key?(:weekly_cycle) end