Class: Google::Cloud::Dataproc::V1::AuxiliaryNodeGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::AuxiliaryNodeGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Node group identification and configuration information.
Instance Attribute Summary collapse
-
#node_group ⇒ ::Google::Cloud::Dataproc::V1::NodeGroup
Required.
-
#node_group_id ⇒ ::String
Optional.
Instance Attribute Details
#node_group ⇒ ::Google::Cloud::Dataproc::V1::NodeGroup
Returns Required. Node group configuration.
769 770 771 772 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 769 class AuxiliaryNodeGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_group_id ⇒ ::String
Returns Optional. A node group ID. Generated if not specified.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
769 770 771 772 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 769 class AuxiliaryNodeGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |