class Google::Apis::ComputeV1::InstanceGroupManagersDeletePerInstanceConfigsReq

InstanceGroupManagers.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 13348
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 13353
def update!(**args)
  @names = args[:names] if args.key?(:names)
end