View Source GoogleApi.Dataproc.V1.Model.AuxiliaryNodeGroup (google_api_dataproc v0.54.0)

Node group identification and configuration information.

Attributes

  • nodeGroup (type: GoogleApi.Dataproc.V1.Model.NodeGroup.t, default: nil) - Required. Node group configuration.
  • nodeGroupId (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.AuxiliaryNodeGroup{
  nodeGroup: GoogleApi.Dataproc.V1.Model.NodeGroup.t() | nil,
  nodeGroupId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.