Class: Google::Apis::ComputeV1::AutoscalersScopedList

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

Defined Under Namespace

Classes: Warning

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

Returns a new instance of AutoscalersScopedList.



722
723
724
# File 'generated/google/apis/compute_v1/classes.rb', line 722

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

Instance Attribute Details

#autoscalersArray<Google::Apis::ComputeV1::Autoscaler>

[Output Only] List of autoscalers contained in this scope. Corresponds to the JSON property autoscalers



714
715
716
# File 'generated/google/apis/compute_v1/classes.rb', line 714

def autoscalers
  @autoscalers
end

#warningGoogle::Apis::ComputeV1::AutoscalersScopedList::Warning

[Output Only] Informational warning which replaces the list of autoscalers when the list is empty. Corresponds to the JSON property warning



720
721
722
# File 'generated/google/apis/compute_v1/classes.rb', line 720

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



727
728
729
730
# File 'generated/google/apis/compute_v1/classes.rb', line 727

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