Class: Google::Cloud::Compute::V1::AddNodesNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AddNodesNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeGroups.AddNodes. See the method description for details.
Instance Attribute Summary collapse
-
#node_group ⇒ ::String
Name of the NodeGroup resource.
-
#node_groups_add_nodes_request_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroupsAddNodesRequest
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 for this request.
Instance Attribute Details
#node_group ⇒ ::String
444 445 446 447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 444 class AddNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_groups_add_nodes_request_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroupsAddNodesRequest
444 445 446 447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 444 class AddNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
444 445 446 447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 444 class AddNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
444 445 446 447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 444 class AddNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
444 445 446 447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 444 class AddNodesNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |