class Google::Apis::ComputeV1::RegionInstanceGroupManagerDeleteInstanceConfigReq
RegionInstanceGroupManagers.deletePerInstanceConfigs
Attributes
names[RW]
The list of instance names for which we want to delete per-instance configs on this managed instance group. Corresponds to the JSON property `names` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 24879 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 24884 def update!(**args) @names = args[:names] if args.key?(:names) end