Class: Google::Apis::ComputeAlpha::InstanceGroupManagersDeletePerInstanceConfigsReq

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

Overview

InstanceGroupManagers.deletePerInstanceConfigs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq

Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq.



18050
18051
18052
# File 'lib/google/apis/compute_alpha/classes.rb', line 18050

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


18048
18049
18050
# File 'lib/google/apis/compute_alpha/classes.rb', line 18048

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18055
18056
18057
# File 'lib/google/apis/compute_alpha/classes.rb', line 18055

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