Class: Google::Cloud::Compute::V1::GetInstanceGroupManagerResizeRequestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetInstanceGroupManagerResizeRequestRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InstanceGroupManagerResizeRequests.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.
-
#resize_request ⇒ ::String
The name of the resize request.
-
#zone ⇒ ::String
Name of the href="/compute/docs/regions-zones/#available">zone scoping this request.
Instance Attribute Details
#instance_group_manager ⇒ ::String
Returns The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
9501 9502 9503 9504 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9501 class GetInstanceGroupManagerResizeRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9501 9502 9503 9504 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9501 class GetInstanceGroupManagerResizeRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resize_request ⇒ ::String
Returns The name of the resize request. Name should conform to RFC1035 or be a resource ID.
9501 9502 9503 9504 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9501 class GetInstanceGroupManagerResizeRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
9501 9502 9503 9504 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9501 class GetInstanceGroupManagerResizeRequestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |