Class: Google::Cloud::Compute::V1::InstanceGroupsAddInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupsAddInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
The list of instances to add to the instance group.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::InstanceReference>
Returns The list of instances to add to the instance group.
14450 14451 14452 14453 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14450 class InstanceGroupsAddInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |