class Google::Apis::ComputeV1::AutoscalersScopedList

Attributes

autoscalers[RW]
Output Only

A list of autoscalers contained in this scope.

Corresponds to the JSON property `autoscalers` @return [Array<Google::Apis::ComputeV1::Autoscaler>]

warning[RW]
Output Only

Informational warning which replaces the list of autoscalers

when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::AutoscalersScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 2095
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 2100
def update!(**args)
  @autoscalers = args[:autoscalers] if args.key?(:autoscalers)
  @warning = args[:warning] if args.key?(:warning)
end