Class: Google::Cloud::Compute::V1::GetInstanceGroupManagerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetInstanceGroupManagerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InstanceGroupManagers.Get. See the method description for details.
Instance Attribute Summary collapse
-
#instance_group_manager ⇒ ::String
The name of the managed instance group.
-
#project ⇒ ::String
Project ID for this request.
-
#zone ⇒ ::String
The name of the zone where the managed instance group is located.
Instance Attribute Details
#instance_group_manager ⇒ ::String
Returns The name of the managed instance group.
9483 9484 9485 9486 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9483 class GetInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9483 9484 9485 9486 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9483 class GetInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns The name of the zone where the managed instance group is located.
9483 9484 9485 9486 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9483 class GetInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |