Class: Google::Apis::ComputeAlpha::ResourcePolicyWeeklyCycle

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Overview

Time window specified for weekly operations.

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) ⇒ ResourcePolicyWeeklyCycle

Returns a new instance of ResourcePolicyWeeklyCycle.



28043
28044
28045
# File 'generated/google/apis/compute_alpha/classes.rb', line 28043

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

Instance Attribute Details

#day_of_weeksArray<Google::Apis::ComputeAlpha::ResourcePolicyWeeklyCycleDayOfWeek>

Up to 7 intervals/windows, one for each day of the week. Corresponds to the JSON property dayOfWeeks



28041
28042
28043
# File 'generated/google/apis/compute_alpha/classes.rb', line 28041

def day_of_weeks
  @day_of_weeks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28048
28049
28050
# File 'generated/google/apis/compute_alpha/classes.rb', line 28048

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