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

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

Overview

InstanceGroupManagers.deletePerInstanceConfigs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq

Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.



12270
12271
12272
# File 'generated/google/apis/compute_beta/classes.rb', line 12270

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


12268
12269
12270
# File 'generated/google/apis/compute_beta/classes.rb', line 12268

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12275
12276
12277
# File 'generated/google/apis/compute_beta/classes.rb', line 12275

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