class Google::Apis::ComputeBeta::InstanceGroupsScopedList

Attributes

instance_groups[RW]
Output Only

The list of instance groups that are contained in this scope.

Corresponds to the JSON property `instanceGroups` @return [Array<Google::Apis::ComputeBeta::InstanceGroup>]

warning[RW]
Output Only

An informational warning that replaces the list of instance

groups when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::InstanceGroupsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 4320
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 4325
def update!(**args)
  @instance_groups = args[:instance_groups] if args.key?(:instance_groups)
  @warning = args[:warning] if args.key?(:warning)
end