Class: Google::Cloud::Compute::V1::InsertInstanceGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InsertInstanceGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InstanceGroups.Insert. See the method description for details.
Instance Attribute Summary collapse
-
#instance_group_resource ⇒ ::Google::Cloud::Compute::V1::InstanceGroup
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone where you want to create the instance group.
Instance Attribute Details
#instance_group_resource ⇒ ::Google::Cloud::Compute::V1::InstanceGroup
11074 11075 11076 11077 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11074 class InsertInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
11074 11075 11076 11077 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11074 class InsertInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
11074 11075 11076 11077 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11074 class InsertInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
11074 11075 11076 11077 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11074 class InsertInstanceGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |