Class: Google::Apis::ComputeAlpha::AutoscalersScopedList

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

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.



2098
2099
2100
# File 'generated/google/apis/compute_alpha/classes.rb', line 2098

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

Instance Attribute Details

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

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



2090
2091
2092
# File 'generated/google/apis/compute_alpha/classes.rb', line 2090

def autoscalers
  @autoscalers
end

#warningGoogle::Apis::ComputeAlpha::AutoscalersScopedList::Warning

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



2096
2097
2098
# File 'generated/google/apis/compute_alpha/classes.rb', line 2096

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2103
2104
2105
2106
# File 'generated/google/apis/compute_alpha/classes.rb', line 2103

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