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

Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.

Attributes

  • labels (type: map(), default: nil) - Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
  • name (type: String.t, default: nil) - The Node group resource name (https://aip.dev/122).
  • nodeGroupConfig (type: GoogleApi.Dataproc.V1.Model.InstanceGroupConfig.t, default: nil) - Optional. The node group instance group configuration.
  • roles (type: list(String.t), default: nil) - Required. Node group roles.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.NodeGroup{
  labels: map() | nil,
  name: String.t() | nil,
  nodeGroupConfig: GoogleApi.Dataproc.V1.Model.InstanceGroupConfig.t() | nil,
  roles: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.