Class: Google::Cloud::Compute::V1::RegionInstanceGroupManagerDeleteInstanceConfigReq

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

RegionInstanceGroupManagers.deletePerInstanceConfigs

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns The list of instance names for which we want to delete per-instance configs on this managed instance group.

Returns:

  • (::Array<::String>)

    The list of instance names for which we want to delete per-instance configs on this managed instance group.



25530
25531
25532
25533
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25530

class RegionInstanceGroupManagerDeleteInstanceConfigReq
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end