GoogleApi.Dataproc.V1.Model.GceClusterConfig (google_api_dataproc v0.40.0) 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(),
  nodeGroupAffinity: GoogleApi.Dataproc.V1.Model.NodeGroupAffinity.t(),
  privateIpv6GoogleAccess: 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.