Class: Google::Cloud::Compute::V1::NodeGroupsAddNodesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsAddNodesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#additional_node_count ⇒ ::Integer
Count of additional nodes to be added to the node group.
Instance Attribute Details
#additional_node_count ⇒ ::Integer
Returns Count of additional nodes to be added to the node group.
21948 21949 21950 21951 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21948 class NodeGroupsAddNodesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |