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

Reservation Affinity for consuming Zonal reservation.

Attributes

  • consumeReservationType (type: String.t, default: nil) - Optional. Type of reservation to consume
  • key (type: String.t, default: nil) - Optional. Corresponds to the label key of reservation resource.
  • values (type: list(String.t), default: nil) - Optional. Corresponds to the label values of reservation resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ReservationAffinity{
  consumeReservationType: String.t() | nil,
  key: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.