Class: Google::Cloud::Compute::V1::InsertNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InsertNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeGroups.Insert. See the method description for details.
Instance Attribute Summary collapse
-
#initial_node_count ⇒ ::Integer
Initial count of nodes in the node group.
-
#node_group_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroup
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
#initial_node_count ⇒ ::Integer
12864 12865 12866 12867 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12864 class InsertNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_group_resource ⇒ ::Google::Cloud::Compute::V1::NodeGroup
12864 12865 12866 12867 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12864 class InsertNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
12864 12865 12866 12867 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12864 class InsertNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
12864 12865 12866 12867 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12864 class InsertNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
12864 12865 12866 12867 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12864 class InsertNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |