Reservation Affinity Args
data class ReservationAffinityArgs(val consumeReservationType: Output<ReservationAffinityConsumeReservationType>? = null, val key: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ReservationAffinityArgs>
Specifies the reservations that this instance can consume from.
Constructors
Link copied to clipboard
constructor(consumeReservationType: Output<ReservationAffinityConsumeReservationType>? = null, key: Output<String>? = null, values: Output<List<String>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.