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
- (::Google::Cloud::Dataproc::V1::NodeGroup) — Required. Node group configuration.
#node_group=
def node_group=(value) -> ::Google::Cloud::Dataproc::V1::NodeGroup
- value (::Google::Cloud::Dataproc::V1::NodeGroup) — Required. Node group configuration.
- (::Google::Cloud::Dataproc::V1::NodeGroup) — Required. Node group configuration.
#node_group_id
def node_group_id() -> ::String
-
(::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
-
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.
-
(::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.