class Google::Apis::ComputeBeta::InstanceGroupManagersUpdatePerInstanceConfigsReq
InstanceGroupManagers.updatePerInstanceConfigs
Attributes
per_instance_configs[RW]
The list of per-instance configs to insert or patch on this managed instance group. Corresponds to the JSON property `perInstanceConfigs` @return [Array<Google::Apis::ComputeBeta::PerInstanceConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 14567 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_beta/classes.rb, line 14572 def update!(**args) @per_instance_configs = args[:per_instance_configs] if args.key?(:per_instance_configs) end