class Google::Apis::ComputeV1::InstanceGroupManagersListManagedInstancesResponse

Attributes

managed_instances[RW]
Output Only

The list of instances in the managed instance group.

Corresponds to the JSON property `managedInstances` @return [Array<Google::Apis::ComputeV1::ManagedInstance>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 3728
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_v1/classes.rb, line 3733
def update!(**args)
  @managed_instances = args[:managed_instances] if args.key?(:managed_instances)
end