Class: Google::Apis::ComputeAlpha::InstanceGroupsScopedList

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

Returns a new instance of InstanceGroupsScopedList



10820
10821
10822
# File 'generated/google/apis/compute_alpha/classes.rb', line 10820

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

Instance Attribute Details

#instance_groupsArray<Google::Apis::ComputeAlpha::InstanceGroup>

[Output Only] The list of instance groups that are contained in this scope. Corresponds to the JSON property instanceGroups



10812
10813
10814
# File 'generated/google/apis/compute_alpha/classes.rb', line 10812

def instance_groups
  @instance_groups
end

#warningGoogle::Apis::ComputeAlpha::InstanceGroupsScopedList::Warning

[Output Only] An informational warning that replaces the list of instance groups when the list is empty. Corresponds to the JSON property warning



10818
10819
10820
# File 'generated/google/apis/compute_alpha/classes.rb', line 10818

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10825
10826
10827
10828
# File 'generated/google/apis/compute_alpha/classes.rb', line 10825

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