class Google::Apis::ComputeV1::InstanceGroupManagersScopedList

Attributes

instance_group_managers[RW]
Output Only

The list of managed instance groups that are contained in the

specified project and zone. Corresponds to the JSON property `instanceGroupManagers` @return [Array<Google::Apis::ComputeV1::InstanceGroupManager>]

warning[RW]
Output Only

The warning that replaces the list of managed instance groups

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 14411
def update!(**args)
  @instance_group_managers = args[:instance_group_managers] if args.key?(:instance_group_managers)
  @warning = args[:warning] if args.key?(:warning)
end