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

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



2435
2436
2437
# File 'lib/google/apis/compute_beta/classes.rb', line 2435

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



2427
2428
2429
# File 'lib/google/apis/compute_beta/classes.rb', line 2427

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



2433
2434
2435
# File 'lib/google/apis/compute_beta/classes.rb', line 2433

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2440
2441
2442
2443
# File 'lib/google/apis/compute_beta/classes.rb', line 2440

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