Class: Google::Cloud::Dataproc::V1::AuxiliaryNodeGroup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#node_group::Google::Cloud::Dataproc::V1::NodeGroup

Returns Required. Node group configuration.

Returns:



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.

Returns:

  • (::String)

    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