Class: Google::Cloud::Compute::V1::InstanceGroupManagersCreateInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagersCreateInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
InstanceGroupManagers.createInstances
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::PerInstanceConfig>
[Required] List of specifications of per-instance configs.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::PerInstanceConfig>
Returns [Required] List of specifications of per-instance configs.
14330 14331 14332 14333 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14330 class InstanceGroupManagersCreateInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |