Class: Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersDeletePerInstanceConfigsReq
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
InstanceGroupManagers.deletePerInstanceConfigs
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
The list of instance names for which we want to delete per-instance configs on this managed instance group.
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.
14350 14351 14352 14353 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14350 class InstanceGroupManagersDeletePerInstanceConfigsReq include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |