class Google::Apis::ComputeBeta::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::ComputeBeta::ManagedInstance>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 3962 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 3967 def update!(**args) @managed_instances = args[:managed_instances] if args.key?(:managed_instances) end