Class: Google::Cloud::Compute::V1::ResizeInstanceGroupManagerRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResizeInstanceGroupManagerRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for InstanceGroupManagers.Resize. 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.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#size ⇒ ::Integer
The number of running instances that the managed instance group should maintain at any given time.
-
#zone ⇒ ::String
The name of the zone where the managed instance group is located.
Instance Attribute Details
#instance_group_manager ⇒ ::String
27503 27504 27505 27506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27503 class ResizeInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
27503 27504 27505 27506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27503 class ResizeInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
27503 27504 27505 27506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27503 class ResizeInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size ⇒ ::Integer
27503 27504 27505 27506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27503 class ResizeInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
27503 27504 27505 27506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27503 class ResizeInstanceGroupManagerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |