google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.ReservationAffinity View Source

Specifies the reservations that this instance can consume from.

Attributes

  • consumeReservationType (type: String.t, default: nil) - Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
  • key (type: String.t, default: nil) - Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
  • values (type: list(String.t), default: nil) - Corresponds to the label values of a reservation resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.ReservationAffinity{
  consumeReservationType: String.t(),
  key: String.t(),
  values: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.