View Source GoogleApi.Dataproc.V1.Model.NodePool (google_api_dataproc v0.58.0)

indicating a list of workers of same type

Attributes

  • id (type: String.t, default: nil) - Required. A unique id of the node pool. Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.
  • instanceNames (type: list(String.t), default: nil) - Name of instances to be repaired. These instances must belong to specified node pool.
  • repairAction (type: String.t, default: nil) - Required. Repair action to take on specified resources of the node pool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.NodePool{
  id: String.t() | nil,
  instanceNames: [String.t()] | nil,
  repairAction: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.