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

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AutoscalersScopedList

Returns a new instance of AutoscalersScopedList.



2147
2148
2149
# File 'lib/google/apis/compute_v1/classes.rb', line 2147

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

Instance Attribute Details

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

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



2139
2140
2141
# File 'lib/google/apis/compute_v1/classes.rb', line 2139

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



2145
2146
2147
# File 'lib/google/apis/compute_v1/classes.rb', line 2145

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2152
2153
2154
2155
# File 'lib/google/apis/compute_v1/classes.rb', line 2152

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