Class: Google::Apis::ComputeBeta::InstanceGroupManagersDeletePerInstanceConfigsReq

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

Overview

InstanceGroupManagers.deletePerInstanceConfigs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq

Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.



15054
15055
15056
# File 'lib/google/apis/compute_beta/classes.rb', line 15054

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>)


15052
15053
15054
# File 'lib/google/apis/compute_beta/classes.rb', line 15052

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15059
15060
15061
# File 'lib/google/apis/compute_beta/classes.rb', line 15059

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