Class: Google::Apis::ComputeV1::InstanceGroupsScopedList

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



7924
7925
7926
# File 'generated/google/apis/compute_v1/classes.rb', line 7924

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

Instance Attribute Details

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

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



7916
7917
7918
# File 'generated/google/apis/compute_v1/classes.rb', line 7916

def instance_groups
  @instance_groups
end

#warningGoogle::Apis::ComputeV1::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



7922
7923
7924
# File 'generated/google/apis/compute_v1/classes.rb', line 7922

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7929
7930
7931
7932
# File 'generated/google/apis/compute_v1/classes.rb', line 7929

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