Class: Google::Apis::ComputeV1::InstanceGroupManagersDeletePerInstanceConfigsReq

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Overview

InstanceGroupManagers.deletePerInstanceConfigs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq

Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.



13453
13454
13455
# File 'lib/google/apis/compute_v1/classes.rb', line 13453

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#namesArray<String>

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

Returns:

  • (Array<String>)


13451
13452
13453
# File 'lib/google/apis/compute_v1/classes.rb', line 13451

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13458
13459
13460
# File 'lib/google/apis/compute_v1/classes.rb', line 13458

def update!(**args)
  @names = args[:names] if args.key?(:names)
end