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.



26118
26119
26120
26121
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26118

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