Class: Google::Apis::ComputeBeta::AutoscalersScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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.



1965
1966
1967
# File 'generated/google/apis/compute_beta/classes.rb', line 1965

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

Instance Attribute Details

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

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



1957
1958
1959
# File 'generated/google/apis/compute_beta/classes.rb', line 1957

def autoscalers
  @autoscalers
end

#warningGoogle::Apis::ComputeBeta::AutoscalersScopedList::Warning

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



1963
1964
1965
# File 'generated/google/apis/compute_beta/classes.rb', line 1963

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1970
1971
1972
1973
# File 'generated/google/apis/compute_beta/classes.rb', line 1970

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