google_api_dataproc v0.32.1 GoogleApi.Dataproc.V1.Model.GceClusterConfig View Source

Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.

Attributes

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataproc.V1.Model.GceClusterConfig{
  internalIpOnly: boolean(),
  metadata: map(),
  networkUri: String.t(),
  reservationAffinity: GoogleApi.Dataproc.V1.Model.ReservationAffinity.t(),
  serviceAccount: String.t(),
  serviceAccountScopes: [String.t()],
  subnetworkUri: String.t(),
  tags: [String.t()],
  zoneUri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.