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

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) ⇒ InstanceGroupsScopedList

Returns a new instance of InstanceGroupsScopedList.



19067
19068
19069
# File 'lib/google/apis/compute_alpha/classes.rb', line 19067

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



19059
19060
19061
# File 'lib/google/apis/compute_alpha/classes.rb', line 19059

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



19065
19066
19067
# File 'lib/google/apis/compute_alpha/classes.rb', line 19065

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19072
19073
19074
19075
# File 'lib/google/apis/compute_alpha/classes.rb', line 19072

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