Class: Google::Apis::ComputeAlpha::QueuedResourcesScopedList

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

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueuedResourcesScopedList

Returns a new instance of QueuedResourcesScopedList.



35454
35455
35456
# File 'lib/google/apis/compute_alpha/classes.rb', line 35454

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

Instance Attribute Details

#queued_resourcesArray<Google::Apis::ComputeAlpha::QueuedResource>

List of QueuedResources contained in this scope. Corresponds to the JSON property queuedResources



35446
35447
35448
# File 'lib/google/apis/compute_alpha/classes.rb', line 35446

def queued_resources
  @queued_resources
end

#warningGoogle::Apis::ComputeAlpha::QueuedResourcesScopedList::Warning

Informational warning which replaces the list of backend services when the list is empty. Corresponds to the JSON property warning



35452
35453
35454
# File 'lib/google/apis/compute_alpha/classes.rb', line 35452

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35459
35460
35461
35462
# File 'lib/google/apis/compute_alpha/classes.rb', line 35459

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