Class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerDeleteInstanceConfigReq

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

Overview

RegionInstanceGroupManagers.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) ⇒ RegionInstanceGroupManagerDeleteInstanceConfigReq

Returns a new instance of RegionInstanceGroupManagerDeleteInstanceConfigReq



18982
18983
18984
# File 'generated/google/apis/compute_alpha/classes.rb', line 18982

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

Instance Attribute Details

#instancesArray<String>

The list of instances for which we want to delete per-instance configs on this managed instance group. Corresponds to the JSON property instances

Returns:

  • (Array<String>)


18980
18981
18982
# File 'generated/google/apis/compute_alpha/classes.rb', line 18980

def instances
  @instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18987
18988
18989
# File 'generated/google/apis/compute_alpha/classes.rb', line 18987

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