Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::AuxiliaryNodeGroup (v0.25.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::AuxiliaryNodeGroup.

Node group identification and configuration information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#node_group

def node_group() -> ::Google::Cloud::Dataproc::V1::NodeGroup
Returns

#node_group=

def node_group=(value) -> ::Google::Cloud::Dataproc::V1::NodeGroup
Parameter
Returns

#node_group_id

def node_group_id() -> ::String
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.

#node_group_id=

def node_group_id=(value) -> ::String
Parameter
  • value (::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.

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.